body,
dl,
dd,
dt,
li p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    padding: 0;
    margin: 0;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
}

body {
    color: #000000;
    font-size: 16px;
    background: #f4f6f9;
    font-family: -apple-system-font, "Helvetica Neue", sans-serif;
}

html,
body {
    /* max-width: 750px; */
    margin: 0 auto;
    width: 100%;
}

button {
    outline: none;
}

em {
    font-style: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.displayflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /*垂直居中*/
    justify-content: center;
    /*水平居中*/
}

.flex1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.cf:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.cf {
    zoom: 1;
}

.weui-textarea {
    background: none;
}

.weui-tab {
    position: relative;
    height: 100%;
}

.weui-tab .navbar-active {
    color: #4194d1;
    position: relative;
}

.weui-tab .navbar-active.weui-navbar__item::after {
    content: " ";
    width: 100%;
    height: 3px;
    background-color: #4194d1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.weui-tab .navbar::after {
    border-right: none;
}

.weui-tab .weui-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    /* max-width: 750px; */
    z-index: 500;
    /* top: 0; */
    height: 0.88rem;
    line-height: 0.88rem;
    background-color: #f4f6f9;
    width: 100%;
}

.weui-tab .weui-navbar::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #ccc;
    color: #ccc;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.weui-navbar__slider {
    position: absolute;
    content: " ";
    left: 0;
    bottom: 0;
    width: 6em;
    height: 3px;
    background-color: #4194d1;
    transition: transform 0.3s;
}

.weui-navbar__item {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 0.3rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    float: left;
    width: 25%;
    /* width: 15%; */
    box-sizing: border-box;
}

.weui-navbar+.weui-tab__panel {
    padding: 0.88rem 0 0;
    background-color: #f4f6f9;
}

.weui-tab__panel {
    box-sizing: border-box;
    overflow: auto;
}

.weui-tab__panel .part-page {
    text-align: left;
    display: none;
    border-radius: 0.12rem;
}

.weui-tab__panel .part-page #accordion1,
.weui-tab__panel .part-page #accordion2,
.weui-tab__panel .part-page #accordion4 {
    margin: 0.2rem;
}

.weui-tab__panel .part-page .accordion {
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    border-radius: 0.04rem;
    margin-bottom: 0.24rem;
    background-color: #ffffff;
}

.detailGuide .weui-tab__panel .part-page .accordion {
    margin-bottom: 0;
    background-color: #f4f6f9;
}

.weui-tab__panel .part-page .accordion .link {
    cursor: pointer;
    display: block;
    padding: 0.4rem 0.4rem 0.4rem 0;
    font-size: 0.28rem;
    font-weight: normal;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.weui-tab__panel .part-page .accordion .submenu {
    height: 0;
    overflow: hidden;
    background: #fff;
    color: #000;
    font-size: 0.26rem;
    padding: 0 0.3rem;
}

.weui-tab__panel .part-page #accordion4.accordion .submenu {
    padding: 0;
}

.weui-tab__panel .part-page .accordion .showMenu {
    height: auto;
    overflow: hidden;
}

.weui-tab__panel .show {
    display: block;
}

.weui-cell__bd {
    padding: 0 0.36rem 0 0.24rem;
}

.weui-cell__ft {
    padding-right: 13px;
}

.weui-cell__ft::after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    margin-top: 0.5rem;
    top: 0;
    right: 0.24rem;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.open .weui-cell__ft::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #4194d1;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.faq .bindGuide .weui-cell__ft::after {
    content: " ";
    display: inline-block;
    height: 0.15rem;
    width: 0.15rem;
    border-width: 3px 3px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    margin-top: 0.4rem;
    line-height: 0.78rem;
    right: 0px;
    top: 0px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.faq .bindGuide .up.weui-cell__ft::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #4194d1;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    margin-top: 0.53rem;
}

.black_color {
    color: #000;
    font-size: 0.3rem;
}

.step .step_title {
    font-size: 0.36rem;
    color: #000;
    line-height: 1.6;
}

.step .step_title_1 {
    color: #000;
    font-size: 0.32rem;
    padding: 0.2rem 0.5rem 0.2rem 0;
}

