/*start screen*/
body{
    height: auto;   
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

.top_logo {
    background: url(common/logo.png) no-repeat;
    background-position: 5px -5px;
}
.page_start .body{
    position: relative;
    z-index: 10;
    min-height: 300px;

    background: url(index/blue_bg_pattern.png);
}

.page_start .navigation, .page_start .side_links, .page_start .top_link, .page_start h1{
    display: none;
}

.body{
    min-height: 467px;
}


.footer .content{
    overflow: hidden;
}

.top_menu a{
    text-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}

/* components links */

.wrapper-components-links{
    position: relative;
    background-color: #fff; 
    z-index: 15;
}

.inside-components-links{
    position: relative;
    width: 1150px;
    margin: 0 auto;
    padding: 0px 0px 15px;
    background-color: #fff;  
}

.item-component-link{
    display: inline-block;
    color: #333333;
    text-align: center;
    width: 175px;
    height: 283px;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top:20px;
    padding: 15px 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: all 0.1s ease-in-out;
}

.item-component-link:hover{
    background-color: #eef2fa;
    border: 1px solid #bcd1fe;
    border-radius: 2px;
}

.item-component-link span{
    display: block;
    margin-top: 5px;
}

.item-component-link img{
    border: none;
}

.check-other-link{
    position: absolute;
    right: 0px;
    top: -6px;
    display: block;
    width: 186px;
    height: 0px;
    padding-top: 216px;
    overflow: hidden;
    background: url("../assets/index/check_other.png") center center no-repeat;
}

.guide-table tr:nth-child(2n){
    background: inherit;
}


#get_started{
    background-color: #F2EFEA;
    border-top: 1px solid #ECE8E2;
    border-bottom: 1px solid #ECE8E2;
    padding: 0px 20px 20px 20px;
    margin-top:20px;
}

#get_started img{
    float: right;
    margin-top:30px;
    margin-right: 50px;
}

.inside-components-links h3{
    margin-left: 0px;
    margin-top: 10px;
}
.bottom_icon0, .bottom_icon1, .bottom_icon2, .bottom_icon3, .bottom_icon4{
    background: url(index/sprites.png) no-repeat;
    width: 100px;
    height: 100px;
    margin: 15px 0px;
    display: inline-block;
    text-align: center;
    background-position: -400px 0;
}
.bottom_icon1{
    background-position: -300px 0;
}
.bottom_icon2{
    background-position: -100px 0;
}
.bottom_icon3{
    background-position: -200px 0;
}
.bottom_icon4{
    background-position: 0 0;
}

.footer .column{
    width:12.3%;
    min-width:140px;
    
}
html, .footer{
    background: #2f2f2f;
}
.header, .headerBox, .search-form-btn{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAKCAIAAAAhCwk/AAAAY0lEQVR4nNWRMQ7AMAgDr0j+YJc+rw9l6VA1QqCQrM0WOIjtHNd5A5IAwN35Tir2jKXeaNSxnjFJ7z1yVcuSsbg7aq6OGgawJDgZGVuWjFXz7l7T7RlJfwx7FlB6yXaC3PmQB1lWhYk8a5sFAAAAAElFTkSuQmCC);
}


.footer{
    font-size: 13px;
}
.footer a{
    color: #ccc;
}
.footer a:hover{
    color: #fff;
}
.footer .group {
    text-transform: uppercase;
    color: #8b8b8b;
    width: max-content;
}






.soc-links-footer li{
    margin-left: 3px;
    list-style: none;
}

.soc-links-footer{
    -webkit-padding-start:0px;
    padding-left: 0px;
}

.soc-links-footer li:first-child{
    margin-left: 0;
}

.soc-links-footer li,
.soc-links-footer li a,
.footer-navigation li a,
.footer-navigation li,
.footer-logo{
    display: inline-block;
}

.right-part-footer{
    float: right;
    margin-right:30px;
}

