﻿@import url("iconmoon.css");
/* 全局CSS----------------------------------------------------------------------*/
body {
  font-family: "Microsoft Yahei", helvetica, arial;
  color: #262626;
}
a, a:link {
  text-decoration: none;
}
.red {
  color: #f60;
}
.bg-defalt {
  background: #ff9200;
}
.bg-grey {
  background: #f9f9f9;
}
.bg-white {
  background: #fff;
}
.bg-blue {
  background: #f0f6fa;
}

.img-rounded {
  border-radius: 10%;
}
.fw {
  width: 100%;
}
.m-r-5px{
	margin-right:5px;
}
.m-t-10px {
  margin-top: 10px;
}
.m-b-10px {
  margin-bottom: 10px;
}
.m-l-10px {
  margin-left: 10px;
}
.m-r-10px {
  margin-right: 10px;
}
.m-10px {
  margin: 10px 0 0px 10px;
}
.m-lr-10px {
  margin: 0 10px;
}
.p-tb-1em {
  padding: 1em 0px;
}
.p-t-1em {
  padding: 1em 0px 0 0;
}
.p-1em {
  padding: 1em;
}
.text-indt {
  text-indent: 2em;
}
.font_c1 {
  color: #ff9200;
}
.font_c1 a {
  color: #ff9200
}
.font_c2 {
  color: #f90;
}
.font_c2:link {
  color: #f90
}
.font_c2:visited {
  color: #f90
}
.font_c4 {
  color: yellow;
}
.font_c5 {
  color: #fff;
}
.font_c6 {
  color: #666;
}
.font_c7 {
  color: #f30;
}
.font_c9 {
  color: #999;
}
.font_c10 {
  color: #bbb;
}

.s1-font {
  font-size: 110%;
}
.s2-font {
  font-size: 115%;
}
.s3-font {
  font-size: 80%;
}
.heigt-300 {
  height: 300px;
}
.heigt-240 {
  height: 240px;
}
.more-div {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  background: #fefefe;
  float: left;
  display: block;
}
.more-div > li {
  list-style: none;
  text-align: center;
}
.more-div > li > a {
  margin: auto;
  padding: 0px 30px 0px 0px;
}
.border-b {
  border-bottom: 1px solid #eee
}
.dl-img {
  position: relative;
  overflow: hidden;
  width: 75px;
  height: 75px;
  border-radius: 10%;
  overflow: hidden;
  border: 1px solid #ddd;
  background: #eee;
}
.ds-img {
  overflow: hidden;
  width: 32px;
  height: 32px;
  border-radius: 15%;
  border: 1px solid #ddd;
  background: #eee;
  margin-top: 3px;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #fbc02d;
  text-decoration: none;
}
a:focus {
  color: #ff9200;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 9px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/*案例详细成员*/
.case-grid {
  width: 100%;
  padding: 5px;
  height: 50px;
}
.case-grid .col1 {
  float: left;
  margin: 0px;
  padding: 0 10px 0 0;
}
.case-grid .col1-2 {
  float: left;
  padding: 5px 0 0 0;
}
.case-grid .col1-3 {
  float: right;
  text-align: right;
  min-width: 20%;
  padding: 5px 10px 0 0;
  color: #999;
}
/*以下部分是Validform必须的*/
#todoaf .Validform_checktip {
  display: block;
  color: #999;
  font-size: 14px;
}
#todoaf .Validform_right {
  color: #71b83d;
}
#todoaf .Validform_wrong {
  color: #f60;
  white-space: nowrap;
}
#todoaf .Validform_loading {}
#todoaf .Validform_error {
  background: #FEFBD3;
}
#todoaf input[disabled], input:disabled {
  border: 1px solid #eee;
  background-color: #F5F5F5;
  color: #999;
}
/*焦点图样式*/
#slider {
  margin-top: 1em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}
/*图标导航样式*/
.nav-list {
  position: relative;
  margin: 3% auto 0% auto;
  width: 100%;
}
.nav-list ul {
  margin: 0;
  padding: 0;
  zoom: 1;
}
.nav-list ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nav-list ul li {
  display: block;
  position: relative;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 25%;
  text-align: center;
}
.nav-list ul li a {
  display: block;
  position: relative;
  margin: 3% auto;
  text-align: center;
  width: 100%;
  line-height: 35px;
}
.nav-list ul li a img {
  display: block;
  margin: auto;
  padding: 5px 0 0 0;
  max-width: 50%;
}
.nav-list ul li a.pressed img {
  opacity: 0.5;
}
.nav-list ul li a span {
  display: block;
  margin: auto;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #262626;
  white-space: nowrap;
}
@media only screen and (max-width: 500px) {
  .nav-list ul li a span {
    display: block;
    margin: auto;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #333;
  }
}
/*按钮样式*/
#todoaf textarea, #todoaf select, #todoaf input[type="text"], #todoaf input[type="search"], #todoaf input[type="number"], #todoaf input[type="password"] {
  margin: 0.5em 0;
  padding: 0.7em 1em;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 0.2125em;
  font-family: "Microsoft Yahei", helvetica, arial;
  font-size: 14px;
  line-height: 1.3em;
}
.btn {
  position: relative;
  margin: 0.5em 0;
  padding: 0.8em 1em;
  display: block;
  background: #fff;
  color: #353535;
  font-size: 15px;
  font-family: "Microsoft Yahei", helvetica, arial;
  line-height: 1.3em;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 0.2125em;
  letter-spacing: 0.2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.btn.full {
  width: 100%;
}
.btn.gray {
  color: #777;
  background: #e9e9e9;
  border-color: #e3e3e3;
}
.btn.green {
  color: #fff;
  background: #52A152;
  border-color: #52A152;
}
.btn.red {
  color: #fff;
  background: #f60;
  border-color: #f60;
}
.btn.blue {
  color: #fff;
  background: #ff9200;
  border-color: #ff9200;
}
.btn.orange {
  color: #fff;
  background: #f90;
  border-color: #f90;
}
/*
.backButton{ position:absolute; display:block; left:25px; top:0; margin:0; padding:0; color:#fff; font-size:14px; font-weight:bold; text-overflow:ellipsis; text-align:left; text-decoration:none; width:50px; height:32px; line-height:44px; vertical-align:top; z-index:2; cursor:pointer; }
.backButton:before{ position:absolute; left:-20px; top:10px; content:""; font-family:'chevron'; font-size:22px; font-style:normal; font-variant:normal; font-weight:normal; line-height:1; -webkit-transform:rotate(180deg); transform:rotate(180deg); z-index:-1; }
*/
.mybackButton {
  position: absolute;
  display: block;
  left: 25px;
  top: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-overflow: ellipsis;
  text-align: left;
  text-decoration: none;
  width: 50px;
  height: 32px;
  line-height: 44px;
  vertical-align: top;
  z-index: 2;
  cursor: pointer;
}
.mybackButton:before {
  position: absolute;
  left: -20px;
  top: 10px;
  content: "";
  font-family: 'chevron';
  font-size: 22px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: -1;
}
/*标题样式*/
.section {
  margin: 10px -10px 0em -5px;
  border-bottom: 1px solid #fafafa;
}
.section h1 {
  margin: 0;
  padding: 0 0 5px 10px;
  line-height: 2em;
  border-bottom: 1px solid #eee;
  font-size: 17px;
  font-weight: bold;
  color: #444;
}
.section h1 span {
  display: block;
  margin-right: 10px;
  float: right;
  color: #666;
  font-size: 12px;
  font-weight: normal;
}
#todoaf .meta {
  margin: 1em auto auto auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
#todoaf .meta .meta-tit {
  color: #ff9200;
  font-size: 19px;
  margin: 0 0 5px;
}
#todoaf .meta .meta-tit span {
  display: block;
  margin-left: 10px;
  float: right;
  color: #f60;
  font-size: 14px;
  font-weight: normal;
}
#todoaf .meta .meta-info {
  font-size: 12px;
  color: #999;
}
#todoaf .meta .meta-info span {
  margin-right: 0.9em;
  float: left;
}
#todoaf .meta ul {
  padding: 4px 0;
}
#todoaf .meta li {
  width: 50%;
  float: left;
  list-style: none;
  display: block;
  padding: 4px 2px;
}
/*列表样式*/
#todoaf .listview, #todoaf .listview1 {
  margin: 0 -10px;
}
#todoaf .listview.inset {
  margin: 10px 0;
  border-color: #ddd;
  border-radius: 0.2125em;
  background: #fdfdfd
}
#todoaf .listview .nodata {
  margin: 0 10px;
  line-height: 35px;
}
#todoaf .listview li:first-child, #todoaf .listview1 li:first-child {
  border-top: 0;
}
#todoaf .listview li, #todoaf .listview1 li {
  border-color: #e6e6e6;
}
#todoaf .listview li > a, #todoaf .listview1 li > a {
  color: #53575E;
}
#todoaf .icon-eye {
  z-index: 9999;
  display: block;
  min-height: 16px;
  text-align: left;
  text-indent: 20px;
  background-position: 0px center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU1NDAwRjcyMUUyOTExRTZBMkYwODk4QkYxODcwNEZGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU1NDAwRjczMUUyOTExRTZBMkYwODk4QkYxODcwNEZGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTU0MDBGNzAxRTI5MTFFNkEyRjA4OThCRjE4NzA0RkYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTU0MDBGNzExRTI5MTFFNkEyRjA4OThCRjE4NzA0RkYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5EmfkmAAABIElEQVR42sTTsUoDQRDG8VxQEVtBBbsoWFhaaEpBC1NIAoKV+gJa+Cy+wZlGCIogtik9BUkdTFJpoZ2FimnO/8C3YTgvREjhwo9wszvL7O4kStO0MM4oFsYcE3Ec58VnsII5fb+hjc9fG+Qk78kaSor18IiG5G5gCWcou9iHfpdlH3c40YaDO9hGkkk+1TGsigMXL2vtZqhgCTeZao5gl3MPe6YKDhULebdYtQouMeWS33GBWTxjXRtd48Wtm8aV7RRlLvELk6iHMkf1QRXfLraAGo7xhAdVsYtFt85yakU90Q76btLOuoEtJdr8uZvvK9YLr9BUQuIW2RG6UnfxRGub2T5o6YnyGqnzl0YKo6Ensh6YV+x1WCtH//5v/BFgACNpQaxAM3jWAAAAAElFTkSuQmCC");
}
#todoaf .listview li > a.font_c1, #todoaf .listview1 li > a.font_c1 {
  color: #ff9200;
}
#todoaf .listview li > a > img {
  float: left;
  margin-right: 10px;
  width: 65px;
  height: 65px;
	object-fit: cover
}
#todoaf .listview1 li > a > img {
  float: left;
  margin-right: 10px;
}
#todoaf .listview li > a > .news_img {
  float: left;
  margin-right: 10px;
  width: 105px;
  border-radius: 4px;
  height: 75px
}
#todoaf .listview li > a > h2, #todoaf .listview1 li > a > h2 {
  display: block;
  margin: 0;
  padding: 0;
  color: #121212;
  font-size:.9rem;
  font-weight: normal;
  height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#todoaf .listview li > a > h2 .salary, #todoaf .listview1 li > a > h2 .salary {
  display: block;
  margin: 0;
  padding: 0;
  color: #f60;
  font-size: 1rem;
  font-weight: normal;
  height: 24px;
  line-height: 150%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: right;
  font-style: inherit;
}
#todoaf .listview li > a > h3, #todoaf .listview1 li > a > h3 {
  display: block;
  margin: 0;
  padding: 0;
  color: #888;
  font-size: 14px;
  font-weight: normal;
  line-height: 120%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#todoaf .listview li > a .intro, #todoaf .listview1 li > a .intro {
  margin: 0 0 5px 0;
  color: #8c8c8c;
  font-size: 12px;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#todoaf .listview li > a .note, #todoaf .listview1 li > a .note {
  margin: 0 0 5px 0;
}
#todoaf .listview li > a .note p {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #8c8c8c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#todoaf .listview li > a .m-info {
	height: 41px; 
	overflow: hidden; 
	color: #aaa}
