<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#examples {
  overflow: hidden;
}

.content {
  overflow: auto;
  clear: both;
  position: relative;
  width: 520px;
  height: 550px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content.hidden {
  display: none;
}

#demo.showcase {
  min-width: 740px;
}

.showcase .content {
  float: left;
  width: 340px;
  height: 300px;
}

.showcase .horizontal-images.content {
  height: 140px;
  width: 700px;
  max-width: 97%;
  padding: 5px 5px 0 5px;
}

.showcase .horizontal-images.content h2,
.showcase .horizontal-images.content li img {
  height: 119px;
}

.showcase .horizontal-images.content h2 {
  color: #fff;
  background-color: #eb3755;
  padding: 10px 20px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 165%;
}

.horizontal-images.content ul,
.vertical-images.content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.horizontal-images.content li {
  margin: 0 3px;
  float: left;
}

.vertical-images.content li {
  margin: 3px 0;
}

.horizontal-images.content li:first-child {
  margin-left: 0;
}

.vertical-images.content li:first-child {
  margin-bottom: 3px;
  margin-top: 0;
}

.horizontal-images.content li:last-child {
  margin-right: 0;
}

.vertical-images.content li:last-child {
  margin-bottom: 0;
}

.horizontal-images.content li img {
  width: auto;
  padding: 0;
}

.showcase #content-1.content {
  height: 620px;
}

.showcase #content-2.content {
  height: 620px;
}

.showcase #content-2.content h2 {
  color: #333;
}

.showcase #content-3.content {
  background-color: #412626;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAJ0lEQVQIW2NkwA7+M2IR/w8UY0SXAAuCFCNLwAWRJVAEYRIYgiAJALsgBgYbCawOAAAAAElFTkSuQmCC");
  margin-right: 40px;
  width: 310px;
}

.showcase #content-3.content h2 {
  color: #eb3755;
}

.showcase #content-4.content {
  background-color: #1C383F;
}

.showcase #content-4.content h2 {
  color: #ddd;
}

.showcase #content-6.horizontal-images.content {
  padding: 10px 0 5px 0;
  background-color: #444;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGA4A8QmQAwGjDAGNgGwSgwVAFVOAgV/1mwxAAAAAElFTkSuQmCC");
}

.showcase #content-6.horizontal-images.content .mCSB_scrollTools {
  margin-left: 10px;
  margin-right: 10px;
}

.showcase #content-6.horizontal-images.content ul {
  margin-left: 10px;
  margin-right: 10px;
}

.showcase #content-6.horizontal-images.content h2 {
  color: #222;
  background-color: #c2beb2;
}

.showcase #content-6.horizontal-images.content h2,
.showcase #content-6.horizontal-images.content li img {
  height: 105px;
}

.showcase #content-7.content {
  height: 620px;
}

.showcase #content-8.content {
  width: 670px;
  height: 580px;
  padding: 0;
  background-color: #151515;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAK0lEQVQIW2NkwAL+//9vzIguDhZkZDyLIgETBCmGSyALwiXQBcES2ARBEgCUVxc3f8oLcQAAAABJRU5ErkJggg==");
  border: 5px solid rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  margin-bottom: 50px;
}

.showcase #content-8.content h2 {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.showcase #content-8.content p {
  width: 710px;
  float: left;
  margin: 15px 20px;
}

.showcase #content-8.content hr+p {
  margin-top: 30px;
}

.showcase #content-8.content p:nth-child(3n+1) {
  width: 1460px;
  clear: both;
}

.showcase #content-9.content {
  height: 620px;
  background-color: #c2beb2;
  padding: 5px;
}

.showcase #content-9.content .mCSB_container {
  margin-right: 21px;
}

.showcase #content-9.content h2 {
  height: 85px;
  padding: 10px;
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 180%;
  color: #333;
}

.showcase #content-9.content img {
  padding: 0;
  vertical-align: bottom;
}

#iframe-container {
  width: 90%;
  max-width: 1110px;
  background: #000;
  overflow: hidden;
}

#iframe-container iframe {
  vertical-align: bottom;
}

#infinite-scroll .offset {
  display: block;
  width: 100%;
  height: auto;
  color: #ffed0d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#infinite-scroll .offset p {
  margin-bottom: 60px;
}

#infinite-scroll .offset .indicator {
  display: block;
  width: 100%;
  height: 100px;
  background: #ffed0d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#examples.resizable {
  background: #444;
  padding-bottom: 30px;
}

#resizable.content {
  overflow: hidden;
  width: 640px;
  max-width: 80%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#resizable.content h2 {
  color: #444;
}

#resizable.content p {
  width: 1000px
}

.content.fluid {
  width: 90%;
  max-width: 1680px;
}

.content.fluid h2 {
  color: #eb3755;
  font-family: "Lobster Two", "Georgia", serif;
  font-weight: 700;
  font-style: italic;
}

.content.nested {
  height: 600px;
}

.content.nested .nested {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.1);
  height: 400px;
}

#content-1.content.nested {
  margin-bottom: 40px;
}

#content-1.content.nested p {
  width: 1000px;
}

#content-1.content.nested .nested {
  margin: 20px;
  width: 600px;
  height: 300px;
}

.content.zero-height {
  height: 0;
}

.content.zero-width {
  width: 0;
}

.init-hidden #examples {
  min-height: 420px;
}

.full-page .content {
  height: 800px;
}

.full-page-alt #mCSB_1_container {
  width: 97% !important;
  /* override plugin property */
  min-width: 480px;
}

.full-page-alt #mCSB_1_scrollbar_vertical {
  position: fixed;
  margin-right: 30px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.full-page-alt #mCSB_1_scrollbar_horizontal {
  position: fixed;
  margin-bottom: 30px;
  margin-left: 16px;
  margin-right: 16px;
}

.full-page-alt .outer.content {
  width: 960px;
}

.full-page-alt .horizontal-images.content {
  height: 275px;
  width: 100%;
  margin: 20px auto 10px auto;
}

.full-page-alt .horizontal-images.content img {
  height: 200px;
}

.content table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px dashed #666;
  border-left: 1px dashed #666;
  border-right: 1px dashed #666;
  background: rgba(0, 0, 0, 0.1);
}

.content table tr {
  border-bottom: 1px dashed #666;
}

.content table td {
  padding: 10px 20px 9px 20px;
}

.sortable {
  min-width: 800px;
}

#sortable ul {
  margin-top: 20px;
  margin-bottom: 10px;
}

#sortable li {
  margin: 10px 40px;
  background: #444;
  padding: 5px 10px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#sortable li:active,
#sortable .ui-sortable-helper {
  background: #eb3755;
}

#examples.tabs,
#examples.accordion,
#examples.autocomplete {
  padding: 5px 20px 20px 20px;
  background-color: #333;
}

#examples.tabs h3,
#examples.accordion h3 {
  color: #222;
  font-family: inherit;
  font-style: inherit;
}

#tabs {
  margin-bottom: 20px;
}

#tabs,
#tabs-2,
#accordion {
  width: 600px;
  max-width: 95%;
}

#examples.tabs .ui-widget-content {
  background-image: none;
}

#autocomplete {
  border: none;
  background: #fff;
  min-height: 20px;
  padding: 5px 8px;
  font-size: inherit;
  font-family: inherit;
  color: #222;
  margin-top: 15px;
}

#autocomplete:focus {
  outline: none;
}

.ui-menu a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.ui-menu .mCSB_container {
  padding: 2px;
}

