.topBar {
    width: 100%;
    height: 0.5rem;
    padding: 0.06rem 0;
}

.topBar .topBarContent {
    width: 7.92rem;
    height: 100%;
    margin: 0 auto;
}

.topBar .logo {
    display: block;
    height: 100%;
}

.topBar .topMenu {
    float: right;
    display: none;
}

.topBar .topMenu a {
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
    width: 100px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.topBar .topMenu a.active {
    color: #08408D;
}

.topBanner {
    position: relative;
    height: 1.25rem;
    width: 100%;
    overflow: hidden;
}

.topBanner:hover .banner-bg {
    transform: translateY(-37%) scale(1.1);
}

.topBanner .banner-bg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-37%);
    transition-duration: 2s;
    z-index: 1;
}

.topBanner .banner-bg.njlljy {
    transform: translateY(-50%);
}

.topBanner:hover .banner-bg.njlljy {
    transform: translateY(-50%);
}


.topBanner .banner-modal {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.topBanner .content {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.3rem;
    color: #fff;
    line-height: 0.63rem;
    text-align: center;
    z-index: 3;
}

.topBanner .content img {
    display: inline-block;
    width: 0.39rem;
    height: 0.33rem;
    margin-top: 0.15rem;
    margin-right: 0.13rem;
    vertical-align: top;
}

.section {
    width: 8rem;
    margin: 0 auto;
    padding-top: 0.12rem;
}

.section .scan-guide {
    height: 0.21rem;
    padding-left: 0.08rem;
    margin-bottom: 0.05rem;
    font-size: 0.13rem;
    color: #333;
    line-height: 0.21rem;
}

.section .scan-guide img {
    width: 0.21rem;
    height: 0.21rem;
    margin: 0 0.07rem 0 0.04rem;
    vertical-align: top;
}

.section .content {
    position: relative;
    width: 100%;
    min-height: 3.6rem;
    font-size: 0;
}

.section .content .companyInfo {
    height: 0.8rem;
    font-size: 0.18rem;
}

.section .content .companyInfo p {
    text-align: center;
    color: #999;
}

.section .content .companyInfo button {
    color: #4b6ade;
    background: none;
}

.section .forLargeDevice {
    display: block;
}

.section .forMiniDevice {
    display: none;
}

.section .content .downloadPad {
    display: inline-block;
    position: relative;
    width: 1.44rem;
    margin: 0.08rem;
}

.downloadPad .device-card {
    width: 100%;
    height: 1.91rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.09rem 0 rgba(25,130,112,0.17);
    border-radius: 0.04rem;
}

.downloadPad .device-card .device-qr {
    position: absolute;
    top: 0.06rem;
    right: 0.06rem;
    width: 0.28rem;
    height: 0.28rem;
    opacity: 1;
    transition-duration: 0.8s;
}

.downloadPad .device-card .qrcode {
    position: absolute;
    top: 0.38rem;
    left: 0.3rem;
    width: 0.84rem;
    height: 0.84rem;
    z-index: 2;
    opacity: 0;
    transition-duration: 0.8s;
}

.downloadPad .device-card .device-qr:hover {
    opacity: 0;
}

.downloadPad .device-card .device-qr:hover + .qrcode {
    opacity: 1;
}

.downloadPad .device-card .device {
    position: absolute;
    top: 0.38rem;
    left: 0.3rem;
    width: 0.84rem;
    height: 0.75rem;
    z-index: 1;
}

.device-card .qrcode img {
    width: 100%;
    height: 100%;
}

.downloadPad .device-card .info {
    position: absolute;
    top: 1.29rem;
    left: 0;
    width: 100%;
}

.device-card .info .app-name,
.device-card .info .device-type {
    font-size: 0.13rem;
    color: #333;
    line-height: 0.18rem;
    text-align: center;
}

.device-card .info .app-name .customName {
    font-size: 0.13rem;
    color: #333;
}

.device-card .info .require {
    margin-top: 0.03rem;
    font-size: 0.09rem;
    color: #999;
    line-height: 0.13rem;
    text-align: center;
}

.downloadPad .btn-download {
    width: 100%;
    height: 0.5rem;
    margin-top: 0.13rem;
    font-size: 0.1rem;
    color: #fff;
    line-height: 0.5rem;
    text-align: center;
    background: #3A81AC;
    border-radius: 0.04rem;
    cursor: pointer;
	  display: block;
}

.downloadPad .btn-download:hover {
    background: #275E7F;
}

.downloadPad .btn-download span {
    color: #fff;
}
.supportDeviceTable {
    font-size: 12px;
    text-align: left;
    margin: 0 10px 50px 10px;
}
.supportDeviceTable h1 {
    text-align: left;
    font-size: 20px;
    margin: 50px 0 20px 0;
}
.supportDeviceTable h1 span {
    color: #32403D;
    font-size: 14px;
    font-weight: normal;
}
.supportDeviceTable .tabs {
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 0 9px 0 rgba(25,130,112,0.17);
}
.supportDeviceTable .tabs .tab {
    margin-bottom: 24px;
    height: 40px;
}
.supportDeviceTable .tabs .tab .item {
    padding: 10px 20px;
    font-size: 1.2em;
    float: left;
    position: relative;
}
.supportDeviceTable .tabs .tab .item.active {
    color: #3A81AC;
}
.supportDeviceTable .tabs .tab .item.active:after {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: #3A81AC;
    position: absolute;
    left: 50%;
    margin: 0 -15px;
    bottom: 0;
}

.supportDeviceTable .tabs .content {
    font-size: 1em;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 0 0 #e1e3e2;
    background: #e1e3e2;
    display: none;
}

.supportDeviceTable .tabs .content.active {
    display: table;
}

.supportDeviceTable .tabs .content td{
    background: #fff;
    margin: 1px;
}

.supportDeviceTable .tabs .content td.alignLeft{
    text-align: left;
    padding-left: 20px;
}

.footer {
    height: 60px;
    width: 100%;
    background-color: #33363A;
    text-align: center;
    display: table;
}

.footer .footerContent {
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}

.footer .footerContent p {
    color: #fff;
}

.footer .footerContent p span {
    color: #fff;
}

.footer .footerContent .copyRight {
    font-size: 12px;
}

.modal.fade {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
    display: none;
}

#privacyModal,#authorityModal {
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

#privacyModal .content,
#authorityModal .content{
    width: 90%;
    height: 80%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}

