.meter-area {
    font-family: 'Exo 2', sans-serif;
    width: 1216px;
    margin: 0px auto 20px auto;
}

.meter-area .ha1 {
    width: 100%;
    margin: 25px auto;
    text-align: center;
}

.meter-area .ha2 {
    width: 160px;
    height: 600px;
    float: left;
}

.meter-area .meter {
    width: 698px;
    height: 598px;    
    margin-right: 25px;
    float: left;
    position: relative;
}

.meter-area .meter .meter-result {
    width: 429px;
    height: 60px;
    position: absolute;
    top: 178px;
    left: 0px;
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    color: #121212;
}

.meter-area .meter .meter-legend {
    width: 429px;
    height: 20px;
    position: absolute;
    top: 245px;
    left: 0px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #00aaff;
}

.meter-area .meter .meter-progress {
    width: 170px;
    height: 2px;
    position: absolute;
    top: 307px;
    left: 129px;   
    background: #caecfd;
}

.meter-area .meter .meter-progress .meter-progress-active {
    width: 50px;
    height: 2px;       
    background: #00aaff;
}

.meter-area .meter .meter-progress .meter-progress-info {
    width: 30px;
    height: 16px;
    background: url('../images/new/progress_dot.png') no-repeat top center;
    color: #00aaff;
    font-size: 8px;
    text-align: center;
    padding-top: 16px;
    position: absolute;
    top: -10px;
    left: -15px;
}

.meter-area .meter .meter-progress .meter-progress-info span {
    font-size: 12px;
}

.meter-area .meter .meter-status {
    width: 150px;
    height: 30px;
    position: absolute;
    top: 113px;
    left: 160px;
}

.meter-area .meter .meter-status .ping-icon {
    width: 30px;
    height: 27px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('../images/new/meter_ping.png');
    
}

.meter-area .meter .meter-status .download-icon {
    width: 30px;
    height: 27px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('../images/new/meter_download.png');
    
}

.meter-area .meter .meter-status .upload-icon {
    width: 30px;
    height: 27px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('../images/new/meter_upload.png');
    
}

.meter-area .meter .meter-status .meter-testing {
    width: 120px;
    height: 12px;
    position: absolute;
    top: 0px;
    left: 40px;
    font-size: 12px;
    line-height: 12px;
    color: #121212;
}

.meter-area .meter .meter-status .meter-test-name {
    width: 120px;
    height: 12px;
    position: absolute;
    top: 14px;
    left: 40px;
    font-size: 15px;
    line-height: 15px;
    color: #00aaff;
}

.meter-area .meter .ping-box {
    width: 96px;
    height: 112px;    
    position: absolute;
    top: 464px;
    left: 40px;
}

.meter-area .meter .download-box {
    width: 193px;
    height: 112px;    
    position: absolute;
    top: 464px;
    left: 205px;
}

.meter-area .meter .upload-box {
    width: 193px;
    height: 112px;    
    position: absolute;
    top: 464px;
    left: 470px;
}

.meter-area .meter .box-title {
    text-align: center;
    color: #121212;
    font-size: 16px;
    margin-bottom: 4px;    
}

.meter-area .meter .box-title span {
    font-size: 12px; 
    font-style: italic;
}

.meter-area .meter .box-value {
    text-align: center;
    font-size: 21px;
    color: #00aaff;
}

.meter-area .meter .box-value span {
    font-size: 27px;
    color: #121212;
}

.meter-area .meter .box-graph {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.meter-area .meter .box-graph .graph-bar {
    background: #44c0fe;
    width: 3px;
    height: 1px;
    margin: 0px 1px;
    display: inline-block;
}

.meter-area .meter .logo {
    width: 130px;
    height: 27px;
    position: absolute;
    top: 25px;
    left: 540px;
}

.meter-area .meter .ip-isp {
    width: 100%;    
    position: absolute;
    top: 400px;
    left: 0px;
    font-size: 14px;
    color: #00aaff;
    text-align: center;
}

.meter-area .meter .ip-isp span {    
    color: #121212;
}

.meter-area .meter #loading-stage {
    width: 698px;
    height: 375px;
    border: 1px solid #cccccc;
    position: absolute;
    top: 0px;
    left: 0px;
}

.meter-area .meter #loading-stage .loading-text {
    width: 100%;
    position: absolute;
    top: 180px;
    text-align: center;
    font-size: 25px;
    color: #909090;    
}

