/* 媒体查询 */
/* 
#navbar-example{padding-bottom: 1rem} */
.layui-layer-btn .layui-layer-btn0{
    background-color: #cf213a !important;
    border-color: #cf213a !important;
    color: #fff !important;
}
.flex_box{
    display: flex;
    justify-content: center;
    align-items: center;
}

#header_tpl{z-index:101}
/* // 对html做媒体查询，定义基准的font-size */
.mgt{
  margin-top: 26px;
}
.nav-pills .nav-link.nav_active, .nav-pills .show>.nav-link{
    border-bottom: 4px solid #D94659;
}
@media (min-width: 320px) {
    html {
        font-size: 12px;
    }
}
li{list-style: none;}
@media (min-width: 360px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 375px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 16px;
    }
}

#quan_modal_wrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 106;
    cursor: pointer;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none
}


.noData{text-align: center;padding: 8px 0px;color: #6c757d}
.minHeight{min-height: 20vh}
.not_select_item{color:#9b9696}
div,ul,li{margin: 0;padding: 0}/*先初始化一下默认样式*/
.head_notice {  width: 100%;
 padding: 0 30px;
 display: flex;
 height: 23px;/*固定公告栏显示区域的高度*/
 color: #fff;
 overflow: hidden;
 justify-content: center;
 align-items: center;
background: #7e7e7e;
  font-size: 13px;
}
.head_notice ul li {
 list-style: none;
 line-height: 35px;
 /*以下为了单行显示，超出隐藏*/
 display: block;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;

}



button.code_unactive{background: #ccc !important}

/* ****************************** */

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    height: 100%;
    width: 100%;
}
*{margin: 0;padding: 0}

body {
    font-family: Microsoft YaHei, '微软雅黑', '宋体', Helvetica, Arial, sans-serif;
}

input {
    font-family: FontAwesome, Microsoft YaHei, '微软雅黑', '宋体', Helvetica, Arial, sans-serif;
}

.color-red {
    color: rgba(207, 33, 58, 1) !important;
}

.color-yellow {
    color: #F6DF45 !important;
}

/*三行隐藏*/

.two_line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*五行隐藏*/

.five_line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/*清除浮动  */

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}


/*页面布局  */

.box {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
}

.box_row_start {
    flex-flow: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.box_row_start_wrap {
    flex-flow: wrap;
    align-items: center;
    justify-content: flex-start;
}

.box_row_around {
    flex-flow: nowrap;
    align-items: center;
    justify-content: space-around;
}

.box_row_between {
    flex-flow: nowrap;
    align-items: center;
    justify-content: space-between;
}

.box_row_center {
    flex-flow: nowrap;
    align-items: center;
    justify-content: center;
}

.box_row_end {
    flex-flow: nowrap;
    align-items: center;
    justify-content: flex-end;
}

.box_row_start_start {
    flex-flow: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.box_col_start {
    flex-flow: column nowrap;
    /* flex-direction: column;
  flex-flow: nowrap; */
    align-items: center;
    justify-content: flex-start;
}

.box_col_between {
    flex-flow: column nowrap;
    /* flex-direction: column;
  flex-flow: nowrap; */
    align-items: center;
    justify-content: space-between;
}

.box_col_between_left {
    flex-flow: column nowrap;
    /* flex-direction: column;
  flex-flow: nowrap; */
    align-items: left;
    justify-content: space-between;
}

.box_col_around {
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-around;
}

.box_col_center {
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.box_col_center_left {
    flex-flow: column nowrap;
    align-items: left;
    justify-content: center;
}

.box_col_end {
    flex-flow: column nowrap;
    /* flex-direction: column;
  flex-flow: nowrap; */
    align-items: flex-start;
    justify-content: flex-end;
}

.box_col_end_center {
    flex-flow: column nowrap;
    /* flex-direction: column;
  flex-flow: nowrap; */
    align-items: center;
    justify-content: flex-end;
}

.box_col_reverse_start {
    flex-flow: column-reverse nowrap;
    /* flex-direction: column-reverse;
  flex-flow: nowrap; */
    align-items: center;
    justify-content: flex-start;
}

.box_row_wrap {
    flex-flow: wrap;
}

.box_tag_big {
    flex-grow: 1;
}


/*添加position */

.add_position {
    position: relative;
}


/*添加手势  */

.add_hand {
    cursor: pointer;
}


/*垂直水平居中*/

.tag_content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*禁止换行  */

.no_wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*英文 及数字截断*/

.word_hh {
    word-break: break-all
}

.transverse_line {
    width: 100%;
    border-top: 1px solid #E9E9E9;
}


/*scroll样式*/

.scroll::-webkit-scrollbar {
    /*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/
    width: 10px;
    height: 10px;
}

.scroll::-webkit-scrollbar-button {
    /*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/
    display: none
}

.scroll::-webkit-scrollbar-track {
    /*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/
    display: none
}

.scroll::-webkit-scrollbar-track-piece {
    /*内层轨道，滚动条中间部分（位置4）*/
    background: #fff;
}

.scroll::-webkit-scrollbar-thumb {
    /*滚动条里面可以拖动的那部分（位置5）*/
    background: #E5E5E5;
    border-radius: 4px;
}

.scroll::-webkit-scrollbar-corner {
    /*边角（位置6）*/
    background: #fff;
}



/*
权限弹窗
*/
 #paybox .buy {
  width: 6.375rem;
  height: 3.125rem;
  background: linear-gradient(180deg, rgba(174, 38, 65, 1), rgba(213, 31, 53, 1));
  border-radius: 0.375rem;
  line-height: 3.125rem;
  text-align: center;
  position: absolute;
  right: 4%;
  bottom: 5%;
}
#paybox .buy a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(242, 242, 242, 1);
}
#paybox .buy a:hover{
    color: rgba(242, 242, 242, 1);
}
#paybox{width: 50%;background: #fff;padding: 3%;padding-bottom: 0}
.info_box .price {
    font-size: 1.5rem;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: rgba(207, 33, 58, 1);
    line-height: 2.375rem;
    margin-top: 15%;
  }
  .info_box{padding: 5% 4%;position: relative;}
@media screen and (max-width: 768px) {
    #start_time_hour,#start_time_minute,#start_time_second{font-style: normal}
#paybox{width: 98%}
    .head_notice{
        padding: 0 30px;
        color: #fff;
        overflow: hidden;
        width: 112%;
        position: absolute;
        left: -8%;
        /* top: 52%; */
        display: flex;
        justify-content: center;
        align-items: center;
        background: #7e7e7e;
    }
    .info_box .price{
        font-size: 18px
    }
    .info_box{padding: 8% 4%;}
}
.pro_item{ border: 2px solid rgba(221, 221, 221, 1);display: flex;}
#box {
position: fixed;
z-index: 99;
 width:100%;
  height:100%; 
  background:rgba(0,0,0,0.7); 
  display:flex;
   display:-webkit-flex; 
   justify-content:center;
    align-items:center;}
  
    .pro_item img{width: 52%;height: 100%}
    .pro_item .info_box{flex: 1}
    .info_box .pro_name{font-size: 20px;}
    .pro_sell_txt{  color: #938F8F;margin-top: 15%}
    .pro_sell_txt span{ color: #938F8F;}
    

.info_box .oldprice {
margin: 2% 0px;
  text-decoration: line-through;
  color: #828282;
}
#paybox .modal_footer{padding: 5% 0px;}
#paybox .modal_footer a{display: flex;font-size: 1.2rem;
  font-weight: bold;justify-content: space-between;align-items: center}
  #paybox .modal_footer p{flex: 1;}
  #paybox .modal_footer img{padding:0px 2%}
  #paybox .modal_footer span{padding-right: 8%}

  #paybox .modal_footer span .icon{font-size: 2rem;color: #8a8888}





/*
权限弹窗结束
*/






/*
支付类型选择框
*/

#select_type li {
    border: 1px solid transparent;
    text-align: center;
    padding: 10px;
}
#select_type_quanxian li {
    border: 1px solid transparent;
    text-align: center;
    padding: 10px;
}
#select_type li.selected_active ,#select_type_quanxian li.selected_active{
   border-bottom: solid 5px crimson;
}
#select_type li.selected_active img ,#select_type_quanxian li.selected_active img {
    width: 65%;
}