#todoaf .listview li > a .note span {
  padding-right: 1em;
}
#todoaf .listview li > a .note span i {
  padding-right: .3em;
  color: #ccc;
}
#todoaf .listview li > a .note1 p, #todoaf .listview1 li > a .note1 p {
  margin: 0 0 3px 0;
  padding: 0;
  color: #8c8c8c;
  font-size: 12px;
	display: block;
}
#todoaf .listview li > a .note p .price, #todoaf .listview li > a .note1 p .price, #todoaf .listview1 li > a .note p .price, #todoaf .listview1 li > a .note1 p .price {
  display: inline-block;
  margin-right: 3px;
  color: #FF6900;
  font-size: 14px;
  font-style: inherit;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#todoaf .listview li>a .note p .hot, #todoaf .listview li>a .note1 p .hot, #todoaf .listview1 li>a .note p .hot, #todoaf .listview1 li>a .note1 p .hot, #todoaf .listview li>span .hot {
    display: block;
    float: right;
    padding: 0 20px;
    font-size: 12px;
    font-style: inherit;
}
#todoaf .verfy {
  display: inline-block;
  margin: 3px 0;
  color: #ff9200;
  font-size: 14px;
  font-style: inherit;
  float: right;
  border: 1px solid #eee;
  padding: 2px 5px;
	background: #fff;
}
#todoaf .listview li > a .note p .date, #todoaf .listview1 li > a .note p .date, #todoaf .listview li > span.date {
  display: inline-block;
  margin-left: 0px;
  font-size: 12px;
  font-style: inherit;
}
#todoaf .listview li > span {}
#todoaf .listview li > span i.date {
  display: inline-block;
  font-size: 12px;
  font-style: inherit;
}
#todoaf .listview li > span .btn {
  display: inline-block;
  font-size: 12px;
  font-style: inherit;
  height: 28px;
  line-height: 28px;
  padding: 0px 10px;
  margin-top: 0px;
  border: 1px solid #ff9200;
  color: #ff9200;
}
#todoaf .listview li > a .height30 {
  height: 30px;
}
#todoaf .listview li > a .note1 p .date, #todoaf .listview1 li > a .note1 p .date {
  display: inline-block;
  margin-top: 0px;
  font-size: 12px;
  font-style: inherit;
  color: #aaa;
}

