/*
         * Init
         */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body {
    font-size: .28rem;
}

html {
    overflow-y: scroll;
    width: 100%;
}

a{
    text-decoration: none;
}

img.button-top {
    display: block;
    width: 3.4rem;
    margin: 3.4rem auto;
}

img.button-bottom {
    width: 2rem;
    position: absolute;
    right: .8rem;
    bottom: .38rem;
}
.buzou{
    width: 366px;
    margin: 4% auto;
    display: block;
}
#tips1 .content{
    width: 1200px;
    background: #edf3fe;
    margin: 0 auto;
    padding: 3% 0 5%;
}

#tips1 .header {
    position: relative;
    margin-bottom: 2%;
}
#tips1 .header h4 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #444444;
}
.copysite{
    font-size: 20px;
    color: #666;
    text-align: center;
}
#tips1 .header img {
    position: absolute;
    top: 0.35rem;
    right: 0.5rem;
    width: 0.35rem;
    box-shadow: 0 0 1rem 1rem transparent;
}
.step_wrap{
    text-align: center;
    margin-top: 2%;
}
.step_wrap img{
    width: 34.9%;
    margin-bottom: 1.5%;
}
.step_item{
    overflow: hidden;
    width: 42.8%;
    margin: 0 auto;
    font-size: 14px;
}
.step_item div{
    float: left;
    width: 33.33%;
}
.step1 span{
    float: left;
}
.step3 span{
    float: right;
}
.step_item div span{
    display: inline-block;
    width: 112px;
    line-height: 26px;
    height: 26px;
    border: 1px solid #4285f4;
    border-radius: 13px;
}
#tips1 ul {
    margin: 2% 0 0;
}
#tips1 ul li {
    width: 493px;
    margin: 0 auto;
    /*text-align: center;*/
    font-size: 14px;
    list-style: none;
    color: #666;
}
#tips1 ul li .triangle-right {
    float: left;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 8px solid #4285f4;
    border-bottom: 6px solid transparent;
    margin-right: 6px;
    margin-top: 5px;
}
.buzhou_w{
    overflow: hidden;
}
.buzhou_w span{
    float: left;
    width: calc(100% - 14px);
}
.setting {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 80%;
    margin: 0.35rem auto;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: .04rem;
    text-align: center;
}
.setting img {
    margin-left: 0.5rem;
    width: 0.6rem;
    height: 0.6rem;
}
.setting span {
    height: 1rem;
    text-align: center;
    margin-left: 0.5rem;
    font-size: .36rem;
}
.box-manage-btn {
    width: 60%;
    height: 1.0rem;
    line-height: 1.0rem;
    border-radius: 0.6rem;
    background-color: #64BF50;
    text-align: center;
    margin: 0 auto;
}
.box-manage-btn a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: .41rem;
}

.flowScroll {
    overflow: hidden;
}
.downloadButton{
    display: block;
    font-size: 14px;
    width: 143px;
    line-height: 36px;
    color: white;
    margin: 5% auto;
    border-width: 0;
    text-align: center;
    background: url("../images/common/anniu.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.arrow{
    /*margin-top: 4%;*/
}
.spe_btn{
    margin-bottom: 0;
}
/*微信端打开*/
.body_mask{
    width: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.body_mask h1{
    font-size: 16px;
    color: #fff;
    margin-left: 45px;
    padding-left: 31px;
    width: 55%;
}
.body_mask h1:nth-child(1){
    margin: 76px 0 25px 45px;
}
.num1{
    background: url(../images/iosguide/num1.png) 0 0 no-repeat;
    overflow: hidden;
    background-size: 24px;
}
.num1 img{
    width: 34px;
}
.num2{
    background: url(../images/iosguide/num2.png) 0 0 no-repeat;
    line-height: 1.5;
    background-size: 24px;
}
.num1 i,
.num1 img{
    float: left;
}
.num1 i{
    margin-right: 8px;
    font-style: normal;
}
.guide{
    position: absolute;
    top: 19px;
    right: 37px;
}
.guide img{
    width: 60px;
}
.qq_btn{
    color: #2a89da;
}
.qq_contact .c_icon{
    float: left;
    margin-top: 10px;
}
/*pc、pad屏幕*/
@media screen and (max-width: 768px) {
    #tips1 .content{
        width: 100%;
    }
    #tips1 .header h4{
        font-size: 15px;
        line-height: 15px;
    }
    .copysite{
        font-size: 14px;
    }
    #tips1 ul li{
        font-size: 12px;
        line-height: 16px;
        width: 80%;
    }
    .buzou{
        width: 100%;
    }
    .step_wrap img{
        width: 75%;
    }
    .step_item{
        width: 95%;
        font-size: 12px;
    }
    .step_item div span{
        width: 88px;
    }
}