.step h5.step_title_1 {
    color: #000;
    font-size: 0.32rem;
    padding: 0.2rem 0.5rem 0.2rem 0;
}

.step .step_title_2 {
    color: #4194d1;
}

.step .step_content {
    margin: 0.2rem;
}

.step .step_content .step_sub {
    margin-bottom: 0.2rem;
    line-height: 1.4;
}

.step .step_content .step_sub.step_pl {
    padding-left: 0.2rem;
}

.step .step_content .status_intro {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}

.step .step_content .status_intro img {
    width: 0.32rem;
    height: 0.32rem;
    margin: 0;
}

.step .step_content .status_intro.limit img {
    width: 0.4rem;
    height: 0.36rem;
}

.step .step_content .status_intro p {
    margin-left: 0.2rem;
}

.step .step_content .status_intro.limit p {
    margin-left: 0.14rem;
}

.step .step_content .systemType {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0096d6;
    font-size: 0.26rem;
    background-color: rgba(22, 208, 255, 0.15);
    text-align: center;
    height: 0.46rem;
}

.step .step_content img.androidSystem {
    width: 0.22rem;
    height: 0.28rem;
    margin: 0;
    margin-right: 0.05rem;
}

.step .step_content img.appleSystem {
    width: 0.22rem;
    height: 0.24rem;
    margin: 0;
    margin-right: 0.05rem;
}

img {
    width: 75%;
    margin: 0.16rem 12.5%;
}

.img-info {
    text-align: center;
    font-size: 0.26rem;
    color: #4e4e4e;
}

.logo {
    width: 0.3rem;
    margin: 0;
    vertical-align: middle;
}

.logo1 {
    width: 0.3rem;
    margin: 0 0.1rem;
    vertical-align: middle;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.footer {
    width: 100%;
    box-sizing: border-box;
    font-size: 0.26rem;
    color: #bbb;
    padding: 0.2rem 0 0.1rem 0.2rem;
    text-align: center;
    background: #fff;
}

.footer .phone {
    font-size: 0.28rem;
    color: #f14444;
}

.copyBtn {
    color: #f14444;
    border: none;
    background: #fff;
    cursor: pointer;
    font-size: 0.26rem;
}

.toast {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.toast .shadow {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.toast .toast_content {
    z-index: 99;
    position: absolute;
    font-size: 0.24rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    width: 4.5rem;
    height: 2rem;
    border: 1px solid #ebebeb;
    text-align: center;
}

.toast .toast_content p {
    padding: 0.7rem 0.16rem;
}

.resetPrinter {
    overflow: hidden;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
}

.resetPrinter a {
    color: #4194d1;
}

.resetPrinter button.disable {
    border: none;
    color: #4194d1;
    /* display:contents; */
    font-size: 0.26rem;
    background: transparent;
}

.resetPrinter blockquote {
    background-color: #e1e1e1;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 5px 10px 10px 10px;
}

.resetPrinter blockquote .warning {
    color: orange;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

.resetPrinter div.detailInfo {
    margin-top: 15px;
    line-height: 1.7;
}

.resetPrinter div.detailInfo h3 {
    color: #4194d1;
    font-size: 0.32rem;
    font-weight: 400;
}

.resetPrinter div.detailInfo .plusImg {
    width: 18px;
}

.resetPrinter div.detailInfo .plusImg img {
    width: 18px;
    margin: 0px;
    margin-top: 7px;
}

.resetPrinter .submenu .step_content .detailInfo .link {
    color: #4194d1;
    border-bottom: #e1e1e1 1px solid;
    font-size: 0.34rem;
}

.resetPrinter ol.noTypeOl {
    margin: 0 !important;
    padding: 0 !important;
}

.resetPrinter ol.noTypeOl li {
    list-style-position: inside !important;
    list-style-type: none !important;
}

.resetPrinter .example {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 8px;
}

.resetPrinter div.example {
    border: #4194d1 1px solid;
}

.resetPrinter .bold {
    font-weight: bold;
    color: #222;
}

.resetPrinter img.exampleIcon {
    display: inline-block;
    width: initial;
    height: auto;
    width: initial;
    margin: 0;
}

.resetPrinter .img {
    text-align: center;
}

.resetPrinter img.exampleImg {
    width: initial;
    margin: 0;
    width: 75%;
}

.resetPrinter .orderIcon {
    border-left: 2px solid #4194d1;
    width: 9px;
    height: 10px;
    float: left;
    margin-top: 6px;
}

.resetPrinter #disablePrinterTitle div:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.resetPrinter #enablePrinterTitle div:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.resetPrinter #disablePrinterTitle div {
    line-height: 35px;
}

.resetPrinter #enablePrinterTitle div {
    line-height: 35px;
}

.resetPrinter #disablePrinterContent .detailInfo .touchScreen div:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.resetPrinter #disablePrinterContent .detailInfo .touchScreen div {
    line-height: 35px;
}

.resetPrinter #disablePrinterContent .detailInfo .noTouchScreen div:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.resetPrinter #disablePrinterContent .detailInfo .noTouchScreen div {
    line-height: 35px;
}

