* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.install-tip-mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 88;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3)
}

.install-tip-mask .install-tip {
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: -10000px;
    z-index: 10;
    /*-webkit-animation: a .6s 1 both;*/
    /*animation: a .6s 1 both*/
}

.install-tip-mask .install-tip h3 {
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 18px;
    font-size: 14px;
    background-color: #efeff4;
    margin: 0;
}

.install-tip-mask .btn-close {
    position: absolute;
    right: 10px;
    top: 0px;
    padding: 0 10px;
    font-size: 16px;
}
.install-tip-mask section {
    margin: .533333rem .493333rem
}

.install-tip-mask section h2 {
    font-size: 13px
}

.install-tip-mask .jump-jc {
    color: #ff5462;
    text-decoration: none;
    float: right
}

.install-tip-mask .first-step-image {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 250px;
    height: 63px;
    margin: 10px auto 0
}


.install-tip-mask .first-step-image {
    background-image: url(../image/pic_install_tip2x.png)
}


.install-tip-mask .second-step-image {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f6f6f8;
    border-radius: .16rem;
    box-sizing: border-box;
    border: .013333rem solid #e5e5e9;
    margin-top: .266667rem;
    position: relative;
    /*background-repeat: no-repeat;*/
    /*background-size: .133333rem .24rem;*/
    /*background-position: 333rem*/
}


/*.install-tip-mask .second-step-image {*/
/*background-image: url(img/icon_arrow_grey2x.png)*/
/*}*/


.install-tip-mask .second-step-image .setting-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 9px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}

.install-tip-mask .second-step-image .setting-icon {
    background-image: url(../image/icon_setting2x.png)
}

.install-tip-mask .second-step-image .setting-left {
    display: block;
    position: absolute;
    right: 10px;
    color: #999;
    font-size: 14px;
}


.install-tip-mask .second-step-image h4 {
    font-size: 14px;
    width: 225px;
    color: #000;
    font-family: PingFang SC Medium;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
}

.install-tip-mask .second-step-image p {
    font-size: 10px;
    color: #9b9b9b;
    margin-top: .08rem
}

.install-tip-mask .btn-install-go {
    width: 240px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    margin: 0 auto 25px;
    display: block;
    border-radius: 1.066667rem;
    background-color: #00d661
}

.install-guide-tip-mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 88;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}