#todoaf .listview li > span .hot {
  display: block;
  float: right;
  padding: 0 20px;
  font-size: 12px;
  font-style: inherit;
  margin-top: 5px;
}
#todoaf .listview li > a > .text, #todoaf .listview1 li > a > .text {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#todoaf .listview li > a > .date, #todoaf .listview1 li > a > .date {
  display: block;
  float: right;
  margin: 0 5px;
  padding: 0;
  font-size: 12px;
  font-style: normal;
  color: #999;
}
#todoaf .listview li > a > .number, #todoaf .listview1 li > a > .number {
  display: block;
  float: left;
  margin: 0 3px 0 0;
  padding: 3px 0;
  width: 18px;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  line-height: 1em;
  text-align: center;
  background: #ff9200;
  border-radius: 3px;
}
#todoaf .listline li:first-child {
  margin-top: 1em;
  border-top: 1px solid #ebebeb;
}
/*筛选菜单样式*/
.select-bar {
  margin: 0 -10px;
}
.select-bar:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.select-bar .col {
  float: left;
  width: 50%;
}
.select-bar .col a {
  position: relative;
  margin: 0;
  padding: 0.8em 1em;
  display: block;
  background: #fff;
  color: #353535;
  font-size: 14px;
  font-family: "Microsoft Yahei", helvetica, arial;
  line-height: 1.2em;
  text-align: center;
  border: 1px solid #ddd;
  border-left: 0;
  letter-spacing: 0.2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.select-bar .col:last-child a {
  border-right: 0;
}
.select-bar .col a.icon-back:after {
  position: absolute;
  display: block;
  left: 0.5625em;
  top: 50%;
  margin-top: -11px;
  content: "";
  width: 22px;
  height: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2012%2014%22%20style%3D%22enable-background%3Anew%200%200%2012%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M4%2C3V0L0%2C4l4%2C4V5c0%2C0%2C6%2C0%2C6%2C3s-5%2C4-5%2C4v2c0%2C0%2C7-1%2C7-6C12%2C4%2C7%2C3%2C4%2C3z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.select-bar .col a.icon-area:after {
  position: absolute;
  display: block;
  left: 2em;
  top: 50%;
  margin-top: -11px;
  content: "";
  width: 22px;
  height: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4zLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTIzIDExNS4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMjMgMTE1LjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjg7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMDEuOCw0OC43YzAtMjIuMy0xOC00MC4zLTQwLjMtNDAuM3MtNDAuMywxOC00MC4zLDQwLjNjMCwxMy45LDcsMjYuMiwxNy43LDMzLjRsMjIuNiwyMi42bDIyLjYtMjIuNg0KCUM5NC44LDc0LjksMTAxLjgsNjIuNiwxMDEuOCw0OC43eiIvPg0KPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNjEuNSIgY3k9IjQ5IiByPSIxOC4xIi8+DQo8L3N2Zz4NCg==");
}
.select-bar .col a.icon-carat-r:after {
  position: absolute;
  display: block;
  right: 0.5625em;
  top: 50%;
  margin-top: -11px;
  content: "";
  width: 22px;
  height: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%228px%22%20height%3D%2212px%22%20viewBox%3D%220%200%208%2012%22%20style%3D%22enable-background%3Anew%200%200%208%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%222%2C0%200%2C2%204%2C6%200%2C10%202%2C12%208%2C6%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.select-bar .col a.icon-kind:after {
  position: absolute;
  display: block;
  left:2em;
  top: 50%;
  margin-top: -11px;
  content: "";
  width: 22px;
  height: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4zLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTIzIDExNS4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMjMgMTE1LjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtkaXNwbGF5Om5vbmU7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDo4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTAxLjgsNDguN2MwLTIyLjMtMTgtNDAuMy00MC4zLTQwLjNzLTQwLjMsMTgtNDAuMyw0MC4zYzAsMTMuOSw3LDI2LjIsMTcuNywzMy40bDIyLjYsMjIuNmwyMi42LTIyLjYNCglDOTQuOCw3NC45LDEwMS44LDYyLjYsMTAxLjgsNDguN3oiLz4NCjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjYxLjUiIGN5PSI0OSIgcj0iMTguMSIvPg0KPGc+DQoJPHBhdGggZD0iTTc1LjIsMjFjLTAuNywxLjItMS4xLDIuNS0xLjEsNGMwLDEuNSwwLjQsMi44LDEuMSw0SDEyLjF2LThINzUuMnoiLz4NCgk8cGF0aCBkPSJNMTE0LDIxdjhIODguMmMwLjctMS4yLDEuMS0yLjUsMS4xLTRjMC0xLjUtMC40LTIuOC0xLjEtNEgxMTR6Ii8+DQo8L2c+DQo8Zz4NCgk8cGF0aCBkPSJNMjQuNyw1Mi40Yy0wLjcsMS4yLTEuMSwyLjUtMS4xLDRjMCwxLjUsMC40LDIuOCwxLjEsNEgxMi4xdi04SDI0Ljd6Ii8+DQoJPHBhdGggZD0iTTExNCw1Mi40djhIMzcuN2MwLjctMS4yLDEuMS0yLjUsMS4xLTRjMC0xLjUtMC40LTIuOC0xLjEtNEgxMTR6Ii8+DQo8L2c+DQo8Zz4NCgk8cGF0aCBkPSJNNjksODMuOGMtMC43LDEuMi0xLjEsMi41LTEuMSw0YzAsMS41LDAuNCwyLjgsMS4xLDRIMTIuMXYtOEg2OXoiLz4NCgk8cGF0aCBkPSJNMTE0LDgzLjh2OEg4MmMwLjctMS4yLDEuMS0yLjUsMS4xLTRjMC0xLjUtMC40LTIuOC0xLjEtNEgxMTR6Ii8+DQo8L2c+DQo8Zz4NCgk8cGF0aCBkPSJNOTYuOSwyMUM5NS4xLDE0LjMsODksOS40LDgxLjcsOS40Yy03LjIsMC0xMy4zLDUtMTUuMSwxMS42Yy0wLjMsMS4zLTAuNSwyLjYtMC41LDRzMC4yLDIuNywwLjUsNA0KCQljMS44LDYuNyw3LjksMTEuNiwxNS4xLDExLjZjNy4yLDAsMTMuMy00LjksMTUuMS0xMS42YzAuMy0xLjMsMC41LTIuNiwwLjUtNFM5Ny4yLDIyLjMsOTYuOSwyMXogTTgxLjcsMzIuNg0KCQljLTIuOCwwLTUuMi0xLjUtNi41LTMuNmMtMC43LTEuMi0xLjEtMi41LTEuMS00YzAtMS41LDAuNC0yLjgsMS4xLTRjMS4zLTIuMiwzLjgtMy42LDYuNS0zLjZzNS4yLDEuNSw2LjUsMy42DQoJCWMwLjcsMS4yLDEuMSwyLjUsMS4xLDRjMCwxLjUtMC40LDIuOC0xLjEsNEM4Ni45LDMxLjIsODQuNSwzMi42LDgxLjcsMzIuNnoiLz4NCjwvZz4NCjxnPg0KCTxwYXRoIGQ9Ik00Ni40LDUyLjRjLTEuOC02LjctNy45LTExLjYtMTUuMS0xMS42Yy03LjIsMC0xMy4zLDQuOS0xNS4xLDExLjZjLTAuMywxLjMtMC41LDIuNi0wLjUsNHMwLjIsMi43LDAuNSw0DQoJCUMxNy45LDY3LjEsMjQsNzIsMzEuMiw3MmM3LjIsMCwxMy4zLTUsMTUuMS0xMS42YzAuMy0xLjMsMC41LTIuNiwwLjUtNFM0Ni43LDUzLjcsNDYuNCw1Mi40eiBNMzEuMiw2NGMtMi44LDAtNS4yLTEuNS02LjUtMy42DQoJCWMtMC43LTEuMi0xLjEtMi41LTEuMS00YzAtMS41LDAuNC0yLjgsMS4xLTRjMS4zLTIuMiwzLjgtMy42LDYuNS0zLjZzNS4yLDEuNCw2LjUsMy42YzAuNywxLjIsMS4xLDIuNSwxLjEsNGMwLDEuNS0wLjQsMi44LTEuMSw0DQoJCUMzNi40LDYyLjYsMzQsNjQsMzEuMiw2NHoiLz4NCjwvZz4NCjxnPg0KCTxwYXRoIGQ9Ik05MC42LDgzLjhjLTEuOC02LjctNy45LTExLjYtMTUuMS0xMS42cy0xMy40LDQuOS0xNS4xLDExLjZjLTAuMywxLjMtMC41LDIuNi0wLjUsNHMwLjIsMi43LDAuNSw0DQoJCWMxLjgsNi43LDcuOSwxMS43LDE1LjEsMTEuN3MxMy4zLTUsMTUuMS0xMS43YzAuMy0xLjMsMC41LTIuNiwwLjUtNFM5MSw4NS4xLDkwLjYsODMuOHogTTc1LjUsOTUuNGMtMi44LDAtNS4yLTEuNS02LjUtMy43DQoJCWMtMC43LTEuMi0xLjEtMi41LTEuMS00YzAtMS41LDAuNC0yLjgsMS4xLTRjMS4zLTIuMiwzLjgtMy42LDYuNS0zLjZzNS4yLDEuNSw2LjUsMy42YzAuNywxLjIsMS4xLDIuNSwxLjEsNGMwLDEuNS0wLjQsMi44LTEuMSw0DQoJCUM4MC43LDk0LDc4LjMsOTUuNCw3NS41LDk1LjR6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");
}


.select-bar .col a.icon-trash:after {
  position: absolute;
  display: block;
  right: 0.5625em;
  top: 50%;
  margin-top: -7px;
  content: "\72";
  font-family: 'IcoMoon';
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}
.select-bar .col a.icon-check:after {
  position: absolute;
  display: block;
  left: 0.5625em;
  top: 50%;
  margin-top: -7px;
  content: "\7d";
  font-family: 'IcoMoon';
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}
.category-bar {}
.category-bar li, category-bar1 li {
  margin: 0 0 5px 0;
  clear: both;
  list-style: none;
}
.category-bar li h2 a, .category-bar1 li h2 a {
  display: block;
  font-size: 17px;
  color: #ff9200;
  line-height: 40px;
  border-bottom: 1px solid #e9e9e9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.category-bar li p:after, .category-bar1 li p:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.category-bar li p a {
  display: block;
  float: left;
  margin: 10px 0;
  font-size: 15px;
  color: #666;
  width: 33.333%;
  line-height: 20px;
  height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.category-bar1 li p a {
  display: block;
  float: left;
  margin: 10px 0;
  font-size: 15px;
  color: #666;
  width: 50%;
  line-height: 20px;
  height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.category-bar1 li p a:foucs {
  color: #fff;
}
.category-bar1 li p a:before {
  content: "\e029";
  font-family: 'IcoMoons';
  padding: 0 10px;
  color: #ccc;
  font-size: 12px;
}
/*分页页码*/
.page-list {
  position: relative;
  margin: 20px 0;
  clear: both;
}
.page-list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-list a, .page-list span {
  margin: 0;
  padding: 0;
  display: none;
  float: left;
  width: 25%;
  line-height: 35px;
  border: 1px solid #ddd;
  border-right-color: #fff;
  font-size: 14px;
  text-align: center;
  background: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-list span {
  color: #999;
}
.page-list a {
  color: #ff9200;
}
.page-list span:nth-child(1), .page-list span:nth-child(2), .page-list a:nth-child(2) {
  display: block;
  float: left;
}
.page-list span:nth-last-child(1), .page-list a:nth-last-child(1) {
  display: block;
  float: left;
  border-right-color: #ddd;
}
.page-list .current {
  display: block;
  float: left;
}
/*内容样式*/
#todoaf .video-box {
  margin-top: 10px;
  width: 100%;
}
#todoaf .entry {
  margin: 0;
  padding: 15px 0;
  font-size: 15px;
  line-height: 24px;
  word-wrap: break-word;
}
#todoaf .entry img {
  max-width: 100% !important;
  height: auto !important;
}
#todoaf .entry h2, .entry h3, .entry h4 {
  padding-bottom: 5px;
  border-bottom: 1px solid #EEE;
  color: #666;
}
#todoaf .entry h2 {
  font-size: 17px;
}
#todoaf .entry h3, #todoaf .entry h4 {
  font-size: 14px;
}
#todoaf .entry strong {
  color: #DC2523;
}
#todoaf .entry ul, .entry ol {
  margin: 16px;
}
#todoaf .entry li {
  margin-left: 26px;
}
#todoaf .entry ul li {
  list-style: disc outside none;
}
#todoaf .entry ol li {
  list-style: decimal outside none;
}
#todoaf .entry p {
  display: inherit;
  padding: 0px;
  margin: 0px;
  color: #333;
  font-size: 15px;
  line-height: 24px;
  word-wrap: break-word;
}
#todoaf .entry a {
  text-decoration: underline;
}
#todoaf .entry code, #todoaf .comment code {
  background-color: #EEE;
  border-radius: 2px 2px 2px 2px;
  color: #777;
  font-family: 'courier new';
  margin: 0 4px;
  padding: 1px 4px;
}
#todoaf .entry table {
  border-left: 1px solid #EEE;
  border-top: 1px solid #EEE;
  line-height: 1.8;
}
#todoaf .entry table th {
  background-color: #F9F9F9;
  text-align: center;
}
#todoaf .entry table .active {
  background-color: #F9F9F9;
  text-align: center;
}
#todoaf .entry table td, #todoaf .entry table th {
  border-bottom: 1px solid #EEE;
  border-right: 1px solid #EEE;
  padding: 5px 10px;
}
/*评论样式*/
#todoaf .comment-add {
  padding-bottom: 15px;
}
#todoaf .comment-add .btn-list .btn {
  margin: 0 0 0 10px;
  padding: 0.5em 0.7em;
  float: right;
}
#todoaf .comment-add .btn-list .code {
  display: inline-block;
  margin: 0;
  padding: 0.5em;
  width: 60px;
  height: auto;
  text-transform: uppercase;
}
#todoaf .comment-list {
  margin: 0 -10px;
}
#todoaf .comment-list .nodata {
  margin: 0 10px;
  line-height: 35px;
}
#todoaf .comment-list li {
  padding: 15px 10px;
  border-bottom: 1px solid #efefef;
  list-style: none;
}
#todoaf .comment-list li:first-child {
  border-top: 1px solid #efefef;
}
#todoaf .comment-list li:last-child {
  border-bottom: none;
}
#todoaf .comment-list li .floor {
  display: none;
  float: right;
  font-size: 17px;
  color: #ddd;
}
#todoaf .comment-list li .avatar {
  display: none;
  background: #fff;
  border-radius: 2px 2px 2px 2px;
  float: left;
  height: 36px;
  overflow: hidden;
  width: 36px;
}
#todoaf .comment-list li .avatar img {
  width: 36px;
  height: 36px;
}
#todoaf .comment-list li .inner p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #262626;
  line-height: 1.5em;
}
#todoaf .comment-list li .inner .meta {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 14px;
  color: #999;
  border: none;
}
#todoaf .comment-list li .inner .meta .blue {
  color: #1E7BB3;
}
#todoaf .comment-list li .inner .meta .time {
  float: right;
}
#todoaf .comment-list li .answer {
  margin: 10px 0 0 0;
  padding: 10px;
  background: #F6F6F6;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
}
#todoaf .comment-list li .answer p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.5em;
}
#todoaf .comment-list li .answer .meta {
  margin: 0 0 5px 0;
  padding: 0;
  color: #999;
  font-size: 14px;
  border: none;
}
#todoaf .comment-list li .answer .meta .blue {
  color: #1E7BB3;
}
#todoaf .comment-list li .answer .meta .time {
  float: right;
}
#todoaf .more-comment {
  margin: 15px 0 0 0;
}
#todoaf .more-comment .btn {
  display: block;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  line-height: 35px;
  height: 35px;
  color: #ff9200;
  font-size: 15px;
  text-align: center;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  background: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*表单样式*/