.soc-links-footer li a{
    height: 0px;
    padding-top: 31px;
    overflow: hidden;
    width: 31px;
    opacity: 1;
}

.soc-links-footer li a:hover{
    opacity: 0.8;
}

.linked-in-link{
    background: url("common/share-links.png") 0 0 no-repeat;
}

.twitter-link{
    background: url("common/share-links.png") -32px 0 no-repeat;
}

.facebook-link{
    background: url("common/share-links.png") -64px 0 no-repeat;
}

.instagram-link{
    background: url("common/instagram-link.png") 1px no-repeat;
}

.rss-link{
    background: url("common/share-links.png") -128px 0 no-repeat;
}

.medium-link{ 
    background: url("common/medium-link.svg") 0px 1px no-repeat; 
}

.copy-rights{
    overflow: hidden;
    padding: 10px 0 0 5px;
}
.copy-rights span{
    font-size: 14px;
    margin-left: 10px;
    line-height: 20px;
    color: #8b8b8b;
    font-size: 13px;
}

.copy-rights a,
.copy-rights span{
    float: left;
}

.footer-logo{
    height: 0px;
    padding-top: 45px;
    width: 55px;
    overflow: hidden;
    background: url("common/gray_logo.png") 0 0 no-repeat;
}

.toc-pro a:before {
  margin-top: 2px;
  margin-right:12px;
  line-height: 12px;
  background: #E74C3C;
  padding: 0px 3px 0px 3px;
}

/*index page*/
.index-lamp, .index-lamp-on, .index-pc, .index-board{
    background: url(index/sprites.png) no-repeat;
}
.index-lamp{
    background-position: -500px -250px ;
    width: 269px;
    height: 220px;
    bottom:0px;
    position:absolute;
}
.index-lamp-on{
    background-position: -500px 0px;
    width: 269px;
    height: 220px;  
    bottom:0px;
    position:absolute;
}
.index-pc{
    background-position: 0px -310px ;
    width: 359px;
    height: 259px;
    margin-left: 100px;
    position:absolute;
    bottom:0px;
}
.index-board{
    background-position: 0px -100px ;
    width: 472px;
    height: 208px;
    position:absolute;
    right:30px;
    bottom:90px;
}
.index-board a:hover{
    text-decoration: underline;
}
.index-download{
    text-decoration: none !important;
    color: #7E57C2;
    background: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    display: block;
    position: absolute;
    top:18px; right:18px;
    width: 141px;
    height: 42px;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}
.index-download:hover{
     background: #7E57C2;
     color:#fff !important;
}
.index-more{
    text-decoration: underline;
}
.page_start .body .content, .page_start .doc{
    display: block;
    padding-bottom:0px;
    height:380px;
}
.page_start .doc{ position:relative; }
.index-table{
    background: #dfb487;
    height:6px;
}

.index-moto{
    color:white;
    border:none;
    font-size:23px;
    text-align: center;
    margin:0px;
    text-shadow: 1px 1px 0px #5476ab;
}
.index-board{
    color: #4e4e4e;
    padding:15px 40px;
    box-sizing:border-box;
    font-size: 14px;
}
.index-board h2{
    border:none;
    font-size:25px;
    margin:0px;
    padding:10px 0px;
}
.index-board ul{
    line-height: 22px;   
    margin:2px 0px; 
    padding: 0px;
    padding-left:18px;
}
.page_start .wrapper-search{
    position:absolute;
    right:32px;
    bottom:20px;
    width:468px;
}
.page_start .search-field-text{
    width:74%;
    height:30px;
    padding-left:15px;
    font-size: 14px;
}
.page_start .search-form-btn{
    font-size: 14px;
    width:20%;
    margin-top:2px;

    height:36px;
    border:none;

    background: #178A3A;
    border: 1px solid rgba(0, 0, 0, 0.247059);
    padding: 6px;
    border-radius: 2px;
    text-align: center;
    font-size: 15px;
    box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset,rgba(0, 0, 0, 0.0470588) 0 1px 2px 0;
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
}
.page_start .search-form-btn:hover{
    background: #137431;
}

