.clear {
    clear: both;
}
.container {
    width: 100%;
}
.upload-process {
    background: url(../img/upload-process-bg.jpg) no-repeat;
    width: 1100px;
    margin: 0 auto;
    background-size: cover;
    text-align: center;
    color: #333;
    padding-bottom: 55px;
}
.en-container .upload-process .login-btn a {
    margin-top: 70px;
}
.en-container .upload-process {
    padding-bottom: 100px;
}
.upload-process .title {
    font-size: 31px;
    padding-top: 55px;
    padding-bottom: 70px;
}
.upload-process .process-wrap {
    width: 912px;
    margin: 0 auto;
    font-size: 18px;
}
.upload-process .left-process {
    float: left;
    text-align: left;
    width: 440px;
}
.upload-process .right-process {
    float: left;
    text-align: left;
    width: 472px;
}
.process-wrap span {
    font-size: 23px;
    color: #1697cd;
    margin-right: 16px;
}
.upload-process .process-wrap p {
    position: relative;
}
.upload-process .process-wrap p label {
    position: absolute;
    top: 2px;
}
.process-wrap .has-icon8 label {
    top: -6px;
}
.upload-process .has-icon:after {
    content: '';
    display: block;
    width: 3px;
    height: 27px;
    background: url(../img/left-process-dot-icon.png) no-repeat;
    margin: 7px 10px;
}
.en-container .upload-process .has-icon:after {
    margin: 7px 5px;
}
.upload-process .has-icon7:after {
    content: '';
    display: block;
    width: 3px;
    height: 34px;
    margin: 7px 10px;
    background: url(../img/right-process-dot7-icon.png) no-repeat;
}
.en-container .upload-process .has-icon7:after {
    margin: 7px 5px;
}
.upload-process .has-icon8:after {
    content: '';
    display: block;
    width: 3px;
    height: 64px;
    margin: 7px 10px;
    background: url(../img/right-process-dot8-icon.png) no-repeat;
}
.en-container .upload-process .has-icon8:after {
    margin: 7px 5px;
}
.en-container .upload-process .has-icon3 label {
    top: 2px;
}
.en-container .upload-process .has-icon4 label {
    top: -15px;
}
/* .en-container .upload-process .has-icon4 label {
    top: -16px;
}
.en-container .upload-process .has-icon5 label {
    top: -17px;
} */
.en-container .upload-process .has-icon8 label {
    top: -3px;
}
.en-container .upload-process .has-icon6 label {
    top: 3px;
}
.upload-process .login-btn a {
    width: 282px;
    height: 68px;
    display: inline-block;
    background-color: #54c3f1;
    border-radius: 30px;
    line-height: 68px;
    color: #fff;
    font-size: 30px;
    margin-top: 40px;
}
.nav-wrap{
    display: none;
}
.download-wrap{
    overflow:hidden;
    width:940px;
    margin:34px auto 10px;
}
.download-btn{
    text-align:center;
    line-height:36px;
    font-size:16px;
    display:block;
    float:right;
    padding:0 10px;
    background:#4286d3;
    color:#fff;
}
.download-btn:before{
    content:"";
    display:block;
    float:left;
    background:url(../img/common-icons.png) no-repeat;
    background-position:0 -20px;
    width:20px;
    height:20px;
    margin:8px 10px 0 0;
}
.container{
    margin:0 auto 40px;
}
.catelog{
    float:left;
    font-size:16px;
    background:#fff;
    width:220px;
    padding:38px 0 60px;
    line-height:21px;
}
.catelog .chapter{
    padding-left:20px;
    display:block;
    margin-bottom:22px;
    border-left:2px solid #fff;
    color:#54c3f1;
}
.catelog .section{
    border-left:2px solid #fff;
    padding-left:40px;
    display:block;
    margin-bottom:16px;
    color:#333;
}
.catelog .active{
    border-left:2px solid #54c3f1;
    color:#54c3f1;
}
.article{
    background:#fff;
    width: 900px;
    margin: 0 auto;
    font-size:14px;
    margin-top: 128px;
}
.article .content-header {
    margin-bottom: 17px;
}
.article h2{
    line-height:24px;
    font-size:24px;
    color:#000;
}
.article h3{
    margin:28px 0 12px;
    font-size:18px;
    line-height:18px;
}
.article h4{
    margin:30px 0 12px;
    font-size:16px;
    line-height:16px;
}
.article p{
    line-height:26px;
    font-size:16px;
    color:#8e8e8e;
    white-space:pre-line;
    text-indent:28px;
}
.article ol, .article ul{
    color: #8e8e8e;
}
.top-distance{
    margin-top: 20px;
}
.article p.left-distance{
    text-indent: 0;
}
.left-distance{
    margin-left: 28px;
}
.block-top{
    margin: 30px 0 20px 28px;
}
.article ol p{
    text-indent: 0;
}
.article p.fix-left{
    text-indent: 0;
}
.article a{
    color:#5e83e1;
    margin:0 4px;
}
.article .deep-indent{
    text-indent:56px;
}
.article .block-margin {
    margin-top:10px;
}
.article .command-green{
    color:#008200;
}
.article .command-brown{
    color:#880000;
}
.article .command-black{
    color:#222;
}
.article .command-purple{
    color:#882288;
}
.article .command-gray{
    color:#bebebe;
}
.article .command-blue {
    color:#10108f;
}
.article .code-block{
    line-height:24px;
    font-size:14px;
    white-space:pre-line;
    border:1px solid #d6d8da;
    background:#f8fafc;
    margin:10px 0;
    padding:12px 14px;
    display:block;
}
.article .explain{
    font-weight:bold;
}

