/*初始化*/
@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
html{
  font-family: sans-serif;
  /*font-size: 20px;*/
  font-size: 14px;
}
html,body {
  /*-webkit-touch-callout:none;*/
  /*-webkit-text-size-adjust:none;*/
  /*-webkit-tap-highlight-color:rgba(0, 0, 0, 0);*/
  /*-webkit-user-select:none;*/
  width: 100%;
  height: 100%;
}
body {
  line-height: 1.5;
  font-size: 0.8rem;
  color: #212121;
  background-color: #f5f5f5;
  outline: 0;
}
html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p{
  margin:0;
  border:0;
  padding:0;
  font-style:normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
/*https://www.cnblogs.com/xiayu25/p/6832748.html*/
*:not(input,textarea) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

@media only screen and (min-width: 400px) {
  html {
    font-size: 21.33333333px !important;
  }
}
@media only screen and (min-width: 410.2rem) {
  html {
    font-size: 21px !important;
  }
}
@media only screen and (min-width: 480px) {
  html {
    font-size: 25.6px !important;
  }
}
ul, li {
  list-style: none;
}
p {
  font-size: 0.7rem;
  color: #757575;
}
a {
  color: #0062cc;
  text-decoration: none;
  background-color: transparent;
}
a:link{ text-decoration: none;}
a:hover {
  outline: 0;
}
textarea {
  overflow: hidden;
  resize: none;
}
button {
  overflow: visible;
}
button,select {
  text-transform: none;
}
button,input,select,textarea {
  font: inherit;
  color: inherit;
}

/*内容 */



.ob-color-orange {
  color: orange !important;
}
.ob-color-skyblue {
  color: skyblue;
}
.ob-color-999 {
  color: #999;
}
.ob-color-fff{
  color: rgba(255, 255, 255,1);
}
.ob-color-red{
  color: red;
}
.ob-color-pink{
  color: pink;
}
.ob-color-deeppink{
  color: deeppink;
}
.ob-color-hotpink{
  color: hotpink;
}
.ob-color-lightpink{
  color: lightpink;
}
.ob-color-transparent {
  color: transparent;
}

.ob-bg-blue {
  background-color: #03A9F4;
}
.ob-bg-blue2 {
  background-color: #bcd7ff;
}
.ob-bg-green {
  background-color: #32b16c;
}
.ob-bg-pink {
  background-color: #ea68a2;
}
.ob-bg-orange {
  background-color: rgba(235,97,0,1);
}
.ob-bg-5DB8D9 {
  background-color: #5DB8D9;
}
.ob-bg-B8D3DD {
  background-color: #B8D3DD;
}
.ob-bg-fff {
  background-color: rgba(255, 255, 255,1);
}
.ob-bg-999 {
  background-color: #999;
}
.ob-bg-F3F3F3{
  background-color: #F3F3F3;
}
.ob-bg-F5F5F5{
  background-color: rgba(0,0,0,0.125);
}
.ob-bg-red {
  background-color: red;
}
.ob-bg-transparent {
  background: transparent !important;
}

.ob-body-bg-col {
  background-color: #eeeeee;
}
.ob-borderColor-blue {
  border: 1px solid #03A9F4;
}

.ob-w-h-10 {
  width: 10px;
  height: 10px;
}
.ob-w-h-15 {
  width: 15px;
  height: 15px;
}
.ob-w-h-20 {
  width: 20px;
  height: 20px;
}
.ob-w-h-25 {
  width: 25px;
  height: 25px;
}
.ob-w-h-40 {
  width: 40px;
  height: 40px;
}
.ob-w-h-50 {
  width: 50px;
  height: 50px;
}
.ob-w-h-60 {
  width: 60px;
  height: 60px;
}

/*内边距 开始*/
.ob-p-0 {
  padding: 0px !important;
}
.ob-p-1 {
  padding: 5px !important;
}
.ob-p-2 {
  padding: 10px !important;
}
.ob-p-3 {
  padding: 15px !important;
}
.ob-p-4 {
  padding: 20px !important;
}
.ob-p-5 {
  padding: 25px !important;
}

.ob-pt-0 {
  padding-top: 0px !important;
}
.ob-pt-1 {
  padding-top: 5px !important;
}
.ob-pt-2 {
  padding-top: 10px !important;
}
.ob-pt-3 {
  padding-top: 15px !important;
}
.ob-pt-4 {
  padding-top: 20px !important;
}
.ob-pt-5 {
  padding-top: 25px !important;
}

.ob-pr-0 {
  padding-right: 0px !important;
}
.ob-pr-1 {
  padding-right: 5px !important;
}
.ob-pr-2 {
  padding-right: 10px !important;
}
.ob-pr-3 {
  padding-right: 15px !important;
}
.ob-pr-4 {
  padding-right: 20px !important;
}
.ob-pr-5 {
  padding-right: 25px !important;
}

.ob-pb-0 {
  padding-bottom: 0px !important;
}
.ob-pb-1 {
  padding-bottom: 5px !important;
}
.ob-pb-2 {
  padding-bottom: 10px !important;
}
.ob-pb-3 {
  padding-bottom: 15px !important;
}
.ob-pb-4 {
  padding-bottom: 20px !important;
}
.ob-pb-5 {
  padding-bottom: 25px !important;
}

.ob-pl-0 {
  padding-left: 0px !important;
}
.ob-pl-1 {
  padding-left: 5px !important;
}
.ob-pl-2 {
  padding-left: 10px !important;
}
.ob-pl-3 {
  padding-left: 15px !important;
}
.ob-pl-4 {
  padding-left: 20px !important;
}
.ob-pl-5 {
  padding-left: 25px !important;
}

/*内边距 结束*/

/*外边距 开始*/
.ob-m-0 {
  margin: 0px !important;
}
.ob-m-1 {
  margin: 5px !important;
}
.ob-m-2 {
  margin: 10px !important;
}
.ob-m-3 {
  margin: 15px !important;
}
.ob-m-4 {
  margin: 20px !important;
}
.ob-m-5 {
  margin: 25px !important;
}

.ob-mt-0 {
  margin-tom: 0px !important;
}
.ob-mt-1 {
  margin-tom: 5px !important;
}
.ob-mt-2 {
  margin-tom: 10px !important;
}
.ob-mt-3 {
  margin-tom: 15px !important;
}
.ob-mt-4 {
  margin-tom: 20px !important;
}
.ob-mt-5 {
  margin-tom: 25px !important;
}

.ob-mr-0 {
  margin-right: 0px !important;
}
.ob-mr-1 {
  margin-right: 5px !important;
}
.ob-mr-2 {
  margin-right: 10px !important;
}
.ob-mr-3 {
  margin-right: 15px !important;
}
.ob-mr-4 {
  margin-right: 20px !important;
}
.ob-mr-5 {
  margin-right: 25px !important;
}

.ob-mb-0 {
  margin-bottom: 0px !important;
}
.ob-mb-1 {
  margin-bottom: 5px !important;
}
.ob-mb-2 {
  margin-bottom: 10px !important;
}
.ob-mb-3 {
  margin-bottom: 15px !important;
}
.ob-mb-4 {
  margin-bottom: 20px !important;
}
.ob-mb-5 {
  margin-bottom: 25px !important;
}

.ob-ml-0 {
  margin-left: 0px !important;
}
.ob-ml-1 {
  margin-left: 5px !important;
}
.ob-ml-2 {
  margin-left: 10px !important;
}
.ob-ml-3 {
  margin-left: 15px !important;
}
.ob-ml-4 {
  margin-left: 20px !important;
}
.ob-ml-5 {
  margin-left: 25px !important;
}


.ob-m-0-auto {
  margin: 0 auto !important;
}
/*外边距 结束*/

.ob-font-weight-1 { font-weight: 100 !important; }
.ob-font-weight-2 { font-weight: 200 !important; }
.ob-font-weight-3 { font-weight: 300 !important; }
.ob-font-weight-4 { font-weight: 400 !important; }
.ob-font-weight-5 { font-weight: 500 !important; }
.ob-font-weight-6 { font-weight: 600 !important; }
.ob-font-weight-7 { font-weight: 700 !important; }
.ob-font-weight-8 { font-weight: 800 !important; }

/*登录 注册 忘记密码 样式 开始*/
.ob-wrap {
  width: 80vw;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background-color: #000;
}
.ob-wrap * {
  box-sizing: border-box;
}
.ob-user-login-head {
  width: 80px;
  height: 80px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #999;
}
.ob-user-login-head img{
  width: 80px;
  height: 80px;
}
.ob-user-login-list {
  width: 80vw;
  height: 40px;
  line-height: 40px;
  clear: both;
  margin-top: 5vh;

}
.ob-user-login-list .left {
  width: 20vw;
  height: 100%;
  text-align: justify;
  text-align-last: justify;
  font-size: 12px;
  color: #fff;
  float: left;
}
.ob-user-login-list .left span {
  display: inline-block;
  width: calc(20vw);
}
.ob-user-login-list .center {
  width: 24vw;
  height: 100%;
  text-align: center;;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  margin-left: calc(6vw);
  border: 1px solid #fff;
  border-radius: 40px;
  padding-left: 12px;
  float: left;
}
.ob-user-login-list .right {
  width: 54vw;
  height: 100%;
  text-align: left;;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 40px;
  padding-left: 12px;
  float: right;
}
.ob-user-login-list .verify {
  width: 24vw;
  height: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 40px;
  float: right;
}
.ob-user-login-list .verify img {
  width: 24vw;
  height: 40px;
}
.ob-user-login-list .register {
  width: calc(100%);
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#b160c7), to(#4b1857));
  text-align: center;
  letter-spacing: 24px;
  padding-left: 24px;
  color: #fff;
  border-radius: 40px;
}
.ob-user-login-list input {
  width: 100%;
  height: 40px;
  outline: 0;
  border: 0;
  color: #fff;
}
/*登录 注册 忘记密码 样式 结束*/

/*//其中，IOS状态栏高度为20px，Android为25px*/
/*兼容ios和Android*/
.headerIos{
  padding-top: 20px;
}
.headerAnd{
  padding-top: -25px;
}

.ob-border-left-5 {
  border-left: 5px solid #03A9F4;
}
.ob-add-left-line::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -5px;
  width: 30px;
  height: 1px;
  border-top: 1px solid #000;
  margin-right: 10px;
}
.ob-add-right-line::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -5px;
  width: 30px;
  height: 1px;
  border-top: 1px solid #000;
  margin-left: 10px;
}
.ob-position-a-b {
  position: absolute;
  bottom: 0;
}
/*溢出隐藏 省略号*/
.ob-overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}
/*溢出隐藏显示省略号*/
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ellipsis-1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ob-h-15px {
  height: 15px;
}


