body,div,img{
    padding: 0;
    margin: 0;
}
body{
    max-width: 375px;
    margin: 0 auto;
    overflow: hidden;
    /* overflow-y: scroll; */
    background:white;
}
.box{ 
    padding: 40px 16px 0px;
    position: relative;
}
.box-title{
    display:flex;
    align-items: center;
    padding-bottom: 23px;
    position: relative;
}
.box-title .logo{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.box-title .right{
    width: 83px;
    height: 89px;
    position: absolute;
    top: 2px;
    right: 0px;
}
.box-title span{
    font-size:27px;
    font-weight: bold;
    color: #0F0F12;
    font-family: Arial;
}

.phoneView{
    background-color: #E2F7ED;
    padding-top: 26px;
    border-radius: 10px;
}
.phoneView>.title{
    position: relative;
    padding-left: 12px;
}
.phoneView>.title img{
    width: 296px;
    height: 133px;
}
.phoneView>.title span{
    position: absolute;
    font-family: Arial;
    font-size: 13px;
    left: 82px;
    top: 15px;
}
.phoneView .phone{
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    padding-top: 152px;
}
.phoneView .phone .phoneImg{
    width: 201.3px;
    position: absolute;
    right: -16px;
    top: 0px;
}
.phoneView .phone .bubble{
    width: 243px;
    height: 91.5px;
    position: absolute;
    top: 29.5px;
    right: 85px;
}
.phoneView .phone .bubble img{
    width: 243px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.stepUi{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.stepUi .oneHeight{
    position: absolute;
    left: 4px;
    width: 1.5px;
    background-color: #289966;
    opacity: 0.36;
}
.stepUi .stepLi{
    margin-bottom: 28px;
    display: flex;
    align-items: center;
}
.stepUi .stepLi:last-child{
    margin-bottom: 0px;
}
.stepUi .stepLi .round{
    width: 9px;
    height: 9px;
    background-color: #289966;
    border-radius: 50%;
    margin-right: 13.5px;
}
.stepUi .stepLi span{
    font-family: Arial;
    font-size: 14px;
    color: #000000;
}
.phoneView .phone .bottom{
    width: 100%;
    height: 204px;
    padding-top: 50px;
}
.phoneView .phone .bottom .button{
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #289966;
    border: 1px solid #0F0F12;
    border-radius: 27.5px;
    color: #FFFFFF;
    font-size: 19px;
    font-family: Arial;
    font-weight: bold;
    position: relative;
}
.phoneView .phone .bottom .button img{
    position: absolute;
    right: 10px;
    top: 36px;
    width: 34.5px;
}

.downloadOne{
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #289966;
    border: 1px solid #0F0F12;
    border-radius: 27.5px;
    color: #FFFFFF;
    font-size: 19px;
    font-family: Arial;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    /* bottom: 20px; */
    margin: auto;
    z-index: 999;
    display: none;
}
.downloadOne img{
    position: absolute;
    right: 10px;
    top: 36px;
    width: 34.5px;
}

.bank {
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 410px;
    background-color: #FFFFFF;
    box-shadow: 0px 4.5px 12px 0px rgba(208,208,208,0.27);
    border-radius: 10px;
    box-sizing: border-box;
    position: absolute;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
}
.bank .biasR{
    width:50px;
    position: absolute;
    top: 41.5px;
    right: -21.5px;
}
.titleHeight{
    width: 100%;
    height: 56.5px;
    line-height: 56.5px;
    text-align: center;
    border-bottom: 0.5px dashed #B0D6C5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.titleHeight span{
    font-family: Arial;
    color: #289966;
    font-size: 18px;
    margin-right: 11px;
    margin-left: 11px;
    font-weight: 400;
}
.titleHeight .leftH{
    display: flex;
    align-items: center;
}
.titleHeight .leftH>div,.titleHeight .rightH>div{
    width: 2px;
    height: 12px;
    background-color: #289966;
    border-radius: 1px;
    margin-left: 3px;
}
.titleHeight .leftH>div:nth-child(1),.titleHeight .rightH>div:nth-child(3){
    height: 4px;
}
.titleHeight .leftH>div:nth-child(2),.titleHeight .rightH>div:nth-child(2){
    height: 8px;
}
.titleHeight .rightH{
    display: flex;
    align-items: center;
}
.bankUi .bankLi{
    width: 100%;
    text-align: center;
    margin-bottom:27px;

}
.bankUi .bankLi .bankLogo{
    width: 76.5px;
    overflow: hidden;
    margin: 0 auto;
}
.bankUi .bankLi .bankLogo img{
    width: 76.5px;
    display: block;
}
.bankUi .bankLi .bankLogo span{
    display: block;
    font-family: Arial;
    font-size: 18px;
    color: #0E0E11;
    font-weight: bold;
    margin-top: -5px;
}
.bankUi .bankLi .text{
    width: 100%;
    font-family: Arial;
    font-size: 14px;
    color:#999999;
    margin-top: 10px;
}
.comment{
    width: 100%;
    margin-top: 53px;
    background-color: #E1F0F4;
    border-radius: 10px;
    padding-bottom: 35px;
    position: relative;
}
.comment .titleHeight img{
    width: 46.5px;
    position: absolute;
    top: 14px;
    left: 0;
}
.comment .content{
    width: calc(100% - 33px);
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-top: 22px;
    position: relative;
}
.comment .content .love{
    position: absolute;
    width: 43.5px;
    top: -11.5px;
    right: 92.5px;
}
.comment .content .female{
    position: absolute;
    width: 106px;
    right: -22px;
    top: -97px;
}
.comment .biasL{
    width: 51px;
    position: absolute;
    left: -8px;
    bottom: -10.5px;
}
.speak{
    width: 100%;
    padding: 30px 8px 10px;
    box-sizing: border-box;
}
.speak .speakLi{
    display: flex;
    padding-bottom: 20px;
}
.speak .speakLi:nth-child(1){
    margin-top: 0;
}
.speak .speakLi .left{
    width: 41px;
    height: 41px;
    flex-shrink: 0;
    padding-right: 10px;
}
.speak .speakLi .left img{
    width: 41px;
    height: 41px;
    background-color: #289966;
}
.speak .speakLi .right .name{
    font-family: Arial;
    font-size: 15px;
    color: #0E0E11;
}
.speak .speakLi .right .time{
    font-weight: Arial;
    color: #999999;
    font-size: 11px;
    padding: 5px 0;
}
.speak .speakLi .right .text{
    font-family: Arial;
    font-size: 14px;
    color: #0E0E11;
}


.product{
    width: 100%;
    margin-top: 56px;
    background-color: #E2F7ED;
    border-radius: 10px;
    padding-bottom: 35px;
    position: relative;
    padding-bottom: 32px;
}
.product .titleHeight .male{
    position: absolute;
    width: 124px;
    top: -10px;
    left: -14.5px;
}
.product .titleHeight{
    height: 65px;
}
.product .titleHeight span{
    position: relative;
    margin: 0 13px;
    z-index: 1;
}
.product .titleHeight .leftH,.product .titleHeight .rightH{
    position: relative;
    z-index: 1;
}
.product .titleHeight .leftH>div,.product .titleHeight .rightH>div{
    margin-left: 3px;
}
.product .titleHeight .help{
    width: 46.5px;
    position: absolute;
    top: -1px;
    right: 15px;
}
.product .productLi{
    width: calc(100% - 33px);
    margin: 0 auto;
    background-color: #FFFFFF;
    margin-top: 28px;
    border-radius: 10px;
    padding-top: 14px;
    padding-bottom: 36px;
}
.product .productLi img{
    width: 200px;
    display: block;
    margin: 0 auto;
}
.product .productLi .title{
    font-family: Arial;
    font-size: 18px;
    color: #0E0E11;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.product .productLi .text{
    font-family: Arial;
    font-size: 14px;
    color:#0E0E11;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
}
.product .biasBR{
    width: 110px;
    position: absolute;
    right: 0;
    bottom: -31px;
}

.copyright{
    text-align: center;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    padding-top: 33px;
    padding-bottom:27px;
}
.copyright .name{
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    padding-bottom: 13px;
    border-bottom: 1px solid #EEEEEE;
}
.copyright .time{
    padding-top: 13px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
}


/* // loading 效果样式 */
.loading-mask{
        position: fixed;
        z-index: 2000;
        background-color: rgba(255,255,255,.9);
        margin: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
  }
  .loading-spinner{
    top: 50%;
    margin-top: -21px;
    width: 100%;
    text-align: center;
    position: absolute;
  }
  .loading-spinner .circular{
    width: 42px;
    height: 42px;
    animation: loading360 2s linear infinite;
  }
  .loading-spinner .path{
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90,150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #1890ff;
    stroke-linecap: round;
  }
  @keyframes loading360{
    0%{
      transform: rotate(0deg);
    }
    100%{
      transform: rotate(360deg);
    }
  }