/*#__bs_notify__ {*/
/*    display: none !important*/
/*}*/

*, *::before, *::after {
    padding: 0;
    margin: 0
}

a {
    cursor: pointer
}

html, body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    color: #2c3e50;
    font-size: 14px
}

.pcBox {
    position: fixed;
    display: table;
    table-layout: fixed;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background: url('../images/bg1.jpg') center no-repeat;
    background-size: cover
}

.pcBox .layout {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.pcBox h1 {
    line-height: 100px;
    font-size: 20px
}

.pcBox .appInfo p {
    padding: 15px 0 20px 0;
    font-size: 18px
}

.pcBox .qrcode {
    width: 256px;
    margin: 0 auto 40px auto
}

.pcBox p {
    font-size: 14px
}

.wapBox {
    margin: 0 1.45rem
}

.baseInfo {
    display: flex;
    padding: 1.45rem 0
}

.baseInfo .logo {
    width: 5rem;
    height: 5rem;
    border-radius: .8rem;
    overflow: hidden
}

.baseInfo .logo img {
    width: 100%
}

.baseInfo .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding-left: 1.2rem
}

.baseInfo .info h1 {
    font-size: 1.1rem;
    font-weight: 700
}

.baseInfo .info .action {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.baseInfo .info .errTip {
    height: 1.6rem;
    line-height: 1.6rem;
    padding: 0 1.2rem;
    border-radius: .9rem;
    text-align: center;
    color: #333;
    font-size: .85rem;
    background-color: #e5e5e5
}

.baseInfo .info .btn {
    position: relative;
    height: 1.6rem;
    line-height: 1.6rem;
    padding: 0 1.2rem;
    border-radius: .9rem;
    text-align: center;
    color: #fff;
    font-size: .85rem;
    background-color: #0477f9;
    border: 1px solid #0477f9;
    overflow: hidden
}

.baseInfo .info .btn.show {
    background-color: #fff
}

.baseInfo .info .btn.show i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    background: #0477f9
}

.baseInfo .info .btn i {
    display: none
}

.baseInfo .info .btn span {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-shadow: 0 0 2px #002a5a
}

.baseInfo .info .question {
    display: flex;
    align-items: center;
    font-size: .85rem;
    color: #0477f9
}

.baseInfo .info .question i {
    font-size: 1.4rem
}

.baseInfo .info .question span {
    padding-left: .2rem
}

.rateInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.rateInfo .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: auto;
    border-right: 1px solid #eee
}

.rateInfo .item:last-child {
    border: 0
}

.rateInfo span {
    color: #d8d8d8;
    font-size: .75rem
}

.rateInfo p {
    padding: .2rem 0;
    font-size: 1rem;
    font-weight: 700;
    color: #888
}

.rateInfo .stars {
    padding: 0
}

.rateInfo .stars i {
    font-size: .5rem;
    color: #888
}

.banner img {
    display: block;
    width: 100%
}

.box {
    padding: 1.45rem 0;
    border-bottom: 1px solid #eee
}

.box .title {
    padding-bottom: .2rem;
    font-size: 1.25rem;
    font-weight: bold
}

.box .desc {
    line-height: 1.6rem
}

.commentInfo .content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.commentInfo .rate h1 {
    line-height: 4rem;
    font-size: 3.75rem;
    color: #4a4a4e;
    font-weight: 700
}

.commentInfo .rate p {
    font-size: .75rem;
    color: #7b7b7b;
    text-align: center
}

.commentInfo .progress {
    flex: 1
}

.commentInfo .progress .item {
    display: flex;
    justify-content: center;
    align-items: center
}

.commentInfo .progress .stars {
    display: flex;
    justify-content: flex-end;
    flex: 1
}

.commentInfo .progress .stars i {
    color: #888;
    transform: scale(.5)
}

.commentInfo .progress .line {
    position: relative;
    flex: 1;
    height: .125rem;
    margin-left: .5rem;
    background: #e9e9ec;
    border-radius: .125rem
}

.commentInfo .progress .line .pg {
    position: absolute;
    left: 0;
    top: 0;
    height: .125rem;
    background: #4a4a4e;
    border-radius: .125rem
}

.cmInfo {
    margin: 1rem 0 0 0;
    padding: .8rem;
    background: #f1f1f1;
    border-radius: .2rem
}

.cmInfo .top h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .8rem
}

.cmInfo .top p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .4rem 0 .8rem 0
}

.cmInfo .top p i {
    color: #ffb628
}

.cmInfo .top p span {
    color: #333333;
    font-size: .7rem
}

.cmInfo .content {
    line-height: 1rem;
    font-size: .7rem
}

.itInfo {
    border: 0
}