.ob-after-col-fff:before {
    content: "\e6f4";
    color: #fff;
}

.ob-border-radius-3 {
  border-radius: 3px;
}


.ob-bg-size-0 {
  background-size: 0 !important;
}
.ob-h-65 {
  height: 65px;
}
.ob-position-r {
  position: relative;
}

.ob-font-size-10 {
   font-size: 10px;
}
.ob-font-size-12 {
   font-size: 12px;
}
.ob-font-size-15 {
  font-size: 15px;
}
.ob-font-size-14 {/*上标字*/
  font-size: 14px;
}
.ob-font-size-16 {
  font-size: 16px;
}
.ob-font-size-18 {
   font-size: 18px;
}
.ob-font-size-20 {
  font-size: 20px;
}
.ob-font-size-24 {
   font-size: 24px;
}
.ob-font-size-30 {
  font-size: 30px;
}
.ob-font-size-35 {
  font-size: 35px;
}
.ob-font-size-40{
  font-size: 40px;
}


.ob-text-center {
  text-align: center;
}
.ob-text-vertical {
  vertical-align: middle;
}
.ob-text-left {
  text-align: left;
}

.ob-border-color-blue {
  border-color: #03A9F4;
}
.ob-ba-col-green {
  background-color: green;
}
.ob-bg-image-50 {
  height: 50px;
    width: 50px;
    margin-right: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;

}