.resetPrinter .step {
    margin: 0px;
}

.resetPrinter #enablePrinterContent .touchScreen div:after,
.resetPrinter #enablePrinterContent .noTouchScreen div:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.resetPrinter #enablePrinterContent .touchScreen div,
.resetPrinter #enablePrinterContent .noTouchScreen div {
    line-height: 35px;
}

.faq .title {
    display: none;
    line-height: 1.5rem;
    font-size: 0.44rem;
    text-align: center;
    font-weight: 500;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    color: #000;
}

.faq .bindGuide .loadAll {
    display: none;
}

.item_content {
    display: none;
    margin: 0.2rem;
    padding: 0.3rem;
    padding-bottom: 1.6rem;
    background-color: #ffffff;
    border-radius: 0.12rem;
}

.item_content .img-info-one-line {
    text-align: center;
}

.item_content .img-info.img-info-one-line-second {
    margin-left: 1.9rem;
}

.item_content .bindGuide p {
    font-size: 0.25rem;
}

.item_content.show {
    display: block;
}

.item_content p {
    font-size: 0.26rem;
    line-height: 0.5rem;
}

.item_content.printerArea p {
    line-height: 1.3;
}

.img-one-line {
    width: 46%;
    display: inline-block;
}

.img-one-line.img-right {
    margin-left: 0.2rem;
}

.item_content h3 {
    font-size: 0.34rem;
    line-height: 0.5rem;
    margin-bottom: 0.1rem;
}

.item_content .content_big_text {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
    font-weight: bold;
    color: #000;
}

.item_content .content_big_text.text_indent {
    text-indent: 0.6rem;
}

#accordion4 .list_line {
    margin-bottom: 0.2rem;
    background-color: #fff;
}

#accordion4 .list_line .link {
    border-bottom: 1px solid #ebebeb;
    box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.14);
    border-radius: 0.06rem;
    padding: 0.3rem 0;
}

.margin10 {
    margin: 10px 0;
}

.weui-tab__panel .part-page #accordion4.accordion {
    background-color: #f4f4f9;
}

#accordion4 .step_item {
    float: left;
    width: 25%;
    margin-bottom: 0.2rem;
    text-align: center;
    min-height: 1.2rem;
}

#accordion4 .step_item .logo {
    width: 0.4rem;
    height: 0.4rem;
    margin-bottom: 0.1rem;
}

#accordion4 .supplyIcon .step_item .logo {
    width: 0.86rem;
    height: 1.02rem;
}

#accordion4 .supplyIcon .step_item.toner .logo {
    width: 0.68rem;
    height: 1.02rem;
}

#accordion4 .step_item p {
    font-size: 0.24rem;
}

#accordion4 .step_content .margin10 img {
    width: 0.32rem;
    height: 0.32rem;
    margin-top: -2px;
}

#accordion4 .step_item p.print_success {
    color: #16b76e;
}

#accordion4 .step_item p.print_error {
    color: #fa5151;
}

#accordion4 .step_item p.unknow_error {
    color: #fea735;
}

#accordion4 .step_item p.print_loading {
    color: #4fa2f8;
}