.article table {
    margin: 10px 0 15px 0;
    border-collapse: collapse;
}
.article td,th {
    border: 1px solid #ddd;
    padding: 8px 15px;
    line-height:20px;
}
.article th {
    padding: 10px 15px;
}
.guideline {
    padding: 10px;
}
.guideline ul li img {
    width: 580px;
}
.hljs{
    color:#5e83e1;
    font-weight: 600;
}
.hljs-string, .hljs-value, .hljs-filter .hljs-argument, .css .hljs-function .hljs-params, .apache .hljs-tag{
    color: #5e83e1;
    font-weight: 600;
}
.nav {
    width: 1100px;
    line-height: 45px;
    font-size: 12px;
    padding-top: 14px;
    margin: 0 auto;
    overflow: hidden;
}
.nav .logo-img{
    width: 157px;
    height: 34px;
    margin: 2px 42px 0 0;
    float: left;
}
.my-app {
    float: right;
    font-size: 12px;
}
.my-app a,
.my-app .logout {
    color: #565656;
    border: 2px solid #afafaf;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    padding: 0 5px;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
}
.my-app form {
    display: inline-block;
}
.video-con{
    width: 100%;
}
.banner {
    width: 1100px;
    margin: 0 auto 13px;
    position: relative;
}
.banner .develop-title {
    position: absolute;
    top: 65px;
    left: 110px;
    color: #fff;
}
.banner .develop-title span {
    display: block;
}
.banner .develop-title .main-title {
    font-size: 27px;
    margin-top: 42px;
}
.banner .develop-title .sub-title {
    font-size: 17px;
    margin-top: 5px;
}
.banner .develop-title p {
    font-size: 41px;
}
.banner .video-player-icon {
    position: absolute;
    bottom: 86px;
    height: 96px;
    left: 110px;
    cursor: pointer;
}
.normal{
    font-weight: normal;
}
.video_layout {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.video_layout .video_box {
    margin: 0 auto;
    width: 80%;
    height: 60%;
}
.video_layout video{
    width: 100%;
    height: 100%;
}
.video_close {
    margin: 30px;
    cursor: pointer;
    width: 50px;
}
.video_close img {
    width: 60%;
}
.hidden {
    overflow: hidden;
}
.video-list {
    overflow: hidden;
    margin: 0 auto;
    width: 1100px;
    text-align: center;
}
.video-list video {
    width: 1100px;
    height: auto;
    margin-bottom: 20px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;

}
.video-list span {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #000;
    line-height: 24px;
}
/* article en */
.article-en p{
    text-indent: 0;
}



