* {
  margin:0;
  padding:0;
}
body {
  font-family: STHeiTi,"Microsoft YaHei",Helvetica,"Helvetica Neue",sans-serif;
  color:#666;
}
ul,ul>li{
  list-style:none;
}
/*头部样式*/
.nav {
  width:100%;
  position:fixed;
  top:0;
  height:50px;
  line-height:50px;
  background:#f5f5f5;
  border-bottom:1px solid #ddd;
  text-shadow: 0 1px 0 #fff;
}
.return {
  width:10%;
  float:left;
  line-height:58px;
  text-align:left;
}
.caption {
  width:80%;
  float:left;
  font-size:16px;
  text-align:center;
}
.refresh {
  float:right;
  line-height:52px;
  width:10%;
  text-align:right;
}
.angle-left {
  font-size:26px;
  margin-left:10px;
}
.loop2 {
  margin-right:10px;
}
.main {
  margin-top:51px;
  width: 100%;
}
.head {
  background:#57adbd;
  height:42px;
  line-height:42px;
  width:100%;
  position:fixed;
  top:51px;
  color:#fff;
}
.genre {
  float:left;
  width:80%;
  text-align:left;
  font-size:14px;
}
.num {
  float:right;
  text-align:right;
  width:20%;
}
.num-con {
  margin-right:10px;
  font-size:14px;
}
.list2 {
  font-size:12px;
  border: 2px solid #f1f1f1;
  padding: 2px;
  margin:0 10px;
}

