#welcome #start{
    color: #fff !important;
    height: 2rem;
    line-height: 2rem;
    width: 10rem;
    background-color: #ff7503;
    display: block;
    transition: all 0.5s;
    text-align: center;
    font-size: 0.8rem;
    border-radius: 6px;
    margin-top: 0.8rem;
}
#welcome h2{
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
#welcome p{
    font-size: 0.6rem;
    line-height: 1.2rem;
}
#welcome .disclaimer{
    color: #FF9800;
}
.pingmu_full {
    left: 0; 
    right: 0; 
    top: 0;  
    bottom: 0;
    position: fixed;
    overflow: hidden;
    z-index: 999999;
}
#control{
    display: none;
}
#control .panel {
    position: absolute;
    width: 100%;
    background-color: rgba(64, 64, 64, 0.5);
    z-index: 2;
    overflow: hidden;
    transition: all 1s ease-out;
}
.control_hide .top { top: -40px; }
.control_show .top { top: 0;}
#control .top { height: 40px; color: #FFF; }
#control .top .title {
    font-family: simhei;
    font-size: 24px;
    line-height: 40px;
    margin: 0 20px;
}
#control .top .description { font-size: 12px; }
.control_show .bottom { bottom: 0;}
.control_hide .bottom { bottom: -80px; }
#control .bottom { height: 80px; }
#control .bottom .wrapper {
    width: 10000px;
    position: relative;
    transition: all 1s ease-out;
}
#control .bottom .wrapper a {
    border: 1px solid #FFF;
    float: left;
    margin: 10px 0 0 5px;
    display: block;
    width: 150px;
    color: #FFF;
    height: 60px;
    cursor: pointer;
    text-align: center;
    vertical-align: bottom;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.5);
    line-height: 60px;
}
#control .bottom .triangle {
    position: absolute;
    border-color: transparent transparent #FFF;
    border-style: solid;
    border-width: 0 50px 10px;
    height: 0;
    width: 0;
    left: 50%;
    margin: 0 0 0 -50px
}
.slide {
    width: 100%;
    height: 100%;
    position: relative;
    list-style:none;
    z-index: 0;
}
.hide { display: none; }
#main { width: 100%; height: 100%; position: relative; }
#test-solid-red { background-color: #F00; }
#test-solid-green { background-color: #0F0; }
#test-solid-blue { background-color: #00F; }
#test-solid-yellow { background-color: #FF0; }
#test-solid-cyan{ background-color: #0FF; }
#test-solid-magenta { background-color: #F0F; }
#test-solid-white{ background-color: #FFF; }
#test-solid-black { background-color: #000; }
#test-horizontal-line-1px { background: #000 url("img/horizontal-line-1px.gif") repeat center center; }
#test-horizontal-line-2px { background: #000 url("img/horizontal-line-2px.gif") repeat center center; }
#test-vertical-line-1px { background: #000 url("img/vertical-line-1px.gif") repeat center center; }
#test-vertical-line-2px { background: #000 url("img/vertical-line-2px.gif") repeat center center; }
#test-dots-1px { background: #000 url("img/dots-1px.gif") repeat center center; }
#test-dots-2px { background: #000 url("img/dots-2px.gif") repeat center center; }
#test-cross-1px { background: #000 url("img/cross-1px.gif") repeat center center; }
#test-cross-2px { background: #000 url("img/cross-2px.gif") repeat center center; }
#test-pattern {
    background-color: #000;
    background: url("img/boxes-5px.png") no-repeat top left,
    url("img/boxes-5px.png") no-repeat top right,
    url("img/boxes-5px.png") no-repeat bottom left,
    url("img/boxes-5px.png") no-repeat bottom right,
    url("img/boxes-5px.png") no-repeat center center #000;
}
#test-white-grid { background: #000 url("img/white-grid-45px.png") repeat center center; }
#test-convergence { background: #000 url("img/convergence-45px.png") repeat center center; }
#test-contrast-white { background-color: #FFF; color: #000; }
#test-contrast-black { background-color: #000; color: #FFF; }
.test-contrast table {
    border-collapse:collapse;
    position: relative;
    left: 10%;
    top: 10%;
    height: 80%;
    width: 80%;
    text-align: center;
    border-spacing: 0;
}
.test-contrast table td { width: 10%; padding: 0; }
.test-contrast table .color td { height:22%; }
.test-contrast table .ruler td { height:2.2%; border: 1px #808080; border-style: none solid; }
.test-contrast i { font-size: 10px; font-style:normal; }
#test-saturation  img{ width: 100%; height: 100%; }
#test-stability  table {
    border: 2px solid #FFF;
    height: 100%; width: 100%;
    border-spacing: 0;
}
#test-stability  table td {
    border: 6px solid #000;
    background: #000 url("img/breathing-block.gif") repeat center center;
}
.test-gradient  img{ width: 100%; height: 100%; }
#test-gradient-red { background-color: #F00; }
#test-gradient-green { background-color: #0F0; }
#test-gradient-blue { background-color: #00F; }
#test-gradient-white { background-color: #FFF; }
#test-last { background-color: #000; text-align: center; color: #FFF; }
#test-center { padding: 50px; }
#resolution_tips {
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 20px 20px 20px 20px;
    color: #FFFFFF;
    font-family: arial;
    font-size: 48px;
    height: 120px;
    left: 50%;
    line-height: 120px;
    margin: -60px -150px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 300px;
    z-index: 1;
}
#test-last div{
    padding: 2rem 0;
    background-color: #444;
    width: 280px;
    margin: auto;
    font-size: 1rem;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.night hr{
    border-bottom: 1px solid #444;
}