#accordion4 .step-desc {
    text-align: right;
    width: 2.8rem;
    float: right;
    margin-right: 4%;
}

#accordion4 .step-desc .desc-text {
    line-height: 0.5rem;
    clear: both;
}

#accordion4 .step-desc .reprintBtn {
    width: 1.54rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #0096d6;
    background-color: #d9eff9;
    border-radius: 0.26rem;
    display: block;
    float: right;
    text-align: center;
}

#accordion4 .weui-cell__ft::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 0.4rem;
}

#accordion4 .open .weui-cell__ft::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #4194d1;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    margin-top: 0.5rem;
}

.tips {
    color: #fa5151;
}


/* 响应布局 */

@media screen and (min-width: 750px) {
    html,
    body {
        cursor: pointer;
    }
    /* .faq .bindGuide .detailArea{
    padding:0;
  }
  .faq .bindGuide .top {
    padding:0;
  } */
    .step .step_content>img,
    .item_content>img {
        width: 30%;
        margin: 0.16rem auto;
        display: block;
    }
    .step_content .center img.img-inline {
        width: 30%;
    }
    .item_content .img-info.img-info-one-line-second {
        margin-left: 0.3rem;
    }
    .resetPrinter div.example {
        border: 0px;
    }
    .resetPrinter img.exampleIcon {
        width: 0.3rem;
    }
    #disablePrinterDiv .step_content .exampleImg,
    #enablePrinterDiv .step_content .exampleImg,
    #subStep .step_content .exampleImg {
        width: 30%;
        margin: 0.16rem auto;
    }
    .noTouchScreenContent section div.img,
    .touchScreenContent section div.img {
        text-align: center;
    }
    .faq .weui-tab {
        top: 1.48rem;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .faq .weui-tab .weui-tab__panel {
        height: auto !important;
        margin: 0 auto;
    }
    .faq .title {
        display: block;
    }
    .faq .weui-tab .weui-navbar {
        box-sizing: border-box;
        width: 94%;
        margin: 0 3%;
        left: 0;
        top: 150px;
        background-color: red;
    }
    .faq .weui-tab .weui-navbar::after {
        border-bottom: 1px solid #4194d1;
        color: #4194d1;
    }
    .faq .accordion .link .weui-cell__ft::after {
        width: 10px;
        height: 10px;
    }
    .faq .weui-tab .weui-navbar__item {
        color: #666666;
        border-right: 1px solid #dad7d7;
        box-sizing: border-box;
    }
    .faq .weui-tab .weui-navbar__item:nth-last-child(1) {
        border-right: 0px;
    }
    .faq .weui-tab .weui-navbar__item {
        background-color: #ededed;
    }
    .faq .weui-tab .weui-navbar__item.navbar-active {
        color: #fff;
        background-color: #4194d1;
        border: 0px;
    }
    .faq .weui-tab .weui-navbar__slider {
        display: none;
    }
    .faq .weui-tab__panel .part-page .accordion .submenu {
        padding-left: 0.2rem;
    }
    .faq .weui-tab__panel .part-page .accordion .list_line {
        padding-left: 0px;
        background-color: #f9f9f9;
    }
    .faq .weui-navbar+.weui-tab__panel {
        padding-top: 1.3rem;
    }
}

@media screen and (max-width: 950px) {
    .faq .weui-tab .weui-tab__panel {
        max-width: 750px;
    }
    .faq .weui-tab .weui-navbar {
        box-sizing: border-box;
        width: 94%;
        margin: 0 3%;
    }
    .faq .bindGuide {
        padding-left: 0;
        padding-right: 0;
    }
    .faq .bindGuide .loadAll {
        display: block;
    }
}

