﻿
body {
    font-size: 16px;
    line-height: 30px;
    /*background: url("../images/bg.png") repeat;*/
    background: #fff;
    padding-bottom: 130px;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
    box-sizing: border-box;
}

@font-face {
    font-family: "iconfont";
    src: url('fonts/iconfont.eot?t=1530863931889'); /* IE9*/
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/d1556dc13d8e44e5a3bccfe8fe4f2cff.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 26px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
    display: inline-block;
    padding-right: 5px;
}

.icon-check-circle:before {
    content: "\e77d";
}

.icon-close-circle:before {
    content: "\e77e";
}

#result span {
    font-size: 24px;
    padding: 0 10px;
    vertical-align: top;
}

#final_reuslt {
    font-size: 30px;
    width: 50%;
    margin-top: 20px;
}

.panel-body {
    padding: 30px;
}

#progress_bar {
    display: none;
    width: 50%;
    padding: 20px 20px 0 20px;
    margin-bottom: 0;
}

.progress {
    height: 30px;
    width: 100%;
    margin: auto;
}

.progress span {
    line-height: 30px;
    font-size: 16px;
}

#start_test {
    font-size: 16px;
    width: 100px;
    text-align: center;
    display: block;
    height: 40px;
    position: absolute;
    right: 8px;
    bottom: 0;
}

.checkbox-custom {
    position: relative;
    padding: 0 15px 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
    display: inline-block;
}

/*
将初始的checkbox的样式改变
*/
.checkbox-custom input[type="checkbox"] {
    opacity: 0; /*将初始的checkbox隐藏起来*/
    position: absolute;
    cursor: pointer;
    z-index: 2;
    margin: -6px 0 0 0;
    top: 50%;
    left: 3px;
}

/*
设计新的checkbox，位置
*/
.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}

/*
点击初始的checkbox，将新的checkbox关联起来
*/
.checkbox-custom input[type="checkbox"]:checked + label:after {
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    top: 42%;
    left: 3px;
    margin-top: -5px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333;
}

.checkbox-custom label {
    cursor: pointer;
    line-height: 1.2;
    font-weight: normal; /*改变了rememberme的字体*/
    margin-bottom: 0;
    text-align: left;
}

#host_show {
    /*color: blue;*/
    word-break: break-all;
}

#host {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-left: -7px;
}

.result-content {
    background: #fff;
    display: block;
    min-height: 100px;
    border: 1px solid #ccc;
    border-top: none;
    padding: 30px;
    min-height: 400px;
    overflow: auto;
}

#error_hint p {
    padding: 20px;
}

#main_result {
    padding-bottom: 20px;
}

.pass_h1 {
    color: #24bb69;
    font-size: 30px;
    padding-left: 10px;
    line-height: 59px;
}

.half_h1 {
    color: #ffc103;
    font-size: 30px;
    padding-left: 10px;
    line-height: 59px;
}

.fail_h1 {
    color: #ff0101;
    font-size: 30px;
    padding-left: 10px;
    line-height: 59px;
}

.result-title {
    font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 59px;
}

.pass .result-title {
    color: #24bb69;
}

.half .result-title {
    color: #ffc103;
}

.fail .result-title {
    color: #ff0101;
}

#sub_result {
    padding: 20px;
}

#sub_result.pass {
    background: #eaf8f0;
}

#sub_result.half {
    background: #fff9e6;
}

#sub_result.fail {
    background: #ffe6e6;
}

.result-msg {
    padding-left: 70px;
    margin-top: -38px;
    display: block;
}

.result-msg-mobile {
    padding-left: 0px;
    margin-top: -28px;
    text-align: center;
    display: block;
}

#result_list {
    padding: 0 20px;
}

.bottom {
    padding-top: 0px;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 30px;
    font-size: 16px;
    color: #999;
    text-align: center;
    position: absolute;
    bottom: 0;
}

#ifr_warp iframe {
    width: 100%;
    height: 600px;
    overflow-x: scroll;
    overflow-y: scroll;
}

#ifr_warp .ifr_div {
    display: none;
}

#ifr_warp button {
    display: block;
    margin: 20px auto;
    padding: 10px 30px;
}

.sub_line {
    font-size: 14px;
    line-height: 20px;
    margin: -5px 10px 20px 0px;
    padding: 10px;
    color: #333;
    background: rgba(255, 255, 255, 0.5);
}

.pass_h3 {
    color: #24bb69;
    font-size: 16px;
    line-height: 24px;
}

.half_h3 {
    color: #ffc103;
    font-size: 16px;
    line-height: 24px;
}

.fail_h3 {
    color: #ff0101;
    font-size: 16px;
    line-height: 24px;
}

.qr_code {
    width: 100%;
    position: absolute;
    bottom: 100px;
}

.line_left {
    width: 50%;
    float: left;
}

.line_right {
    width: 50%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}

.result_header {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 50px;
}

.line_header, .line_content {
    height: 40px;
    line-height: 40px;
}

.line_header {
    border-bottom: 1px solid #ccc;
    margin-top: -10px;
}

.result_container {
    padding: 2% 10% 2%;
}

#test_result {
    padding-bottom: 100px;
}

.green_header {
    color: #00a65a;
    font-size: 20px;
    border-bottom: 1px solid #00a65a;
    margin-bottom: 5px;
}

.blue_header {
    color: #3b77ed;
    font-size: 20px;
    border-bottom: 1px solid #3b77ed;
    margin-bottom: 5px;
}

.blue_header .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #3b77ed transparent transparent transparent;
    position: absolute;
    left: 0;
}

.green_header .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #00a65a transparent transparent transparent;
    position: absolute;
    left: 0;
}

#result_summary {
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 10px;
}

#result_summary img {
    width: 50px;
}

#result_summary button {
    margin-top: 15px;
    margin-right: 10px;
}

.task_result_url {
    padding: 10px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
}

.task_result_time {
    padding: 10px 5px;
    text-align: right;
}

#result_table {
    line-height: 42px;
}

#result_table td{
    line-height: 42px;
}
.left_btn{
    color: #fff;
    position: absolute;
    top:10px;
    left:20px;
    cursor: pointer;
}

.left_btn_2 {
    color: #fff;
    position: absolute;
    top: 10px;
    left: 100px;
    cursor: pointer;
}

#logout_btn {
    color: #fff;
    position: absolute;
    top:10px;
    right:20px;
    cursor: pointer;
}
