
/*右侧资讯栏*/
#status1{position:fixed;_position:absolute;top:50%;right: -60px;margin-top:-80px;width:60px; height: 150px; text-align:center;z-index: 9999;font: 12px/1 "微软雅黑","宋体","黑体",Arial, "\5b8b\4f53", sans-serif;}
#status1 .opt-list {background: #389ce0;}
#status1 .opt-list li {position: relative; height: 55px;}
#status1 .opt-list li a {position: absolute; top: 6px; left: 15px; width: 30px; height: 30px; background: url("./images/right_sidebar.png") no-repeat; background-position: 1px 1px;}
#status1 .opt-list li[data-hook="switchStatus"] {height: 40px; background: #56b2f1;}
#status1 .opt-list li[data-hook="showCode"] a {background-position: 3px -35px;}
#status1 .opt-list li[data-hook="switchStatus"] a {background-position: 10px -108px;}
#status1 .clock {display: none; position: absolute; top: -1px; left: -132px; width: 130px; height: 150px; border: 1px solid #ebebeb;background-color: white;}
#status1 .clock .blue-clock {float: none;display: block; width: 35px; height: 35px; background: url("./images/right_sidebar.png") no-repeat; background-position: 0 -70px; margin: 15px 0 15px 48px;}
#status1 .clock p {font-size: 14px; color: #999; line-height: 20px; letter-spacing: 4px; padding-left: 3px;}
#status1 .clock .time {color: #f87a1a; letter-spacing: 0px; padding-left: 0px;}
#status1 .code {display: none; position: absolute; top: -1px; left: -132px; width: 130px; height: 150px; border: 1px solid #ebebeb; background-image: url("./images/pvc-code.png"); background-color: white; background-position: 15px 15px; background-repeat: no-repeat;}
#status1 .code p {color: #888; font-size: 14px; line-height: 20px; margin-top: 120px;}

#status2{position:fixed;_position:absolute;top:50%;right: 0px;margin-top:-190px;width:130px; height: 315px; text-align:center;z-index: 9999;border: 1px solid #ebebeb;background-color: white;font: 12px/1 "微软雅黑","宋体","黑体",Arial, "\5b8b\4f53", sans-serif;}
#status2 .clock {height: 113px;}
#status2 .clock .blue-clock {float: none;display: block; width: 35px; height: 35px; background: url("./images/right_sidebar.png") no-repeat; background-position: 0 -70px; margin: 15px 0 10px 48px;}
#status2 .clock p {font-size: 14px; color: #999; line-height: 20px; letter-spacing: 4px; padding-left: 3px;}
#status2 .clock .time {color: #f87a1a; letter-spacing: 0px; padding-left: 0px;}
#status2 .code { background-image: url("./images/pvc-code.png"); background-position: 15px 5px; background-repeat: no-repeat;}
#status2 .code p {color: #888; font-size: 14px; line-height: 20px;}
#status2 .code p:first-child {padding-top: 110px;}
#status2 [data-hook="switchStatus"] {display: block; background: url("./images/right_sidebar.png") no-repeat; background-position: 90px -131px; color: #f87a1a; font-size: 14px; line-height: 30px; margin-top: 3px; text-indent: -15px;}


/*返回顶部*/
#returnTop {display: none;position:fixed;_position:absolute;bottom:70px;right: 10px;width: 55px;height: 55px;background: url("./images/right_sidebar.png") no-repeat; background-position: 0px -166px;cursor: pointer;z-index: 9999;}