.ui-menu .mCSB_scrollTools {
  right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.bootstrap #examples {
  background: transparent;
}

.bootstrap #myModal-2 .modal-body {
  max-height: 340px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-bottom: -15px;
}

.bootstrap #myTab {
  max-width: 600px;
}

.bootstrap #myTab .tab-pane {
  padding: 15px 5px 15px 15px;
}

body.colorbox-demo #cboxContent,
body.colorbox-demo #cboxContent p,
body.colorbox-demo #cboxContent a:hover {
  color: #333;
}

.all-themes #examples {
  padding: 15px 0 0 15px;
}

.all-themes .content {
  width: 310px;
  height: 500px;
  margin: 0 20px 20px 0;
  float: left;
}

.all-themes .content h2,
.all-themes .content p,
.all-themes .content hr {
  width: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.all-themes #content-m h2,
.all-themes #content-m p,
.all-themes #content-m hr,
.all-themes #content-md h2,
.all-themes #content-md p,
.all-themes #content-md hr {
  width: 270px;
}

.all-themes .content.expanded-content h2,
.all-themes .content.expanded-content p,
.all-themes .content.expanded-content hr,
.all-themes #content-m.expanded-content h2,
.all-themes #content-m.expanded-content p,
.all-themes #content-m.expanded-content hr,
.all-themes #content-md.expanded-content h2,
.all-themes #content-md.expanded-content p,
.all-themes #content-md.expanded-content hr {
  width: 540px;
}

.max-height-example .content {
  height: auto;
  max-height: 400px;
}

.max-width-example {
  min-width: 620px;
}

.max-width-example .content {
  height: auto;
  width: auto;
  max-width: 50%;
  min-width: 600px;
  display: inline-block;
  vertical-align: bottom;
}

.max-width-example .content ul {
  max-height: 135px;
  overflow-y: hidden;
}

.max-width-example .content img,
.max-width-example .content ul li&gt;a {
  height: 130px;
  border: 3px solid #444;
}