/* responsive */

@media only screen and (min-width : 1224px) {
    .footer .content {
        width: 1150px;
    }
}

@media  (max-width: 1175px) {
    .inside-components-links{
        text-align: center;
    }
    
    .item-component-link{
        margin: 0px 0px;
    }
    
    .inside-components-links{
        width: auto;
        padding: 30px 0px 0px;
    }
    
    .inside-hot{
        width: auto;
    }
}


@media (max-width: 1100px) {

    .right-part-footer {
       width: 100%; 
       display: flex;
       display: -ms-flexbox;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       margin: 0;
    }


    .footer .content{
        text-align: center;
    }
    
    .footer .column{
        float: none;
        display: inline-block;
        zoom: 1;
        vertical-align: top;
        padding: 10px 0px 15px;
    }

    .footer .group {
        width: auto;
    }
}

@media  (max-width: 965px) {
    .page_start .slogan{
        float: none;
        padding-top: 10px;      
    }
    
    .after-search-p{
        margin: 20px 0px 20px;
    }
    
    .wrapper-search {
        margin: 20px auto 0px;
    }
    
    .footer{
        padding-bottom: 15px;
    }

}

@media  (max-width: 680px) {
    
    .page_start .header{
        line-height: 30px;
    }
    .page_start .header .content{
        text-align: center;
    }
    
    .page_start .top_logo{
        position: absolute;
        left: 15px;
        top: 15px;
    }
    
    .page_start .top_menu{
        overflow: hidden;
        float: none;
        text-align: center;
        padding-right: 0px;
    }   
    .page_start span{
         float:none;
    }
    
    .top_menu a{
        float: none;
        display: inline-block;
    }
    
    .wrapper-search {
        margin: 25px auto 0px;
    }
    
    .search-form-btn{
        width: 105px;
    }
    
    .item-component-link {
        width: auto;
        height: auto;
        margin: 0px 15px;
        padding: 15px;
    }
    
    .inside-components-links {
        padding: 15px 0px 0px;
    }

    .check-other-link{
        margin-top: 10px;
    }
    
    .footer{
        padding-bottom: 15px;
    }
    
    .footer .group {
        font-size: 18px;
    }
}

@media  (max-width: 640px) {
    .page_start .top_menu{
        display: block;
    }  
}

@media  (max-width: 500px) {
    .page_start .header .content {
        padding-left:0px;
    }
    
    .page_start .top_menu {
        margin-top: 20px;
        margin-left: 0px;
    }
    
    .search-form-btn {
        width: 80px;
    }
    
    .wrapper-search {
        margin: 25px auto 0px;
    }
    
    .item-component-link img{
        width: 30px;
    }
    
    .page_start .body{
        min-height: 390px;
    }
    .index-moto{
        display: none;
    }
    .index-board{
       background: rgba(255,255,255,0.8);
       position: relative;
       width:100%; height:auto;
       left:0px; top:-10px;
       display:inline-block;
       z-index:2;
    }
    .index-download{
        top:auto;
        bottom:5px;
        right: 5px;
        
    }
    .page_start .search-form-btn{
        width:100%;
    }
    .page_start .search-field-text{
        width:100%;
    }
    .page_start .wrapper-search{
        position: relative;
        z-index:2;
        width: auto;
        text-align: center;
        left:0px;
    }
}

@media  (max-width: 330px) {
    .page_start .header{
        font-size: 22px;
    }
    
    .footer .group {
        padding-bottom: 5px;
    }
    
    .footer li {
        padding-bottom: 8px;
    }
}

.release_date{
    color: #a0a0a0;
    margin-left:20px;
}

.version_label{
    background-color: #00c1dc; 
    color: #FFFFFF; 
    border-radius: 5px; 
    padding: 2px 15px
}