.modal.fade .title {
    height: .5rem;
    font-size: .2rem;
    line-height: .5rem;
    text-align: center;
    pointer-events: none;
    border-bottom: 1px solid #ccc;
}

.modal.fade .title button{
    width: .5rem;
    height: .5rem;
    float: right;
    background: none;
    color: #999;
}

.modal.fade iframe {
    flex-grow: 1;
    background-color: #fff;
}

.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.21rem;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.modal-content {
    padding: 30px 10px;
    text-align: center;
    font-size: 0.13rem;
    color: #333;
}

.modal-content img {
    width: 0.22rem;
    height: 0.22rem;
    margin: 0 0.07rem 0 0.04rem;
    vertical-align: top;
}

@media (max-width: 768px) {
    body {
        min-width: unset;
    }
    .topBar {
        height: 50px;
    }
    .topBar .topBarContent {
        width: 100%;
    }
    .section {
        width: 4.6rem;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }
    .section .scan-guide {
        display: none;
    }
    .section .forLargeDevice {
        display: none;
    }
    .section .forMiniDevice {
        display: block;
    }
    .section .content {
        min-height: 6rem;
    }
    .section .content .downloadPad {
        display: block;
        width: 100%;
        height: 0.9rem;
        margin: 0;
        background: #FFFFFF;
        border: 1px solid #F3F3F3;
        border-collapse: collapse;
    }
    .section .content .downloadPad:nth-child(n+2) {
        margin-top: 0.15rem;
    }
    .downloadPad .info {
        position: absolute;
        left: 0.26rem;
        top: 50%;
        transform: translateY(-50%);
        box-shadow: none;
        border-radius: 0;
    }
    .downloadPad .info .app-name,
    .downloadPad .info .app-name .customName
     {
        font-size: 0.173rem;
        color: #333;
        text-align: left;
    }
    .downloadPad .info .app-name .customName {
        display: block;
    }
    .downloadPad .info .require {
        margin-top: 0.05rem;
        font-size: 0.147rem;
        color: #999;
        text-align: left;
        width: 3.8rem;
    }
    .downloadPad .info .require .version{
        float: right;
    }

    .downloadPad .btn-download {
        position: absolute;
        right: 0.26rem;
        top: 50%;
        transform: translate(0px, -0.3rem);
        width: 1.467rem;
        height: 0.427rem;
        padding: 0 0.1rem;
        margin-top: 0;
        font-size: 0.147rem;
        border-radius: 0.04rem;
    }
    .downloadPad .btn-download img {
        float: left;
        width: 0.18rem;
        height: 0.18rem;
        margin-top: 0.1235rem;
    }
    .downloadPad .btn-download span {
        float: right;
        font-size: 0.147rem;
    }
    .footer {
        height: 50px;
    }

    .footer .footerContent {
        font-size: 14px;
    }

    .footer .footerContent .copyRight {
        font-size: 10px;
    }

    .modal-dialog {
        width: 4.72rem;
    }

    .modal-content {
        padding: 20px 10px;
        font-size: 0.267rem;
    }
}

.weixinTip{
    position: fixed;
    top:50px;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.9);
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.38s;
    -webkit-transition: all 0.38s;
}
.weixinTip.show{
    visibility: visible;
    opacity: 1;
}
.weixinTip p {
    float: right;
    padding: 10px 20px;
    margin:20px;
    font-size: 16px;
    border-radius: 5px;
    border:solid 1px #00A1DA;
    position: relative;
}
.weixinTip span{
    position: absolute;
    top:0;
    right:0;
    transform: rotate(105deg) scaleX(-1);
    -webkit-transform: rotate(105deg) scaleX(-1);
    display:inline-block;
}
.tabContent{
	text-align: center
}