.max-width-example .content ul li&gt;a {
  display: block;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.snap-scrolling-example .content {
  height: auto;
  width: 853px;
}

.snap-scrolling-example .content img {
  height: 160px;
}

.textarea-example .content {
  width: 360px;
}

.textarea-example .content form {
  margin: 25px 0 15px 0;
}

.textarea-example .content textarea,
.textarea-example .textarea-clone {
  width: 300px;
  padding: 0 10px;
  line-height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.textarea-example .content textarea {
  height: 160px;
  resize: none;
  overflow: hidden;
  outline: none;
  margin: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.textarea-example .content .textarea-wrapper {
  height: 182px;
  overflow: hidden;
  background-color: #bbb;
  background-color: rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset -1px -1px 1px rgba(255, 255, 255, 0.6), inset 3px 3px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset -1px -1px 1px rgba(255, 255, 255, 0.6), inset 3px 3px 20px rgba(0, 0, 0, 0.5);
  box-shadow: inset -1px -1px 1px rgba(255, 255, 255, 0.6), inset 3px 3px 20px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.textarea-example .textarea-clone {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  min-height: 160px;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.textarea-example .content .textarea-wrapper .mCSB_scrollTools {
  margin: 10px 5px;
}

.scrollTo-demo .content {
  height: 290px;
}

.scrollTo-demo .demo-y {
  height: 600px;
}

.scrollTo-demo .demo-x {
  width: 660px;
  background-color: #252525;
}

.scrollTo-demo .demo-x p {
  float: left;
  width: 300px;
  margin-left: 30px;
  height: auto;
  padding: 5px 10px;
  background-color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.scrollTo-demo .demo-x hr+p {
  margin-left: 0;
}

.scrollTo-demo .demo-yx {
  background-color: #424242;
}

.scrollTo-demo .demo-yx p {
  width: 1000px;
}

.scrollTo {
  font-size: 12px;
}

.scrollTo+.scrollTo {
  margin-top: 20px;
}

.scrollTo ul li:first-child span {
  display: block;
  padding: 3px 15px;
}

#test-id {
  background-color: #eb3755;
  color: #fff;
}

.rtl-demo #content-1 {
  width: 500px;
}

.rtl-demo #content-1 p {
  width: 1000px;
}

.transitions #examples {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
}

.transitions .content {
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

body {
  background-color: #fff;
}

.ss_plus,
.ss_minus {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #17a539;
  cursor: pointer;
}

.ss_minus {
  color: red;
}

.ss_empty_list {
  text-align: center;
  color: #999;
}

.ss_right {
  display: inline-block;
  width: 15px;
  height: 15px;
  content: " ";
  vertical-align: middle;
  background: url(../image/logo/pic.png) no-repeat -20px -5px;
}

.ss_btn {
  background-color: #17A539;
  color: #fff;
  padding: 2px 5px;
  border: none;
  cursor: pointer;
  outline: none;
}

.ss_btn.ss_disable {
  background-color: #dfdfdf;
}

a.ss_btn:hover {
  color: #fff;
}

.ss_w_600 {
  width: 600px;
}

.ss_w_700 {
  width: 700px;
}

.ss_header {
  text-align: center;
  padding: 15px 0;
  border-bottom: 3px solid #17A539;
}

h2.ss_enroll_title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 3;
  background-color: #f4f4f4;
}

.ss_box {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}

.ss_left {
  box-sizing: content-box;
  padding: 0 20px 180px 20px;
  width: 210px;
  float: left;
  font-size: 14px;
  background-color: #f4f4f4;
}

.ss_title {
  padding: 20px 5px 5px 5px;
  border-bottom: 2px solid #d9d9d9;
}

.ss_title_zh {
  color: #17A539;
  font-size: 22px;
}

.ss_title_en {
  color: #ACACAC;
}

.ss_left_main {
  float: left;
  width: 210px;
}

.ss_left_main li.ss_line {
  padding: 0;
  margin-bottom: 0px;
}

.ss_left_main li {
  position: relative;
  padding: 5px 0 5px 5px;
  font-weight: bold;
}

.ss_left_main li .ss_menu {
  position: relative;
  padding: 5px 3px 5px 30px;
}

.ss_menu_icon {
  margin-right: 10px;
  vertical-align: middle;
}

.ss_menu_info {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../image/menu_info_a.png);
}

.ss_left_main li.active .ss_menu {
  background: #fff;
}

.ss_menu .ss-fa-caret:before {
  content: "\f0da";
}

.ss_left_main .active .ss_menu .ss-fa-caret:before {
  content: "\f0dd";
}

.ss_left_main .active .ss_menu a {
  color: #17A539;
}

.ss_user .ss_left_main .active .ss_menu a {
  color: #626262;
}

.ss_user .ss_menu a .ss_menu_en {
  font-weight: normal;
}

.ss_left_main li .ss_menu_show_bnt {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
}

.ss_left_main .ss_link_icon {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 30px;
  height: 30px;
  content: " ";
  background: url(../image/logo/pic.png) no-repeat 12px 1px;
}

.ss_left_main .active a.ss_year {
  background-color: #fff;
  color: #17A539;
}

.ss_menu_sub_ul {
  text-align: center;
  display: none;
}

.ss_menu_sub {}

.ss_left_main li.active .ss_menu_sub_ul {
  display: block;
}

.ss_menu_sub_ul .ss_menu_sub {
  width: 115px;
  border-bottom: 2px solid #d9d9d9;
}

.ss_menu_sub_ul .ss_menu_sub.active a {
  border-bottom: 1px solid #17A539;
}

.ss_main {
  float: left;
  width: 910px;
  padding: 10px 0px;
  margin-left: 20px;
}

.ss_enroll_banner {
  position: relative;
  margin: 0 0 20px 0;
  width: 100%;
  min-height: 100px;
}

.ss_enroll_banner img {
  display: block;
  max-width: 100%;
}

.ss-aicard-btn {
  margin-top: 10px;
  display: block;
  position: relative;
  color: #fff;
}

.ss-aicard-btn img {
  display: block;
  width: 100%;
}

.ss-aicard-btn .i-info {
  position: absolute;
  width: 360px;
  left: 20px;
  bottom: 35px;
  font-size: 18px;
  line-height: 1.8;
}

.ss-aicard-btn .i-info .i-title {
  font-size: 24px;
}

.ss-aicard-btn .i-info a.i-help {
  display: block;
  border-top: 1px solid #fff;
  font-size: 16px;
  color: #ccc;
}

.ss-aicard-btn a.i-free-btn {
  color: #fff;
  position: absolute;
  right: 110px;
  bottom: 30px;
  display: block;
  border-radius: 20px;
  background-image: linear-gradient(to right, #129b63, #5b5bbb);
  padding: 3px 3px;
}

.ss-aicard-btn .i-free-btn span {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  padding: 5px 12px;
}

.ss_dasai_leave {
  position: absolute;
  display: block;
  right: 0;
  background: url(../image/bg-time.png) no-repeat;
  color: #fff;
  font-size: 14px;
  height: 92px;
  line-height: 20px;
  padding-top: 8px;
  text-align: center;
  width: 76px;
  z-index: 99;
}

.ss_dasai_leave b {
  color: #f00;
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
}

.ss_main .ss_head {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.ss_main h3,
.ss_center_box h3 {
  padding: 10px;
  text-align: center;
  font-size: 13px;
}

.ss_main h4 {
  font-size: 14px;
}

.ss_main h4.title_en {
  font-size: 13px;
}

.ss_center_box {
  width: 960px;
}

.ss_form_lb {
  display: inline-block;
  box-sizing: border-box;
  width: 120px;
  text-align: right;
  padding: 0 10px;
  vertical-align: top;
  color: #333;
}

.ss_form_ct {
  margin: 0;
  flex: 1;
}

.ss_form_help_head {
  margin: 20px 0;
  color: #999;
}

.ss_form_help {
  color: #999;
}

.ss_fieldset {
  margin-top: 20px;
  border: 1px solid #ccc;
}

.ss_form_head,
.ss_form_content {
  padding: 15px 20px;
}

.ss_submit_box {
  margin-top: 40px;
  padding: 15px 70px;
  border-top: 1px solid #ccc;
  font-weight: 700;
  text-align: center;
}

.ss_had_bind_mobile,
.ss_had_bind_email {
  display: none;
}

.ss_save_btn {
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background-color: #17A539;
  border: none;
  outline: none;
  font-size: 24px;
  cursor: pointer;
}

.ss_line {
  display: block;
  margin-bottom: 20px;
  height: 1px;
  background-color: #ccc;
}

.ss_form_item {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
}
.ss_form_item.ss_form_item_title { 
  display: block;
}

.ss_form_item .ss_form_item_field {
  float: left;
  display: block;
  width: 780px;
  line-height: 30px;
}

.ss_form_field {
  display: inline-block;
  clear: both;
  width: 650px;
}

.ss_form_field .i-tips {
  margin-top: 5px;
  color: #999;
}

.ss_profile_form .ss_form_item textarea {
  width: 650px;
}

.ss_form_item input,
.ss_form_item select,
.ss_form_item textarea {
  box-sizing: border-box;
  color: #333;
}

.ss_form_item input,
.ss_form_item select {
  width: 325px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
}

.ss_form_item input.ss_bind_code {
  width: 150px;
}

.ss_radio_lb,
.ss_checkbox_lb {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin-right: 10px;
}

.ss_form_field .ss_radio_lb,
.ss_form_field .ss_checkbox_lb {
  height: auto;
  line-height: normal;
}
.ss_form_field .ss_radio_lb+.ss_radio_lb,
.ss_form_field .ss_checkbox_lb+.ss_checkbox_lb{
  margin-top: 1em;
}


.ss_form_lb.ss_require:before {
  display: inline-block;
  color: red;
  content: "*";
  margin-right: 2px;
}

.ss_work_detail .ss_form_lb.ss_require:before {
  content: "";
}

.ss_form_item input[type="radio"] {
  width: 14px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.ss_form_item input[type="checkbox"] {
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
}

.ss_form_item input[type="file"] {
  height: auto;
  line-height: inherit;
}

.ss_form_item input[readonly] {
  background-color: #f4f4f4;
}

.ss_form_item .ss_short_field {
  width: 88px;
  margin-right: 30px;
}

#native_place_province,
#native_place_city,
#contact_province,
#contact_city {
  width: 148px;
}

.ss_list_count {
  float: right;
  color: #999;
}

.ss_list_count i {
  color: #17A539;
}

.ss_table {
  width: 910px;
}

.ss_table thead {
  border-top: solid 1.5px #ccc;
  border-bottom: solid 1px #ccc;
}

.ss_table tbody tr {
  border-bottom: solid 1px #ccc;
}

.ss_table th,
.ss_table td {
  padding: 8px 5px;
}

.ss_table th {
  background-color: #f4f4f4;
}

.ss_list_btn {
  padding: 3px 5px;
  background-color: #17A539;
  border: solid 1px #17A539;
  color: #fff;
}

.ss_list_btn_2 {
  padding: 3px 5px;
  color: #17A539;
  border: solid 1px #17A539;
  background-color: #ebf5ed;
}

a.ss_list_btn:hover {
  color: #fff;
}

.ss_had_sent {
  display: inline-block;
  width: 72px;
}

.ss_had_sent.fa-check::before {
  color: #17A539;
  margin-right: 5px;
}

.ss_tab_head {
  margin-top: 10px;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
  height: 40px;
  box-sizing: border-box;
  cursor: pointer;
}

.ss_tab_head .ss_tab_item {
  display: inline-block;
  margin: 0 5px;
  padding-bottom: 10px;
  box-sizing: border-box;
  height: 41px;
  line-height: 30px;
  font-size: 14px;
}

.ss_tab_head .ss_tab_item.active {
  color: #17A539;
  border-bottom: 3px solid #17A539;
}

.ss_tab_content .ss_tab_item {
  display: none;
}

.ss_tab_content .ss_tab_item.active {
  display: block;
}

.ss_msg_item {
  position: relative;
  padding: 10px 1px;
  border-bottom: 1px dashed #ccc;
  height: 48px;
  overflow: hidden;
}

.ss_msg_item.active {
  display: block;
}

.ss_msg_avatar {
  float: left;
  margin-right: 10px;
  width: 48px;
  height: 48px;
}

.ss_msg_avatar a {
  display: inline-block;
  cursor: pointer;
}

.ss_msg_date {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
}

.ss_msg_item_title {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ss_msg_item_content {
  position: relative;
  padding-right: 30px;
  margin-left: 58px;
}

.ss_msg_read {
  position: absolute;
  right: 0;
  bottom: 3px;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/static/image/common/op.png) no-repeat 0 -40px;
}

.ss_uploader {
  background-color: #f4f4f4;
  padding: 20px;
}

.ss_uploader .ss_title {
  padding: 0;
  font-size: 16px;
  border: none;
}

.ss_uploader .ss_dnd {
  margin: 20px 0;
  padding: 50px 0;
  border: 1px dashed #ccc;
  text-align: center;
  min-height: 120px;
}

.ss_uploader .ss_dnd.webuploader-dnd-over {
  border-color: #16aa3a;
}

.ss_uploader .ss_drag_tip {
  padding: 10px;
  font-size: 16px;
}

.ss_simple_uploader .ss_drag_tip {
  font-size: 12px;
}

.ss_uploader .ss_or_tip {
  padding: 10px;
}

.ss_uploader .ss_upload_bnt {
  display: inline-block;
}

.ss_simple_uploader {}

.ss_uploader_img_wrap {
  overflow: visible;
}

.ss_uploader_img_box {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 100px;
  height: 120px;
}

.ss_simple_uploader .filelist {
  position: absolute;
}

.ss_simple_uploader .ss_title {
  padding: 0;
  font-size: 16px;
  border: none;
}

.ss_simple_uploader .ss_dnd {
  position: relative;
  text-align: center;
  background-color: #f4f4f4;
  width: 100%;
  height: 100%;
}

.ss_simple_uploader .placeholder {
  background-color: #f4f4f4;
  width: 100%;
  height: 100%;
}

.ss_simple_uploader .placeholder.ss_member_pic_placeholder {
  background: #f4f4f4 url(../image/member_pic.jpg) no-repeat center;
  background-size: contain;
}

.ss_simple_uploader .placeholder.ss_member_idcard_pic_placeholder {
  background: #f4f4f4 url(../image/member_idcard_pic.jpg) no-repeat center;
  background-size: contain;
}

.ss_simple_uploader .ss_drag_tip {
  font-size: 13px;
  height: 120px;
  display: inline-block;
  padding: 5px;
  color: #9c9c9c;
}

.ss_simple_uploader .ss_or_tip {
  padding: 10px;
}

.ss_simple_uploader .ss_upload_bnt {
  display: inline-block;
}

.ss_syn_bbs_box {
  margin-top: 10px;
}

.ss_syn_lb {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 20px;
}

.ss_upload_field {
  display: inline-block;
}

.ss_upload_field .ss_img_help {
  position: relative;
  display: inline-block;
  height: 122px;
  width: 400px;
}

.ss_upload_field .ss_img_help_txt {
  position: absolute;
  left: 5px;
  bottom: 0;
}

.ss_upload_field img {
  display: block;
  margin-bottom: 10px;
}

.ss_upload_field input {
  padding: 0;
}

.ss_upload_btn {
  display: block;
  border: 1px solid #ccc;
  width: 100px;
  height: 23px;
  line-height: 23px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}

.ss_simple_uploader .ss_upload_btn {
  float: left;
  margin-top: 20px;
}

.ss_upload_btn input[type="file"] {
  display: none;
}

#uploader_pic img,
#uploader_idcard_pic img {
  max-width: 100%;
  max-height: 100%;
}

.ss_uploader * {
  box-sizing: border-box;
}

.ss_old_img_item {
  position: relative;
  background-color: #f4f4f4;
}

.ss_simple_uploader .ss_old_img_item {
  float: left;
  width: 100%;
  height: 100%;
}

.ss_work_list_wrap {
  width: 650px;
}

.ss_work_detail .ss_work_list_wrap {
  margin-top: 20px;
  width: 510px;
}

.ss_work_list {
  background-color: #f4f4f4;
  padding: 12px 0 0 65px;
  overflow: hidden;
}

.ss_work_detail .ss_work_list {
  background-color: transparent;
  padding: 0;
}

.ss_work_list li {
  position: relative;
  float: left;
  width: 255px;
  height: 165px;
  text-align: center;
  margin: 0 10px 10px 0;
}

.ss_work_list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.ss_work_list li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss_work_list li&gt;a {
  position: relative;
  display: inline-block;
  width: 255px;
  height: 165px;
}

.ss_work_list li&gt;a.i-type-rar {
  background: url("/source/plugin/eeff_saishi/image/rar_icon.png") no-repeat center;
}

.ss_work_list li&gt;a .i-title {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  text-align: center;
}

.ss_uploader .file-list {
  background-color: #f4f4f4;
  padding: 12px 0 0 65px;
  overflow: hidden;
}

.ss_uploader .file-list .item[data-file-id] {
  position: relative;
  float: left;
  width: 255px;
  height: 165px;
  text-align: center;
  margin: 0 10px 10px 0;
  background-color: #ccc;
}

.ss_uploader .file-list .item[data-file-id] img {
  width: 100%;
}

.file-list .item[data-file-id] .progress,
.ss_uploader .file-list .error {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  color: green;
  justify-content: center;
  align-items: center;
  word-break: break-all;
  z-index: 1;
}

.ss_uploader .file-list .error {
  color: #f00;
}

.file-list .item[data-file-id] .delete {
  position: absolute;
  top: 0;
  right: 3px;
  color: red;
  display: none;
  z-index: 9;
}

.ss_work_detail .ss_work_list li {
  margin: 0;
}

.ss_uploader .filelist {
  padding: 5px 39px;
}

.ss_uploader .filelist li,
.ss_simple_uploader .filelist li {
  position: relative;
  display: inline;
  margin: 5px;
  width: 255px;
  height: 165px;
  background-repeat: no-repeat;
  text-align: center;
  float: left;
  overflow: hidden;
  font-size: 12px;
}

.ss_simple_uploader .filelist li {
  width: 100%;
}

.ss_uploader .filelist:after,
.ss_simple_uploader .filelist:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}

.ss_uploader .filelist li p.title,
.ss_simple_uploader .filelist li p.title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 5px;
  text-indent: 5px;
  text-align: left;
}

