﻿.guide-poster{
    position: relative; cursor: pointer; 
}
.guide-poster img{width:100%;}
.guide-poster .icon{
    position: absolute; z-index: 3; margin: auto; top:0; bottom: 0; left: 0; right: 0;
    display: inline-block; width: 52px; height: 52px;
    -background: url(/img/vbtn.png) no-repeat left -52px;
}
.guide-poster:hover .icon{
    -background: url(/img/vbtn.png) no-repeat left top;
}
#guide ul li span{
    color: #4c4c4c; display: inline-block;
}
#guide ul li a{
    font-size: 13px; display: inline-block;
    padding-left: 20px; margin-left: 20px;
    border-left: 1px solid #4c4c4c;
}

.modalx {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    display: table;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    vertical-align: middle;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
}
.modalx &gt; a.close {
    -background-image: url("/img/close.png");
    background-repeat: no-repeat;
    background-position: center center;
    border: 3px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 45px;
    opacity: 0.3;
    position: fixed;
    right: 27px;
    top: 27px;
    transition: all 0.5s cubic-bezier(0.27, 1.64, 0.32, 0.95) 0s;
    width: 45px;
    z-index: 10000;
}
.modalx &gt; a.close:hover {
    border-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    opacity: 1;
    transform: rotate(90deg);
}
.modalx &gt; .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#h5video{
    position: absolute; left:0; right: 0; top:0; bottom: 0; margin: auto;
}

.index-doc{
    background: url(../css/images/help/index-doc.png) no-repeat 15% center; 
}
.index-doc .title{
    font-size: 16px; font-weight: bold; padding-bottom: 5px;
}
.index-doc .intro{
    font-size: 12px;
}
.index-native{
    background: url(../css/images/help/index-native.png) no-repeat 15% center; 
}
.index-native .title{
    font-size: 16px; font-weight: bold; padding-bottom: 5px;
}
.index-native .intro{
    font-size: 12px;
}
.index-ide{
    background: url(../css/images/help/index-ide.png) no-repeat 15% center;
}
.index-config{
    background: url(../css/images/help/index-config.png) no-repeat 15% center;
}
.index-mod{
    background: url(../css/images/help/index-mod.png) no-repeat 15% center;
}
.index-db{
    background: url(../css/images/help/index-db.png) no-repeat 15% center;
}
.index-sdk{
    background: url(../css/images/help/index-sdk.png) no-repeat 15% center;
}
.index-download{
    background: url(../css/images/help/index-download.png) no-repeat 15% center;
}
.index-login{
    background: url(../css/images/help/index-login.png) no-repeat 15% center;
}
#overview{
    color:#fff; overflow: hidden;
    margin-left: 25px;
    margin-right: 25px; margin-bottom: 20px;
}
#overview a{display: block; color: #fff; text-decoration: none;}
#overview .first{
    float: left; overflow: hidden; width: 40%; height: 240px; padding-bottom: 10px;
}
#overview .outer{
    float: right; overflow: hidden; width: 100%;
}
#overview .outer .title{
    height: 100%; margin-right: 10px; 
    padding-left: 33%;
    padding-top:39px;
}
#overview .outer .last .title{
    margin-right: 0;
}
#overview .outer .wrap{
    float: left; width: 25%; height: 120px; padding-bottom: 10px;
}
.blue1{
    background-color: #6ebfda;
}
.blue1:hover{
    background-color: #8dd4eb;
}
.blue2{
    background-color: #709bce;
}
.blue2:hover{
    background-color: #87b2e4;
}
.purple{
    background-color: #9699e0;
}
.purple:hover{
    background-color: #acaff1;
}
.purple2{
    background-color: #8C91EF;
}
.purple2:hover{
    background-color: #acaff1;
}
.green{
    background-color: #48c79c;
}
.green:hover{
    background-color: #64e2b8;
}
.home-search {
    text-align: center;
}
form { margin-bottom:0; }
.outer-first { margin-bottom:20px; }
.btn-primary { background-color:#f5a34d; border-color:#f5a34d; }
.btn-primary:hover { background-color:#f5a34d; border-color:#f5a34d; }
a{ color:inherit; }
h2 { margin-bottom:0; }
.h100  { height:100px; }


.sf-js-enabled div{
	color:#333;	
}
.sub-menu ul div {
    color:#FFF;
}
#header.sticky-header:not(.static-sticky) .sub-menu ul div{
   color: #444;
}
.sf-with-ul div{
	color:#F5A34D;
}
.LoginRegister {
    color:#333;
}


/*免费试用申请样式*/
#register{
    border-color: #F5AA5B;
    color: #EEE;
    background-color: #F5AA5B;
}

#section-follow { background:#fff; }
#section-ps { background:#fff; }
/*当屏幕分辨率小于等于991的时候headlink修改*/
@media screen and (max-width: 991px){
    #primary-menu div{
      color:#EEE;
    }
    #primary-menu .sf-with-ul div {
     color:#F5A34D;
    }
}