#select_type li p {
    text-align: center
}

#select_type li img ,#select_type_quanxian li img{
    cursor: pointer;
}

#submitTypeBtn {
    background: linear-gradient(180deg, rgba(174, 38, 65, 1), rgba(213, 31, 53, 1));
    color: #fff;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
#submitTypeBtn_quanxian {
    background: linear-gradient(180deg, rgba(174, 38, 65, 1), rgba(213, 31, 53, 1));
    color: #fff;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
#submitTypeBtn_g {
    background: linear-gradient(180deg, rgba(174, 38, 65, 1), rgba(213, 31, 53, 1));
    color: #fff;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 29rem;
        margin: 1.75rem auto;
    }

    .modal-content {
        min-height: 23.75rem;
    }

    .modal-body {

    }
}




.noAuth{
    background: url('../img/pack_bg.jpg')
}


.gou{
    background: url('../img/select_item_bot.png') no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-position: center;

}
.market_item input{width: 50px;text-align: center;}
.market_container{display: flex;}
.market_container .lable_title{display: block; width: 80px;}
.market_item{display: flex;margin: 0 10%;}
.market_item .input_item{margin: 38px -23px;}
/* .w_sz{flex-wrap:wrap; width: 242px;} */
/*启明智投模态框*/
@media (max-width: 768px){
    .navbar { padding: 0rem 1rem 0 1rem;}
    .row {padding-top: 2%;}
    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 27px;
        height: 44px;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        background-size: 11px 44px;
        background-position: center;
        background-repeat: no-repeat;
    }
    /* #article1 .row {
        padding-top: 0%;
    }
    #article1 .p_order {
        padding-top: 0;
    }
    #article1 .about_c {
        padding-top: 10%;
    } */
    #article1 #miaosha .row {
        padding-top: 0;
    }
    .mgt {
        margin-top: 3rem;
    }
    .mb-3, .my-3 {
        margin-top: 1rem !important;
    }
    .market_item .input_item{margin: 0 0;}
    .market_item .input_left{
        position: relative;
        left: -1%;
        top: -18%;
      }
      .market_item {
        display: flex;
        margin: 0px 0;
    }
    .market_item input {
        width: 63%;
        text-align: center;
    }
    .market_item .input_right{
        position: relative;
        left: 11%;
        top: -20%; 
    }
    .w_sz{}
    .mr-2, .mx-2 {
        margin-right: 0rem !important;
    }
    .label_s{
        margin:30px 0 10px 0;
    }
    #market_range{
        position: relative;
        left: -4%;
     
    }

}
@media (min-width:768px) and (max-width: 960px) {
    .info_box{padding: 1rem;}
   .info_box .pro_name{font-size: 1.2rem;}
   .info_box .price{font-size: 1.1rem;}
   .info_box .pro_sell_txt,.info_box .price{margin-top: 1.1rem;}
   .modal_footer a p{font-size: 1.2rem;}
   #paybox .modal_footer img{width: 4.5rem}
   .navbar { padding: 0rem 1rem 0 1rem;}
 
}
@media (min-width:568px) and (max-width: 768px) {
    .info_box{padding: 1rem;}
   .info_box .pro_name{font-size: 1.2rem;}
   .info_box .pro_sell_txt,.info_box .price{margin-top: 1rem;}
   .info_box .price{font-size: 1.1rem;}
   .modal_footer a p{font-size: 1.1rem;}
   #paybox .modal_footer img{width: 4.5rem}
   .navbar { padding: 0rem 1rem 0 1rem;}
   
 
}
@media (max-width: 568px) {
    .info_box{padding: 1rem;}
   .info_box .pro_name{font-size: 1.1rem;}
   .info_box .pro_sell_txt,.info_box .price{margin-top: 0.5rem;}
   .info_box .price{font-size: 1.1rem;}
   .modal_footer a p{font-size: 1rem;}
   #paybox .modal_footer img{width: 4rem}
   .navbar { padding: 0rem 1rem 0 1rem;}
 
}
#tab .nav-link{
    padding: .3rem 1rem;
    border: none;
   } 