.ob-h-50 {
  height: 50px;
}


.ob-w-h-50 img {
  width: 50px;
  height: 50px;
}



.ob-border-top-1 {
  border-top: 1px solid #999;
}

.ob-font-weight-bold {
  font-weight: bold;
}
.ob-h-120px {
  height: 120px;
}
.ob-line-height-120px {
  line-height: 120px;
}
.ob-h-200px {
  height: 200px;
}
.ob-line-height-200px {
  line-height: 200px;
}

.ob-border-green {
  border: 1px solid green;
}
.ob-border-radius-10 {
  border-radius: 10px;
}
.ob-border-radius-5 {
  border-radius: 5px;
}
.ob-border-color-green {
  border-color: green;
}
.ob-after-RMB::after {
  content: "元"
}
.ob-line-height-50 {
  line-height: 50px;
}
.ob-border-radius-50px {
  border-radius: 50px;
}
.ob-h-24 {
    height: 24px;
}
.ob-h-30 {
  height: 30px;
}
.ob-line-h-12 {
  line-height: 12px;
}
.ob-line-h-18 {
  line-height: 18px;
}
.ob-line-h-24 {
    line-height: 24px;
}
.ob-line-h-30 {
  line-height: 30px;
}
.ob-line-h-32 {
    line-height: 32px;
}

.ob-box-shadow-0 {
  box-shadow: 0 0 0 0;
}
.ob-border-radius-b-0 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.ob-after-right-0::after {
  position: absolute !important;
  right: 0 !important;
}
.ob-w-33 {
  width: 33.3333%;
}
.ob-w-78 {
  width: 78%;
}
.ob-w-80 {
  width: 80%;
}
.ob-w-100 {
  width: 100%;
}
.ob-line-height-50px {
  line-height: 50px;
}
.ob-block-0-auto {
  display: block;
  margin: 0 auto;
}

