﻿.mubiaoWrap{
    margin:40px auto;
}
.mubiaoAside{
    width:500px;
    float:left;
}
.mubiaoContent{
    margin-left:600px;
    color:#000;
}
.mb_t1 {
    font-size: 36px;
    margin: 69px 0 45px;
}
.mb_t2 {
    font-size: 24px;
    color:#333;
    margin: 15px 0;
}
.mb_p1 {
    font-size: 16px;
    color: #666;
   margin-bottom:20px;
}
/*下载*/
.compatibility {
    height: 200px;
    margin-top: 50px
}
.featureh3 {
    color: #0092DE !important;
    font-family: "Microsoft YaHei" !important;
}
.compatibility h3 {
    color: #666666;
    font-family: 'nexa_boldregular';
    font-size: 1.8em;
    border-bottom: 2px solid #CBCBCB;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    margin-top: 0;
}
.features-grid{
    float:left
}

.features-grid span {
    width: 276px;
    height: 229px;
    display: inline-block;
}
.features-compatibility img{
    width:150px;
}
.features-compatibility span {
    width: 150px;
    height: 150px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.features-grid span.downloadIcon1 {
background: url(/Images/100mubiao/downPic1.png) no-repeat top center;
}

.features-grid span.downloadIcon2 {
    background: url(/Images/100mubiao/downPic2.png) no-repeat top center;
}

.features-grid span.downloadIcon3 {
    background: url(/Images/100mubiao/downPic3.png) no-repeat top center;
}

.features-grid span.downloadIcon4 {
    background: url(/Images/100mubiao/downPic4.png) no-repeat top center;
}

.downloadhover {
width: 200px;
height: 200px;
display: inline-block;
position: relative;
top: 200px;
}

.icLink {
    display: inline-block;
    height: 37px;
    line-height: 37px;
    width: 250px;
    border-radius: 12px;
    background: #1165FF;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin-top: 48px;
    font-size: 16px;
    margin-top:50px;
}

.icLink:hover, .icLink:visited {
    color: #fff;
}

.mb_h1{
    font-size:40px;
    color:#000;
    text-align:center;
    margin:20px 0 50px;
}
.mb_wrap{
    margin-top:100px;
    width:410px;
}
.mb_h2 {
    font-size: 40px;
    color: #000;
    margin-bottom: 30px;
}
.mb_h3 {
    font-size: 24px;
    color: #41A0FF;
    margin-bottom:10px;
}
.mb_h4 {
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
}
.mb_h5 {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}
/*100%目标APP功能介绍*/
/*左侧标签页*/
.mubiaoFun{
    /*position:relative;*/
}
.leftAside {
padding-left: 0;
list-style: none;
float: left;
font-size: 20px;
position:fixed;
z-index:520;
top:120px;
display:none
}

.leftAside li {
width: 150px;
}

.leftAside li a {
line-height: 20px;
height: 20px;
width: 100%;
color: #000;
text-align: left;
cursor: pointer;
display: inline-block;
text-decoration: none;
font-size:16px;
}
.leftAside li a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    margin-right: 5px;
    margin-bottom: 4px;
}
.leftAside li.active a:before{
    background: #2771fa;
}

.leftAside > li.active > a,
.leftAside > li > a:hover { /*菜单选项被选中的颜色和鼠标移上去的背景颜色及字体颜色*/
    text-decoration: none;
    color: #2771fa;
}

.rightContent {
margin-left: 200px;
color: #000;
text-align:left;
}

.left_right_laout {
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
    height:555px;
}
.left_right_laout li{
    float:left;
    width:50%;
}
.left_right_laout li img{
    height:520px;
}

.left_zero{
    margin-left:0;
}
.left_percent {
   
}

.ad-container {
    display: flex;
    flex-flow: row nowrap;
    font-size: 16px;
    color: #666;
    margin-top:15px;
}
.ad-dev{
    margin-right:8px;
}
.ad-permission {
    margin: 0 8px;
    color: #1165FF;
}
.ad-private {
    margin: 0 8px;
    color: #1165FF;
}
.ad-permission:link, .ad-private:link {
    color: #1165FF;
}
.ad-permission:visited, .ad-private:visited {
    color: #1165FF;
}
.ad-permission:hover, .ad-private:hover {
text-decoration:underline;
}