#todoaf .form-box {
  margin: 10px 0;
}
#todoaf .form-box input[type="checkbox"] + label:before {
  left: 0;
  top: 0;
}
#todoaf .form-box input[type="checkbox"] + label {
  display: block;
  float: none;
  margin: 0.5em 0;
  padding: 0 0 10px 25px;
  width: auto;
}
#todoaf .form-box input.code {
  width: 50%;
}
#todoaf .form-box input.reset {
  width: 49%;
}
#todoaf .form-box .send {
  display: block;
  float: right;
  margin-top: 7px;
  width: 40%;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 0.2125em;
  color: #555;
  font-size: 14px;
  line-height: 42px;
  height: 42px;
}
#todoaf .form-box .send.gray {
  color: #999;
}
#todoaf .form-box > dl {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
  font-size: 14px;
  line-height: 40px;
}
#todoaf .form-box > dl:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#todoaf .form-box > dl dt {
  display: block;
  float: left;
  width: 20%;
  color: #777;
}
#todoaf .form-box > dl dd {
  display: block;
  float: left;
  padding: 10px 0;
  width: 80%;
  line-height: 20px;
}
#todoaf .form-box > dl dd input, #todoaf .form-box > dl dd select {
  margin: -5px 0;
}
/* 页面头部CSS
----------------------------------------------------------------------*/
#todoaf h2.logo {
  display: block;
  float: left;
  margin: 5px auto auto 5px;
  padding: 0;
  height: 36px;
}
#todoaf h2.logo img {
  height: 34px;
}
/* 购物商城CSS
----------------------------------------------------------------------*/
#todoaf .goods-item {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 0.2125em;
	background: #fff;
}
#todoaf .goods-item img {
  width: 100%;
  height: auto;
}
#todoaf .goods-item h2 {
  margin: 0 0 10px;
  padding-bottom: 10px;
  color: #777;
  font-size: 16px;
  line-height: 1em;
  font-weight: normal;
  border-bottom: 1px solid #efefef;
}
#todoaf .goods-item > dl {
  clear: both;
  font-size: 14px;
  padding: 5px 0;
}
#todoaf .goods-item > dl dt {
  display: block;
  float: left;
  padding-right: 5px;
}
#todoaf .goods-item ul {
  clear: both;
  font-size: 14px;
  margin: 10px 20px;
  width: 97%;
  line-height: 1.8;
}
#todoaf .goods-item .case-item {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 2;
}
#todoaf .goods-item .case-item li {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
}
#todoaf .goods-item .case-item li .imgbox {
  display: block;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
