/*API*/
.pro_types {
    clear: both;
    width: 100%;
}
.pro_types .nav-tabs li {
    margin: 0 32px 0 0;
    padding: 0 0 16px;
    color: #000;
    cursor: pointer;
}
.pro_types .nav-tabs li span {
    font-size: 16px;
    opacity: 0.87;
    padding: 0 16px;
    line-height: 20px;
    color: #000;
    background: #fff;
    border: medium;
}
.tab-content .api_title h4 {
    margin-top: 26px;
    font-size: 32px;
    color: #000;
    opacity: 0.85;
}
.tab-content .api_title p {
    margin-top: 10px;
    color: #999;
    font-size: 14px;
}
.tab-content .api_describe {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    margin: 23px 0 35px;
    overflow: hidden;
    overflow-wrap: break-word;
}
.tab-content .api_describe h2 {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 0;
    color: #666;
    font-weight: 700;
    margin-bottom: 16px;
}
.tab-content .api_describe p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 10px 0;
    color: #333;
}
.tab-content .api_describe p a {
    color: #1976d2;
    padding: 0 2px;
}
.tab-content .api_describe ul.dot {
    padding-left: 17px;
}
.tab-content .api_describe ul.dot li {
    list-style: disc;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    overflow-wrap: break-word;
    display: block;
}
.tab-content .api_describe .code {
    margin-top: 15px;
    border: 1px solid #dedede;
    background: #F6F6F6;
    border-radius: 3px;
    padding: 15px 15px 15px 20px;
}
.tab-content .api_describe .code ul {
    list-style: none;
    padding-left: 15px;
}
.tab-content .api_describe .code ul li {
    list-style: decimal;
    color: #999;
    font-size: 12px;
}
.tab-content .api_describe .code ul li p {
    padding: 0 5px;
    font-size: 12px;
    color: #666;
    margin: 5px 0;
}
.tab-content .api_describe .code ul li p.code_bg {
    background: #EEEEEE;
}
.pt_36 {
    margin-top: 36px;
}
.tab-content .debug_port {
    margin-top: 32px;
}
.tab-content .debug_port .port_list {
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}
.tab-content .debug_port .port_list span.n-msg{margin-left:5px;}
.tab-content .debug_port .port_list span {
    display: inline-block;
    left: 0;
}
.tab-content .debug_port .port_list span input.form-control {
    margin-left: 5px;
    height: 34px;
    line-height: 34px;
    width: 260px;
    padding: 0 10px;
    border-radius: 0px;
    float: left;
    vertical-align: middle;
}
.tab-content .debug_port .port_list span.symbol {
    color: #333;
    line-height: 34px;
    padding: 0 5px;
    vertical-align: middle;
}
 .tab-content .debug_port .port_list span.required {
    color: #999;
    font-size: 12px;
    line-height: 34px;
    vertical-align: middle;
}
.tab-content .debug_port .port_list span input.form-control-checkbox {
    margin: 0 5px;
    vertical-align: middle;
}
.tab-content .debug_port .port_list strong.text-red {
    color: #ff3d00;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    line-height: 34px;
    vertical-align: middle;
}
.tab-content .debug_port .port_list label.port_label {
    width: 140px;
    text-align: right;
    margin-right: 10px;
    color: #666;
    font-size: 14px;
    line-height: 34px;
    vertical-align: middle;
    float: left;
}
.tab-content .debug_port .port_btn {
    margin: 15px 0;
}
.tab-content .debug_port .port_contern textarea {
    border: 1px solid #dedede;
    min-height: 200px;
    width: 80%;
    padding: 15px;
}

.pro_types .nav-tabs li.active,
.pro_types .nav-tabs li:hover {
    border-bottom: 2px solid #1976d2;
}
.pro_types .nav-tabs li.active span,
.pro_types .nav-tabs li:hover span {
    color: #1976d2;
    font-weight: bold;
}
.tab-content .api_title h4 {
    margin-top: 26px;
    font-size: 32px;
    color: #000;
    opacity: 0.85;
}

.industry_table {
    width: 100%;
}

.industry_table tr td,
.industry_table tr th {
    border: 1px solid #dedede;
    padding: 16px;
    line-height: 1.8em;
    color: rgba(0, 0, 0, 0.65);
    vertical-align: top;
    font-size: 14px;
    text-align:left;
}
.industry_table tr th {
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    font-weight: normal;
    background: #f3f6fd;
}
.industry_table tr td a {
    display: block;
    text-align: right;
}
.industry_table tr td dl {
    margin-bottom: 20px;
}
.industry_table tr td dl dt {
    font-size: 14px;
}
.industry_table.std tr td {
    padding: 10px;
}
.domain_text {
    font-size: 25px;
    color: rgba(0, 0, 0, 0.45);
    margin-top: 30px;
}
.domain_text span {
    color: #e25849;
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
}
.domain_text b {
    color: #e25849;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    margin-left: -10px;
}

.tab-content .api_describe h2 {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 0;
    color: #666;
    font-weight: 700;
    margin-bottom: 16px;
}
.proList{
    z-index:20;
}
/*
.tab-content li{
    list-style: disc;
}

.tab-content ol.nonedisc li,.tab-content ul.nonedisc li,.tab-content li.nonedisc{
    list-style: none;
}*/