
.list, .info{
  width: 100%;
}
.list tr td{
  border-bottom: 1px solid #CCCCCC;
  line-height: 30px;
  padding: 5px;
}
.list-head, .info-head{
  background-color: #EFEFEF;
  font-weight: 700;
}
.subject-title{
  font-weight: 700;
  text-align: center;
  padding: 10px;
  width: 100%;
}
.list tr:not(.list-title):hover{
  background-color: #EFEFEF;
}
.list input{border: none;}
.list select{border: none;}
.info .label{
  width: 120px;
  text-align:right;
  padding:10px;
  font-weight: 700;
}

.info .data{
  text-align:left;
  padding:10px;
}


html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.img-eft{
  width:90px;
}
.content-detail-container table,
.content-detail-container td{
  border-collapse: collapse;
  border-spacing: 0;border:1px solid #cccccc;
  padding-left:5px;
}
.content-detail-container table tr:nth-child(odd){
  background-color:#EFEFEF;
}


.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1170px) {
  .container {
    width: 1170px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-rounded {
  border-radius: 6px;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container, body {
    min-width: 750px;
  }
}
@media (min-width: 992px) {
  .container, body {
    min-width: 970px;
  }
}
@media (min-width: 1170px) {
  .container, body {
    min-width: 1170px;
  }
}
/*reset*/
* {
  font-family: "微软雅黑", arial;
  font-size: 14px;
}
/*container*/

ul,
li,
dl,
dt,
dd {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
ul,
li {
  list-style: none;
}
button {
  border: none;
  outline: none;
}
input {
  outline: none;
}
input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder {
  color: #ccc;
}

a[href]:hover,
a[href]:focus {
  text-decoration: none;
}
/*banner*/
.sp-bgImg-center {
  background-position: center center;
  background-repeat: no-repeat;
}
.sp-banner-other {
  height: 300px;
  background-image: url("//file.deepbit.cn/us/img/banner-search.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.sp-banner-logister {
  height: 790px;
  background-image: url("//file.deepbit.cn/us/img/bg-login-register.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.sp-banner-logister .container {
  position: relative;
}
/*small icon and icon content*/
.sp-icon-small {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.sp-icon-content {
  display: inline-block;
  vertical-align: middle;
}
/*page navigation*/
.sp-nav ul {
  position: relative;
  padding-bottom: 16px;
}
.sp-nav ul li {
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sp-nav ul li + li {
  margin-left: 30px;
}
.sp-nav ul li:hover,
.sp-nav ul li.active {
  color: #333;
}
.sp-nav ul .sp-nav-line {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 2px;
  background-color: #238dff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sp-nav-bright li {
  color: #999;
}
.sp-nav-bright li:hover,
.sp-nav-bright li.active {
  color: #fff !important;
}
.sp-nav-strong {
  padding-left: 20px;
  border-bottom: 1px solid #ededed;
}
.sp-nav-strong ul {
  padding: 0px;
}
.sp-nav-strong ul li {
  position: relative;
  bottom: -1px;
  margin: 0px!important;
  padding: 16px 42px;
  background-color: #fafafa;
  border: 1px solid #ededed;
  border-left: none;
}
.sp-nav-strong ul li:first-child {
  border-left: 1px solid #ededed;
}
.sp-nav-strong ul li.active {
  background-color: #fff;
  border-bottom-color: #fff;
}
/*fasr navigation*/
.sp-fast-nav .sp-fast-container {
  float: left;
  padding: 30px 80px 12px 0px;
  border-bottom: 1px solid #ededed;
}
.sp-fast-nav,
.sp-fast-nav *,
.sp-fast-nav a[href] {
  color: #999;
  font-size: 16px;
}
.sp-fast-nav a[href]:hover {
  color: #666;
}
.sp-fast-nav .sp-fast-icon {
  width: 22px;
  height: 22px;
  background-image: url("//file.deepbit.cn/us/img/fastNav-icon.png");
}
.sp-fast-nav .sp-crt-title {
  font-size: 16px;
  color: #666;
}
/*page title*/
.sp-page-title {
  padding: 46px 0px 56px;
  text-align: center;
  font-size: 30px;
  color: #333;
}
/*content title*/
.sp-content-title {
  margin-bottom: 28px;
  padding-top: 26px;
  text-align: center;
  font-size: 24px;
  color: #333;
}
/*page container*/
.sp-page-container {
  box-shadow: 0px 0px 20px 0px #e6e8ff;
}
/*login and register*/
.sp-login-register {
  position: absolute;
  top: 158px;
  right: 32px;
  padding: 28px 38px;
  box-shadow: 0px 0px 30px 0px #505355;
  background-color: #fff;
  border-radius: 4px;
}
.sp-login-register .sp-login-register-title {
  margin-bottom: 26px;
  font-size: 18px;
  color: #238dff;
}
.sp-login-register .sp-login-register-ipt {
  width: 330px;
  margin-bottom: 20px;
  padding: 10px 0px;
  border: 1px solid #ededed;
  border-radius: 2px;
}
.sp-login-register .sp-login-register-ipt .sp-login-register-icon {
  width: 24px;
  height: 24px;
  margin: 0px 18px 0px 16px;
  background-repeat: no-repeat;
  background-image: url("//file.deepbit.cn/us/img/icon-list.png");
  display: inline-block;
  vertical-align: middle;
}
.sp-login-register .sp-login-register-ipt .sp-login-register-icon.user-icon {
  background-position: 1px top;
}
.sp-login-register .sp-login-register-ipt .sp-login-register-icon.password-icon {
  background-position: 1px center;
}
.sp-login-register .sp-login-register-ipt .sp-login-register-icon.verify-icon {
  background-position: 1px bottom;
}
.sp-login-register .sp-login-register-ipt input {
  width: 230px;
  border: none;
  line-height: 22px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.sp-login-register .sp-login-register-ipt.active {
  border-color: #238dff;
}
.sp-login-register .sp-login-register-ipt.active .sp-login-register-icon.user-icon {
  background-position: -59px top;
}
.sp-login-register .sp-login-register-ipt.active .sp-login-register-icon.password-icon {
  background-position: -59px center;
}
.sp-login-register .sp-login-register-ipt.active .sp-login-register-icon.verify-icon {
  background-position: -59px bottom;
}
.sp-login-register .sp-verify-code .sp-login-register-ipt {
  width: 220px;
}
.sp-login-register .sp-verify-code .sp-login-register-ipt input {
  width: 120px;
}
.sp-login-register .sp-verify-code .sp-verify-image {
  width: 94px;
  height: 40px;
  margin-top: 3px;
}
.sp-login-register .sp-submit-btn {
  width: 330px;
  line-height: 52px;
  color: #fff;
  font-size: 20px;
  background: url("//file.deepbit.cn/us/img/button-bg.png") center center repeat-x;
  border-radius: 4px;
}
.sp-login-register .sp-login-register-content {
  padding-top: 18px;
  text-align: right;
}
.sp-login-register .sp-login-register-content a[href] {
  color: #238dff;
}
/*search input and button*/
.sp-search-ipt {
  width: 760px;
  margin-right: 20px;
  padding: 17px 20px;
  border: 1px solid #ededed;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
}
.sp-search-chk {
  display: inline-block;
  vertical-align: middle;
}
.sp-search-ipt input[type=text] {
  width: 682px;
  border: none;
  font-size: 16px;
  line-height: 22px;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
}
.sp-search-ipt input[type=text]::-ms-clear {
  display: none;
}
.sp-btn {
  margin-right: 40px;
  padding: 0px 42px;
  font-size: 24px;
  line-height: 56px;
  color: #fff;
  background-color: #238dff;
  border-radius: 4px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  display: inline-block;
  vertical-align: middle;
}
/*title and content*/
.sp-title {
  position: relative;
  padding-bottom: 10px;
  font-size: 18px;
  color: #333;
}
.sp-title .sp-title-line {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 34px;
  height: 2px;
  background-color: #238dff;
}
.sp-more-btn {
  color: #999 !important;
}
.sp-more-btn:hover {
  color: #666 !important;
}
.sp-content-list {
  padding-top: 18px;
  line-height: 30px;
}
.sp-content-list.sp-style-list {
  padding-left: 20px;
}
.sp-content-list.sp-style-list li {
  color: #238dff;
  list-style: circle;
}
.sp-content-list.sp-style-list li a[href] {
  max-width: 900px;
}
.sp-content-list a[href]:hover {
  color: #333;
}
/*paging*/
.sp-paging {
  margin: 62px 0px 0px;
  text-align: center;
}
.sp-paging:after {
  content: "";
  display: table;
  clear: both;
}
.sp-paging > div {
  display: inline-block;
  vertical-align: middle;
}
.sp-paging .paging-text {
  margin-right: 30px;
  color: #999;
}
.sp-paging span {
  margin: 0px 3px;
  padding: 0px 12px;
  line-height: 28px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.sp-paging span:hover {
  color: #fff;
  border-color: #238dff;
  background-color: #238dff;
}
.sp-paging span.disable {
  color: #c0c0c0;
  border-color: #dbdfe3;
  background-color: #F0F0F0;
  cursor: default;
}
.sp-paging .numberBox span {
  width: 32px;
  padding: 0px;
}
.sp-paging .numberBox span.current {
  color: #fff;
  border-color: #238dff;
  background-color: #238dff;
}
.sp-paging .numberBox i {
  margin: 0px 3px;
  line-height: 28px;
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.sp-paging .goBox {
  margin-left: 10px;
}
.sp-paging .goPage {
  width: 38px;
  height: 30px;
  margin: 0px 3px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}
.sp-paging .goBtn {
  width: 32px;
  padding: 0px;
  line-height: 28px;
}
/*ellipsis content*/
.sp-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*checkbox*/
.sp-checkbox {
  font-size: 0px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  display: inline-block;
  vertical-align: middle;
}
.sp-checkbox input[type=checkbox] {
  display: none;
}
.sp-checkbox:not([disabled]):hover .sp-checkbox-container {
  border: 1px solid #238dff;
}
.sp-checkbox[disabled] {
  cursor: not-allowed !important;
}
.sp-checkbox .sp-checkbox-container {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 14px;
  border: 1px solid #ccc;
  border-radius: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: inline-block;
  vertical-align: middle;
}
.sp-checkbox .sp-checkbox-container.checked {
  border-color: #238dff;
  animation: checkbox-checked 0.3s;
  -webkit-animation: checkbox-checked 0.3s;
}
.sp-checkbox .sp-checkbox-container.checked .sp-checkbox-checked {
  display: block;
}
.sp-checkbox .sp-checkbox-container .sp-checkbox-checked {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
  background-color: #238dff;
  border-radius: 10px;
  display: none;
}
.sp-label {
  font-size: 16px;
  color: #999;
  display: inline-block;
  vertical-align: middle;
}
@keyframes checkbox-checked {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes checkbox-checked {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
/*select*/
.sp-select {
  position: relative;
  width: 138px;
  padding: 17px 0px 17px 10px;
  border: 1px solid #ededed;
  border-radius: 2px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  display: inline-block;
  vertical-align: middle;
}
.sp-select input {
  width: 110px;
  border: none;
  line-height: 22px;
  font-size: 16px;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.sp-select input[readonly] {
  cursor: pointer;
}
.sp-select .sp-select-triangle {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 16px;
  height: 100%;
  font-size: 26px;
  background-image: url("//file.deepbit.cn/us/img/select-triangle.png");
  background-color: #ededed;
  border-left: 1px solid #ededed;
  background-position: center center;
  background-repeat: no-repeat;
}
.sp-select .sp-select-options {
  position: absolute;
  z-index: 9;
  left: 0px;
  top: 100%;
  width: 100%;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #ededed;
  display: none;
}
.sp-select .sp-select-options.active {
  display: block;
  animation: select-options 0.3s;
  -webkit-animation: select-options 0.3s;
}
.sp-select .sp-select-options .sp-select-options-item {
  padding: 0px 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sp-select .sp-select-options .sp-select-options-item + .sp-select-options-item {
  border-top: 1px solid #ededed;
}
.sp-select .sp-select-options .sp-select-options-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.sp-select .sp-select-options .sp-select-options-item:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.sp-select .sp-select-options .sp-select-options-item.hover,
.sp-select .sp-select-options .sp-select-options-item.active {
  color: #fff;
  background-color: #238dff;
}
@keyframes select-options {
  from {
    top: 120%;
    opacity: 0.3;
  }
  to {
    top: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes select-options {
  from {
    top: 120%;
    opacity: 0.3;
  }
  to {
    top: 100%;
    opacity: 1;
  }
}