#todoaf .goods-item .case-item li img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: cover;
}
#todoaf .goods-item table {
  border-left: 0px solid #EEE;
  border-top: 1px solid #EEE;
  line-height: 1.8;
}
#todoaf .goods-item table th {
  background-color: #F9F9F9;
  text-align: center;
}
#todoaf .goods-item table .active {
  background-color: #F9F9F9;
  text-align: center;
}
#todoaf .goods-item table td, #todoaf .goods-item table th {
  border-bottom: 1px solid #EEE;
  border-right: 0px solid #EEE;
  padding: 5px 10px;
}
#todoaf .goods-btn {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 0.2125em;
}
#todoaf .goods-btn h1 {
  margin: 0 0 10px;
  padding-bottom: 10px;
  color: #ff9200;
  font-size: 19px;
  border-bottom: 1px solid #efefef;
}
#todoaf .goods-btn h4 {
  margin: 0 0 10px;
  padding-bottom: 10px;
  color: #666;
  font-size: 14px;
  border-bottom: 1px solid #efefef;
}
#todoaf .goods-btn:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#todoaf .goods-btn .price-box {
  margin-bottom: 10px;
  line-height: 1.8em;
}
#todoaf .goods-btn .price-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#todoaf .goods-btn .price-box div {
  display: block;
  float: left;
  width: 50%;
}
#todoaf .goods-btn .price-box div b {
  color: #f60;
  font-size: 21px;
}
#todoaf .goods-btn .input-box {
  margin-bottom: 10px;
  clear: both;
  line-height: 37px;
  height: 37px;
}
#todoaf .goods-btn .input-box .listbox {
  display: inline-block;
  vertical-align: middle;
}
#todoaf .goods-btn .input-box a {
  display: block;
  float: left;
  margin: 0;
  padding: 5px 12px;
  border: 1px solid #ddd;
  font-size: 15px;
  line-height: 25px;
  height: 35px;
  color: #353535;
  cursor: pointer;
}
#todoaf .goods-btn .input-box input[type="text"] {
  display: block;
  float: left;
  margin: 0;
  padding: 5px 10px;
  width: 50px;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  font-size: 15px;
  line-height: 25px;
  height: 35px;
  text-align: center;
}
#todoaf .goods-btn .btn-box .col {
  float: left;
  width: 48%;
}
#todoaf .goods-btn .btn-box .add {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-color: #f60;
  color: #fff;
  background: #f60;
  cursor: pointer;
}
#todoaf .goods-btn .btn-box .apply {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-color: #ff9200;
  color: #fff;
  background: #ff9200;
  cursor: pointer;
  margin-left: 10px;
}
#todoaf .goods-btn .btn-box .buy {
  width: 100%;
  color: #ff9200;
  background: #fefefe;
  border-color: #ff9200;
  cursor: default;
}
#todoaf .goods-btn .btn-box .apply.disabled, #todoaf .goods-btn .btn-box .apply[disabled] {
  width: 100%;
  color: #777;
  background: #f7f7f7;
  border-color: #e3e3e3;
  cursor: default;
  margin-left: 10px;
}
#todoaf .goods-btn .btn-box .over {
  width: 100%;
  color: #777;
  background: #f7f7f7;
  border-color: #e3e3e3;
  cursor: default;
}
#todoaf .goods-btn dl {
  display: block;
}
#todoaf .goods-btn dl dt {
  float: left;
  width: 20%;
  line-height: 58px;
  color: #53575e;
}
#todoaf .goods-btn dl dd {
  padding: 5px 0;
  line-height: 26px;
  color: #6c6c6c;
  font-size: .8rem
}
#todoaf .goods-btn .uploadImg li {
  margin-bottom: 10px;
  width: 50%;
  float: left;
}
#todoaf .goods-btn .uploadImg li img {
  width: auto;
  float: left;
  height: 100px;
}
#todoaf .goods-btn .uploadfile {
  margin: 0px;
  padding: 0px;
  list-style: none
}
#todoaf .goods-btn .uploadfile li {
  line-height: 30px;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#todoaf .goods-btn .uploadfile li a {
  line-height: 30px;
  padding: 0px;
  width: 68%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
  display: inline-block;
  margin-right: 10px;
}
#todoaf .goods-btn .uploadfile li span {
  line-height: 30px;
  padding: 0px;
  width: 29%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
  display: inline-block;
  color: #999;
}
#todoaf .spec-box {
  border: 1px solid #EEE;
  margin-top: 10px;
}
#todoaf .spec-box:after {
  clear: none;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
#todoaf .spec-box dl {
  clear: both;
  display: block;
}
#todoaf .spec-box dl:after {
  clear: none;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
#todoaf .spec-box dl dt {
  float: left;
  width: 20%;
  line-height: 38px;
  min-height: 38px;
  color: #53575e;
}
#todoaf .spec-box dl dd {
  position: relative;
  padding: 5px 0;
  line-height: 26px;
  min-height: 26px;
  color: #6c6c6c;
}
#todoaf .spec-box dl dd s {
  display: inline-block;
  text-decoration: line-through;
}
#todoaf .spec-box dl dd .price {
  display: inline-block;
  margin-right: 5px;
  color: #f40;
  font-size: 24px;
  font-weight: 700;
}
#todoaf .spec-box dl dd .items {
  list-style: none;
}
#todoaf .spec-box dl dd .items li {
  position: relative;
  float: left;
  margin: 0 5px 8px 0;
  padding: 1px;
  line-height: 20px;
  vertical-align: middle;
}
#todoaf .spec-box dl dd .items li a {
  display: block;
  padding: 1px;
  color: #666;
  min-width: 10px;
  width: auto !important;
  text-align: center;
  text-decoration: none;
  border: 1px solid #eee;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
#todoaf .spec-box dl dd .items li a span {
  display: inline-block;
  padding: 5px 9px;
  font-style: normal;
  line-height: 20px;
}
#todoaf .spec-box dl dd .items li a img {
  width: 36px;
  height: 38px;
  vertical-align: middle;
}
#todoaf .spec-box dl dd .items li a.selected {
  margin: -1px;
  color: #333;
  border: 2px solid #f40;
  color: #f40;
}
/* 产品详细CSS
----------------------------------------------------------------------*/
#todoaf .products-box {
  margin: 10px 0;
  padding:0 10px;
  border: 1px solid #e3e3e3;
  background: #f9f9f9;
  box-shadow: 0 0 4px #eee;
  border-radius: 5px;
  line-height: 1.8;
}
#todoaf .products-box h3 {
  font-size: 15px;
  font-weight: normal;
  margin: 6px 0;
}
#todoaf .products-box .action-wrap {
  width: 50%;
  margin: auto;
}
#todoaf .products-box .action-wrap li {
  text-align: left;
  list-style: none;
  float: left;
  padding: 0px 10px;
  display: block;
  width: 99%;
  height: 22px;
  color: #999
}
#todoaf .products-box .action-wrap li:last-child {
  border-right: 0px;
}
/* 图片分享CSS
----------------------------------------------------------------------*/
#todoaf .photo-list {
  margin: 10px -0.5em 0.5em;
  padding: 0;
}
#todoaf .photo-list:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#todoaf .photo-list .nodata {
  margin: 0 10px;
  line-height: 35px;
}
#todoaf .photo-list li {
  float: left;
  width: 33.3333%;
  list-style: none;
  position: relative;
}
#todoaf .photo-list li a {
  display: block;
  margin: 0.5em;
}
#todoaf .photo-list li a .imgbox {
  display: block;
  height: 120px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #efefef;
}
#todoaf .photo-list li a img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#todoaf .photo-list li a.pressed img {
  opacity: 0.5;
}
#todoaf .photo-list li a p, #todoaf .photo-list li a h2 {
	font-size: .8rem;
   padding: 4px 0px ;
  margin: 0px;
  color: #111;
  height:48px;
  line-height: 21px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
	background: #fff;
}
#todoaf .photo-list li .note {
  position: absolute;
  top: 15px;
  left: 16px;
  z-index: 999;	
  font-size: .76rem;
  text-shadow: -1px 0 2px #444;
}
#todoaf .photo-list li .note a{
	color: #fff;
	float: left;
	margin: 0 5px;
}

