body {
    position: relative;
    --xl-main-width: 85%;
    --xl-main-max-width: 1340px;
    --md-main-width: 90%;
    --md-main-max-width: 90%;
    --sm-main-width: 90%;
    --sm-main-max-width: 90%;
    --xs-main-width: 90%;
    --xs-main-max-width: 90%;
    --appl-pagenav-height: 40px;
    --appl-block-md-width: 68.8%;
    --appl-block-sm-width: 85%;
    --appl-block-xs-width: 94%;
    --appl-primary-color: #0068b6;
    --appl-pagenav-height: 40px;
    --appl-context-align-justify: 12px;
    --hundredpercent: 100%;
    --block-background-color: #f1f5ff;
}
.layout-main {
    padding-bottom: 0;
}
.topbanner {
    position: relative;
    margin-bottom: 0;
}
#pro-topbanner {
    min-height: 150px;
    max-height: 700px;
}
.proto-banner-pos {
    padding-left: 15px;
    position: absolute;
    top: 35%;
    height: auto;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    left: calc((100% - 1340px) / 2);
    width: 42%;
}
@media screen and (min-width: 1301px) and (max-width: 1576px) {
    .proto-banner-pos {
        left: 7.5%;
    }
}
@media screen and (max-width: 1300px) {
    .proto-banner-pos {
        width: 52%;
        left: 5%;
    }
}
.proto-banner-title {
    color: #fff;
    width: 100%;
}
.proto-banner-briefIntro {
    color: #fff;
    width: 100%;
}
.proto-div {
    width: var(--xl-main-width);
    max-width: var(--xl-main-max-width);
    padding-top: 68px;
    padding-bottom: 70px;
    align-items: center;
    margin: 0 auto;
}
.proto-block-title {
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #333;
}
.proto-tab-content {
    display: block;
}
.proto-app-se-div-xs {
    display: none;
}
.proto-block-title::before {
    content: "";
    width: 0;
    height: 28px;
    margin-right: 8px;
    border-left: 4px solid var(--appl-primary-color);
}
.proto-content-div {
    margin-top: 40px;
}
.wrapper {
    overflow: initial;
}
nav.navappl {
    position: sticky;
    top: 110px;
    z-index: 10;
    margin-bottom: 0;
    height: var(--appl-pagenav-height);
    min-height: var(--appl-pagenav-height);
    background-color: #346;
    border: none;
    border-radius: 0;
}
nav.navappl ul {
    position: relative;
    width: calc(var(--xl-main-width) + 35px);
    max-width: calc(var(--xl-main-max-width) + 35px);
    min-width: 208px;
    height: var(--appl-pagenav-height);
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}
.proto-app-slider .slick-dots {
    margin-top: 26px;
}
li.proto-pagenav-item {
    display: inline-block;
    float: none!important;
}
li.proto-pagenav-item::after {
    background: #ff6d65;
}
.navappl .navbar-nav>li>a {
    padding: 0 15px;
    line-height: var(--appl-pagenav-height);
    font-size: 18px;
    color: #fff;
    background-color: #346;
}
.navappl .navbar-nav>.active>a, .navappl .navbar-nav>.active>a:hover, .navappl .navbar-nav>.active>a:focus {
    background-color: #ff6d65;
}
#proto-nav-introduction p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    white-space: pre-line;
}
#proto-nav-introduction ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#proto-nav-introduction ul li {
    padding-top: 8px;
    padding-left: 20px;
    width: 50%;
}
#proto-nav-introduction li {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
#proto-nav-introduction li::before {
    margin-left: -20px;
    content: '•';
    position: absolute;
    color: #0068b6;
    font-size: 2em;
    line-height: .8;
}
.proto-introd-style2 {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 24px;
    border-radius: 12px;
    background: #f9fafb;
}
.proto-introd-style3 {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 24px;
    border-radius: 12px;
    background: #f9fafb;
}
.proto-introd-link {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}
.proto-introd-link a {
    color: #666;
    text-underline-offset: 3px;
    text-decoration: underline;
}
.proto-introd-link a:hover {
    color: #0068b6;
}
.proto-app-sce-slider {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    border-bottom: 1px solid #e6e5e5!important;
    box-sizing: border-box;
}
.proto-app-shadow {
    border-radius: 12px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);
    display: flex!important;
    flex-direction: column;
    height: 100%;
}
.slick-display {
    display: none!important;
}
.proto-app-sce-svg {
    margin-bottom: 9px;
}
.proto-app-sce-slider .slick-prev, .proto-app-sce-slider .slick-next {
    display: inline-block;
    color: #666;
    cursor: pointer;
    z-index: 11;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.proto-app-sce-slider .slick-prev:hover svg path, .proto-app-sce-slider .slick-next:hover svg path {
    fill: var(--appl-primary-color);
}
.proto-app-sce-nav {
    padding-left: 6px;
    padding-right: 6px;
    width: calc(100% - 120px);
    overflow: hidden;
    white-space: nowrap;
}
.proto-app-sce-nav-ul {
    position: relative;
    white-space: nowrap;
    margin: 0 auto;
    overflow: hidden;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.proto-app-sce-tabli a {
    padding: 0 12px;
    display: inline-block;
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    white-space: nowrap;
    font-size: 20px;
    color: #565656;
    box-sizing: border-box;
}
.proto-app-sce-tabli.active a {
    color: var(--appl-primary-color);
}
.proto-app-sce-tabli a::after {
    display: block;
    content: "";
    width: 0;
    height: 2px;
    margin: 8px auto 0;
    background-color: var(--appl-primary-color);
    transition: width .3s linear;
}
.proto-app-sce-tabli:hover a::after, .proto-app-sce-tabli:focus a::after, .proto-app-sce-tabli.active a::after {
    width: 100%;
}
.proto-app-sce-tabpane.active {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border-radius: 12px;
    margin-top: 32px;
}
.proto-app-sce-img {
    width: 100%;
}
.proto-app-sce-img img {
    margin: 24px;
    width: calc(100% - 48px);
    height: auto;
    border-radius: 12px;
}
.proto-app-sce-display {
    display: block;
}
.proto-app-sce-img-1 {
    width: 60%;
    align-content: center;
}
.proto-app-sce-img-1 img {
    margin: 24px;
    width: calc(100% - 48px);
    height: auto;
    border-radius: 12px;
}
.proto-app-sce-detail-1 {
    width: 40%;
    padding: 24px;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 28px;
    align-content: center;
}
.proto-app-sce-detail {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 28px;
}
.proto-basic-work-contain {
    display: flex;
    flex-direction: row;
}
.proto-basic-work-contain {
    display: flex;
    flex-direction: row;
    height: auto;
}
.proto-basic-work-contain-introd {
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.proto-basic-work-contain-introd-title {
    color: #414141;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    width: 100%;
    padding-bottom: 8px;
}
.proto-basic-work-contain-introd-content {
    width: 100%;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
.proto-basic-work-contain-introd-content li {
    list-style-type: disc!important;
}
.proto-basic-work-contain-introd-content ul ul li {
    list-style-type: circle!important;
}
.proto-basic-work-contain-introd-content ul ul ul li {
    list-style-type: square!important;
}
.proto-basic-work-contain-introd-content ul {
    margin-left: 20px;
}
.proto-basic-work-contain-introd-content ul ul {
    margin-left: 20px;
}
.proto-basic-work-contain-img {
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    align-content: center;
}
.proto-basic-work-contain-img-1 {
    border-radius: 12px;
    width: 100%;
    height: auto;
}
.proto-spec-param-background-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/imgs/proto-spec-param.webp');
}
.no-webp .proto-spec-param-background-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/imgs/proto-spec-param.jpeg');
}
.proto-spec-param-div {
    margin-top: 28px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.proto-spec-param-col {
    border-radius: 12px;
    background: #fff;
    margin-top: 12px;
    margin-bottom: 12px;
    width: calc(50% - 20px);
    background-clip: content-box;
    display: flex;
    flex-direction: row;
}
.proto-spec-param-col:nth-child(odd) {
    margin-right: 20px;
    margin-left: 0;
}
.proto-spec-param-col:nth-child(even) {
    margin-left: 20px;
    margin-right: 0;
}
.proto-spec-param-img {
    margin-left: 16px;
    margin-top: 16px;
    display: block;
    float: left;
    width: 45px;
    height: 45px;
}
.proto-spec-param-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 23px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: 23px;
}
.proto-spec-param-container-title {
    color: #414141;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    white-space: pre-line;
}
.proto-spec-param-container-content {
    margin-top: 8px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-left: 20px;
}
.proto-spec-param-container-content li {
    list-style-type: disc!important;
}
.proto-spec-param-container-content ul ul li {
    list-style-type: circle!important;
}
.proto-spec-param-container-content ul ul ul li {
    list-style-type: square!important;
}
.proto-spec-param-container-content ul ul {
    margin-left: 20px;
}
.proto-advantage-div {
    margin-top: 22px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.proto-advantage-col {
    border-radius: 12px;
    border: 1px solid #f3f3f3;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    width: calc(33.3% - 27px);
    background-clip: content-box;
    display: flex;
    flex-direction: column;
}
.proto-advantage-col:nth-child(3n+1) {
    margin-left: 0;
    margin-right: 26px;
}
.proto-advantage-col:nth-child(3n+2) {
    margin-left: 13px;
    margin-right: 13px;
}
.proto-advantage-col:nth-child(3n) {
    margin-left: 26px;
    margin-right: 0;
}
.proto-advantage-img {
    margin-left: 22px;
    margin-top: 22px;
    display: block;
    float: left;
    width: 64px;
    height: 64px;
}
.proto-advantage-title {
    color: #414141;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    margin-top: 16px;
    margin-left: 22px;
    margin-right: 22px;
    width: auto;
}
.proto-advantage-content {
    margin-top: 8px;
    margin-bottom: 22px;
    margin-left: 22px;
    margin-right: 22px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    width: auto;
}
.proto-app-div {
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 9px;
    margin-right: 9px;
    display: flex;
}
.proto-app-slider {
    width: 100%!important;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
}
.proto-app-slider .slick-prev, .proto-app-slider .slick-next {
    position: absolute;
    bottom: 51%;
    height: 50px;
    line-height: 22px;
    width: 50px;
    border-radius: 2%;
    font-size: 30px;
    background: #000;
    opacity: .6;
    color: #4c4c4c;
    border: none;
    cursor: pointer;
    transition: all .1s ease-in-out;
}
.proto-app-slider .slick-prev i, .proto-app-slider .slick-next i {
    color: #fff;
}
.proto-app-slider .slick-prev {
    left: 14px;
    z-index: 9;
}
.proto-app-slider .slick-next {
    right: 12px;
    z-index: 9;
}
.proto-app-slider .slick-prev:hover, .proto-app-slider .slick-next:hover {
    background-color: var(--appl-primary-color);
    color: #fff;
}
.proto-app-slick-block {
    max-width: 331px;
    display: flex!important;
    flex-direction: column;
    padding: 15px;
}
.proto-app-img {
    height: auto;
    width: 100%;
}
.proto-app-img-1 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: auto;
    width: 100%;
    max-height: 800px;
    max-width: 800px;
}
.proto-appli-block-title {
    text-align: center;
    flex: 1;
    height: auto;
    width: 100%;
    padding: 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    display: flex;
    justify-content: center;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    max-width: 800px;
}
.proto-appli-block-title-nolink {
    color: #414141;
}
.proto-appli-block-title-link:focus, .proto-appli-block-title-link {
    color: #414141;
    cursor: pointer;
    text-decoration-color: #414141;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.proto-appli-block-title-link:active, .proto-appli-block-title-link:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-color: #0068b6;
}
.proto-appli-block-title :hover {
    color: #0068b6;
}
.proto-app-slider .slick-dots li button {
    outline: none;
    margin-right: 10px;
    margin-left: 10px;
    border: 0;
    content: "•";
    font-size: 0;
    text-align: center;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #afb5c7;
}
.slick-dots li.slick-active button {
    background-color: #0068b6;
    border-color: #0068b6;
}
.slick-dots li.slick-active button:focus {
    background-color: #0068b6;
    border-color: #0068b6;
}
.proto-app-slider ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.proto-guideline-module {
    display: flex;
    flex-direction: row;
    height: auto;
}
.proto-guideline-module-step {
    display: flex;
    flex-direction: column;
}
.proto-guideline-module-log {
    margin-top: 24px;
    margin-left: 15px;
    margin-right: 15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #0068b6;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    align-content: center;
}
.proto-guideline-module-line {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    position: relative;
}
.proto-guideline-module-content {
    flex-grow: 1;
    margin-bottom: 32px;
    border-radius: 12px;
    background: rgba(249,250,251,.82);
    display: flex;
    flex-direction: column;
}
.proto-no-margin-bottom {
    margin-bottom: 0;
}
.proto-guideline-module-content-title {
    color: #414141;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    padding-top: 16px;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
}
.proto-guideline-module-content-detail {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #676767;
}
.proto-guideline-module-content-detail a {
    color: #0068b6;
    text-decoration: underline;
}
.proto-guideline-module-content-detail a:hover {
    color: #0086b6;
}
.proto-guideline-div {
    margin-top: 40px;
}
.vertical-line {
    margin-top: 8px;
    position: absolute;
    width: 2px;
    height: calc(100% + 7px);
    background-color: #0068b6;
}
.vertical-line-arrow svg {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 7px);
}
.proto-suggested-hardware-background-img {
    background-repeat: round;
    background-image: url('/imgs/proto-hardware.webp');
}
.no-webp .proto-suggested-hardware-background-img {
    background-repeat: round;
    background-image: url('/imgs/proto-hardware.png');
}
.proto-suggested-hardware-div {
    position: relative;
    max-width: 100%;
    max-height: 740px;
    overflow: auto;
    display: flex;
}
.proto-suggested-hardware-div table tbody tr td:first-child {
    --tbody-first-child-width: 0px;
    position: sticky;
    font-weight: 700;
    left: 0;
    z-index: 1;
    color: #333!important;
    border-right: var(--tbody-first-child-width)!important;
    min-width: 160px;
    max-width: 300px;
    --table-after-width: 1px;
    --table-after-position: -6px;
}
.proto-suggested-hardware-div table tbody tr td:not(:first-child) {
    --max-width: 200px;
    width: var(--max-width);
    max-width: var(--max-width);
    min-width: var(--max-width);
}
.proto-suggested-hardware-div table tbody tr td:nth-child(2) {
    border-left: 0!important;
}
.proto-suggested-hardware-div table th:first-child {
    position: sticky;
    left: 0;
    z-index: 9;
    border-left: 0 solid!important;
    border-right: 0!important;
    min-width: 160px;
    max-width: 300px;
    --table-after-width: .5px;
    --table-after-position: -6px;
    --table-after-color: #d7e8fa;
}
.proto-suggested-hardware-div table tbody tr td:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: var(--table-after-position);
    bottom: 0;
    width: var(--table-after-width);
    background: linear-gradient(to right,rgb(169 175 181/36%),rgb(229 219 219/0%));
}
.proto-suggested-hardware-div table td p {
    white-space: pre-line;
}
.proto-suggested-hardware-div table th:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: var(--table-after-position);
    bottom: 0;
    width: var(--table-after-width);
    background: linear-gradient(to right,rgb(169 175 181/36%),rgb(229 219 219/0%));
}
.proto-suggested-hardware-div-radius-1 {
    border-radius: 0 0 12px 0;
}
.proto-suggested-hardware-div-radius-2 {
    border-radius: 0 0 0 12px;
}
.proto-suggested-hardware-div table tbody tr:nth-child(odd) td {
    background-color: #f9fafb!important;
}
.proto-suggested-hardware-div table tbody tr:nth-child(even) td {
    background-color: #fff!important;
}
.proto-suggested-hardware-div table th:not(:first-child) {
    --max-width: 200px;
    width: var(--max-width);
    max-width: var(--max-width);
    min-width: var(--max-width);
}
.proto-suggested-hardware-div table thead tr th div {
    min-height: 45px;
    align-content: center;
}
.proto-suggested-hardware-div table tbody tr td p {
    min-height: 36px;
    align-content: center;
}
.proto-suggested-hardware-div table th {
    z-index: 2;
    overflow-wrap: break-word;
    line-height: 27px;
    position: sticky;
    top: 0;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    background-color: #fff;
    padding-left: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 11px;
}
.proto-suggested-hardware-table {
    padding-top: 1px;
    padding-bottom: 1px;
    border-collapse: separate;
    border-spacing: 0;
}
.proto-suggested-hardware-table tbody td {
    color: #666;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    overflow-wrap: break-word;
}
.proto-suggested-hardware-div {
    scrollbar-width: 24px;
    scrollbar-color: #c5d7ea #e7ebf0;
}
.proto-hardware-div-center {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.proto-suggested-hardware-div table thead tr th a {
    text-decoration: underline;
    cursor: pointer;
    color: #414141;
}
.proto-suggested-hardware-div table thead tr th a:hover {
    color: #575353;
}
.proto-suggested-hardware-div table tbody tr td p a {
    text-decoration: underline;
    cursor: pointer;
    color: #414141;
}
.proto-suggested-hardware-div table tbody tr td p a:hover {
    color: #575353;
}
@media screen and (min-width: 992px) {
    .proto-basic-work-div {
        padding-top: 25px;
    }
    .proto-div {
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
    .proto-banner-title {
        font-size: 48px;
    }
    .proto-banner-briefIntro {
        margin-top: 20px;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
    }
    .proto-banner-md {
        display: block;
        min-height: 150px;
    }
    .proto-banner-sm {
        display: none;
    }
}
@media screen and (min-width: 1300px) {
    .proto-div {
        width: var(--xl-main-width);
        max-width: var(--xl-main-max-width);
    }
}
@media screen and (max-width: 1300px) {
    nav.navappl ul {
        width: calc(var(--md-main-width) + 35px);
        max-width: calc(var(--md-main-max-width) + 35px);
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .proto-app-sce-detail-1 {
        width: 100%;
        padding-top: 0;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 24px;
        font-size: 16px;
        color: #666;
        font-weight: 400;
        line-height: 28px;
    }
    .proto-app-sce-img-1 {
        width: 100%;
    }
    .proto-app-sce-img-1 img {
        margin: 24px;
        width: calc(100% - 48px);
        height: auto;
        border-radius: 12px;
    }
    nav.navappl ul {
        width: calc(var(--sm-main-width) + 35px);
        max-width: calc(var(--sm-main-max-width) + 35px);
    }
    .proto-app-slider .slick-dots li button {
        margin-left: 8px;
        margin-right: 8px;
        width: 10px;
    }
    .proto-app-slick-block {
        padding: 13px;
    }
    .proto-app-slider .slick-prev {
        left: 14px;
    }
    .proto-app-slider .slick-next {
        right: 12px;
    }
    .proto-app-slider .slick-prev, .proto-app-slider .slick-next {
        bottom: 51%;
        height: 44px;
        width: 44px;
        font-size: 28px;
    }
    .proto-advantage-col {
        margin-top: 18px;
        margin-bottom: 18px;
        width: calc(50% - 18px);
    }
    .proto-advantage-col:nth-child(odd) {
        margin-left: 0;
        margin-right: 18px;
    }
    .proto-advantage-col:nth-child(even) {
        margin-left: 18px;
        margin-right: 0;
    }
    .proto-spec-param-col {
        width: calc(50% - 12px);
    }
    .proto-spec-param-col:nth-child(odd) {
        margin-right: 12px;
        margin-left: 0;
    }
    .proto-spec-param-col:nth-child(even) {
        margin-left: 12px;
        margin-right: 0;
    }
    .proto-spec-param-img {
        margin-left: 16px;
        margin-top: 16px;
    }
    .proto-spec-param-container {
        margin-left: 16px;
        margin-right: 16px;
    }
    .proto-basic-work-contain-reverse {
        flex-direction: column-reverse!important;
    }
    .proto-basic-work-contain-introd {
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
        padding-top: 40px;
    }
    .proto-basic-work-contain-img {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 1px;
        padding-right: 1px;
        width: 100%;
    }
    .proto-basic-work-contain {
        flex-direction: column;
    }
    .proto-basic-work-contain-introd {
        width: 100%;
    }
    .proto-app-sce-tabpane.active {
        margin-top: 28px;
    }
    .proto-app-sce-tabli a {
        padding: 0 8px;
    }
    #proto-nav-introduction ul li {
        width: 100%;
    }
    .proto-div {
        width: var(--sm-main-width);
        max-width: var(--sm-main-max-width);
    }
    .proto-banner-md {
        display: block;
        min-height: 150px;
    }
    .proto-banner-sm {
        display: none;
    }
    .proto-banner-title {
        font-size: 38px;
    }
    .proto-banner-briefIntro {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
    }
}
@media screen and (max-width: 768px) {
    .proto-app-sce-display {
        display: none!important;
    }
    .proto-app-sce-img-1 {
        width: 100%;
    }
    .proto-app-sce-img-1 img {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0;
        margin-bottom: 10px;
        width: calc(100% - 20px);
        border-radius: 8px;
    }
    nav.navappl ul {
        width: calc(var(--sm-main-width) + 35px);
        max-width: calc(var(--sm-main-max-width) + 35px);
    }
    .navappl .navbar-nav>li>a {
        font-size: 14px;
        padding: 0 8px;
    }
    .proto-app-shadow {
        border-radius: 8px;
    }
    .proto-spec-param-div {
        margin-top: 8px;
    }
    .proto-app-div {
        margin-top: 20px;
    }
    .proto-content-div {
        margin-top: 20px;
    }
    .proto-hardware-div-center {
        margin-top: 20px;
    }
    .proto-suggested-hardware-table tbody td {
        padding-left: 8px;
        padding-right: 8px;
    }
    .proto-suggested-hardware-div table th {
        padding-left: 8px;
        padding-right: 8px;
    }
    .proto-suggested-hardware-div table th {
        padding-top: 1px;
        padding-bottom: 1px;
        font-size: 14px;
        line-height: 20px;
    }
    .proto-suggested-hardware-table tbody td {
        font-size: 14px;
        line-height: 20px;
    }
    .vertical-line {
        margin-top: 8px;
        width: 2px;
        height: calc(100% - 3px);
    }
    .vertical-line-arrow svg {
        bottom: -10px;
        left: -6px;
    }
    .proto-guideline-module-line {
        left: 20px;
        display: block;
    }
    .proto-guideline-div {
        margin-top: 20px;
    }
    .proto-guideline-module-content {
        margin-bottom: 16px;
    }
    .proto-guideline-module-content-detail {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 16px;
        font-size: 14px;
        line-height: 20px;
    }
    .proto-guideline-module-content-title {
        font-size: 16px;
        line-height: 23px;
        padding-top: 16px;
        padding-bottom: 4px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .proto-guideline-module-log {
        margin-top: 15px;
        margin-left: 0;
        margin-right: 13px;
        width: 40px;
        height: 40px;
    }
    .proto-app-img-1 {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    .proto-app-slider .slick-dots li button {
        margin-left: 6px;
        margin-right: 6px;
        width: 8px;
    }
    .proto-appli-block-title {
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        padding: 6px;
    }
    .proto-app-slick-block {
        padding: 6px;
    }
    .proto-app-slider .slick-prev {
        left: 7px;
    }
    .proto-app-slider .slick-next {
        right: 5px;
    }
    .proto-app-slider .slick-prev, .proto-app-slider .slick-next {
        bottom: 51%;
        height: 28px;
        width: 28px;
        font-size: 25px;
    }
    .proto-advantage-img {
        margin-left: 10px;
        margin-top: 10px;
        width: 54px;
        height: 54px;
    }
    .proto-advantage-title {
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        margin-top: 8px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .proto-advantage-content {
        margin-top: 8px;
        margin-bottom: 8px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
    }
    .proto-advantage-col {
        margin-top: 8px;
        margin-bottom: 8px;
        width: calc(100%);
        margin-left: 0;
        margin-right: 0;
    }
    .proto-advantage-div {
        margin-top: 12px;
    }
    .proto-advantage-col:nth-child(odd) {
        margin-left: 0;
        margin-right: 0;
    }
    .proto-advantage-col:nth-child(even) {
        margin-left: 0;
        margin-right: 0;
    }
    .proto-spec-param-container {
        margin-left: 10px;
        margin-right: 10px;
    }
    .proto-spec-param-container-content {
        margin-top: 8px;
        font-size: 14px;
        line-height: 25px;
    }
    .proto-spec-param-container-title {
        font-size: 16px;
        line-height: 23px;
    }
    .proto-spec-param-img {
        margin-left: 10px;
        margin-top: 10px;
        width: 38px;
        height: 38px;
    }
    .proto-spec-param-col {
        border-radius: 8px;
        width: 100%;
    }
    .proto-spec-param-col:nth-child(odd) {
        margin-right: 0;
        margin-left: 0;
    }
    .proto-spec-param-col:nth-child(even) {
        margin-left: 0;
        margin-right: 0;
    }
    .proto-basic-work-contain {
        flex-direction: column;
    }
    .proto-basic-work-contain-introd {
        width: 100%;
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
        padding-top: 20px;
    }
    .proto-basic-work-contain-img {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 1px;
        padding-right: 1px;
    }
    .proto-basic-work-contain-reverse {
        flex-direction: column-reverse!important;
    }
    .proto-basic-work-contain-introd-title {
        font-size: 16px;
    }
    .proto-basic-work-contain-introd-content {
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
    }
    .proto-app-sce-slider {
        display: none;
    }
    .proto-app-sce-detail-1 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 12px;
        font-size: 14px;
        font-weight: 400;
        color: #666;
        line-height: 23px;
    }
    .proto-app-sce-detail {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 12px;
        font-size: 14px;
        font-weight: 400;
        color: #666;
        line-height: 23px;
    }
    .proto-app-sce-img img {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0;
        margin-bottom: 10px;
        width: calc(100% - 20px);
        border-radius: 8px;
    }
    .proto-app-sce-tabpane.active {
        display: block;
        margin-top: 17px;
        border-radius: 8px;
    }
    .proto-app-sce-tabli:hover::after, .proto-app-sce-tabli:focus::after, .proto-app-sce-tabli.active::after {
        width: 120px;
    }
    .proto-app-sce-tabli a {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 16px;
    }
    .proto-block-title {
        font-size: 18px;
    }
    .proto-block-title::before {
        height: 18px;
        margin-right: 5px;
        border-left-width: 3px;
    }
    .proto-introd-style2 {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 16px;
        border-radius: 12px;
    }
    .proto-introd-style3 {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #proto-nav-introduction p {
        font-size: 14px;
        line-height: 25px;
    }
    #proto-nav-introduction li {
        font-size: 14px;
        line-height: 25px;
    }
    .proto-introd-link {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    #proto-nav-introduction ul li {
        width: 100%;
    }
    .proto-div {
        padding-top: 30px;
        padding-bottom: 30px;
        width: var(--xs-main-width);
        max-width: var(--xs-main-max-width);
    }
    .proto-banner-md {
        display: none;
    }
    .proto-banner-sm {
        display: block;
        min-height: 150px;
    }
    .proto-banner-pos {
        left: 0;
        padding-left: 5%;
        padding-right: 2%;
        background: linear-gradient(90deg,rgba(3,14,39,.84) 14.471%,rgba(13,15,55,0) 65.37%);
        top: 26%;
        width: 100%;
        height: 33%;
    }
    .proto-banner-title {
        font-size: 22px;
    }
    .proto-banner-briefIntro {
        margin-top: 6px;
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
    }
    .proto-tab-content {
        display: none;
    }
    .proto-app-se-div-xs {
        display: block;
        margin-top: 20px;
        border-radius: 8px;
    }
    .proto-app-se-xs-title {
        padding: 12px 10px;
        width: 100%;
        color: #414141;
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        text-align: left;
    }
    .proto-app-slider .slick-dots {
        margin-top: 10px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1330px) {
    #protosuggestedhardwarediv {
        max-height: 430px!important;
    }
}
#proto-app-slick .slick-list {
    position: relative;
    display: flex!important;
    overflow: hidden;
    margin: 0;
}
#proto-app-slick .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex!important;
    margin-left: auto;
    margin-right: auto;
}