.ss_uploader .filelist li p.imgWrap,
.ss_simple_uploader .filelist li p.imgWrap {
  position: relative;
  z-index: 2;
  line-height: 165px;
  vertical-align: middle;
  overflow: hidden;
  width: 255px;
  height: 165px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webit-transition: 200ms ease-out;
  -moz-transition: 200ms ease-out;
  -o-transition: 200ms ease-out;
  -ms-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.ss_simple_uploader .filelist li p.imgWrap {
  width: auto;
  max-width: 260px;
}

.filelist .file-panel,
.ss_old_img_item .file-panel {
  position: absolute;
  height: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 300;
  cursor: move;
}

.filelist .error {
  position: absolute;
  left: 0;
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: auto;
  z-index: 299;
  color: red;
}

.work_over_size {
  color: red;
}

.filelist .file-panel span,
.ss_old_img_item .file-panel span {
  width: 24px;
  height: 24px;
  display: inline;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../image/webuploader/icons.png) no-repeat;
  margin: 5px 1px 1px;
  cursor: pointer;
}

.filelist .file-panel span.rotateLeft {
  background-position: 0 -24px;
}

.filelist .file-panel span.rotateLeft:hover {
  background-position: 0 0;
}

.filelist .file-panel span.rotateRight {
  background-position: -24px -24px;
}

.filelist .file-panel span.rotateRight:hover {
  background-position: -24px 0;
}

.filelist .file-panel span.cancel,
.ss_old_img_item .file-panel span.cancel {
  background-position: -48px -24px;
}