#todoaf .album-list {
  margin: 10px -0.5em 0.5em;
  padding: 0;
}
#todoaf .album-list:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#todoaf .album-list li {
  float: left;
  width: 50%;
  list-style: none;
}
#todoaf .album-list li a {
  position: relative;
  display: block;
  margin: 0.4em;
}
#todoaf .album-list li a .imgbox {
  display: block;
  height: 140px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #efefef;
}
#todoaf .album-list li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}
#todoaf .album-list li a .info {
  color: #111;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#todoaf .album-list li a .info h2 {
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#todoaf .album-list li a p {
  padding: 3px 8px ;
  margin: 0px;
  color: #111;
  height: 48px;
  line-height: 21px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
	background: #fff;
}
#todoaf .album-list li:first-child a .info {
  height: 70px;
}
#todoaf .album-list li:first-child a .info h2 {
  font-size: 15px;
}


#todoaf .magazin-list {
  margin: 10px -0.5em 0.5em;
  padding: 0;
}
#todoaf .magazin-list:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#todoaf .magazin-list li {
  float: left;
  width: 50%;
  list-style: none;
}
#todoaf .magazin-list li a {
  position: relative;
  display: block;
  margin: 0.4em;
}
#todoaf .magazin-list li a .imgbox {
  display: block;
  height: 220px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #efefef;
}
#todoaf .magazin-list li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}
#todoaf .magazin-list li a .info {
  color: #111;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#todoaf .magazin-list li a .info h2 {
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#todoaf .magazin-list li a p {
  padding: 3px 8px ;
  margin: 0px;
  color: #111;
  height: 48px;
  line-height: 21px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
	background: #fff;
}
#todoaf .magazin-list li:first-child a .info {
  height: 70px;
}
#todoaf .magazin-list li:first-child a .info h2 {
  font-size: 15px;
}
.statis-table {
	margin-bottom: 1rem;
}
.statis-table td{
	text-align: center;	
	border: none;
}
.statis-table td:first-child{
	color: #ff9200;
}