#tabSelect .nav-link{
    padding: .3rem 1rem;
    border: none;
   } 
#badgeBox2 .f14{
    /* font-size: 1rem; */
}   

.pt-5, .py-5 {
    padding-top: 1rem !important;
}









/*
jQuery和CSS3超炫旋转环状菜单特效 
*/

@-webkit-keyframes badbounce {
    0%,100% {
      -webkit-transform: translateY(0px);
    }
    10% {
      -webkit-transform: translateY(6px);
    }
    30% {
      -webkit-transform: translateY(-4px);
    }
    70% {
      -webkit-transform: translateY(3px);
    }
    90% {
      -webkit-transform: translateY(-2px);
    }
  }
  @-moz-keyframes badbounce {
    0%,100% {
      -moz-transform: translateY(0px);
    }
    10% {
      -moz-transform: translateY(6px);
    }
    30% {
      -moz-transform: translateY(-4px);
    }
    70% {
      -moz-transform: translateY(3px);
    }
    90% {
      -moz-transform: translateY(-2px);
    }
  }
  @keyframes badbounce {
    0%,100% {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }
    10% {
      -webkit-transform: translateY(6px);
      -moz-transform: translateY(6px);
      -ms-transform: translateY(6px);
      -o-transform: translateY(6px);
      transform: translateY(6px);
    }
    30% {
      -webkit-transform: translateY(-4px);
      -moz-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
      -o-transform: translateY(-4px);
      transform: translateY(-4px);
    }
    70% {
      -webkit-transform: translateY(3px);
      -moz-transform: translateY(3px);
      -ms-transform: translateY(3px);
      -o-transform: translateY(3px);
      transform: translateY(3px);
    }
    90% {
      -webkit-transform: translateY(-2px);
      -moz-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      -o-transform: translateY(-2px);
      transform: translateY(-2px);
    }
  }
  .ss_animate {
    -webkit-animation: badbounce 1s linear;
    -moz-animation: badbounce 1s linear;
    animation: badbounce 1s linear;
  }
  

  #ss_menu {
    bottom: 26px;
    width: 42px;
    height: 42px;
    color: #fff;
    position: fixed;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    left: 14px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1000;
  }
  #ss_menu > .menu {
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
    color: #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }
  #ss_menu > .menu .share {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }
  #ss_menu > .menu .share .circle {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    margin-top: -6px;
    left: 12px;
    opacity: 1;
  }
  #ss_menu > .menu .share .circle:after, #ss_menu > .menu .share .circle:before {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    content: '';
    opacity: 1;
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
  }
  #ss_menu > .menu .share .circle:after {
    left: 20.78461px;
    top: 12.0px;
  }
  #ss_menu > .menu .share .circle:before {
    left: 20.78461px;
    top: -12.0px;
  }
  #ss_menu > .menu .share .bar {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    width: 24px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    left: 18px;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  #ss_menu > .menu .share .bar:before {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    content: '';
    width: 24px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0px;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  #ss_menu > .menu .share.close .circle {
    opacity: 0;
  }
  #ss_menu > .menu .share.close .bar {
    top: 50%;
    margin-top: -1.5px;
    left: 50%;
    margin-left: -12px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  #ss_menu > .menu .share.close .bar:before {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-450deg);
    -moz-transform: rotate(-450deg);
    -ms-transform: rotate(-450deg);
    -o-transform: rotate(-450deg);
    transform: rotate(-450deg);
  }
  #ss_menu > .menu.ss_active {
    background: rgba(0,0,0,0.6);;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  #ss_menu > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 44px;
    height: 44px;
    font-size: 30px;
    text-align: center;
    background: rgba(0,0,0,0.44);;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
  }
  #ss_menu > div >a{
    font-size: 0.8rem;
    color: #fff
  }
  #ss_menu > div i {
    display: table-cell;
    vertical-align: middle;
  }
  #ss_menu > div:hover {
    background: rgba(0,0,0,0.44);
    cursor: pointer;
  }
  #ss_menu div:nth-child(1) {
    top: 20px;
    right: -84px;
  }
  #ss_menu div:nth-child(2) {
    top: -72px;
    right: -44px;
  }
  #ss_menu div:nth-child(3) {
    top:-31.56406px;
    right: -80.0px;
  }
  #ss_menu div:nth-child(4) {
    top: -84px;
    right: 10px;
  }