
/* line 18, ../sass/_icons.scss */
.icons {
  display: inline-block;
}

/* line 14, ../sass/_icons.scss */
.icon-like-normal {
  background-image: url('../img/icons-s24ebbce3b9.png');
  background-position: 0 -40px;
  height: 23px;
  width: 24px;
}

/* line 14, ../sass/_icons.scss */
.icon-slider-left {
  background-image: url('../img/icons-s24ebbce3b9.png');
  background-position: 0 -98px;
  height: 35px;
  width: 20px;
}

/* line 14, ../sass/_icons.scss */
.icon-slider-left-active {
  background-image: url('../img/icons-s24ebbce3b9.png');
  background-position: 0 -63px;
  height: 35px;
  width: 20px;
}

/* line 14, ../sass/_icons.scss */
.icon-slider-right {
  background-image: url('../img/icons-s24ebbce3b9.png');
  background-position: 0 -168px;
  height: 34px;
  width: 20px;
}

/* line 14, ../sass/_icons.scss */
.icon-slider-right-active {
  background-image: url('../img/icons-s24ebbce3b9.png');
  background-position: 0 -133px;
  height: 35px;
  width: 20px;
}

/* line 14, ../sass/_icons.scss */
.icon-delete {
  background-image: url('../img/icons-s24ebbce3b9.png');
  background-position: 0 -20px;
  height: 20px;
  width: 20px;
}

/* line 14, ../sass/_icons.scss */
.icon-add {
  background-image: url('../img/icons-s24ebbce3b9.png');
  background-position: 0 0;
  height: 20px;
  width: 20px;
}

