﻿.wrap {
    width: 1200px;
    margin: 0 auto;
}

.height100 {
    height: 100%;
}

.clearBox {
    zoom: 1;
}

.clearBox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block;
}

.gray01 {
    color: #969696;
}

#device-screen #header {
    background-color: #212121;
    background: url(../images/device_back.jpg) no-repeat center;
    background-size: cover;
    padding: 15px 0 20px;
    min-width: 1000px;
}

#android-guide #header {
    background-color: #212121;
    background: url(../images/android_guide_back.jpg) no-repeat center;
    background-size: cover;
    padding: 15px 0 20px;
    min-width: 1000px;
}

#header {
    background-color: #212121;
    background: url(../images/ios_guide_back.jpg);
    background-size: cover;
    padding: 15px 0 20px;
    min-width: 1000px;
}

#header .nav {
    height: 42px;
    line-height: 42px;
    margin-bottom: 100px;
    position: relative;
}

#header .nav a {
    display: inline-block;
    float: left;
    margin-right: 40px;
    color: #FFFFFF;
    opacity: 0.8;
    text-decoration: none;
    transition: 0.3;
}

#header .nav a:hover {
    opacity: 1;
}

#header .nav a.current {
    opacity: 1;
    border-bottom: 2px solid #FFFFFF;
    color: #fff;
}

#header .titleBar {
    line-height: 1.2;
    position: relative;
}

#header .titleBar h4 {
    padding-left: 2px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 2px;
}

#header .titleBar h1 {
    margin-top: 6px;
    font-weight: 300;
    font-size: 34px;
    letter-spacing: 1.88px;
    color: #fff;
}

#header .titleBar .terminalType {
    position: absolute;
    left: 240px;
    bottom: 0;
    height: 42px;
}

#header .titleBar .terminalType a {
    display: block;
    float: left;
    background: rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 15px;
    text-align: center;
}

#header .titleBar .terminalType a i {
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background-image:  url(../images/size-icon-squashed.png);
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    margin-top: 9px;
    color: #fff;
    opacity: 0.6;
}

#header .titleBar .terminalType a i.phone{
    background-position: -24px 0;
}
#header .titleBar .terminalType a i.tablet{
    background-position: -24px -24px;
}
#header .titleBar .terminalType a i.watch{
    background-position: -24px -50px;
}
#header .titleBar .terminalType a i.computer{
    background-position: -24px -72px;
}
#header .titleBar .terminalType a i.display{
    background-position: -24px -96px;
}

#header .titleBar .terminalType a:hover i {
    opacity: 1;
}

#header .titleBar .terminalType a.current i {
    opacity: 1;
}

#header .titleBar .terminalType a p {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -30px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #ECECED;
    text-align: center;
    width: 50px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #333;
}

#header .titleBar .terminalType a:hover p {
    display: block;
}
/*==========设计尺寸规范============*/

#designGuide {
    min-width: 1000px;
}
#designGuide .tabBox {
    height: 59px;
    box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    position: relative;
    margin-bottom: 40px;
}

#designGuide .tabBox a {
    display: block;
    width: 60px;
    padding: 6px 0;
    height: 51px;
    line-height: 51px;
    text-align: center;
    margin-right: 15px;
    float: left;
    color: #666;
}

#designGuide .tabBox a:hover {
    color: #333;
}

#designGuide .tabBox a.current {
    border-bottom: #7693FF 2px solid;
    padding-bottom: 0;
    color: #333;
}

#designGuide .top_fixed_scroll {
    position: fixed;
    width: 100%;
    opacity: 0.95;
    top: 0px;
    left: 0;
    z-index: 9999;
}

#designGuide .wrap {
    position: relative;
    overflow: hidden;
}

#designGuide .sideBox {
    width: 160px;
    position: absolute;
    right: 0;
    top: 0;
}

#designGuide .sideBox li {
    margin-bottom: 5px;
}

#designGuide .sideBox a {
    display: block;
}

#designGuide .sideBox .bClass a {
    height: 30px;
    line-height: 30px;
    padding-left: 12px;
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

#designGuide .sideBox .sClass a {
    height: 24px;
    line-height: 24px;
    padding-left: 12px;
    font-size: 12px;
    color: #666;
}

#designGuide .sideBox a:hover {
    color: #7693FF;
}