@media screen and (min-width: 950px) and (max-width: 1200px) {
    .faq .weui-tab .weui-tab__panel {
        max-width: 980px;
    }
    .faq .weui-tab .weui-navbar {
        box-sizing: border-box;
        width: 94%;
        margin: 0 3%;
    }
    .faq .bindGuide {
        padding-left: 0;
        padding-right: 0;
    }
    .faq .bindGuide .detailArea ul li {
        width: 2.12rem;
        height: 2.12rem;
    }
    .faq .guideSearch .searchBox .left input {
        width: 6.6rem;
    }
    .faq .bindGuide .detailArea ul li p,
    .bindGuide .detailArea ul li.subModle .subModleName {
        font-size: 0.14rem;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1920px) {
    .faq .weui-tab .weui-tab__panel {
        max-width: 1188px;
    }
    .faq .weui-tab .weui-navbar {
        box-sizing: border-box;
        width: 94%;
        margin: 0 3%;
    }
    .faq .bindGuide {
        padding-left: 0;
        padding-right: 0;
    }
    .faq .bindGuide .detailArea ul li {
        width: 2.08rem;
        height: 2.18rem;
    }
    .faq .guideSearch .searchBox .left input {
        width: 9rem;
    }
    .faq .bindGuide .detailArea ul li p,
    .bindGuide .detailArea ul li.subModle .subModleName {
        font-size: 0.14rem;
    }
}

@media screen and (min-width: 1920px) {
    .faq .weui-tab .weui-tab__panel {
        max-width: 1412px;
    }
    .faq .weui-tab .weui-navbar {
        box-sizing: border-box;
        width: 94%;
        margin: 0 3%;
    }
    .faq .bindGuide {
        padding-left: 0;
        padding-right: 0;
    }
    .faq .bindGuide .detailArea ul li {
        width: 2.08rem;
        height: 2.18rem;
    }
    .faq .guideSearch .searchBox .left input {
        width: 11.2rem;
    }
}

#accordion1 .stepTwo .step_title {
    display: none;
}

.weui-tab__panel .part-page .accordion .showMenu .methods {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.faq .weui-tab__panel .part-page #accordion1 .link,
.faq .weui-tab__panel .part-page #accordion2 .link {
    border-bottom: 0.02rem solid #ebebeb;
    margin-left: 0.16rem;
}

#accordion {
    /* -webkit-overflow-scrolling: touch; */
    overflow-y: scroll;
    width: 100%;
    margin-bottom: 0 !important;
}

#accordion .bindGuide {
    background-color: #fff !important;
}

.bakIframe,
.myIframe {
    display: none;
}

.currentIframe {
    display: block;
}

.video {
    padding: 10px 0 10px;
    position: relative;
}

.video video {
    /* object-fit: fill;  */
}

.video img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 950px) {
    .faq .weui-tab .weui-navbar {
        box-sizing: border-box;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1920px) {
    .faq .weui-tab .weui-navbar {
        box-sizing: border-box;
        /* margin:0; */
    }
    .faq .bindGuide .detailArea ul {
        margin: 0;
    }
    .faq .bindGuide .detailArea {
        padding: 0 0.3rem;
    }
}

.showAll {
    display: block;
}

.hideAll {
    display: none;
}

.weui-toast {
    position: fixed;
    z-index: 5000;
    width: 120px;
    min-height: 120px;
    left: 50%;
    top: 50%;
    margin: -60px 0 0 -60px;
    background: rgba(40, 40, 40, 0.75);
    text-align: center;
    border-radius: 5px;
    color: #fff;
}

.weui-toast {
    position: fixed;
    z-index: 5000;
    width: 80px;
    min-height: 80px;
    left: 50%;
    top: 100px;
    margin: 0 0 0 -40px;
    background: rgba(40, 40, 40, 0.75);
    text-align: center;
    border-radius: 5px;
    color: #fff;
}

.weui-loading {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iciIgd2lkdGg9JzEyMHB4JyBoZWlnaHQ9JzEyMHB4JyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj4KICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD4KICAgIDxyZWN0IHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjRTlFOUU5JwogICAgICAgICAgdHJhbnNmb3JtPSdyb3RhdGUoMCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+CiAgICA8L3JlY3Q+CiAgICA8cmVjdCB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzk4OTY5NycKICAgICAgICAgIHRyYW5zZm9ybT0ncm90YXRlKDMwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4KICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyM5Qjk5OUEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+CiAgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz4KICAgIDwvcmVjdD4KICAgIDxyZWN0IHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjQTNBMUEyJwogICAgICAgICAgdHJhbnNmb3JtPSdyb3RhdGUoOTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNBQkE5QUEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxMjAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNCMkIyQjInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxNTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNCQUI4QjknCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxODAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNDMkMwQzEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyMTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNDQkNCQ0InCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyNDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNEMkQyRDInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyNzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNEQURBREEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgzMDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNFMkUyRTInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgzMzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0Pgo8L3N2Zz4=) no-repeat;
    background-size: 100%;
}

