.empty-row{
    width:100%;
    float: left;
}

.empty-row-h10p{
    width: 100%;
    height: 10px;
    float: left;
}

.empty-row-h15p{
    width: 100%;
    height: 15px;
    float: left;
}

.empty-row-h20p{
    width: 100%;
    height: 20px;
    float: left;
}

.empty-row-h30p{
    width: 100%;
    height: 30px;
    float: left;
}

.empty-row-h40p{
    width: 100%;
    height: 40px;
    float: left;
}

.empty-row-h50p{
    width: 100%;
    height: 50px;
    float: left;
}

.base-font{
    font-family: "微软雅黑";
}

.primary-text-color{
    color: #303133;
}

.logo-new{
    background: url(/images/logo.svg) no-repeat left;
    height: 70px;
    width:200px;
    float: left;
}

.logo-new2{
    background: url(/images/logo_white.svg) no-repeat left;
    height: 50px;
    width:200px;
    float: left;
    margin-left:3px;
}

.index-header{
    width: 100%;
    height: 70px;
}

.index-header-inner{
    max-width: 1400px;
    margin: auto;
}

.index-header-links{
    float: right;
    width: 300px;
    height: 100%;
}

.index-header-link{
    width:33%;
    float: left;
    line-height: 70px;
}

.help-file-inner{
    max-width:1200px;
    margin: auto;

}

.index-header-link a{
    color: #888;
    text-decoration: none;
    transition: color .3s;
}

.index-header-link a:hover{
    color: black;
}


.help-file-title{
    font-size: 1.6em;
    font-weight: 600;
}

.help-file-desc{
    font-size:1.3em;
}

.help-steps{
    max-width: 1000px;
    margin: auto;
}

.help-step-title{
    width:100%;
    height: 40px;
    color:#303133;
    font-size: 1.2em;
    line-height: 40px;
    float: left;
}

.help-step-title-num{
    width:40px;
    height: 40px;
    border-radius:50%;
    background: #EBEEF5;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 40px;
    text-align: center;
    float: left;
    color: #606266;
}

.help-step1-img{
    width:500px;
    height: 102px;
    background: url(/images/help/step1.png) top no-repeat;
    background-size: 500px 102px;
    border: 2px solid rgba(0, 0, 0, 0.3);
}

.help-step2-img{
    width:500px;
    height: 316px;
    background: url(/images/help/step2.jpg) top no-repeat;
    background-size: 500px 316px;
    border: 2px solid rgba(0, 0, 0, 0.3);
}

.help-step3-img{
    width:500px;
    height: 316px;
    background: url(/images/help/step3.jpg) top no-repeat;
    background-size: 500px 316px;
    border: 2px solid rgba(0, 0, 0, 0.3);
}

.help-step4-img{
    width:500px;
    height: 316px;
    background: url(/images/help/step4.jpg) top no-repeat;
    background-size: 500px 316px;
    border: 2px solid rgba(0, 0, 0, 0.3);
}

.footer-tmp{
    height: 50px;
    line-height: 50px;
    color: white;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.footer-tmp a{
    text-decoration: none;
    color: white;
}

.data-table-con{
    position: absolute;
    right: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    font-family: "Microsoft YaHei UI";
}

.data-table-con-mobile{
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    font-family: "Microsoft YaHei UI";
    position: absolute;
    bottom: 0;
}

.data-table-button{
    height: 100%;
    width: 90px;
    background: white;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    float: left;
    transition: background .3s;
}

.data-table-button-inactive{
    height: 100%;
    width: 90px;
    cursor: pointer;
    float: left;
    text-align: center;
    line-height: 40px;
    transition: background .3s;
}

.data-table-content{
    float: left;
    width: 100%;
    height: 100%;
    background: white;

}

.data-table-content-display{
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    z-index: 2;
    padding: 10px;
    padding-top: 5px;
    opacity: 1;
    transition: all .3s;
}

.data-table-content-hidden{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 1;
    padding: 10px;
    padding-top: 5px;
    opacity: 0;
    transition: all .3s;
}

.data-table-content-items{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.data-table-status-col{
    height: 100%;
    line-height: 40px;
    float: left;
    position: relative;
    padding-left: 5px;
    overflow: hidden;
}

.data-table-status-col-center{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.text-ellipsis{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.log-out-btn-mobile{
    float: right;
    /*background: rgba(255, 0, 0, 0.5);*/
    height: 40px;
    width: 40px;
    padding: 10px;
    paddingLeft: 11px;
    background: url("/images/log_out.svg") no-repeat center;
    background-color: rgba(255, 0, 0, 0.5);
    background-size: 20px 20px;
    transition: background-color .3s;
}

.log-out-btn-mobile:active{
    background-color: rgba(0, 0, 0, 1);
}

.log-out-btn{
    float: right;
    /*background: rgba(255, 0, 0, 0.5);*/
    height: 50px;
    width: 50px;
    padding: 8px;
    paddingLeft: 9px;
    background: url("/images/log_out.svg") no-repeat center;
    background-color: rgba(255, 0, 0, 0.5);
    background-size: 20px 20px;
    transition: background-color .3s;
    cursor: pointer;
}

.log-out-btn:hover{
    background-color: rgba(0, 0, 0, 1);
}

.map-title{
    position: absolute;
    left: 5px;
    top: 50px;
    color: #089b62;
    font-size: 28px;
}

.map-title-mobile{
    position: absolute;
    right: 5px;
    top: 42px;
    color: #089b62;
    font-size: 14px;
}

.map-subtitle{
    position: absolute;
    left: 5px;
    top: 88px;
    color: #333;
    font-size: 16px;
}

.vmap{
    position: absolute;
    top: 115px;
    left: 5px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.03);
    border: solid 1px rgba(0, 0, 0, 0.05);
    line-height: 20px;
    width: 100px;
}

.vmap-mobile{
    position: absolute;
    top: 45px;
    left: 5px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.03);
    border: solid 1px rgba(0, 0, 0, 0.05);
    line-height: 15px;
    width: 90px;
    fontSize: 12px
}

.vmap-dot{
    width: 20px;
    height: 20px;
    float: left;
}

.vmap-dot-mobile{
    width: 15px;
    height: 15px;
    float: left;
}