/* line 1, ../sass/_form.scss */
.st-form {
  background-color: white;
  width: 1000px;
  margin: 50px auto;
  overflow-y: auto;
  font-size: 16px;
  color: #333;
}
/* line 5, ../sass/_form.scss */
.st-form .red-star {
  color: red;
}
/* line 6, ../sass/_form.scss */
.st-form .icon-add, .st-form .icon-delete {
  cursor: pointer;
}
/* line 7, ../sass/_form.scss */
.st-form .title {
  text-align: center;
  height: 54px;
  line-height: 54px;
  color: white;
  background-color: #333333;
  font-size: 18px;
}
/* line 11, ../sass/_form.scss */
.st-form h2 {
  text-align: center;
  color: #333;
  font-size: 24px;
  background-color: #f6f6f6;
  height: 70px;
  line-height: 70px;
  margin-bottom: 60px;
}
/* line 16, ../sass/_form.scss */
.st-form .form-control {
  padding-left: 200px;
  margin-bottom: 30px;
  position: relative;
}
/* line 18, ../sass/_form.scss */
.st-form .form-control > label {
  width: 73px;
  text-align: right;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
  line-height: 20px;
  padding-top: 2px;
}
/* line 21, ../sass/_form.scss */
.st-form .form-control > label.normal {
  width: auto;
  margin-right: 3px;
  margin-left: 5px;
}
/* line 26, ../sass/_form.scss */
.st-form .form-control textarea, .st-form .form-control input {
  height: 30px;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  outline: none;
  background-color: #f6f6f6;
  padding: 20px;
  display: inline-block;
}
/* line 29, ../sass/_form.scss */
.st-form .form-control textarea:focus, .st-form .form-control input:focus {
  border-color: #90c31f;
  box-shadow: 0 0 5px 2px #dde6d7;
}
/* line 33, ../sass/_form.scss */
.st-form .form-control textarea.input-full, .st-form .form-control input.input-full {
  width: 513px;
}
/* line 37, ../sass/_form.scss */
.st-form .form-control input[type="radio"] {
  vertical-align: top;
  height: 20px;
}
/* line 38, ../sass/_form.scss */
/* .st-form .form-control textarea {
  width: 513px;
  height: 209px;
  resize: none;
} */
/* line 39, ../sass/_form.scss */
.st-form .form-control input[type="text"] {
  height: 30px;
  padding: 0 10px;
}
/* line 42, ../sass/_form.scss */
.st-form .form-control input[type="text"].input-small {
  width: 139px;
}
/* line 45, ../sass/_form.scss */
.st-form .form-control input[type="text"].input-half {
  width: 280px;
}
/* line 50, ../sass/_form.scss */
.st-form .form-control select {
  width: 280px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  outline: none;
  background: #F6F6F6;
}
/* line 52, ../sass/_form.scss */
.st-form .form-control .submit {
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
  margin: 0 auto;
  width: 123px;
  margin-left: -100px;
  height: 40px;
  background-color: #90c31f;
  color: white;
  line-height: 40px;
  padding: 0;
}
/* line 54, ../sass/_form.scss */
.st-form .form-control label.error {
  color: red;
  margin-left: 5px;
  width: auto;
}
/* line 58, ../sass/_form.scss */
.st-form .form-control label.radio {
  width: auto;
  margin-right: 30px;
  margin-left: 10px;
  padding-top: 0;
}
/* line 62, ../sass/_form.scss */
.st-form .form-control .logo-preview {
  display: inline-block;
  width: 140px;
  height: 140px;
  background-color: #e8e8e8;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  background-size: cover;
  color: #999999;
  text-align: center;
  line-height: 140px;
}
/* line 73, ../sass/_form.scss */
.st-form .form-control .btn.btn-normal {
  padding: 0 20px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  border: 1px solid #d3d3d3;
  background-color: #e5e5e5;
  border-radius: 2px;
  display: inline-block;
  background: -webkit-linear-gradient(bottom, #e5e5e5, #FFFFFF);
  background: -moz-linear-gradient(bottom, #e5e5e5, #FFFFFF);
  background: -ms-linear-gradient(bottom, #e5e5e5, #FFFFFF);
  background: -o-linear-gradient(bottom, #e5e5e5, #FFFFFF);
  vertical-align: top;
}
/* line 88, ../sass/_form.scss */
.st-form .form-control .btn.btn-normal:hover {
  background: -webkit-linear-gradient(top, #e5e5e5, #FFFFFF);
  background: -moz-linear-gradient(top, #e5e5e5, #FFFFFF);
  background: -ms-linear-gradient(top, #e5e5e5, #FFFFFF);
  background: -o-linear-gradient(top, #e5e5e5, #FFFFFF);
}
/* line 94, ../sass/_form.scss */
.st-form .form-control .btn.btn-normal.disabled {
  color: #999999;
}
/* line 96, ../sass/_form.scss */
.st-form .form-control .btn.btn-normal.disabled:hover {
  background: -webkit-linear-gradient(bottom, #e5e5e5, #FFFFFF);
  background: -moz-linear-gradient(bottom, #e5e5e5, #FFFFFF);
  background: -ms-linear-gradient(bottom, #e5e5e5, #FFFFFF);
  background: -o-linear-gradient(bottom, #e5e5e5, #FFFFFF);
}
/* line 106, ../sass/_form.scss */
.st-form .form-control p.tips {
  color: #999999;
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
}
/* line 116, ../sass/_form.scss */
.st-form .shetuan-card-list {
  font-size: 0;
  background-color: #f2f2f2;
  text-align: center;
  padding: 30px 0;
}
/* line 118, ../sass/_form.scss */
.st-form .shetuan-card-list li {
  display: inline-block;
  width: 228px;
  margin: 0 8px;
  border: 1px solid #e6e6e6;
  background-color: white;
  height: 235px;
  padding-top: 26px;
}
/* line 125, ../sass/_form.scss */
.st-form .shetuan-card-list li .shetuan-logo {
  border-radius: 50%;
  overflow: hidden;
  height: 103px;
  width: 103px;
  display: inline-block;
}
/* line 126, ../sass/_form.scss */
.st-form .shetuan-card-list li .shetuan-title {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
}
/* line 129, ../sass/_form.scss */
.st-form .shetuan-card-list li .desc {
  font-size: 14px;
  color: #7e8082;
  margin-top: 20px;
}
/* line 134, ../sass/_form.scss */
.st-form .green-tips {
  text-align: center;
  color: #759e1b;
  font-size: 16px;
  line-height: 85px;
}
/* line 141, ../sass/_form.scss */
.st-form .card-pagination {
  text-align: center;
}
/* line 143, ../sass/_form.scss */
.st-form .card-pagination li {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  color: #aaa9a9;
  margin: 0 3px;
}
/* line 147, ../sass/_form.scss */
.st-form .card-pagination li.active, .st-form .card-pagination li:hover {
  color: black;
}
/* line 153, ../sass/_form.scss */
.st-form .btn.btn-card {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #e5e5e5;
  text-align: center;
  color: #333;
  margin-top: 50px;
  width: 130px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background-color: white;
}
/* line 159, ../sass/_form.scss */
.st-form .btn.btn-card .normal {
  display: inline-block;
}
/* line 160, ../sass/_form.scss */
.st-form .btn.btn-card .hover {
  display: none;
}
/* line 161, ../sass/_form.scss */
.st-form .btn.btn-card:hover {
  background-color: #f2f2f2;
}
/* line 162, ../sass/_form.scss */
.st-form .btn.btn-card:hover .normal {
  display: none;
}
/* line 163, ../sass/_form.scss */
.st-form .btn.btn-card:hover .hover {
  display: inline-block;
}

/* line 1, ../sass/_mission-list.scss */
.st-card-mission-list-page {
  color: #333;
  width: 1057px;
  margin: 0 auto;
  padding-top: 60px;
}
/* line 3, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-list-filter {
  height: 70px;
  background-color: white;
  line-height: 70px;
  font-size: 24px;
  margin-bottom: 30px;
}
/* line 7, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-list-filter .fl {
  margin-left: 20px;
}
/* line 8, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-list-filter .fr {
  margin-right: 20px;
  width: 420px;
  border-collapse: collapse;
  margin-top: 8px;
  font-size: 0;
}
/* line 11, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-list-filter .fr .filter-item {
  font-size: 18px;
  display: inline-block;
  border: 1px solid #999;
  height: 40px;
  line-height: 40px;
  border-left-width: 0;
  width: 140px;
  text-align: center;
  background-color: #f6f6f6;
  cursor: pointer;
}
/* line 14, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-list-filter .fr .filter-item:first-child {
  border-left-width: 1px;
}
/* line 15, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-list-filter .fr .filter-item.active {
  color: #90c31f;
  background-color: white;
}
/* line 19, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-list-filter .fr .filter-item:hover {
  background-color: white;
}
/* line 26, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-item {
  background-color: white;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 20px;
}
/* line 30, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-item .thumb {
  width: 393px;
  height: 233px;
  position: relative;
  background-size: cover;
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
}
/* line 32, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-item .thumb .corner-flag {
  position: absolute;
  top: 0;
  left: 8px;
  width: 40px;
  line-height: 16px;
  padding: 8px 2px 10px 2px;
  height: 48px;
  text-align: center;
  color: white;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.7);
}
/* line 46, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-item .detail {
  display: inline-block;
  width: 345px;
  vertical-align: top;
}
/* line 48, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-item .detail .title {
  font-size: 20px;
  line-height: 54px;
}
/* line 51, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-item .detail .desc {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  height: 100px;
  overflow: hidden;
}
/* line 52, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-item .detail .price {
  border-top: 1px solid #e5e5e5;
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  padding-top: 10px;
}
/* line 53, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-item .detail .extend-desc {
  font-size: 14px;
  line-height: 32px;
}
/* line 55, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-item .info {
  width: 215px;
  display: inline-block;
  text-align: center;
}
/* line 58, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-item .info .statistic {
  font-size: 20px;
  line-height: 54px;
}
/* line 59, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-item .info .time {
  margin-top: 40px;
}
/* line 60, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-item .info .submit-mission-btn {
  width: 214px;
  background-color: #90c31f;
  text-align: center;
  height: 44px;
  color: white;
  line-height: 44px;
  font-size: 20px;
  border-radius: 2px;
  margin-top: 60px;
  cursor: pointer;
}
/* line 63, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-item .info .submit-mission-btn.disabled {
  background-color: #cccccc;
  cursor: auto;
}
/* line 66, ../sass/_mission-list.scss */
.st-card-mission-list-page .st-card-item .info .submit-mission-btn.orange {
  background-color: #f47b38;
}

/* line 1, ../sass/_popBox.scss */
.st-pop-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}
/* line 8, ../sass/_popBox.scss */
.st-pop-box .st-pop-content {
  background-color: #f6f6f6;
  border-radius: 2px;
  border: 1px solid #cccccc;
  padding: 20px 30px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 16, ../sass/_popBox.scss */
.st-pop-box .st-pop-content .st-pop-content-header {
  position: relative;
  margin-bottom: 20px;
}
/* line 18, ../sass/_popBox.scss */
.st-pop-box .st-pop-content .st-pop-content-header .close {
  position: absolute;
  background-image: url(../img/icon-close.png);
  right: 0;
  top: -5px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
/* line 25, ../sass/_popBox.scss */
.st-pop-box .st-pop-content .st-pop-content-header .title {
  color: #333;
  font-size: 16px;
}
/* line 30, ../sass/_popBox.scss */
.st-pop-box .st-pop-content .form-control {
  margin-bottom: 30px;
  position: relative;
}
/* line 33, ../sass/_popBox.scss */
.st-pop-box .st-pop-content .form-control input {
  height: 30px;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  outline: none;
  background-color: #f6f6f6;
  padding: 0 10px;
  display: inline-block;
}
/* line 36, ../sass/_popBox.scss */
.st-pop-box .st-pop-content .form-control input:focus {
  border-color: #90c31f;
  box-shadow: 0 0 5px 2px #dde6d7;
}
/* line 41, ../sass/_popBox.scss */
.st-pop-box .st-pop-content .form-control input.input-half {
  width: 260px;
}
/* line 47, ../sass/_popBox.scss */
.st-pop-box .st-pop-content .form-control select {
  width: 100px;
  line-height: 30px;
}
/* line 49, ../sass/_popBox.scss */
.st-pop-box .st-pop-content .form-control .submit {
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
  margin: 0 auto;
  width: 123px;
  margin-left: -100px;
  height: 40px;
  background-color: #90c31f;
  color: white;
  line-height: 40px;
  padding: 0;
}
/* line 51, ../sass/_popBox.scss */
.st-pop-box .st-pop-content .form-control label.error {
  color: red;
  margin-left: 5px;
  width: auto;
}
/* line 58, ../sass/_popBox.scss */
.st-pop-box .st-pop-content .form-control .btn.btn-normal {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  border: 1px solid #d3d3d3;
  background-color: #e5e5e5;
  border-radius: 2px;
  display: inline-block;
  background: -webkit-linear-gradient(bottom, #e5e5e5, #FFFFFF);
  background: -moz-linear-gradient(bottom, #e5e5e5, #FFFFFF);
  background: -ms-linear-gradient(bottom, #e5e5e5, #FFFFFF);
  background: -o-linear-gradient(bottom, #e5e5e5, #FFFFFF);
  vertical-align: top;
}
/* line 72, ../sass/_popBox.scss */
.st-pop-box .st-pop-content .form-control .btn.btn-normal:hover {
  background: -webkit-linear-gradient(top, #e5e5e5, #FFFFFF);
  background: -moz-linear-gradient(top, #e5e5e5, #FFFFFF);
  background: -ms-linear-gradient(top, #e5e5e5, #FFFFFF);
  background: -o-linear-gradient(top, #e5e5e5, #FFFFFF);
}
/* line 84, ../sass/_popBox.scss */
.st-pop-box .st-pop-content .form-school-list {
  width: 645px;
  border: 1px solid #e5e5e5;
  background: white;
  padding: 10px;
}
/* line 87, ../sass/_popBox.scss */
.st-pop-box .st-pop-content .form-school-list li {
  color: #2784bd;
  line-height: 24px;
  display: inline-block;
  background: url("../img/small-square.png") no-repeat left center;
  padding-left: 14px;
  width: 205px;
  cursor: pointer;
}
/* line 91, ../sass/_popBox.scss */
.st-pop-box .st-pop-content .form-school-list li:hover {
  text-decoration: underline;
}

/* line 2, ../sass/_st-form-card-list.scss */
.st-form-card-list li {
  height: 183px;
  width: 964px;
  background-color: #f6f6f6;
  color: #333;
  border: 1px solid #ececec;
  padding: 10px;
  display: inline-block;
  margin-bottom: 25px;
}
/* line 5, ../sass/_st-form-card-list.scss */
.st-form-card-list li .thumb {
  width: 157px;
  height: 157px;
  overflow: hidden;
  display: inline-block;
  margin-right: 20px;
  border: 1px solid #efefef;
  vertical-align: top;
  background-color: white;
}
/* line 9, ../sass/_st-form-card-list.scss */
.st-form-card-list li .thumb img {
  width: 100%;
  height: 100%;
}
/* line 13, ../sass/_st-form-card-list.scss */
.st-form-card-list li .detail {
  display: inline-block;
  width: 750px;
  text-align: left;
  vertical-align: top;
  position: relative;
  height: 157px;
}
/* line 16, ../sass/_st-form-card-list.scss */
.st-form-card-list li .detail h2 {
  font-size: 18px;
  padding: 0;
  margin: 20px 0 10px;
  line-height: 18px;
  text-align: left;
  height: 18px;
}
/* line 17, ../sass/_st-form-card-list.scss */
.st-form-card-list li .detail .desc {
  font-size: 16px;
  color: #999;
  line-height: 24px;
}
/* line 18, ../sass/_st-form-card-list.scss */
.st-form-card-list li .detail .btn {
  height: 30px;
  text-align: center;
  background-color: white;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  display: inline-block;
  width: 150px;
  line-height: 30px;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 23, ../sass/_st-form-card-list.scss */
.st-form-card-list li .detail .btn:hover, .st-form-card-list li .detail .btn.active {
  background-color: #90c31f;
  color: white;
}

/* line 8, ../sass/st-mission.scss */
body {
  background-image: none;
}

/* line 13, ../sass/st-mission.scss */
.st-title-middle-big {
  text-align: center;
  color: black;
  font-size: 24px;
  line-height: 24px;
  margin-top: 75px;
  margin-bottom: 40px;
}

/* line 22, ../sass/st-mission.scss */
.st-title-middle-big-sep {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 5px;
  background-color: black;
  margin-bottom: 30px;
}

/* line 32, ../sass/st-mission.scss */
.st-content.no-border .st-rw-box {
  border: none;
}
/* line 34, ../sass/st-mission.scss */
.st-content.no-border .st-rw-box .st-rw {
  position: relative;
}
/* line 38, ../sass/st-mission.scss */
.st-content.no-border .corner-flag {
  position: absolute;
  top: 0;
  left: 8px;
  width: 40px;
  line-height: 16px;
  padding: 8px 2px 10px 2px;
  height: 48px;
  text-align: center;
  color: white;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 54, ../sass/st-mission.scss */
.st-block-article {
  background-color: white;
  margin: 0 150px;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 70px;
}
/* line 62, ../sass/st-mission.scss */
.st-block-article p {
  text-indent: 2em;
  margin-top: 10px;
}
/* line 65, ../sass/st-mission.scss */
.st-block-article blockquote {
  padding: 0 45px;
}
/* line 68, ../sass/st-mission.scss */
.st-block-article .left {
  float: left;
  width: auto;
  height: auto;
  background-color: transparent;
  overflow-y: visible;
}
/* line 75, ../sass/st-mission.scss */
.st-block-article .right {
  float: right;
}
/* line 77, ../sass/st-mission.scss */
.st-block-article .title {
  height: 70px;
  padding: 0 45px;
  line-height: 70px;
  background-color: #dfdfdf;
  font-size: 24px;
  color: #999999;
}
/* line 86, ../sass/st-mission.scss */
.st-block-article .title-with-underline {
  font-size: 20px;
  color: black;
  border-bottom: 1px solid #f3f3f3;
  line-height: 40px;
  margin: 10px 45px;
  height: 40px;
}
/* line 92, ../sass/st-mission.scss */
.st-block-article .img-box {
  margin: 0 100px;
  border-bottom: 1px solid #d4d4c7;
  padding-bottom: 10px;
}
/* line 95, ../sass/st-mission.scss */
.st-block-article .img-box img {
  width: 100%;
}
/* line 98, ../sass/st-mission.scss */
.st-block-article .img-box .desc {
  font-size: 14px;
}
/* line 101, ../sass/st-mission.scss */
.st-block-article h2 {
  text-align: center;
  padding: 40px 0 30px;
}
/* line 104, ../sass/st-mission.scss */
.st-block-article p.text {
  margin: 0 100px 10px;
}

/* line 109, ../sass/st-mission.scss */
.st-content-full {
  position: absolute;
  top: 57px;
  left: 0px;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