.weui-icon_toast {
    margin: 12px auto 0;
    display: block;
}

.weui-toast__content {
    margin: 2px 0 0;
    font-size: 0.24rem;
}

.aniLoading {
    -webkit-animation: e 1s steps(12) infinite;
    animation: e 1s steps(12) infinite;
}

@-webkit-keyframes e {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes e {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.statement{
    padding-top: 10px;
}

.statement>p {
    text-align: center;
    font-size: 0.28rem;
    line-height: 0.45rem;
}

.statement>p a {
    color: #0096d6;
}

.statement>p.desc {
    color: #b3b3b3;
    padding-bottom: 40px;
}

.mb20 {
    margin-bottom: 0.2rem;
}

.center img.img-inline {
    width: 45%;
    margin: 0.16rem auto;
    display: inline;
}

.goViewHPSmart {
    color: #4194d1;
    text-decoration: underline;
}

.ml20 {
    margin-left: 0.2rem;
}

.red_text p {
    color: #ff5a5a;
}

.black_text p {
    color: #000;
}

.item_content .strong {
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
    font-weight: bold;
    color: #000;
    margin-top: 0.2rem;
}

.blueTips {
    font-size: 0.22rem !important;
}

.blueTips {
    font-size: 0.22rem !important;
}

.hp-gray {
    color: #bcbcbc;
}

.hp-mini-icon {
    width: 0.3rem;
    vertical-align: middle;
    margin: 0 0.14rem;
}

.hp-red {
    color: #f14444;
}

.item_content div.strong {
    margin-top: 0.1rem;
    line-height: 1.8;
}

.hp-printer {
    padding: 0 0 0.3rem 0.26rem;
}

.hp-printer p {
    line-height: 2;
}

.hp-printer .hp-title {
    margin-top: 0.2rem;
}

.hp-printer p a {
    text-decoration: underline;
}

.step .step_content .step_tips1 {
    font-size: 0.28rem;
    line-height: 1.4;
    color: #000;
    background-color: #f5f5f5;
    padding: 0.12rem;
    border-radius: 0.1rem;
    margin-bottom: 0.1rem;
}

.step .step_content .step_tips2 {
    color: #888;
    font-size: 0.26rem;
    padding-left: 0.28rem;
    margin-top: 0.2rem;
    line-height: 1.8;
}

.step .step_content .printer_list {
    color: #888;
    font-size: 0.26rem;
    margin: 0.2rem 0;
    position: relative;
}

#subStep .step_content .printer_list .weui-cell__bd {
    padding-left: 0 0 0 0.24rem;
}

#subStep .step_content .printer_list span {
    color: #0096d6;
}

#subStep .method_box {
    position: relative;
    color: #000;
    display: block;
}

#subStep .hp-arrow:after {
    position: absolute;
    content: " ";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #212121;
    border-style: solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 0.1rem;
    top: 0.04rem;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

#subStep .hp-arrow.hp-arrow-right:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0.12rem;
    top: 0.12rem;
}

#subStep .step_list {
    font-size: 0.3rem;
}

#subStep .step_content ul {
    padding: 0.3rem 0 0 0.6rem;
}

#subStep .step_content ul li {
    list-style: square;
    margin-bottom: 0.2rem;
}

#subStep .step_content .resetPrinter img.exampleImg.exampleImg2.inline {
    width: 37.5%;
    vertical-align: middle;
}

#subStep .step_content ul li .hp-fold {
    margin-bottom: 0.1rem;
    position: relative;
}

#subStep .hp-fold.selected .hp-arrow:after {
    border-color: #4194d1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0.14rem;
}

#subStep .content-list {
    margin-top: 0.1rem;
}

.step_content .bold {
    font-weight: bold;
}