/* styles.css */
.searbg{
    /*
    background-image: url("../img/oct_bg.png");
    */
    background-size: cover;
    height: 377px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.link-1{
    font-family: "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #555555;
    margin-left: 1rem;
    margin-right: 1rem;
}
.link-2{
    font-family: "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #555555;
    margin-left: 1rem;
    margin-right: 1rem;
}
.navbar a{
    text-decoration: none;
}
.navbar a:hover{
    color: #3669EC;
}
.card-body a{
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #333333;
    text-decoration: none;
}
.card-text a{
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #333333;
}
.card-text{
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #333333;
}

.card {
    transition: background-color 0.3s; /* 添加过渡效果 */
}

.card-body a:hover{
    color: #3669EC;
}
.card:hover{
    background-color: #f9fcff;
}
.bt-1{
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-style: normal;
    font-size: 16px;
    --bs-text-opacity: 1;
    color: #F2F2F2;
}
@media (max-width: 576px) {
    .searbg {
        background-image: url("../img/otc_576.png");
    }

}
@media (max-width: 768px) {
    .searbg {
        background-image: url("../img/otc_768.png");
    }

}
@media (max-width: 992px) {
    .searbg {
        background-image: url("../img/otc_992.png");
    }

}
@media (max-width: 1200px) {
    .searbg {
        background-image: url("../img/oct_bg.png");
    }

}
@media (max-width: 1400px) {
    .searbg {
        background-image: url("../img/otc_1400.png");
    }

}
@media (max-width: 1600px) {
    .searbg {
        background-image: url("../img/otc_1600.png");
    }

}
@media (max-width: 1800px) {
    .searbg {
        background-image: url("../img/otc_1800.png");
    }

}
@media (max-width: 2000px) {
    .searbg {
        background-image: url("../img/otc_2000.png");
    }

}
@media (max-width: 2200px) {
    .searbg {
        background-image: url("../img/otc_2200.png");
    }
  /*  .container {
        max-width: 100%;
    }*/
}
@media (max-width: 2560px) {
    .searbg {
        background-image: url("../img/otc_2560.png");
    }
    /*  .container {
          max-width: 100%;
      }*/
}
.searbg-1{
    background-color:  rgba(54, 105, 236, 0.9921568627450981);;
}
.keyword{
    margin-left: 10px;
    margin-top: 10px;

}
.ellipse-link {
    margin-left: 1rem;
    display: inline-block;
    padding: 2px 4px; /* 根据需要调整内边距 */
    background-color: #1407c7; /* 背景颜色 */
    color: white; /* 文本颜色 */
    border-radius: 50px; /* 使用高度的一半来制作圆形或椭圆形 */
    text-decoration: none; /* 移除下划线 */
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}
.ellipse-link:hover {
    background-color: #2167EE; /* 悬停状态下的背景颜色 */
}
.inbtn{
    border-radius: 50px;
}
.input-group input{
    border-radius: 50px;
}
.title-1{
    font-family: "汉仪中黑 197 Bold", "汉仪中黑 197", "汉仪中黑", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
}
.title-2{
    font-family: "汉仪中黑 197 Bold", "汉仪中黑 197", "汉仪中黑", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #076CE0;
}
.keyword a{
    font-family: "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}
.keywork{
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
}
.input-group button{
    border-radius: 50px;
}
.searchbtn{
    border-radius: 50px;
    height: 99%;
    margin: 1px;
}
.searchbtn:before{
    font-family: FontAwesome;

}
.tip{
    border-width: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 14px;
    height: 21px;
    background: inherit;
    background-color: rgba(54, 105, 236, 1);
    border: none;
    border-radius: 7px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.otcmt-5 {
    margin-top: 1rem!important;
}
.otcmt-6 {
    margin-top: 2rem!important;
    /*margin-left: 1rem;*/
}
.otcmt-7 {
    margin-top: 1rem!important;
}
.otcmt-8 {
    margin-top: 1rem!important;
    margin-left: 2rem!important;
}

.otccard-1 {
    margin-left: 1rem!important;
}
.cardimage {
    display: flex;
    justify-content: center;
    align-items: center;

}

img {
    max-width: 100%; /* 确保图片不会超过div的宽度 */
    max-height: 100%; /* 确保图片不会超过div的高度 */
}
.card-body a{
    color: #333333;
    text-decoration: none; /* 移除下划线 */

}
.card-body a:hover{
    color: #4770e3;
    text-decoration: none; /* 移除下划线 */

}

.noline {
    white-space: nowrap;
}
.line a{
    color: #333333;
    text-decoration: none; /* 移除下划线 */

}
.line a:hover{
    color: #4770e3;
    text-decoration: none; /* 移除下划线 */

}
.textsize2{
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #555555;
}
.textsize1{
    font-size: small;
    color: rgba(167, 177, 189, 0.72);
}
.card1{
    border-color: red;
}
.badge4{
     /* 黑色边框 */
    padding: 5px; /* 内边距 */
    margin: 5px; /* 外边距 */
    font-size: 13px;
    display: inline-block; /* 使span表现得像一个块级元素 */
    color: rgba(217, 0, 27, 0.9921568627450981);
    font-weight: 400;
    font-family: "Arial Normal", "Arial", sans-serif;
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);

}
.badge5{
    /* 黑色边框 */
    padding: 5px; /* 内边距 */
    margin: 5px; /* 外边距 */
    font-size: 13px;
    display: inline-block; /* 使span表现得像一个块级元素 */
    color: rgba(54, 105, 236, 0.9921568627450981);
    background-color: rgba(54, 105, 236, 0.20392156862745098);
    font-weight: 400;
    font-family: "Arial Normal", "Arial", sans-serif;
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-border-radius: var(--bs-border-radius);
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);

}

.badge2{
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: rgba(54, 105, 236, 0.9921568627450981);
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgba(54, 105, 236, 0.20392156862745098);
    border-radius: 7px;
}
.badge3{
    border: 1px solid rgba(217, 0, 27, 0.9921568627450981); /* 黑色边框 */
    padding: 5px; /* 内边距 */
    margin: 5px; /* 外边距 */
    display: inline-block; /* 使span表现得像一个块级元素 */
    color: rgba(217, 0, 27, 0.9921568627450981);
    font-weight: 400;
    font-family: "Arial Normal", "Arial", sans-serif;;
}
.ellipse-background {
    border-radius: 50%; /* 使用50%可以创建完美的圆形 */
    border-color: red;
    color: red;
}

ul,li{
    list-style: none;
}


.on{
    background-color: #386aec;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 8px;
    font-family: "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.select-box ul > li:first-child,.select-result ul > li:first-child{
    color: #AAAAAA;
    pointer-events: none;
    font-family: "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
}
.select-box ul > li{
    float: left;
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    margin: 5px 0;
    font-family: "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;

}
.select-box-text{
    color: #000000;
}
.select-box ul,.select-result{
    clear: both;
}
.select-result li {
    float: left;
    width: 80px;
    text-align: center;
    padding: 3px 0;
    color: #c9c9c9;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}
.container-min-width{
   /* min-width: 400px;*/
}
.container-width{
    min-width: 1200px;
}
.container-width{
    min-width: 1200px;
}
.octsearch-10{
    white-space: nowrap;display: flex;
}
.line-1{
    margin-top: 0.4rem;
    color: #555555;
}
.navbar-nav a:hover{
    color: #1e9fff;
}

.shadow-box {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background-color: #FFFFFF;
    padding-bottom: 2rem;
}

.shadowed {
    border: none; /* 移除默认边框 */
    height: 1px; /* 调整高度 */
    background-color: #ccc; /* 背景颜色 */
    box-shadow: 0 5px 5px -5px #aaa; /* 添加阴影 */
}
.shadow-right-bottom {
    position: relative;
    box-shadow: none;
}

.shadow-right-bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(to bottom right, transparent 50%, rgba(0, 0, 0, 0.5) 50%);
}
.lith{
    color: #AAAAAA;
}
.dch{
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #000000;
    /*margin-left: 1rem;*/
    margin-bottom: 0.5rem;
}
.list-text-1{
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
}
.list-text-2{
    font-family: "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: rgba(54, 105, 236, 0.9921568627450981);
}
.list-text-3{
    font-family: "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    color: #AAAAAA;
}
.list-text-4{
    font-family: "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #7F7F7F;
}
.list-text-5{
    font-family: "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #AAAAAA;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.dtlth{
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
}
.dtlti{
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #555555;
    font-size: 18px;
    margin-right: 0.5rem;


}
.dtlcen{
    font-family: "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #555555;
    font-size: 18px;
}
.dtlview{
    font-family: "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-size: 24px;
    font-style: normal;
    color: rgba(245, 154, 35, 0.9921568627450981);
}
.dtlview2{
    font-weight: 700;
    font-size: 36px;
}
.tabth{
    font-family: "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: rgba(127, 127, 127, 0.9921568627450981);
}
.tabthon{
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: rgba(42, 82, 185, 0.9921568627450981);
}
.dtlbas-1{
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: rgba(42, 82, 185, 0.9921568627450981);
}
.dtlbas-2{
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #333333;
    margin-top: 0.5rem;
}
.dtlbas-3{
    font-family: "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: normal;
    color: #333333;
    text-transform: none;
}
body{
    /*background-color: #F5F5F5;*/
}
#u392_div {
    border-width: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 19px;
    height: 34px;
    background: inherit;
    background-color: rgba(42, 82, 185, 0.9921568627450981);
    border: none;
    border-radius: 17px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-clear-a {
    color: white;
}

.input-content:hover + .input-clear-a {
    color: #d4d4d4;
}

.input-container {
    position: relative;
    width: 100%;
}

.input-field {
    padding-right: 40px; /* Make space for the button */
    width: 100%; /* Full width */
    height: 40px;
    border-radius: 10rem;
    outline: none;
    padding-left: 1rem;
    border: 0;
}
input::placeholder {
    color: #999999; /* 设置颜色 */
}
.input-button {
    position: absolute;
    top: 8%;
    right: 0.2rem;
    width: 6rem;
    height: 84%;
    border-radius: 10rem;
    background-color: rgba(54, 105, 236, 1);
    border-color: rgba(7, 108, 224, 1);
    border: 0;
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;

}
.input-button:active{
    background-color: #2167EE;
}
.input-button-search {
    position: absolute;
    top: 8%;
    right: 6.4rem;
    width: 2rem;
    height: 2rem;
    border-radius: 10rem;
    border: 0;
}
.dtltab-1{
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: rgba(42, 82, 185, 0.9921568627450981);
}
.dtltab-2{
    font-family: "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    font-style: normal;
    color: rgba(127, 127, 127, 0.9921568627450981);
    border: 0;
    margin-right: 0.5rem;
}

.active1{
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    color: rgba(42, 82, 185, 0.9921568627450981);
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom-color: #2c53ba;
    border-bottom-width: 0.2rem;
    margin-right: 0.5rem;
}
.table-th{
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #2c53ba;
}
.table-cen{
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #7F7F7F;
}
.pageactive{
    background-color: #1e9fff;
    color: white;
}
.page-link{
    margin-right: 0.2rem;
}

input[type='number'] {
    -moz-appearance: textfield;
    outline: none;
}
.btn-1{
    border: 1px;
    font-size: 16px;
    color: #076CE0;
    font-family: "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 10px;
}
page-1{
    font-size: 16px;
    color: #7F7F7F;
    text-align: center;
    font-family: "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    border: 0;
}
.card-text-1{
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
}

.card-text-3 {
    transition: color 0.3s;
}
.card-text-3:hover {
    color:#3669EC;
}
.card-text-2{
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}
.card-body{
    margin-top: 1rem;
    margin-left: 1rem;
}
.tab-content{
    background-color: #FFFFFF;
}
.page-total{
    font-family: "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #386aec;
    text-align: center;
    padding-bottom: 10px;
    margin-right: 2rem;
}
.page-total1{
    font-size: 16px;
    color: #7F7F7F;
    font-family: "Arial Normal", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 10px;
    margin-left: 2rem;

}
.th-1{
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    margin-left: 10px;
}