.filelist .file-panel span.cancel:hover,
.ss_old_img_item .file-panel span.cancel:hover {
  background-position: -48px 0;
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.ss_uploader .file-picker .webuploader-pick {
  margin-bottom: 10px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #17A539;
  border: none;
  font-size: 13px;
  font-weight: 700;
  border-radius: 0;
}

.ss_uploader .file-picker .webuploader-pick-hover {
  opacity: .9;
}

.ss_simple_uploader .ss_upload_btn .webuploader-pick {
  margin-bottom: 10px;
  padding: 0;
  height: 100%;
  width: 100%;
  line-height: 23px;
  color: #9c9c9c;
  background-color: #fff;
  border: none;
  font-size: 13px;
  font-weight: 700;
  border-radius: 0;
}

.ss_uploader .statusBar {
  height: 30px;
  padding: 0;
  line-height: 30px;
  vertical-align: middle;
  position: relative;
}

.ss_uploader .statusBar .progress {
  border: 1px solid #17A539;
  width: 198px;
  background: #fff;
  height: 18px;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  color: #17A539;
  position: relative;
  margin: 0 10px 0 0;
}

.ss_uploader .statusBar .progress span.percentage {
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #17A539;
  position: absolute;
}

.ss_uploader .statusBar .progress span.text {
  position: relative;
  z-index: 10;
}

.ss_uploader .statusBar .info {
  display: inline-block;
  font-size: 13px;
  color: #666666;
}

.ss_uploader .statusBar .info a.retry {
  text-decoration: underline;
}

.ss_uploader .statusBar .btns {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 28px;
}

.ss_uploader .statusBar .btns .webuploader-pick,
.ss_uploader .statusBar .btns .uploadBtn,
.ss_uploader .statusBar .btns .uploadBtn.state-uploading,
.ss_uploader .statusBar .btns .uploadBtn.state-paused {
  background: #ffffff;
  border: 1px solid #cfcfcf;
  color: #565656;
  padding: 0 10px;
  display: inline-block;
  border-radius: 0;
  margin-left: 10px;
  cursor: pointer;
  font-size: 14px;
  float: left;
}

.ss_uploader .statusBar .btns .uploadBtn {
  background: #17A539;
  color: #fff;
  border-color: transparent;
}

.ss_uploader .statusBar .btns .webuploader-container {
  display: inline-block;
  float: left;
}

.file-list .image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.file-list .image-wrap.i-type-rar {
  background: url("/source/plugin/eeff_saishi/image/rar_icon.png") no-repeat center;
}

.file-list .image-wrap.i-type-video {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #ccc;
}

.file-list .image-wrap.i-type-other {
  background-color: #eee;
}

a.i-type-other:before {
  color: #ccc;
  font-size: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a[href$=".pdf"].i-type-other:before,
a[href$=".PDF"].i-type-other:before {
  content: "PDF";
}
a[href$=".docx"].i-type-other:before,
a[href$=".DOCX"].i-type-other:before {
  content: "DOCX";
}

.file-list .image-wrap a {
  display: block;
  min-height: 200px;
  color: initial;
}

.file-list .image-wrap .i-title {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}

.ss_print_wrap {
  margin-top: 50px;
  width: 1000px;
  border-top: 1px solid #000;
}

.ss_print_wrap .ss_btn {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 0;
  width: 145px;
  height: 24px;
  line-height: 24px;
  background-color: #17A539;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.ss_print_wrap .ss_btn.ss_btn_modify {
  margin: 0 50px 0 300px;
  height: auto;
}

.ss_print_wrap .ss_btn.ss_btn_modify.disable {
  margin: 0 10px 0 150px;
}

.ss_print_wrap .ss_btn.ss_btn_send {
  background-color: #e57011;
  margin-right: 80px;
  padding-left: 12px;
  padding-right: 12px;
  width: auto;
  height: auto;
}

.ss_print_wrap .ss_btn.ss_btn_send.disable {
  padding-left: 12px;
  padding-right: 12px;
}

.ss_print_wrap a.ss_btn:hover {
  color: #fff;
}

.ss_btn .ss_bnt_en {
  display: block;
  font-size: 13px;
}

.ss_print_wrap .ss_btn.disable {
  background-color: #999 !important;
  cursor: not-allowed;
}

.ss_print_comm {
  margin: 10px 0;
}

.ss_stat_content {
  height: 118px;
  margin: 40px 0 90px 0;
}

.ss_enroll_success_tip {
  margin-top: 15px;
  background-color: #ebebec;
  border: 2px solid #17A539;
  width: 909px;
  text-align: center;
}

.ss_enroll_success_tip p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.ss_enroll_success_tip .est_title {
  margin: 10px;
  font-size: 28px;
  font-weight: 700;
}

.ss_enroll_success_tip .est_line {
  display: inline-block;
  background-color: #000;
  width: 90px;
  height: 2px;
  vertical-align: middle;
}

.ss_enroll_success_tip .est_title_txt {
  padding: 0 30px;
}

.ss_topic_no,
.ss_wno_tody,
.ss_wno_all {
  float: left;
  margin-right: 18px;
  width: 278px;
  height: 118px;
  color: #fff;
  background-color: #16aa86;
  text-align: center;
}

.ss_wno_tody {
  background-color: #17aa66;
}

.ss_wno_all {
  background-color: #16aa3a;
}

.ss_stat_content .ss_stat_no_warp {
  margin-top: 30px;
}

.ss_stat_content .ss_stat_no_warp img {
  vertical-align: middle;
}

.ss_stat_content .ss_stat_no_warp em {
  margin-left: 3px;
  font-size: 22px;
  vertical-align: middle;
}

.ss_print_btn_box {
  text-align: center;
}

.ss_zuweihui .ss_print_wrap .ss_btn {
  width: 210px;
}

.ss_zuweihui_work_add .ss_fieldset {
  border: none;
  padding: 0;
}

.ss_zuweihui_work_add .ss_form_content {
  padding: 0;
}

.ss_sf_item {
  float: left;
  margin-right: 12px;
  height: 32px;
  line-height: 32px;
}

.ss_zwh_sf {
  overflow: hidden;
}

.ss_pu_title {
  margin-top: 10px;
  color: #16aa3a;
}

.ss_pu_title {
  color: #16aa3a;
}

.ss_pickup_warp {
  margin: 20px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.ss_pu_fields {
  margin-top: 10px;
  overflow: hidden;
}

.ss_zwh_sf .ss_sf_item input,
.ss_zwh_sf .ss_sf_item select {
  min-width: 80px;
  margin-left: 5px;
  height: 24px;
  line-height: 24px;
}

.ss_zwh_sf input.ss_search_btn,
.ss_search_btn {
  background-color: #16aa3a;
  color: #fff;
  border: none;
  height: 30px;
  width: 80px;
  cursor: pointer;
}

.ss_zwh_sf .ss_sf_item .ss_btn {
  width: 96px;
  height: 30px;
  line-height: 30px;
}

.ss_pu_fields li {
  float: left;
  width: 150px;
}

.ss_pickup_warp .ss_pu_btn_box {
  margin-top: 5px;
}

.ss_pu_btn_box .ss_btn {
  margin-bottom: 10px;
  width: 96px;
  height: 30px;
  line-height: 30px;
}

.ss_pickup_warp .ss_pu_btn_box {
  text-align: center;
}

.ss_zwh_sf .ss_sf_item input.ss_oval,
.ss_zwh_sf .ss_sf_item select.ss_oval {
  height: 100%;
  border-radius: 5px;
  outline: none;
}

.ss_search_wrap {
  display: inline-block;
  height: 28px;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  padding: 0 5px;
}

.ss_zwh_sf .ss_sf_item .ss_search_wrap input {
  border: none;
  padding: 0;
  margin: 0;
  height: 28px;
  vertical-align: top;
}

.ss_zwh_sf .ss_sf_item .ss_search_wrap input.ss_submit_btn {
  width: auto;
  background-color: transparent;
  *background-color: #fff;
}

.ss_zwh_sf_warp {
  margin-bottom: 20px;
  background-color: #f4f4f4;
  height: 70px;
}

.ss_zwh_sf_warp .ss_zwh_sf {
  padding: 20px;
}

.ss_page_tips {
  color: #17A539;
}

.work_list_page .ss_list_count {
  font-size: 14px;

}

.ss_work_thumb_list {
  overflow: hidden;
}

.ss_work_thumb_list li {
  position: relative;
  float: left;
  width: 300px;
  margin-bottom: 18px;
  border: 1px solid #d1d1d1;
  overflow: hidden;
}

.ss_work_thumb_list li .bg-red-tri {
  position: absolute;
  top: -100px;
  right: -100px;
  background-color: red;
  width: 160px;
  height: 160px;
  transform: rotate(40deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.ss_work_thumb_list li .bg-star,
.ss_work_thumb_list li .bg-vote {
  position: absolute;
  display: block;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #fff;
}

.ss_work_thumb_list li .bg-vote {
  background: url(../image/vote_a_white.png) 0 0 no-repeat;
}

.ss_work_thumb_list li .bg-star {
  background: url(../image/star_a_white.png) 0 0 no-repeat;
}

.ss_work_thumb_list li .mark-title {
  position: absolute;
  display: block;
  top: 5px;
  right: 5px;
  width: 13px;
  color: #fff;
  line-height: 1.2;
}

.ss_work_thumb_list li .tri-down {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 30px 30px 0;
  border-style: solid;
  border-color: red transparent transparent;
}

.ss_work_thumb_list li .tri-left {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 30px 30px 30px 0;
  border-style: solid;
  border-color: transparent red transparent transparent;
}

.ss_work_thumb_list li .thumb_title {
  display: block;
  padding: 0 15px 0 15px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 46px;
  line-height: 46px;
}

.ss_work_thumb_list li .thumb {
  padding: 0 15px;
}

.ss_work_thumb_list li .thumb img {
  width: 270px;
  height: 175px;
}

.ss_work_thumb_list li .thumb_foot {
  padding: 8px 15px 18px 15px;
}

.ss_work_thumb_list .thum_uploat_time {
  float: right;
}

.ss_work_thumb_list li .mask {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #000;
  opacity: 0.6;
  filter: Alpha(opacity=60);
}

.ss_work_thumb_list li .detail {
  position: absolute;
  display: none;
  top: 130px;
  left: 124px;
}

.ss_work_thumb_list li:hover .mask,
.ss_work_thumb_list li:hover .detail {
  display: block;
}

.ss_work_thumb_list li .detail .ss_btn {
  padding: 5px 8px;
}

.ss_full_mask {
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  display: none;
}

.ss_work_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 999;
  display: none;
}

.ss_work_part {
  box-sizing: content-box;
  padding: 5px 108px;
  margin-top: 20px;
  width: 793px;
  color: #fff;
  font-size: 22px;
}

.ss_work_part_group {
  margin-left: 3em;
}

.ss_work_part_star {
  margin-left: 3em;
}

.ss_pop_warp {
  box-sizing: content-box;
  margin-bottom: 68px;
  width: 955px;
  height: 600px;
  background: #fff;
  overflow: auto;
}

.ss_pop_box {
  padding: 28px 108px;
}

.ss_work_header {
  overflow: hidden;
}

.ss_work_opt_tips {
  margin: 10px 0 0 0;
  text-align: left;
}

.ss_work_pop .ss_work_opt_tips+h2 {
  margin-top: 10px;
}

.ss_work_header:after {
  display: block;
  content: ' ';
  clear: both;
}

.ss_work_no {
  float: left;
  padding: 10px 5px;
  background-color: #fc5050;
  border-radius: 3px;
  color: #fff;
}

.ss_work_star_title {
  float: left;
  margin-left: 5px;
  padding: 10px 5px;
  background-color: #fc5050;
  border-radius: 3px;
  color: #fff;
}

.ss_work_pingwei_usernames {
  float: left;
  margin-left: 5px;
}

.ss_work_star {
  float: right;
  padding: 8px 10px;
  background-color: #f9f9f9;
  border-radius: 3px;
  color: #949494;
  border: 1px solid #D1D1D2;
  cursor: pointer;
}

.ss_work_sign {
  float: right;
  padding: 8px 10px;
  background-color: #f9f9f9;
  border-radius: 3px;
  color: #949494;
  border: 1px solid #D1D1D2;
  cursor: pointer;
}

a.ss_work_sign_pingwei_cancel:hover,
.ss_work_sign_pingwei_cancel {
  color: red;
  border-color: red;
}

.ss_work_pop h2 {
  margin-top: 35px;
  font-size: 22px;
}

.ss_work_desc {
  text-align: left;
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 14px;
}

.ss_works li {
  margin-bottom: 15px
}

.ss_works li img {
  max-width: 100%
}

a.ss_slider_left,
a.ss_slider_right {
  position: fixed;
  display: inline-block;
  left: 50%;
  top: 50%;
  margin-top: -45px;
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 80px;
}

a.ss_slider_left {
  margin-left: -620px;
}

a.ss_slider_right {
  margin-left: 530px;
}

.ss_slider_left span,
.ss_slider_right span {
  display: inline-block;
  margin-top: 9px;
  width: 40px;
  height: 72px;
  background: url(../image/slider_btn_icon.png) no-repeat;
}

.ss_slider_left span {
  background-position: 0 -87px;
}

.ss_slider_left:hover,
.ss_slider_right:hover {
  background-color: #d9d9d9;
}

.ss_slider_left:hover span {
  background-position: -46px -87px;
}

.ss_slider_right:hover span {
  background-position: -46px 0;
}

.ss_score_wrap {
  text-align: left;
  overflow: hidden;
  font-size: 14px;
}

.ss_score_wrap dt {
  text-align: left;
  font-size: 16px;
  margin: 20px 0;
}

.ss_score_item {
  margin: 10px 0;
  overflow: hidden;
  border: 1px solid #e8e8e8;
}

.ss_score_row {
  display: flex;
  padding: 5px;
}

.ss_score_user {
  flex: 2;
}

.ss_score_score {
  flex: 5;
}

.ss_score_comm {
  min-height: 50px;
  border-top: 1px solid #e8e8e8;
}

.ss_score_form {
  overflow: hidden;
}

.ss_field_item {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
}

#grade_form .ss_field_item label,
#grade_form .ss_field_item input,
#grade_form .ss_field_item textarea {
  float: none;
}

#grade_form .ss_field_item {
  text-align: center;
}

#grade_form .ss_field_group_item .ss_field_item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}

#grade_form .ss_field_item .input_help {
  margin-left: 5px;
  color: #999;
}

#grade_form .ss_field_item.i-title {
  margin-bottom: 0;
  font-size: 18px;
}

