.runjianpc {
    width: 1250px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.runjianpc .left {
    width: 420px
}

.runjianpc .left .tab {
    width: 420px;
    height: 80px;
    background: #fff;
    border: 1px solid #8799b6;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 80px;
    color: #005bac
}

.runjianpc .left .active {
    background-image: url(../images/bauu/tab.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    border: 1px solid #fff
}

.runjianpc .left .ercode {
    width: 100%;
    height: 680px;
    background-image: url(../images/bauu/erbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center
}

.runjianpc .left .ercode .name {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    padding-top: 35px
}

.runjianpc .left .ercode .subname {
    color: #333;
    font-size: 22px
}

.runjianpc .left .ercode .img {
    margin-top: 40px;
}

.runjianpc .left .ercode .img img {
    width: 150px;
    /* margin-left: 135px; */
}

.runjianpc .left .ercode .downname {
    color: #005bac;
    font-size: 18px;
    margin-top: 15px
}

.runjianpc .left .ercode .downname span {
    border-bottom: 1px solid #005bac
}

.runjianpc .left .ercode .downname span img {
    display: inline
}

.runjianpc .right {
    width: 810px;
    background: #e9f1f6;
    padding: 40px
}

.runjianpc .right .android {
    display: none
}

.runjianpc .right .ios {
    display: inline-block
}

.runjianpc .right .topbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #8799b6;
    padding-bottom: 37px;
    margin-bottom: 60px
}

.runjianpc .right .topbar .ss {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.runjianpc .right .topbar .name {
    color: #005bac;
    font-size: 20px;
    font-weight: 700
}

.runjianpc .right .topbar .subname {
    color: #005bac;
    font-size: 34px;
    font-weight: 700
}

.runjianpc .right .topbar .btn {
    width: 214px;
    height: 60px;
    background: #005bac;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
}
.runjianpc .right .topbar .btn a{
    color:#fff;
}

.runjianpc .right .topbar .btn img {
    margin-right: 5px;
    display: inline
}

.runjianpc .right .bottomhtml .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 730px;
}

.runjianpc .right .bottomhtml .item .left1 {
    font-size: 57px;
    font-weight: 700;
    color: #005bac;
    width: 140px;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.runjianpc .right .bottomhtml .item .left1 span {
    position: absolute;
    left: calc(50% - 53px);
    top: -10px
}

.runjianpc .right .bottomhtml .item .left1:after {
    content: "";
    position: absolute;
    left: calc(50% - 16px);
    bottom: 0;
    width: 0;
    height: calc(100% - 50px);
    border-left: 1px dashed #8799b6
}

.runjianpc .right .bottomhtml .item .left1::before {
    content: "";
    position: absolute;
    left: calc(50% - 18px);
    bottom: 0;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #8799b6
}

.runjianpc .right .bottomhtml .item .right2 {
    padding-bottom: 70px
}

.runjianpc .right .bottomhtml .item .right2 .name {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 10px;
}

.runjianpc .right .bottomhtml .item:last-child .left1:after {
    content: "";
    display: none
}

.runjianpc .right .bottomhtml .item:last-child .left1::before {
    content: "";
    display: none
}

.ruanjianmobile {
    display: none
}

@media screen and (max-width:800px) {
    .runjianpc {
        display: none
    }

    body {
        font-size: .32rem
    }

    .ruanjianmobile {
        display: block;
        padding-top: .6rem
        padding-bottom: 1rem;
    }

    .ruanjianmobile .topbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 90%;
        margin: auto;
        margin-top: .4rem;
        margin-bottom: .4rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .ruanjianmobile .topbar .tab {
        width: 3.27rem;
        height: .8rem;
        background: #fff;
        border: 1px solid #8799b6;
        font-size: .28rem;
        font-weight: 700;
        text-align: center;
        line-height: .8rem;
        color: #005bac
    }

    .ruanjianmobile .topbar .active {
        background-image: url(../images/bauu/tab.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        color: #fff;
        border: 1px solid #fff
    }

    .ruanjianmobile .bottombar {
        padding: .4rem;
        width: 90%;
        background-color: #e9f1f6;
        margin: auto
    }

    .ruanjianmobile .ios2 {
        position: relative
    }

    .ruanjianmobile .ios2::after {
        content: "";
        position: absolute;
        left: 1.15rem;
        top: -.48rem;
        width: .2rem;
        height: .2rem;
        background: #e9f1f6;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .ruanjianmobile .android2 {
        position: relative;
        display: none
    }

    .ruanjianmobile .android2::after {
        content: "";
        position: absolute;
        left: 4.55rem;
        top: -.48rem;
        width: .2rem;
        height: .2rem;
        background: #e9f1f6;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .ruanjianmobile .bar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: .37rem;
        margin-bottom: .6rem;
        border-bottom: 1px solid #8799b6;
        flex-wrap: wrap;
    }

    .ruanjianmobile .bar .ss {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .ruanjianmobile .bar .ss img {
        width: .8rem;
        height: .8rem
    }

    .ruanjianmobile .bar .name {
        color: #005bac;
        font-size: .2rem
    }

    .ruanjianmobile .bar .subname {
        color: #005bac;
        font-size: .34rem;
        font-weight: 700
    }

    .ruanjianmobile .bar .btn {
        width: 2.14rem;
        height: .6rem;
        background: #005bac;
        border-radius: .1rem;
        color: #fff;
        font-size: .18rem;
        text-align: center;
        line-height: .6rem;
        /* margin: 0 auto; */
    }
    .ruanjianmobile .bar .btn a,.ruanjianmobile .bar .btn2 a{
        color:#fff;
    }

    .ruanjianmobile .bar .btn2 {
        width: 1.5rem;
        height: .6rem;
        background: #005bac;
        border-radius: .1rem;
        color: #fff;
        font-size: .18rem;
        text-align: center;
        line-height: .6rem
    }

    .ruanjianmobile .bar .btn img {
        width: .16rem;
        height: .16rem;
        margin-right: .1rem;
        display:inline;
    }


    .ruanjianmobile .bar .btn2 img {
        width: .16rem;
        height: .16rem;
        margin-right: .1rem;
        display:inline;
    }

    .ruanjianmobile .bottomhtml .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .ruanjianmobile .bottomhtml .item .left1 {
        font-size: .57rem;
        font-weight: 700;
        color: #005bac;
        width: 1.4rem;
        position: relative;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .ruanjianmobile .bottomhtml .item .left1 span {
        position: absolute;
        left: calc(50% - .53rem);
        top: -.1rem
    }

    .ruanjianmobile .bottomhtml .item .left1:after {
        content: "";
        position: absolute;
        left: calc(50% - .16rem);
        bottom: 0;
        width: 0;
        height: calc(100% - .5rem);
        border-left: 1px dashed #8799b6
    }

    .ruanjianmobile .bottomhtml .item .left1::before {
        content: "";
        position: absolute;
        left: calc(50% - .18rem);
        bottom: 0;
        width: .06rem;
        height: .06rem;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #8799b6
    }

    .ruanjianmobile .bottomhtml .item .right2 {
        padding-bottom: .7rem
    }

    .ruanjianmobile .bottomhtml .item .right2 .name {
        font-size: .16rem;
        color: #000;
        margin-bottom: .2rem
    }

    .ruanjianmobile .bottomhtml .item:last-child .left1:after {
        content: "";
        display: none
    }

    .ruanjianmobile .bottomhtml .item:last-child .left1::before {
        content: "";
        display: none
    }

    .ruanjianmobile .ercodeibh {
        width: 90%;
        margin: auto;
        margin-top: .4rem;
        margin-bottom: .6rem;
        padding-top: .35rem;
        /* height: 3.68rem; */
       background-image: url(../images/bauu/erbg.png);
        background-repeat: no-repeat;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: space-around;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .ruanjianmobile .ercodeibh>div+div{
    margin-left: 0!important;
    /* overflow: hidden; */
    /* margin-top: .2rem; */
}

    .ruanjianmobile .ercodeibh .img img {
        width: 2.25rem;
        height: 2.25rem
    }

    .ruanjianmobile .ercodeibh .downname {
        color: #005bac;
        font-size: .18rem;
        margin-top: .15rem;
        text-align: center
    }

    .ruanjianmobile .ercodeibh .downname span {
        border-bottom: 1px solid #005bac
    }

    .ruanjianmobile .ercodeibh .downname span img {
        display:inline;
        width: 0.2rem;
    }
}

/*# sourceMappingURL=beihang-ruanjian.min.css.map */
@media screen and (max-width:500px) {
    .ruanjianmobile .ercodeibh>div+div{
        margin-left: 0!important;
        /* overflow: hidden; */
        margin-top: .2rem;
    }
    .ruanjianmobile .bar .ss img {
        width: .8rem;
        height: .8rem
    }
    .ruanjianmobile .bar .ss>div{
        display: block;
        margin: .1rem auto;
        text-align: center;
    }
    .ruanjianmobile .bottomhtml .item .left1 {
        font-size: .4rem;
        font-weight: 700;
        color: #005bac;
        width: .9rem;
        position: relative;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
        .ruanjianmobile .topbar .tab {
        width: 3.27rem;
        height: .8rem;
        background: #fff;
        border: 1px solid #8799b6;
        font-size: .18rem;
        font-weight: 700;
        text-align: center;
        line-height: .8rem;
        color: #005bac;
        /* background-image: url(../images/bauu/tab.png); */
    }
    .ruanjianmobile .topbar .active {
        background-image: url(../images/bauu/tab.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        color: #fff;
        border: 1px solid #fff
    }
        .ruanjianmobile .bar .btn2 {
        width: 1.5rem;
        height: .6rem;
        background: #005bac;
        border-radius: .1rem;
        color: #fff;
        font-size: .18rem;
        text-align: center;
        line-height: .6rem;
        margin: 0 auto;
    }
        .ruanjianmobile .bar .btn {
        width: 2.14rem;
        height: .6rem;
        background: #005bac;
        border-radius: .1rem;
        color: #fff;
        font-size: .18rem;
        text-align: center;
        line-height: .6rem;
        margin: 0 auto;
    }
}
