html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}
#topTools {
    width: 100%;
    background-color: #505050;
}
@media screen and (max-width: 640px) {
    #ribbon {
        display: none;
    }
	#earthFixed{
		display: none;
	}
	#nav{
		display: block;
	}
}
#ribbon {
    width: 980px;
    margin: 0 auto;
    height: 98px;
    font-size: 13px;
    font-family: 微软雅黑, 宋体;
    cursor: default;
}
#ribbon .group {
    /*display: none;*/
}
#ribbon .group ,#ribbon .readgroup{
    float: left;
    text-align: center;
    padding: 0 5px;
}

#ribbon .content {
    height: 86px;
    padding: 6px 3px;
}

#ribbon .content .bigtool {
    float: left;
    height: 80px;
    _height: 82px;
    min-width: 56px;
    text-align: center;
    border: solid 1px Transparent;
    _border: solid 1px #EFF5FB;
    border-radius: 5px;
	margin: 1px;
}

#ribbonbox .bigtool {
    float: left;
    height: 41px;
    line-height: 41px;
    text-align: center;
    width: 98px;
}

#ribbonbox .bigtool.selected span{
    background-color: #7d9ec4;
}


#ribbonbox img.hide{
	float: right;
	position: relative;
	top: -100px;
	width: 32px;
	border: solid 1px #fff;
	border-radius: 16px;
	background-color: #fff;
	cursor: pointer;
}

#ribbon .content .bigtool img {
    width: 48px;
    height: 48px;
}

#ribbon .content .bigtool span {
    display: block;
    margin-bottom: 3px;
    font-family: 'Microsoft YaHei', '微软雅黑', 宋体, SimSun, Heiti, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}

#ribbon .content .selected span {
    /*border: solid 1px red;*/
    color: bisque;
}

#ribbon .content .selected img {
    background-color: #f14545;
	border-radius:5px;
}

#ribbon .content .active {
    border: solid 1px #f14545;
    cursor: pointer;
	border-bottom: solid 3px #f14545;
}
#ribbon .content .active img {
    background-color: #f14545;
	border-radius:5px;
}

#ribbon .content .active span {
    color: bisque;
}

#ribbon .content .bigtool .dropdownlist {
    min-width: 340px;
    border: solid 1px Gray;
    border-radius: 2px;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
    background-color: #505050;
    position: absolute;
    z-index: 9999999;
    display: none;
	top: 85px;
}

#ribbon .content .bigtool .dropdown {
    color: Gray;
    font-size: 9px;
    padding-top: 18px;
    _padding-top: 0px;
    line-height: 10px;
    border: none;
}

#ribbon .content .bigtool .dropdownlist span {
    border: none;
    color: #fff;
}

#ribbon .content .disabled {
    color: Gray;
    cursor: not-allowed;
}

#ribbon .content .disabled span {
    color: #787878;
}

#ribbon .content .bigtool .dropdownlist .listitem {
    text-align: left;
    font-size: 12px;
    padding: 5px;
    margin: 3px;
    border: solid 1px Transparent;
	width: 30px;
	float: left;
	border-radius: 6px;
}

#ribbon .content .bigtool .dropdownlist .preview {
    font-weight: bold;
    color: #444444;
}

#ribbon .content .bigtool .dropdownlist .listitem div {
    border: solid 1px Gray;
    font-weight: normal;
    color: Black;
    padding: 10px;
    margin: 2px 0px;
}

#ribbon .content .bigtool .dropdownlist .listitem span {
    display: inline;
}

#ribbon .content .bigtool .dropdownlist .active {
    border: solid 1px #e2b45c;
    border-radius: 2px;
}

#ribbon .content .bigtool .dropdownlist .selected {
    border: solid 1px #c2943c;
    border-radius: 2px;
}

#ribbon .content .bigtool .dropdownlist .listitemseperator {
    border-left: solid 1px Gray;
    float: left;
    height: 33px;
    margin: 10px auto;
}

#ribbon .footer {
	display: none;
    height: 22px;
    line-height: 22px;
    _height: 18px;
    _line-height: 18px;
    text-align: center;
    background: #505050;
    font-size: 14px;
    font-family: 'Microsoft YaHei', '微软雅黑', 宋体, SimSun, Heiti, sans-serif;
    font-weight: 400;
    color: #fff;
}

#ribbon .seperator {
    float: left;
    width: 1px;
    height: 48px;
    background-image: url(images/groupborder.gif);
    background-repeat: no-repeat;
    margin-top: 20px;
}

#frame {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

#screen {
    height: 82px;
    background-repeat: repeat;
    background-color: #505050;
    
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    overflow: hidden;
    display: none;
	color:#373737;
	word-wrap: break-word;
}

#screen span {
    display: inline-block;
    font-size: 32px;
    height: 28px;
    line-height: 36px;
    margin-top: -10px;
    padding: 20px 2px;
}

#screen span sup {
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
}

#loading {
    width: 120px;
    height: 30px;
    line-height: 100px;
    font-size: 2em;
    font-weight: bold;
    border-radius: 5px;
    background-image: url(images/three-dots.svg);
    background-repeat: no-repeat;
    display: none;
}