#grade_form .ss_field_item input[name="score"] {
  width: 68px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}

#grade_form .ss_field_item input.i-submit {
  background-color: #16aa3a;
}

#grade_form .ss_field_item input.i-submit+.i-cancel {
  margin-left: 5px;
}

.ss-score-star-wrap {
  display: inline-block;
}

.ss-score-star-wrap fa {
  font-size: 28px;
}

.ss_field_item label,
.ss_field_item input,
.ss_field_item textarea {
  float: left;
}

.ss_score_form .ss_field_item label {
  display: inline-block;
  width: 60px;
}

.ss-score-star-wrap a.i-star {
  color: #9c9c9c;
  font-size: 45px;
  margin-right: 3px;
}

.ss-score-star-wrap .i-star:nth-child(10):after {
  content: "";
  display: block;
}

.ss-score-star-wrap[data-star="1"] a.i-star:nth-child(1),
.ss-score-star-wrap[data-star="2"] a.i-star:nth-child(-n+2),
.ss-score-star-wrap[data-star="3"] a.i-star:nth-child(-n+3),
.ss-score-star-wrap[data-star="4"] a.i-star:nth-child(-n+4),
.ss-score-star-wrap[data-star="5"] a.i-star:nth-child(-n+5),
.ss-score-star-wrap[data-star="6"] a.i-star:nth-child(-n+6),
.ss-score-star-wrap[data-star="7"] a.i-star:nth-child(-n+7),
.ss-score-star-wrap[data-star="8"] a.i-star:nth-child(-n+8),
.ss-score-star-wrap[data-star="9"] a.i-star:nth-child(-n+9),
.ss-score-star-wrap[data-star="10"] a.i-star:nth-child(-n+10),
.ss-score-star-wrap[data-star="11"] a.i-star:nth-child(-n+11),
.ss-score-star-wrap[data-star="12"] a.i-star:nth-child(-n+12),
.ss-score-star-wrap[data-star="13"] a.i-star:nth-child(-n+13),
.ss-score-star-wrap[data-star="14"] a.i-star:nth-child(-n+14),
.ss-score-star-wrap[data-star="15"] a.i-star:nth-child(-n+15),
.ss-score-star-wrap[data-star="16"] a.i-star:nth-child(-n+16),
.ss-score-star-wrap[data-star="17"] a.i-star:nth-child(-n+17),
.ss-score-star-wrap[data-star="18"] a.i-star:nth-child(-n+18),
.ss-score-star-wrap[data-star="19"] a.i-star:nth-child(-n+19),
.ss-score-star-wrap[data-star="20"] a.i-star:nth-child(-n+20) {
  color: #16aa3a;
}