/*底部样式*/
.footer {
  bottom:0;
  position:fixed;
  height:42px;
  line-height:42px;
  border-top:4px solid #fdb86a;
  width: 100%;
  background:#57adbd;
}
.footer-block {
  width:50%;
  text-align:center;
  color:#fff;
  font-size:14px;
  float:left;
}
.footer-block:hover {
  background:#368796;
}
.block {
  border-right:1px solid #368796;
  display:block;
}
.last {
  border:none;
  background: #3496a0;
}
.conter {
  float: left;
  height: auto;
  margin: 42px 10px 0 10px;
  padding-bottom: 56px;
}
.conter-block {
  width:100%;
  margin-top:5px;
  font-size:14px;
  float:left;
}
.con-title {
  line-height:40px;
  width:100%;
  border-bottom:1px solid #dedede;
}
.rubric {
  width:100%;
  border-bottom:1px solid #dedede;
  line-height:24px;
  padding-bottom: 8px;
  color:#333;  
}
.topics {
  color: #81868a;
  background: #fff;
  height: 36px;
  line-height: 37px;
  width: 36px;
  border-radius: 4px;
  border: 1px solid #ccc;
  text-align: center;
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-right: 21px;
  text-shadow: 0 1px 0 #ececec;
}
/*题目表已完成题目的样式*/
.done {
  color:#fff;
  background:#52b1dd;
  text-shadow: 0 1px 0 #3e9bc6;
}
/*题目表已完成题目错误的样式*/
.wrong {
  color:#fff;
  background:#ff6e69;
  text-shadow: 0 1px 0 #e45b57;
}
/*题目表已完成题目正确的样式*/
.true {
  color:#fff;
  background:#42c690;
  text-shadow: 0 1px 0 #30a777;
}
.to-option {
  border-bottom:1px solid #dedede;
  width:100%;
  float:left;
  padding:15px 0;
}
.to-option span {
  width:10%;
  float:left;
  margin-top: 3px;
}
.icon-radio-unchecked,.icon-checkbox-unchecked {
  color:#a5a5a5; 
  font-size: 16px;
}
.icon-radio-checked,.icon-checkbox-checked {
  font-size: 16px;
}
/*题目已完成题目的样式*/
.option-done {
  color:#52b1dd;
}
/*题目错误的样式*/
.option-wrong {
  color:#ff6e69;
}
/*题目正确的样式*/
.option-true {
  color:#42c690;
}
.option-con {
  color:#333;
  text-align:left;
  float:left;
  width:90%;
  line-height: 24px;
}
.stamp {
  float: right;
  bottom: 60px;
  position: fixed;
  right: 10px;
}
.stamp-tag {
  float:left;
  font-size:12px;
  color:#898989;
}
/*标记、收藏变色的样式*/
.pitch {
  color:#f53942;
}
.ta {
  margin-right:15px;
}
.pag {
  margin-right:5px;
}
.icon-angle-double-right {
  margin-right:5px;
}
/*注册*/
.cancel {
  font-size: 19px;
  margin-left:10px;
  color: #999;
}
.register {
  background:#57adbd;
  background-size:100% auto;
  width:100%;
}
.register-con {
  height: auto;
  margin:52px 20px 0 20px;
}
.con-input {
  margin: 0 auto;
  width:80%;
  margin-top:10px;
}
.box {
  float:left;
  margin-top:20px;
  width:100%;
  border:1px solid rgba(255,255,255,0.5);
  background:rgba(255,255,255,0.1);
  line-height:40px;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
}
.pass {
  width:90%;
  background:none;
  border:none;
  float:left;
  color: #fff;
  height:40px;
  vertical-align:middle; 
  line-height: normal; 
}
input:-moz-placeholder,textarea:-moz-placeholder {
  color: #fff;line-height:40px;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: #fff;line-height:40px;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  color: #fff;line-height:40px;
}
input::-webkit-input-placeholder { /* WebKit browsers */
  line-height: 1.5em;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  line-height: 1.5em;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
  line-height: 1.5em;
}
.ic-in {
  color:#fff;
  margin-left:8px;
  float:left;
}
.box span {
  float:left;
  width:10%;
  padding-top: 10px;
}
.box-btn {
  float:left;
  margin-top:20px;
  width:100%;
  border:1px solid #ffab4b;
  background:#ffd182;
  text-shadow:0 1px 0 #ffead3;
  line-height:42px;
  height:42px;
  text-align:center;
  color:#e66700;
  box-shadow:0 1px 0 rgba(255,234,211,0.7);
}
.cancel-btn {
  float:left;
  margin-top:10px;
  width:100%;
  border:1px solid #b2b2b2;
  background:#eee;
  text-shadow:0 1px 0 #fff;
  line-height:42px;
  height:42px;
  text-align:center;
  color:#808080;
  margin-bottom:50px;
  box-shadow:0 1px 0 rgba(255,234,211,0.7);
}
.genre span{
  color:#ffd49d;
}
.time {
  float:left;
  color:#333;
  font-size:12px;	
  width: 100%;
  line-height:32px;
}
.time p{
  margin-left:10px;
  color: #fff;
  text-align: center;
}
.radar {
  width:100%;
  heught:auto;
  float:left;
}
.header {
  width:100%;
  margin-top:51px;
  color:#fff;
}
.comment {
  float:left;
  font-size:16px;
  line-height:35px;
  color:#fff;
  width:80%;
  padding-left:20px;
  border-radius:0 20px 20px 0;
}
.icon-mic2 {
  margin-right:6px;
}
.com-text {
  line-height:24px;
  color:#555;
  float:left;
  width:100%;
}
.com-text p {
  margin:12px 20px 0 20px;
  float:left;
  font-size:14px;
  text-indent:2em;
  line-height:27px;
  color:#fff;
}
.reg-title {
  text-align:center;
  width:100%;
  background-size:100% auto;
  background:url(../images/title.png) no-repeat;
  text-shadow:0 1px 0 rgba(0,0,0,0.3);
  color:#fff;
}
.evalua {
  width:100%;
  background:url(../images/bg.png) no-repeat #3ea6b1;
  background-size:100% auto;
}
.ev {
  background:rgba(255,255,255,0.1);
  border:none;
}
.ev-i {
  color:#fff;
  text-shadow:none;
}
.eva-t {
  font-size:12px;
}
.eva-btn {
  position: fixed;
  bottom: 20px;
  width:100%;
  text-align:center;
}
.btn-t {
  background:#01779f;
  border:1px solid #016d92;
  padding:12px 25px;
  color:#fff;
  text-shadow:0 -1px 0 #005d7d;
  font-size:15px;
  font-family: "Microsoft YaHei";
}
.pocket {
  margin-top:52px;
  padding-bottom:72px;
}
.po-s {
  font-size:18px;
}
.po-re {
  width:100%;
}
.poc {
  margin-top:6px;
}