.ob-body {
  background-color: #999;
}
.ob-cart-model {
  border-radius: 10px;
  padding: 10px;
  box-shadow: 3px 5px 8px 0px #999;
}
.ob-main-img-6 {
  width: 60px;
  height: 60px;
  margin-top: 5px;
  margin-left: 5px;
}
.ob-border-radius-b-20 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.ob-border-radius-b-10 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.ob-border-radius-t-10 {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.ob-border-radius-t-5 {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.ob-h-150px {
  height: 150px;
}

.ob-fixed-t-l-0-w-100 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.ob-box-shadow-1 {
  box-shadow: 3px 5px 17px 0px #999;
}

.ob-border-bottom {
  border-bottom: 1px solid #999;
}
.ob-w-70px30 {
  width:70px;
  height: 30px;
}

.ob-w-200 {
  width: 200px;
}

.ob-height-50 {
  height: 50px;
}



/*弹窗模型  样式开始*/
#simpleModal  {
  /*display: none;*/
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}
#simpleModal .modal-content {
  background-color: #fff;
  margin: 37% auto 0%;
  width: 80%;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 1s;
  border-radius: 5px;
}
#simpleModal .modal-header h2,.modal-footer h3 {
  padding: 0;
}
#simpleModal .modal-header {
  position: relative;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  padding: 15px;
  color: #000;
  text-align: center;
  border-radius: 5px;
}
#simpleModal .modal-header h2 {
  font-size: 17px;
}
#simpleModal .closeBtn {
  color: #fff;
  font-size: 30px;
  float: right;

}
#simpleModal .closeBtn:hover,.closeBtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#simpleModal .modal-body {
  padding: 10px 20px;

}
#simpleModal .modal-footer {
  padding-bottom: 15px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
#simpleModal .modal-footer div {
  width: 60%;
  height: 40px;
  line-height: 40px;
  background-color: #0E98CB;
  margin: 0 auto;
  border-radius: 30px;
  font-size: 15px;
}
@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}

.ob-color-coral {
  color: coral;
}
.ob-p-16 {
  padding: 16px;
}
.ob-font-12 {
  font-size: 12px;
}
.ob-text-center {
  text-align: center;
}
.ob-height-30 {
  height: 30px;
}
.ob-color-red {
  color: red;
}
.ob-m-t-10 {
  margin-top: 10px;
}
/*弹窗模型  样式结束*/

/*9k911*/
ob-cursor-pointer {
  cursor: pointer !important;
}
/*9k911 主色 start*/
.ob-text-ED6D34 {
  color: #ED6D34;
}
.ob-bg-63CBF4 {
  background-color: #63CBF4;
}
.ob-bg-ED6D34{
  background-color: #ED6D34;
}
.ob-text-orangered {
  color: orangered;
}
.ob-bg-orangered {
  color: #fff;
  background-color: orangered;
}
.ob-bg-orangered:hover {
  color: #fff;
  opacity: .9;
}
/*9k911 主色 end*/

/*向右的箭头*/
.rightArrow:after {
  content: '> ' !important;
}
/*胶囊按钮 点击 改变样式*/
.ob-label-capsule{
  display: inline-block;
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 50px;
}
.ob-label-capsule.active{
  display: inline-block;
  background: orange;
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 50px;
  color: #fff;
}
/*输入框统一样式*/
.ob-input {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    vertical-align:top;
    padding-left: 30px;
    border: 1px solid #000;
}
.ob-input-search-icon {
    position: absolute;
    font-size: 16px;
    top: 7px;
    left: 7px;
}
.ob-input-button {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    vertical-align:top;
    border: 1px solid #000;
}

/*9k911样式*/
.container {
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px;
}
.container > .row{
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 !important;
}
[class*=cont-] .row {
  margin-left: 0;
  margin-right: 0;
}
/*推荐标识*/
/*<div class="badge badge-danger rounded-0 RecommendedLogo">*/
                                                         /*<span class="bg-danger">推荐</span>*/
                                                                                     /*</div>*/
.RecommendedLogo {
  position: absolute;
  left: -16px;
  top: 0;
  z-index: 20;
}
.RecommendedLogo:after {
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 4px;
  right: -8px;
  content: '';
  width: 16px;
  height: 16px;
  background-color: #DC3545;
  transform: rotate(45deg);
}
.RecommendedLogo span {
  position: relative;
  left: 16px;
  z-index: 20;
}
/*9K911专用*/
.text-6b {
  color: #6B6B6B;
}

.ul-mute a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

ul.notic-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
    text-decoration: none;
}
ul.notic-list li a span.title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px !important;
}
ul.notic-list li a span.date {
    flex-shrink: 0;
    margin-left: 8px;
    text-align: end;
}