.ss_grade_btn {
  background-color: #fc5050;
  color: #fff;
  border: 0;
  padding: 10px 40px;
  border-radius: 5px;
  cursor: pointer;
}

.ss_field_item input {
  text-align: center;
}

.ss_field_item textarea {
  width: 600px;
}

.ss_star_a,
.ss_star_b,
.ss_sign_a,
.ss_sign_b,
.ss_vote_a,
.ss_vote_b {
  display: inline-block;
  vertical-align: middle;
  background: url(../image/star_a.png) 0 0 no-repeat;
  width: 20px;
  height: 20px;
}

.ss_star_b {
  background: url(../image/star_b.png) 0 0 no-repeat;
}

.ss_vote_a {
  background: url(../image/vote_a.png) 0 0 no-repeat;
}

.ss_vote_b {
  background: url(../image/vote_b.png) 0 0 no-repeat;
}

.ss_sign_a {
  background: url(../image/vote_a.png) 0 0 no-repeat;
}

.ss_sign_b {
  background: url(../image/vote_b.png) 0 0 no-repeat;
}

.ss_msg_form_wrap {
  padding: 15px;
  overflow: hidden;
}

.ss_msg_fitem {
  overflow: hidden;
  clear: both;
  margin-bottom: 15px;
}

.ss_msg_flabel {
  float: left;
  width: 75px;
}

.ss_msg_ffield {
  float: left;
  width: 365px;
  border-radius: 5px;
  outline: none;
  padding: 2px 5px;
}

.ss_msg_ffield_btn_wrap {
  text-align: center;
}

.ss_msg_ffield .ss_btn {
  border-radius: 3px;
  padding: 2px 20px;
}

.eeff_pg {
  color: #fafafc
}

.eeff_pg.pg a {
  background-color: #fafafa;
  border-color: #e7e7e7;
}

.eeff_pg.pg a:hover {
  background-color: #16aa3a;
  color: #fff;
}

.eeff_pg.pg a.nxt:after {
  margin-left: 4px;
}

.eeff_pg.pg label {
  height: 28px;
  margin-left: 20px;
  padding: 0;
  border: 0;
  color: #939393;
}

.eeff_pg.pg label .px {
  width: 26px;
  height: 26px;
  text-align: center;
  border: 1px solid #e7e7e7;
  background-color: #fafafa;
  color: #333;
  outline: none;
}

.eeff_pg .go {
  background-color: #fafafa;
  border: 1px solid #e7e7e7;
  width: 26px;
  height: 26px;
  font-size: 12px;
  padding: 0;
  box-sizing: content-box;
  margin-left: 4px;
  cursor: pointer;
}

.eeff_pg.pg a {
  color: #333;
}

.eeff_pg.pg a.nxt:after {
  border-left-color: #333;
}

.eeff_pg.pg a:hover.nxt:after {
  border-left-color: #fff;
}

.eeff_pg.pg a.prev:before {
  border-right-color: #333;
}

.eeff_pg.pg a:hover.prev:before {
  border-right-color: #fff;
}

.ss_express_guide {
  margin-top: 50px;
  width: 970px;
  padding: 15px;
  background: #f8f8f8;
}

.ss_express_guide h2 {
  font-size: 26px;
  font-weight: normal;
}

.ss_express_guide .ss_tips {
  margin: 20px 0 5px 0;
}

.ss_receive_info,
.ss_express_info {
  border: 1px solid #ccc;
  background-color: #fff;
  overflow: hidden;
}

.ss_receive_info .item,
.ss_express_info .item {
  float: left;
  padding: 8px 15px;
  width: 954px;
  height: 30px;
  font-size: 18px;
}

.ss_express_info .item.ss_postage_subsidy_account {
  width: 449px;
  border-left: 1px solid #ccc;
}

.ss_receive_info .item span {
  color: #000;
}

.ss_receive_info .ss_receive_name {
  width: 453px;
}

.ss_receive_info .ss_receive_tel {
  width: 454px;
}

.ss_receive_info .ss_receive_name {
  border-right: 1px solid #ccc;
}

.ss_receive_info .ss_receive_addr,
.ss_express_info .ss_express_trace {
  border-top: 1px solid #ccc;
}

.ss_express_info .ss_express_shipper {
  width: 119px;
  border-right: 1px solid #ccc;
}

.ss_express_info .ss_express_shipper select,
.ss_express_info .ss_express_shipper input,
.ss_express_info select,
.ss_express_info input {
  border: none;
  padding: 0;
  background: none;
  outline: none;
  font-size: 18px;
}

.ss_express_info input {
  width: 100%;
}

.ss_express_info .ss_express_shipper select {
  margin-left: 18px;
  height: 30px;
}

.ss_express_info .ss_express_logistic {
  width: 680px;
}

.ss_express_info .item.ss_express_submit {
  width: 108px;
  padding: 0;
}

