html {
    font-size: 62.5%;
}

.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;
}

#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;
}

.ulStyle {
    overflow: visible !important;
}

.ulStyle li{
    margin-top:1.5% !important;
    margin-right:10% !important;
    font-size:2.8rem !important;
}
.footDiv a{
    color:#666666;
    font-size:1.8rem
}

.horizontal-img {
    width: 100%;
    height: 60rem;
    margin: 0 auto;
    background: url("../images/product/horizontal1.png") 100% center no-repeat;
    background-size: 100% 100%;
}

.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 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3.7rem;
    margin-top: 2.2rem;  
}

.footer-nav .list > p > a {
    color: #666666;
}

.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;
}

.breadcrumb {
    font-size: 2.8rem;
    color: #666;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-top: 5rem;
}

.breadcrumb img {
    width: 4.1rem;
    height: 3.9rem;
    margin-right: 1.9rem;
}

.brand-tab-group {
    margin-top: 3rem;
    margin-bottom: 5.4rem;
    height: 6rem !important;
}

.brand-tab-group li {
    width: 26rem !important;
    height: 6rem !important;
    margin-right: 2rem !important;
}

.brand-tab-group .indicator {
    display: none;
}

.brand-tab {
    background: #DCDCDC !important;
    font-size: 2.2rem !important;
    text-align: center !important;
    line-height: 6rem !important;
    display: inline-block !important;
    color: #999 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.brand-tab.active {
    background: #0C9BB6 !important;
    color: #ffffff !important;
}

.container {
    width: 150rem;
    margin: 0 auto;
}

.about-image {
    width: 100%;
    display: block;
    margin-bottom: 5rem;
}

.describe-title {
    color: #333;
    display: flex;
    align-items: top;
}

.describe-title::content {
    content: "";
    clear: both;
}

.describe-title .decorate1 {
    width: 20rem;
    height: 0.5rem;
    margin-right: 3.3rem;
    margin-top: 2.5rem;
    background-color: #009AB6;
}

.describe-title .text {
    margin: 0;
    line-height: 3.2rem;
    z-index: 1;
}

.describe-title .sub-title {
    font-size: 2.8rem;
}

.describe-title .title {
    font-size: 4rem;
    line-height: 3.2rem;
}

.describe-title .decorate2 {
    width: 7rem;
    height: 7.5rem;
    border: 2px solid #02B5D6;
    position:relative;
    right: 2rem;
}

.describe-title .decorate3 {
    width: 9.3rem;
    height: 4rem;
    background-color: #99D2DD;
    position:relative;
    bottom: -3.5rem;
    right: 15.8rem;
}

.describe-title.direction-left {
    justify-content: right;
}

.describe-title.direction-left .decorate1 {
    margin-left: 3.3rem;
    margin-right: 0;
}

.describe-title.direction-left .decorate2 {
    right: -9rem;
}

.describe-title.direction-left .decorate3 {
    right: -7.5rem;
}

.brand-image2 {
    width: 70.7rem;
    height: 31.7rem;
    display: block;
    margin: 0 auto;
    margin-top: 2.2rem;
    margin-bottom: 12.3rem;
}

.brand-image1 {
    width: 130rem;
    height: 75.3rem;
    display: block;
    margin: 0 auto;
    margin-top: 9.1rem;
    margin-bottom: 9.7rem;
}

.explain {
    margin: 0 auto;
    margin-bottom: 16.7rem;
    width: 102.2rem;
}

.explain p {
    margin: 0;
    color: #666666;
    font-size: 2.2rem;
    line-height: 4rem;
    margin-bottom: 10rem;
}

.explain p:last-child {
    margin-bottom: 0;
}

.explain .field {
    color: #333;
    font-size: 3.2rem;
}

article {
    color: #666666;
    font-size: 2.2rem;
    line-height: 4rem;
    margin-bottom: 15.7rem;
}

article h2 {
    color: #333333;
    font-size: 3.2rem;
}