#ip {
    flex-direction: column;
}

.logo {
    margin-left:6%;
    margin-top: 1rem;
    width: 13.8rem;
    height: 5.3rem;
}

.nav-content .tabs .tab a {
    padding: 0 2.4rem;
    font-size: 1.4rem;
}

.nav-content .tabs .tab {
    line-height: 4.8rem;
    height: 4.8rem;
}

.indicator {
    width: 6rem;
}

#donwloadTab a:hover {
    color: white;
}

#donwloadDialog {
    position:absolute;
    display: none;
    width: 30rem;
    height: 15rem;
    padding: 0.8rem 0.5rem;
    background-color: white;
    text-align: center;
    line-height: 1;
    top: calc(100% + 10px);
    left: calc(10px - 100%);
    box-shadow: 2px 2px 10px #666;
}

#donwloadDialog col {
    padding: 0;
}

#donwloadDialog img {
    width: 11.5rem;
    height: 11.5rem;
}

#donwloadDialog p {
    font-size: 1.4rem;
    color: #999;
    line-height: 1;
    margin: 0;
}

#ipContent {
    margin-top: 5rem;
    flex-direction: column;
    
}

.flexbox {
    display: flex;
    justify-content: center;
    align-items:center;
}

.ulStyle {
    overflow: visible !important;
}

.ulStyle li{
    margin-top:1.5% !important;
    margin-right:10% !important;
    font-size:28px !important;
}
.footDiv a{
    color:#666666;
    font-size:18px;
}

.ipItem {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.ipItem>img {
    margin-right: 18.9rem;
    width: 35.8rem;
    height: 64.7rem;
}

.ipItemContent {
    width: 77.9rem;
}


.ipItemContent>span {
    font-size: 4rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 8.7rem;
}

.ipItemContent>p {
    font-size: 2rem;
    font-family: SourceHanSansCN-Regular;
    color: #666666;
    
}

.ipItem2 {
    margin-top: 5.rem;
    margin-bottom: 5rem;
}

.ipItem2>img {
    margin-right: 8.1rem;
    width: 57.5rem;
    height: 46.6rem;
}

.footer-nav {
    background-color: #E6E6E6;
    padding-left: 26.1rem;
    height: 30rem;
    margin-bottom: 0;
}

.footer-nav .col {
    padding: 0;
}

.footer-nav > div:first-child > .list{
    float: left;
    width: calc(100% - 0.2rem);
}

.footer-nav > div:nth-child(2) {
    padding-left: 15rem;
}

.footer-nav .divider {
    float: left;
    width: 0.2rem;
    height: 18rem;
    margin-top: 4rem;
    background-color: #BFBFBF;
}

.footer-nav .list {
    margin-top: 4.5rem;
}

.footer-nav .list > div {
    font-size: 2.2rem;
    font-weight: 400;
    color: #333333;
    position: relative;
}

.footer-nav .list > div::after {
    content: "";
    display: inline-block;
    background-color: #313131;
    height: 0.2rem;
    width: 4rem;
    position: absolute;
    bottom: -1.5rem;
    left: 0;
}

.footer-nav .list > p > a {
    color: #666666;
}

.footer-nav .list > p {
    font-size: 1.8rem;
    font-weight: 400;
    color: #666666;
    line-height: 3.7rem;
    margin-top: 2.2rem;  
}

.footer-copyright {
    width: 100%;
    background-color: #1E9FB6;
    height: 8rem;
    font-size: 1.8rem;
    font-weight: 400;
    color: #E6E6E6;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.footer-copyright .icon-box {
    position: relative;
}

.footer-copyright .qrcode {
    display: none;
    position: absolute;
    width: 12rem;
    height: auto;
    bottom: 130%;
    left: 50%;
    margin-left: -7.7rem;
    box-shadow: black;
    box-shadow: 2px 2px 10px #666;
}

.footer-copyright .icon {
    width: 2.9rem;
    height: 2.9rem;
    margin-right: 3.3rem;
}

.footer-copyright .divider {
    background-color: #f1f1f1;
    width: 0.2rem;
    height: 3rem;
    margin-left: 2rem;
    margin-right: 2rem;
    display: inline-block;
}