.ss_express_info .item.ss_express_submit input {
  padding: 8px 15px;
  width: 108px;
  height: 46px;
  background: #17a539;
  color: #fff;
  cursor: pointer;
}

.ss_express_info .ss_express_trace {
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #83878a;
}

.ss_express_trace .last {
  color: #ff5b00;
}

.ss_express_trace .col_first {
  width: 100px;
  padding: 5px 0 5px 10px;
  text-align: center;
}

.ss_express_trace .status {
  width: 30px;
  padding: 8px;
  background: url(../image/express_icon.png) -28px -36px no-repeat;
}

.ss_express_trace .context {
  padding-right: 20px;
}

.ss_express_trace.order_desc .status {
  background-position: 15px -34px;
}

.ss_express_trace .status.status_first {
  background-position: 15px -74px;
}

.ss_express_trace .status.status_last {
  background-position: 13px 14px;
}

.ss_express_trace .status.status_wait {
  background-position: -28px -74px;
}

.ss_express_trace .day {
  font-size: 12px;
}

.ss_express_trace .time {
  font-size: 16px;
}

.ss_express_trace .trace_empty {
  height: 100px;
  text-align: center;
}

.ss_express_trace .trace_empty img {
  margin-right: 10px;
  vertical-align: middle;
}

.ss_postage_subsidy {
  margin-top: 8px;
  padding: 0 8px;
  color: #fff;
  background: #17a539;
  font-size: 16px;
  line-height: 36px;
}

.ss_source {
  position: relative;
  display: inline-block;
  width: 812px;
  height: 117px;
  background: url('../image/ziyuan1.jpg') no-repeat center top;
}

.ss_source_o {
  background: url('../image/ziyuan2.jpg') no-repeat center top;
}

.ss_source p {
  position: absolute;
  padding: 0 10px;
  top: 70px;
  left: 190px;
  color: #fff;
  font-size: 16px;
  background: #000;
}

a.ss_certificate {
  display: inline-block;
  width: 93px;
  height: 117px;
  background: url(../image/zhengshu1.jpg);
}

a.ss_certificate_o {
  background: url(../image/zhengshu2.jpg);
}

.ss_fwin_title {
  position: relative;
  height: 36px;
}

.ss_fwin_title a.ss_close {
  position: absolute;
  display: inline-block;
  right: 5px;
  color: red;
  font-size: 24px;
}

.ss_source_dese {
  padding: 8px;
  min-width: 400px;
  min-height: 200px;
}

.ss_source_tips {
  text-align: center;
  padding: 50px;
  font-size: 18px;
  color: red;
  "

}

.ss_simple_uploader .file-picker .webuploader-pick {
  margin-top: 5px;
  width: 325px;
  padding: 5px 0;
  border: 1px solid #ccc;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background: #eee;
  color: #333;
}

.ss_simple_uploader .file-picker .webuploader-pick.webuploader-pick-hover {
  color: #000;
  border-color: #333;
}

.ss_simple_uploader .statusBar {
  margin: 8px 0 0 0;
  height: 8px;
  padding: 0;
  line-height: 10px;
  vertical-align: middle;
}

.ss_simple_uploader .statusBar .progress {
  width: 100%;
  background: #EBEBEB;
  height: 8px;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 10px;
  color: #6dbfff;
  position: relative;
  margin: 0;
  border-radius: 3px;
}

.ss_simple_uploader .statusBar .progress span.percentage {
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #09BB07;
  position: absolute;
}

.ss_simple_uploader .statusBar .progress span.text {
  position: relative;
  z-index: 10;
}

.ss_simple_uploader .statusBar .info {
  display: inline-block;
  font-size: 14px;
  color: #666666;
}

.ss_simple_uploader .statusBar .btns {
  position: absolute;
  top: 10px;
  right: 20px;
  line-height: 40px;
}

/* 底部右侧固定导航 */
.ss_right_nav {
  position: fixed;
  right: 10px;
  bottom: 465px;
  z-index: 999998;
  width: 40px;
  height: 58px;
}

.ss_right_nav li {
  width: 40px;
  height: 40px;
  margin-top: 8px;
  background: url(../image/nav_right.png) no-repeat;
  position: relative;
}

.ss_right_nav li.qq_icon {
  background-position: 0 0;
}

.ss_right_nav li i {
  position: absolute;
  right: 41px;
  top: 50%;
  margin-top: -5px;
  width: 8px;
  height: 11px;
  background: url(../image/border.png) no-repeat;
}

.ss_right_nav li .show_left {
  width: 100px;
  height: 40px;
  position: absolute;
  right: 47px;
  border: 1px solid #d5d5d5;
  background: #fff;
  text-align: center;
  line-height: 40px;
  color: #333;
  font-size: 14px;
  top: 0;
}

.ss_right_nav li.qq_icon a {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.ss_right_nav li.tel_icon {
  background-position: -80px 0;
}

.ss_right_nav li .show_left {
  font-size: 12px;
}

.ss_right_nav li .child {
  line-height: 18px;
  position: absolute;
  right: 47px;
  top: -25px;
  width: 115px;
  height: 79px;
  padding: 7px 0 0 10px;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  box-shadow: 0 0 10px #c3c3c3;
}

.ss_right_nav li .child span {
  display: block;
  color: #333;
  font-size: 11px;
}

.ss_right_nav li .child em {
  display: block;
  color: #cc0066;
  font-size: 13px;
  font-style: normal;
}

.ss_right_nav li .input_info {
  position: absolute;
  right: 47px;
  top: -59px;
  box-shadow: 0 0 10px #c3c3c3;
}

.ss_right_nav li .input_con {
  width: 268px;
  padding: 10px;
  border: 1px solid #c3c3c3;
  background-color: #fff;
}

.ss_right_nav li .input_info .input_con textarea {
  border: 1px solid #999;
  color: #ccc;
  font: 12px "微软雅黑";
  height: 50px;
  max-width: 253px;
  outline: medium none;
  padding: 15px;
  resize: none;
  vertical-align: top;
  width: 236px;
}

.ss_right_nav li .input_info .input_con input {
  background: #cc0066;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font: 12px/36px "微软雅黑";
  height: 36px;
  margin-top: 10px;
  text-align: center;
  width: 145px;
}

.ss_right_nav li .input_info .input_con input:hover {
  background: #ff0066;
}

.layer-work-sent.layui-layer {
  width: 500px;
  border-radius: 5px;
  box-sizing: border-box;
}

.layer-work-sent .layui-layer-title {
  color: #595959;
  font-size: 30px;
  text-align: center;
  background: #fff;
  font-weight: 600;
  padding: 20px 0 0 0;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.layer-work-sent.layui-layer .layui-layer-content {
  color: #545454;
  font-size: 18px;
  text-align: center;
  padding: 12px 80px;
}

.layer-work-sent .layui-layer-btn {
  padding-bottom: 25px;
}

.layer-work-sent .layui-layer-btn a {
  margin: 0 5px;
  padding: 10px 32px;
  background: #16aa3a;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  border: 0;
  border-radius: 3px;
}

.layer-work-sent .layui-layer-btn .layui-layer-btn1 {
  background: #aaaaaa;
}

.ss-collect-tabs {
  display: flex;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
  justify-content: center;
}

.ss-collect-tabs a.i-item {
  padding: 5px 15px;
}

.ss-collect-tabs a.i-item.active {
  color: #16aa3a;
  border-bottom: 3px solid #16aa3a;
  margin-bottom: -2px;
}</pre></body></html>