/*会员中心
----------------------------------------------------------------------*/
#todoaf .link-box {
  margin: 15px 0;
  text-align: center;
}
#todoaf .link-box a {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  line-height: 1.5em;
}
#todoaf .oauth-list {
  margin: 10px 0;
}
#todoaf .oauth-list:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#todoaf .oauth-list h2 {
  margin: 0;
  padding: 5px 0;
  color: #666;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  height: auto;
}
#todoaf .oauth-list a {
  display: block;
  float: left;
  margin: 0 20px 0 0;
  padding: 10px 0;
  line-height: 1.5em;
  vertical-align: middle;
}
#todoaf .oauth-list a img {
  min-width: 24px;
  vertical-align: middle;
}
#todoaf .head-box {
  margin: 0 -10px 15px -10px;
  padding: 20px 0 0 0;
  /* background:#3AABE8; background-image:-moz-linear-gradient(top, #3AABE8, #1475a9); background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #3AABE8), color-stop(1, #1475a9));*/
}
.user-info-blurbg-wrapper {
  height: 200px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.user-info-blurbg {
  position: absolute;
  background-size: 100%;
  background-position: center;
  width: 110%;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -200px -55%;
  z-index: 10;
  background-repeat: no-repeat;
  -webkit-filter: blur(30px);
}
#todoaf .head-box .avatar-box {
  margin: 0 auto 20px 20px;
  color: #fff;
  position: relative;
  z-index: 100;
}
#todoaf .head-box .avatar-box:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#todoaf .head-box .avatar-box img {
  float: left;
  width: 64px;
  height: 64px;
  border: 1px solid #fff;
  border-radius: 50%;
}
#todoaf .head-box .avatar-box h3 {
  margin: 0 auto 0 74px;
  padding:.6rem 0;
  font-size: 15px;
  line-height: 20px;
  height: 24px;
}
#todoaf .head-box .avatar-box p {
  display: block;
  margin: 0 auto 0 74px;
  padding: 0;
  line-height: 2.6rem;
  height: 20px;
}
#todoaf .head-box .avatar-box p span {
  font-size: 12px;
}
#todoaf .head-box .tip-box {
  padding: 7px 0;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 100;
}
#todoaf .head-box .tip-box:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#todoaf .head-box .tip-box dl {
  float: left;
  display: block;
  width: 25%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-left: 1px solid #ddd;
}
#todoaf .head-box .tip-box dl:first-child {
  border-left: 0;
}
#todoaf .detail-list {
  margin: 0 -10px;
}
#todoaf .detail-list .nodata {
  margin: 0 10px;
  line-height: 50px;
  color: #999;
  text-align: center;
}
#todoaf .detail-list li {
  display: block;
  position: relative;
  clear: both;
  padding: 15px 10px;
  border-bottom: 1px solid #efefef;
  list-style: none;
}
#todoaf .detail-list li:first-child {
  border-top: 0;
}
#todoaf .detail-list li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#todoaf .detail-list li input[type="checkbox"] + label:before {
  left: 0;
  top: 2px;
}
#todoaf .detail-list li label {
  display: block;
  float: none;
  margin: 0;
  padding: 0 0 0 25px;
  width: auto;
}
#todoaf .detail-list li label h4 {
  font-size: 15px;
  font-weight: normal;
  color: #222;
  line-height: 20px;
}
#todoaf .detail-list li label h4 span {
  float: right;
}
#todoaf .detail-list li label p {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 20px;
}
#todoaf .detail-list li label p span {
  float: right;
}
/*订单样式
----------------------------------------------------------------------*/
#todoaf .car-list {
  margin: 0 -10px;
}
#todoaf .car-list.inset {
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 0.2125em;
}
#todoaf .car-list.inset li:last-child {
  border-bottom: 0;
}
#todoaf .car-list .nodata {
  position: relative;
  padding: 20px 0;
  text-align: center;
}
#todoaf .car-list .nodata h1 {
  display: block;
  height: 90px;
}
#todoaf .car-list .nodata h1:before {
  position: absolute;
  margin-left: -30px;
  left: 50%;
  top: 30px;
  content: "\63";
  font-family: 'IcoMoon';
  color: #ff9200;
  font-size: 60px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  z-index: -1;
}
#todoaf .car-list .nodata p {
  color: #999;
  font-size: 17px;
  line-height: 35px;
}
#todoaf .car-list li {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #efefef;
  list-style: none;
}
#todoaf .car-list li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#todoaf .car-list li label.select {
  position: absolute;
  display: block;
  top: 5px;
  left: 35px;
}
#todoaf .car-list li .img-box {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  width: 75px;
}
#todoaf .car-list li .img-box img {
  width: 75px;
}
#todoaf .car-list li > h2 {
  display: block;
  margin: 0;
  padding: 0;
  color: #ff9200;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#todoaf .car-list li p.stxt {
  color: #888;
  font-size: 12px;
  line-height: 1.3em;
}
#todoaf .car-list li .note {
  display: block;
  margin-left: 80px;
  padding-top: 10px;
}
#todoaf .car-list li .note .price {
  display: inline-block;
  color: #f60;
  font-size: 15px;
  font-style: normal;
  line-height: 23px;
}
#todoaf .car-list li .note span {
  display: block;
  float: right;
  color: #8c8c8c;
  font-size: 12px;
  line-height: 23px;
}
#todoaf .car-list li .note .btn-list {
  display: block;
  float: right;
}
#todoaf .car-list li .note .btn-list input {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-radius: 0px;
  color: 262626;
  font-size: 14px;
  line-height: 23px;
}
#todoaf .car-list li .note .btn-list a {
  display: block;
  float: left;
  margin: 0;
  padding: 0 8px;
  border: 1px solid #ddd;
  color: #ff9200;
  font-size: 14px;
  line-height: 23px;
  height: 25px;
}
#todoaf .car-list li .note .btn-list a.del {
  margin-left: 5px;
  border: 0;
  line-height: 25px;
  color: #777;
}
#todoaf .car-total {
  display: block;
  margin: 0 -10px;
  padding: 15px 10px;
  background: #fafafa;
}
#todoaf .car-total .btn-list {
  float: right;
}
#todoaf .car-total .note {
  display: block;
}
#todoaf .car-total .note h3 {
  color: #333;
  font-size: 14px;
  line-height: 1.8em;
}
#todoaf .car-total .note p {
  color: #333;
  font-size: 14px;
  line-height: 1.5em;
}
#todoaf .wrap-box {
  margin: 15px 0;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 0.2125em;
  background: #fff;
}
#todoaf .wrap-box:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#todoaf .wrap-box h2 {
  margin: 0 0 10px;
  padding-bottom: 10px;
  color: #ff9200;
  font-size: 15px;
  line-height: 1em;
  font-weight: normal;
  border-bottom: 1px solid #efefef;
}
#todoaf .wrap-box h2 span {
  float: right;
  color: #8c8c8c;
  font-size: 14px;
}
#todoaf .wrap-box > p {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #777;
  line-height: 20px;
}
#todoaf .wrap-box > dl {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
  font-size: 14px;
  line-height: 40px;
}
#todoaf .wrap-box > dl:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#todoaf .wrap-box > dl dt {
  display: block;
  float: left;
  width: 30%;
  color: #777;
}
#todoaf .wrap-box > dl dd {
  display: block;
  float: left;
  padding: 10px 0;
  width: 70%;
  line-height: 20px;
}
#todoaf .wrap-box > dl dd input, #todoaf .wrap-box > dl dd select {
  margin: -5px 0;
}
#todoaf .wrap-box .tip {
  text-align: center;
}
#todoaf .wrap-box .tip .icon {
  margin: auto;
  color: #f60;
  font-size: 60px;
}
#todoaf .wrap-box .img-list {
  position: relative;
  display: block;
}
#todoaf .wrap-box .img-list:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
  content: "";
  font-family: 'chevron';
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#todoaf .wrap-box .img-list img {
  display: inline-block;
  margin: 0 3px 5px 3px;
  width: 75px;
}
#todoaf .wrap-box .note {
  display: block;
  position: relative;
  border-top: 1px solid #efefef;
}
/*#todoaf .wrap-box .note .btn-list{ position:absolute; right:0; top:6px; }*/
#todoaf .wrap-box .note p {
  font-size: 14px;
}
#todoaf .address-list {
  list-style: none;
  margin: 15px 0;
}
#todoaf .address-list li {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #f0f0f0;
  font-size: 14px;
  cursor: pointer;
}
#todoaf .address-list li.selected {
  border: 2px solid #f60;
}
#todoaf .address-list li em {
  color: #999;
  font-style: normal;
}
/* 查询页面样式
----------------------------------------------------------------------*/
#todoaf .search-bar {
  margin: 15px 0;
}
#todoaf .search-bar:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#todoaf .search-bar .col {
  float: left;
  width: 80%;
}
#todoaf .search-bar .col-1 {
  float: left;
  width: 20%;
}
#todoaf .search-bar input[type="search"] {
  margin: 0;
  padding: 10px;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  border-right: 0;
  border-radius: 0;
}
#todoaf .search-bar .btn {
  margin: 0;
  padding: 10px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
  background: #ff9200;
}
#todoaf .search-bar i {
  display: block;
  color: #fff;
  font-size: 12px;
  font-style: normal;
}
/* 页面底部样式
----------------------------------------------------------------------*/
.copyright {
  margin: 20px 0px 0 0px;
  padding: 0;
  text-align: center;   
}
.copyright p {
  padding: 5px 0;
  line-height: 1.2em;
  font-size: 15px;
  color: #ccc;
}
.copyright p a {
  margin: 0 5px;
  color: #3388CC;
  font-size: 15px;
  font-weight: normal;
}
.copyright address {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #999;
}
.return-top {
  z-index: 3;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 60px;
  right: 15px;
  background: #f9f9f9;
  text-align: center;
  line-height: 40px;
  color: #ff9200;
  opacity: .6;
  box-shadow: 0px 0px 10px #ddd;
  border-radius: 5px;
  font-size: 25px;
  font-weight: 100;
}
.navlist {
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-color: #ff9200;
  margin: 0 -10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.navlist li {
  display: block;
  list-style: none;
  position: relative;
  padding: 20px 20px 20px 10px;
  border-bottom: 1px solid #fff;
  background: inherit;
}
.navlist > li > a {
  position: relative;
  display: block;
  /*color: inherit;*/
  color: #fff;
  margin: -20px -20px -20px -10px;
  text-decoration: none;
  padding: 20px 20px 20px 10px;
}
.navlist > li > a:after, .navlist > li .chevron:after {
  position: absolute;
  right: 8px;
  font-family: 'chevron';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  top: 50%;
  margin-top: -0.5em;
  color: inherit;
}
.navlist a .af-badge {
  position: absolute;
  right: 30px;
  top: 48%;
  margin-top: -10px;
}
.navlist .divider {
  position: relative;
  top: -1px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  background-color: #dfe0e2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
  padding-right: 60px;
}
.navlist.inset {
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 10px;
}
.navlist.inset li:first-child {
  border-top: none;
  margin-top: 3px;
}
.navlist.inset li:last-child {
  border-bottom: none;
  margin-bottom: 3px;
}
.child-nav {
  color: #fff;
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
	border-top: 1px solid rgba(255,255,255,.6);
}
.child-nav li {
  color: #f9f9f9;
  padding: 15px 0 0px 18px;
  border: 0px;
  border-bottom: 0px solid rgba(255,255,255,.6);
}
.child-nav li a {
  color: #f9f9f9;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #ddd;
  white-space: nowrap;
  padding: 7px 12px;
  line-height: 1.46857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ddd
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #eee;
  border-color: #ddd
}
.btn-default:hover {
  color: #333;
  background-color: #eee;
  border-color: #ddd
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #eee;
  border-color: #ddd
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #eee;
  border-color: #ccc
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ddd
}
.btn-default .badge {
  color: #fff;
  background-color: #333
}
.btn-primary {
  color: #333;
  background-color: #e9e9e9;
  border-color: #ddd
}
.btn-primary:focus, .btn-primary.focus {
  color: #333;
  background-color: #e9e9e9;
  border-color: #ddd
}
.btn-primary:hover {
  color: #333;
  background-color: #eee;
  border-color: #ddd
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ff9200;
  border-color: #ff9200
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #ff9200;
  border-color: #1291ca
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #ff9200;
  border-color: #2e6da4
}
.btn-primary .badge {
  color: #ff9200;
  background-color: #fff
}
.btn-block {
  display: block;
  width: 100%
}
.btn-block + .btn-block {
  margin-top: 5px
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px
}
.btn-toolbar {
  margin-left: -5px
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left
}
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0
}
.btn-group > .btn:first-child {
  margin-left: 0
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}
.btn-group > .btn-group {
  float: left
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%
}
.btn-group-justified > .btn-group .btn {
  width: 100%
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto
}
/* ==========================================================================
   Component: Flex Slider Plugin
 ============================================================================ */