#about {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f2f2f2;
    font-family: 宋体,微软雅黑;
	font-size: 22px;
	line-height: 36px;
    display: none;
    overflow: auto;
    z-index: 100;
}
#about p{
	text-indent: 2em;
	font-family: 宋体,微软雅黑;
	font-size: 14pt;
}

#about .content p{
	text-indent: 0em;
	font-family: 宋体,微软雅黑;
	font-size: 13pt;
}
#about .close-btn {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    margin: 0 3px 0 0;
    vertical-align: middle;
    background: #373737;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    cursor: pointer;
}
.about-all{
    width: 1000px;
    margin: 0 auto;
	padding: 40px 36px;
	background-color: #fff;
}
.about-content {
    margin: 0 auto;
	padding: 36px;
	background-color: #fff;
	border: solid 1px #ddd;
}
.about-content h1 {
    font-weight: normal;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    line-height: 3em;
}
.about-content h2 {
    font-weight: normal;
    margin: 0;
    text-align: center;
    line-height: 2em;
	color: #666;
}
.about-content h3 {
    font-weight: normal;
    margin: 0;
    text-align: left;
    line-height: 1.8em;
	font-size: 24px;
}
 

#ribbonbox .bigtool span {
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    border: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff !important;
    width: 60px;
    margin: 8px 18px;
    height: auto;
    line-height: 30px;
	background-color: #737373;
}

#acc-blindtool-logo {
    float: left;
    font-size: 32px;
    color: bisque;
    border-right: solid 1px #fff;
    padding: 1px 18px 0px 0;
    margin: 26px 6px 0 0;
    font-family: 黑体;
    font-weight: bold;
}

.readContol{
	display: none;
}
.readContol .content .bt-item{
	display: none;
	min-width: 58px;
	text-align: center;
	border: solid 1px Transparent;
	_border: solid 1px #EFF5FB;
	border-radius: 2px;
	width: 100px;
	overflow: hidden;
	cursor: pointer;
	height: 88px;
	float: left;
	margin-left: 5px;
}


.readContol .content .bt-item .title {
   /* display: none;*/
    float: left;
    margin-left: 6px;
    cursor: pointer;
    margin-top: 15px;
}


.readContol .content .bt-title {
	min-width: 58px;
	text-align: center;
	border: solid 1px Transparent;
	_border: solid 1px #EFF5FB;
	border-radius: 2px;
	width: 100px;
	overflow: hidden;
	cursor: pointer;
	height: 88px;
	float: left;
	margin-left: 5px;
}


.readContol .content .bt-title .title {
   /* display: none;*/
    float: left;
    margin-left: 6px;
    cursor: pointer;
    margin-top: 15px;
}


.readContol .content .title-string {
    letter-spacing: 1px;
/*    display: block;*/
    cursor: pointer;
    line-height: 45px;
    overflow: hidden;
    height: 35px;
    font-weight: bold;
    font-size: 18px !important;
    clear: both;
    color: gray;
}

.readContol .content .title-num {
    color: #ff9027;
}

.readContol .content .title-shortcut {
    cursor: pointer;
    display: block;
    font-size: 16px !important;
    line-height: 16px;
    height: 18px;
    clear: both;
    color: gray;
	text-align: left;
	margin: 0  !important;
}
.title.title-action{
    display: block !important;
}
.readContol .content .title span{
    margin: 0px;
    float: none;
	display: contents !important;
}
.readContol .content .title-action {
    color: #fff;
}


.normal-colors ,.normal-colors span{
	background: #ffffff !important;
	color: #000000 !important;
}
.color-change,.color-change span {
    color: red !important;
    background: #fff !important;
}
.black-white-all ,.black-white-all span{
	background: black !important;
	color: white !important;
}
.white-black-blue,.white-black-blue span{
	background: white !important;
	color: blue !important;
}
.blue-yellow-white,.blue-yellow-white span{
	background: blue !important;
	color: white !important;
}
.yellow-black-blue ,.yellow-black-blue span{
	background: yellow !important;
	color: blue !important;
}
.black-yellow-white,.black-yellow-white span{
	background: black !important;
	color: yellow !important;
}

.helptext { text-align:center; color:#F00; margin:10px 0; }
#footer p { padding:10px 0; color:#003; border-top:1px dashed #AAA; text-align:center; }


#topTools{ background:#373737;}
#ribbon .content .bigtool{position:relative;border-bottom:none}
#ribbon .content .bigtool span{ position:absolute;top:56px; margin:3px 0 0 0; border:none; width:56px;}
#ribbon .content .bigtool{ background-color:#373737;}
#ribbon .content .dropdownlist .bigtool{ background-color:#787878;}

 
#ribbon .content .active {
	background-color: #f14545;
    cursor: pointer;
}
#ribbon .content .bigtool .dropdownlist span{ position:inherit}

#screen{background:#fff; border:5px solid #373737;}


#ribbonbox{ position:relative;background-color:#373737;}
#ribbonbox img.hide{ position:absolute; top:8px;right:5px; border:0px; background-color:transparent;}
#ribbonbox .bigtool span.active{ background-color:#7d9ec4;}