.itInfo .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .75rem;
    line-height: 2.7rem;
    border-bottom: 1px solid #f2f2f2
}

.itInfo .item:last-child {
    border: 0
}

.itInfo .item p {
    color: #737379
}

.copyright {
    padding: 1.45rem;
    background: #fafafa
}

.copyright p {
    line-height: 1.2rem;
    font-size: .7rem
}

.wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2
}

.wrapper .layout {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.wrapper .main {
    position: relative;
    width: 80%;
    margin: 0 auto
}

.wrapper .main .close {
    position: absolute;
    top: .5rem;
    right: .5rem
}

.wrapper .main .close i {
    font-size: 2rem;
    color: #fff
}

.wrapper .main .box {
    padding: 0;
    border: none
}

.wrapper .safari {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    background: linear-gradient(90deg, #00cbfa, #227df9);
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem
}

.wrapper .safari img {
    width: 4rem;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 1px 1px 5px #227df9
}

.wrapper .safari p {
    padding-left: 1rem;
    color: #fff;
    font-weight: bold;
    font-size: 1rem
}

.wrapper .copy {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0;
    background: #fff;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem
}

.wrapper .copy input {
    height: 2.4rem;
    line-height: 2.4rem;
    padding: 0 1rem;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    background: #F1F6F9;
    border: none;
    outline: 0
}

.wrapper .copy a {
    height: 2.4rem;
    line-height: 2.4rem;
    padding: 0 1rem;
    background: linear-gradient(90deg, #227df9, #00cbfa);
    color: #fff;
    border-radius: 0 1.5rem 1.5rem 0
}

.wrapper .tutorial {
    padding: 3rem 0 0 0;
    border-radius: 1.5rem 1.5rem 0 0;
    background: linear-gradient(90deg, #00aff6, #03b4f6)
}

.wrapper .tutorial img {
    display: block;
    width: 100%
}

.wrapper .tutorial .swiper-slide {
    height: 1px
}

.wrapper .tutorial .swiper-slide-active {
    height: auto
}

.wrapper .tutorial .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    padding-top: .6rem;
    background: #fff
}

.wrapper .whatConfig {
    display: block;
    padding: 1rem 0 2rem 0;
    border-radius: 0 0 1.5rem 1.5rem;
    background: #fff;
    color: #0175db;
    font-size: 1rem
}

.wrapper .configDesc {
    padding: 1rem !important;
    border-radius: 1.5rem;
    background: #fff
}

.wrapper .configDesc h1 {
    padding: 1rem 0 1rem 0;
    font-size: 1rem;
    color: #797979
}

.wrapper .configDesc dl {
    text-align: left;
    color: #5b5b5b
}

.wrapper .configDesc dt {
    font-weight: bold;
    padding: .5rem 0
}

.wrapper .configDesc dd {
    font-weight: 300
}

.wrapper .configDesc p {
    text-align: left;
    padding: .25rem 0
}

.wrapper .configDesc a {
    display: block;
    width: 60%;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    margin: .8rem auto;
    background: #00ADF4;
    color: #fff;
    font-weight: 100
}

.drawer {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2
}
.drawer .layout {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    height: 100%
}
.drawer .main {
    position: relative;
    width: 100vw;
    height: 80vh;
    border-radius: 1.2rem 1.2rem 0 0;
    background: #fff;
    overflow: hidden;
}
.drawer .main .close {
    position: absolute;
    top: .5rem;
    right: .5rem;
    cursor: pointer;
}
.drawer .main .close i {
    font-size: 2rem;
    color: #c8c9cc;
}
.drawer .main .title {
    height: 3rem;
    line-height: 3rem;
    font-size: 1.2rem;
    color: #f00;
    font-weight: bold;
}
.drawer .main .box {
    padding: 0;
    border-bottom: 0;
    height: calc(100% - 3rem);
    overflow-y: auto;
}
.drawer .main .content {
    padding: 0 1rem;
}
.drawer .main h1 {
    font-size: 1rem;
    color: #f00;
    font-weight: normal;
}
.drawer .main img {
    max-width: 100%;
}
.drawer .main p {
    padding: 1rem 0 .5rem 0;
    text-align: left;
}
.drawer .main .step2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.drawer .main .step2 img {
    width: 4rem;
}
.drawer .main .step2 .arrow {
    width: 2rem;
}
.drawer .main .step3 {
    position: relative;
}
.drawer .main .step3 a {
    display: block;
    width: 90%;
    height: 2.6rem;
    line-height: 2.6rem;
    border-radius: 1.3rem;
    margin: .2rem auto;
    background: #00ADF4;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}
.drawer .main .step3 img {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    pointer-events: none;
}

@keyframes three-quarters-loader {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

/*# sourceMappingURL=./style.css.map */