.meter-area .meter #saving-stage {
    width: 698px;
    height: 598px;
    border: 1px solid #cccccc;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.meter-area .meter #saving-stage .saving-text {
    width: 100%;
    position: absolute;
    top: 180px;
    text-align: center;
    font-size: 25px;
    color: #909090;
}

.meter-area .meter #start-stage {
    width: 698px;
    height: 375px;
    border: 1px solid #cccccc;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.meter-area .meter .scale-inact {
    width: 429px;
    height: 396px;
    /*background: url('../images/new/scale_inact.jpg')*/
    position: absolute;
    top: 30px;
    left: 145px;
}

.meter-area .meter .scale-act {
    width: 429px;
    height: 396px;
    /*background: url('../images/new/scale_act.jpg');*/
    position: absolute;
    top: 30px;
    left: 145px;
}

.meter-area .meter .scale-draw {
    width: 429px;
    height: 396px;    
    position: absolute;
    top: 30px;
    left: 145px;
}

.meter-area .meter .scale-canvas-container {
    width: 429px;
    height: 396px;    
    position: absolute;
    top: 30px;
    left: 145px;
}

.meter-area .meter .scale-indicator {
    width: 23px;
    height: 175px;    
    position: absolute;
    top: 69px;
    left: 342px;
    background: url('../images/new/progress_dot.png') no-repeat top right;
    transform: rotate(-120deg);
    transform-origin: 50% 100%;
}

.meter-area .meter .scale-draw .scale-legend {
    width: 35px;
    height: 15px;    
    position: absolute;
    font-size: 15px;
    line-height: 15px;
    color: #121212;
    text-align: center;
}

.meter-area .meter .scale-draw .legend-thin {    
    opacity: 0.4;
}

.meter-area .meter .scale-draw .legend-thick {
    opacity: 1;
}

.meter-area .meter .scale-draw .scale-line-container {
    width: 2px;
    height: 386px;    
    position: absolute;
    top: 19px;
    left: 206px;
}

.meter-area .meter .scale-draw .scale-line-container .line-big {
    width: 2px;
    height: 17px;        
}

.meter-area .meter .scale-draw .scale-line-container .line-small {
    width: 2px;
    height: 11px;
    margin-top: 6px;
}

.meter-area .meter .scale-draw .scale-line-container .line-thick {
    background: #00aaff;
}

.meter-area .meter .scale-draw .scale-line-container .line-thin {
    background: #caecfd;
}

.meter-area .meter #start-btn {
    width: 215px;
    height: 215px;
    position: absolute;
    top: 79px;
    left: 247px;
    cursor: pointer;
    opacity: 0.7;
}

.meter-area .meter #start-btn:hover {
    opacity: 1;
}

.meter-area .meter #testing-stage {
    width: 698px;
    height: 598px;
    border: 1px solid #cccccc;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.meter-area .ba3 {
    width: 300px;
    height: 600px;
    float: left;
    margin-right: 25px;
}

.meter-area .ba3 .ha3 {
    width: 300px;
    height: 250px;
    margin-bottom: 18px;
}

.meter-area .ba3 .hw1 {
    width: 300px;
    height: 64px;
    margin-bottom: 18px;
}

.meter-area .ba3 .ha4 {
    width: 300px;
    height: 250px;
}

.meter-area .clear {
    clear: both;
}

.meter-area .meter-news {
    width: 698px;
    height: 208px;
    position: absolute;
    top: 392px;
    left: 0px;
}

.meter-area .meter-news a {
    text-decoration: none;
}

.meter-area .meter-news h2 {
    margin: 0px 0px 16px 0px;
    padding: 0px;
    height: 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #424953;
    font-family: Arial;
}

.meter-area .meter-news h2 b {
    color: #dc5939;
}

.meter-area .meter-news .meter-news-box {
    width: 220px;
    height: 170px;
    float: left;
    text-align: center;
    font-size: 16px;
    opacity: 0.9;
    cursor: pointer;
    color: #121212;
}

.meter-area .meter-news .meter-news-box:hover {
    opacity: 1;
}

.meter-area .meter-news .meter-news-box img {
    width: 220px; 
    height: 104px;
    margin-bottom: 13px;
}

.meter-area .meter-news .mr {
    margin-right: 19px;
}