#designGuide .sideBox .current a {
    color: #7693FF;
    border-left: #7693FF 2px solid;
    padding-left: 10px;
}

#designGuide .contentBox {
    width: 1100px;
    float: left;
}

#designGuide .contentBox h2 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 30px;
}
#designGuide .contentBox .cBox01 {
    margin-bottom: 10px;
}

#designGuide .contentBox .cBox01 img {
    display: block;
}
#designGuide .contentBox .cBox01 table:first-of-type {
    margin-bottom: 40px;
}

#designGuide .contentBox h3 {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 0px;
}

#designGuide .contentBox .fontFamilyInfo01 {
    height: 200px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #3784C3;
    background: -webkit-gradient(linear, left top, left bottom, from(#5d34bf), to(#3441bf));
    background: -moz-linear-gradient(top, #5d34bf, #3441bf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d34bf', endColorstr='#3441bf');
    margin-bottom: 34px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

#designGuide .contentBox .fontFamilyInfo01 .p01 {
    padding: 55px 0 25px 0;
}

#designGuide .contentBox .fontFamilyInfo01 .p03 {
    padding: 45px 0 25px 0;
}

#designGuide .contentBox .fontFamilyInfo01 .p05 {
    font-size: 14px;
    margin-top: 10px;
    color: #EBF3FA;
}

#designGuide .contentBox .txt01 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}

#designGuide .contentBox .txt01 p {
    margin-bottom: 10px;
}

.tableList01 th, .tableList01 td {
    font-size: 14px;
    line-height: 18px;
    padding: 15px;
    border-bottom: #F2F2F2 1px solid;
}

.tableList01 th {
    font-size: 12px;
    padding: 8px 15px;
    border-bottom: #E5E5E5 2px solid;
    font-weight: 700;
    text-align: left;
}

.picList01 {
    overflow: hidden;
    position: relative;
}

.picList01 ul {
    display: block;
    position: relative;
    width: 780px;
}

.picList01 li {
    float: left;
    width: 175px;
    margin-right: 20px;
    font-size: 12px;
    line-height: 20px;
}

.picList01 li .imgBox {
    margin-bottom: 2px;
}

.picList01 li .imgBox img {
    display: block;
}

.picList01 li p {
    padding: 5px 0;
}

.picList01-2 li {
    width: 240px;
}

.nav-container {
    position: relative;
}

.bs-docs-sidebar {
    position: fixed;
    top: 150px;
    left: 58%;
    margin-left: 440px;
    width: 160px;
    z-index: 1000;
}

.bs-docs-sidebar.affix {

}

.ui-holder {
    position: relative;
}

.ui-holder .spec {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .2s opacity ease
}

.ui-holder:hover .spec {
    opacity: 1;
}

.side-nav .nav-stacked {
    margin-top: 4px;
}

.nav-stacked-li{
    background-color: #EEEEEE;
}



.side-nav a {
    display: block;
}

.bs-docs-sidebar .nav>li>a {
    border-left: 2px solid transparent;
    padding-left: 12px;
    font-size: 13px;
    font-weight: bold;
    transition: .2s color ease, .2s border-color ease;
    line-height: 26px;
}

.bs-docs-sidebar .nav-container {
    width: 1280px;
    margin: 0 auto;
}

.bs-docs-sidebar .nav .nav>li>a {
    line-height: 24px;
    height: 24px;
    padding: 3px 0 3px 12px;
    font-size: 12x;
    color: #666;
    font-weight: normal;
}

.bs-docs-sidebar .nav>.active>a, .bs-docs-sidebar .nav>li>a:focus {
    color: #ff7600;
    border-left-color: #ff7600;
}

.bs-docs-sidebar .nav>li>a:hover {
    color: #ff7600;
}

.bs-docs-sidebar .nav .nav>.active:focus>a, .bs-docs-sidebar .nav .nav>.active:hover>a, .bs-docs-sidebar .nav .nav>.active>a {
    color: #ff7600;
}

.bs-docs-sidebar .nav ul.nav {
    display: none;
}

.bs-docs-sidebar .nav>.active>ul.nav {
    display: block;
}

.bs-docs-sidebar div>ul>li {
    margin-bottom: 3px;
}




/*#designGuide{ margin-top:211px;}*/


/*#screenSizeMain{ margin-top:210px;}*/