.am-slider a:hover, .am-slider a:focus {
  outline: none;
}
.am-slides, .am-control-nav, .am-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.am-slider {
  margin: 10px 0 0;
  padding: 0;
}
.am-slider .am-slides:before, .am-slider .am-slides:after {
  content: " ";
  display: table;
}
.am-slider .am-slides:after {
  clear: both;
}
.am-slider .am-slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.no-js .am-slider .am-slides > li:first-child {
  display: block;
}
.am-slider .am-slides img {
  width: 100%;
  height: 230px;
  display: block;
}
.am-pauseplay span {
  text-transform: capitalize;
}
.am-slider {
  position: relative;
}
.am-viewport {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.am-slider-carousel li {
  margin-right: 5px;
}
/**
  * Slider Theme: c2
  */
.am-slider-c2 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) /* Control Nav */
}
.am-slider-c2 .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .am-slider-c2 .am-viewport {
  max-height: 300px;
}
.am-slider-c2 .am-control-nav {
  position: absolute;
  bottom: 15px;
  right: 0;
  height: 6px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.am-slider-c2 .am-control-nav li {
  display: inline-block;
  margin-right: 6px;
}
.am-slider-c2 .am-control-nav li a {
  width: 6px;
  height: 6px;
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  text-indent: -9999px;
}
.am-slider-c2 .am-control-nav li a:hover {
  background: rgba(230, 230, 230, 0.4);
}
.am-slider-c2 .am-control-nav li a.am-active {
  background-color: #0e90d2;
  cursor: default;
}
.am-slider-c2 .am-slider-desc {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  padding: 8px 60px 8px 8px;
  width: 100%;
  color: #ffffff;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-slider-c2 .am-direction-nav, .am-slider-c2 .am-pauseplay {
  display: none;
}
.search-label {
  list-style: none;
  margin: -5px 0 1em 0;
  padding: 0px;
  width: 100%;
  float: left;
}
.search-label li a {
  display: inline;
  padding: .6em .9em .6em;
  font-size: 95%;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .5em;
  border: 1px solid #e3e3e3;
  background: #fcfcfc;
  box-shadow: 0 0 1px #ddd;
  margin: 4px 3px;
  float: left;
  color: #666;
  width: 31.5%;
}
.search-label li a:hover {
  color: #777;
  background: #e9e9e9;
}
.search-label li a:focus {
  color: #fff;
  background: #ff9200;
}
.lincoapp-share2 {
  position: relative;
  display: -webkit-box;
  display: box;
  -webkit-box-pack: center
}
.lincoapp-share2 .tit {
  width: 100%;
  color: #ababab;
  text-align: center
}
.qualif-list {
  list-style: none;
}
.qualif-list h4 {
  text-align: center;
  color: #ff9200;
  border-bottom: 1px solid #fff;
  background: #fcfcfc;
  margin-bottom: .6em;
  padding: .5em 0;
}
.qualif-list li {
  list-style: inside;
  list-style-type: circle;
  line-height: 2.0;
  color: #666;
}
.cul-pricp-list li {
  float: left;
  width: 100%;
  padding: 15px 0 20px 0;
  list-style: none;
  display: block
}
.cul-pricp-list li:before {
  content: "\e029";
  font-family: 'IcoMoons';
  padding-right: 10px;
  color: #ccc;
  font-size: 12px;
}
.cul-rule-list li {
  width: 100%;
  padding: 6px 0;
}
.cul-rule-list li:before {
  content: "\e080";
  font-family: 'IcoMoons';
  padding-right: 10px;
  color: #ccc;
  font-size: 12px;
}
.session-con dl {
  overflow: hidden;
  margin:0px 0px 10px 0px;
  font-size: 14px;
}
.session-con  i{ color: #ccc; font-size: .7rem; padding-right: .3em; }
.session-con dt, .session-con dd {
  float: left;
}
.session-con dt {
  margin-right: 10px;
}
.session-con dt a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.session-con dt a img {
  width: 100%;
  height: 100%;
}
.session-con dd {
  position: relative;
  width: 90%;
}
.session-con dd a {
  color: #999;
  display: block;
  text-decoration: none;
}
.session-con dd div {
  float: left;
  padding: 15px;
}
.session-con dd div p {
  margin: 0px;
  padding: 0px;
}
.radius {
  margin-top: 10px;
  display: inline;
  float: left;
  padding: 0 10px;
  border-radius: 10px;
}
/*.left:before {
  position: absolute;
  content: "\00a0";
  width: 0px;
  height: 0px;
  border-width: 10px 16px 2px 5px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  top: 0px;
  left: 10px;
}*/
.right:before {
  position: absolute;
  content: "\00a0";
  width: 0px;
  height: 0px;
  border-width: 13px 14px 1px 14px;
  border-style: solid;
  border-color: transparent #f0f6fa transparent transparent;
  top: 0px;
  right: 10px;
}
.s-lz dt, .s-lz dd {
  float: right;
}
.s-lz dt {
  margin: 0 0 0 10px;
}
.s-lz dd {
  position: relative;
  width: 88%;
	margin-bottom: 10px;
}
.s-lz dd a {
  text-align: right;
}
.s-lz dd p, .s-lz dd div {
  float: right;
  padding: 12px;
}
.s-lz dd div p {
  margin: 0px;
  padding: 0px;
}
#main_footer {
  padding: 0 0px 0px 0px;
}
#main_footer .btn {
  color: #ff9200;
  border: 1px solid #ff9200;
}
#main_footer i {
  display: block;
  padding-top: .1em;
	font-size: 21px;
}
#main_footer span {
  display: block;
  padding-top: .1em;
}
#main_footer img, #main_footer svg {
  width:auto;
	height: 21px;
  padding-top: .1em;
  margin-bottom: -.1em;
}
#main_footer .on {
  border-radius: 0;
  background-color: #ff9200;
  color: #fff;
}
.cls-1 {
  fill: #ff9200;
  fill-rule: evenodd;
}
.cls-2 {
  fill: #fff;
  fill-rule: evenodd;
}
.sub_title {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: #ff9200;
  padding: 1rem 0 .3rem 0;
}
.sub_title:before, .sub_title:after {
  content: '○';
  padding: 0 .5rem;
  color: #ff9200
}
.qualif-list {
  width: 100%;
  list-style: none;
  margin: .5em 0 1.5rem 0px;
  padding: 0
}
.qualif-list li {
  float: left;
  display: block;
  line-height: 1.8;
  width: 100%;
}
.qualif-list li:before {
  content: '●';
  color: #ff9200;
  padding-right: .5rem;
}
.honor_tmtimeline {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}
/* The line */
.honor_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ddd;
  left: 16%;
  margin-left: -1px;
}
.honor_tmtimeline > li {
  position: relative;
}
/* The date/time */
.honor_tmtimeline > li .honor_tmtime {
  display: block;
  width: 16%;
  position: absolute;
  top: 6px;
}
.honor_tmtimeline > li .honor_tmtime span {
  display: block;
  text-align: left;
}
.honor_tmtimeline > li .honor_tmtime span:first-child {
  font-size: 1rem;
  color: #ff9200;
}
.honor_tmtimeline > li .honor_tmtime span:last-child {
  font-size: 1rem;
  color: #ff9200;
}
.honor_tmtimeline > li:nth-child(odd) .honor_tmtime span:last-child {
  color: #9fafd2;
}
/* Right content */
.honor_tmtimeline > li .honor_tmlabel {
  margin: 0 0 10px 24%;
  background: #ff9200;
  color: #fff;
  padding: 1.2em;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 5px;
}
.honor_tmtimeline > li:nth-child(odd) .honor_tmlabel {
  background: #9fafd2;
}
.honor_tmtimeline > li .honor_tmlabel p {
  font-size: .8rem;
  margin-top: 0px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
/* The triangle */
.honor_tmtimeline > li .honor_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #ff9200;
  border-width: 10px;
  top: 10px;
}
.honor_tmtimeline > li:nth-child(odd) .honor_tmlabel:after {
  border-right-color: #9fafd2;
}
/* The icons */
.honor_tmtimeline > li .honor_tmicon {
  width: 7px;
  height: 7px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #ff9200;
  border-radius: 50%;
  box-shadow: 0 0 0 6px #9fafd2;
  text-align: center;
  left: 15%;
  top: 15px;
  margin: 0 0 0 0px;
}

.notebox{ padding: 1em 1.2em; background: #f9f9f9; margin:1.5em 0  0;}
 .notebox p{ margin-bottom: 0; }

.sel-box{position: relative;}
.sel-box .spread-label{ position: absolute; top: 10px; left: 8px; background: #fff; line-height: 2.5; padding: 0 10px }
 .arrow{ position: absolute; top:20px; right: 8px}


				#hear{width: 100%;position: fixed;height: 44px;line-height: 44px;border-radius: 4px; border: 1px solid #ddd;z-index: 9999; top: 40px; left: 0;}
				#hear a{font-weight: normal;color: black;}
				#hear ul{list-style:none;}
				#hear li{text-align: center;list-style:none;float: left;height: 42px;background: #fff;}
				#hear li:not(:last-child){border-right: 1px solid #ddd; }
				#hear li:nth-of-type(1){width: 33%;float: left;}
				#hear li:nth-of-type(2){width: 33%;float: left;}
				#hear li:nth-of-type(3){width: 34%;float: right;}
				#contentop{ position: absolute; top:35px; left: 0;}
				#contentop>li{ width: 95%; display: none;margin: 0 auto;margin-top: 2px;}
				#contentop .action{ display: block;}
			


