@import url(prism.css);
/*font size*/
/* margin */
/* padding */
/* color */
/*** General::Reset ***/
* {
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  font-family: "-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif"; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  outline: none; }

a, button, input[type="button"], input[type="submit"] {
  cursor: pointer; }

i, em, del, address, cite {
  font-style: normal; }

ol, ul {
  list-style-type: none; }

img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

a, area {
  text-decoration: none;
  outline: none;
  color: inherit; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

a {
  color: #f9f9f9; }
  a:hover {
    color: #f8f8f8;
    text-decoration: underline; }

input::-webkit-input-placeholder, input::-moz-placeholder {
  color: inherit;
  line-height: inherit; }

input[type="radio"], input[type="checkbox"] {
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px; }

mark {
  background: none; }

hr {
  border: none;
  border-top: 1px #F0F2F7 solid; }

h3, h4, h5, h6 {
  font-weight: normal; }

html, body {
  position: relative;
  height: 100%;
  background: linear-gradient(to right, #6eb04f 50%, #63aa4a 0);
  background-size: 30px 100%; }

body {
  overflow: auto;
  color: white;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .65px; }

[class^="icon-"], [class*=" icon-"] {
  margin: 0 5px; }

.rel {
  position: relative; }

.abs {
  position: absolute; }

.fix {
  position: fixed; }

.sticky {
  position: sticky; }

.lt {
  text-align: left; }

.rt {
  text-align: right; }

.cen {
  text-align: center; }

.autoImg {
  width: auto;
  max-width: 100%;
  height: auto; }

.inlineBlock {
  display: inline-block; }

.block {
  display: block; }

.blockCen {
  margin: 0 auto; }

.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.textOverline {
  text-decoration: overline; }

.textThroughline {
  text-decoration: line-through; }

.textUnderline {
  text-decoration: underline; }

.fl {
  float: left; }

.fr {
  float: right; }

.vc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.vhc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.justifyAlign {
  text-align: justify;
  text-align-last: justify; }

.translateX {
  -webkit-transform: translateX(-1);
  transform: translateX(-1); }

.translateY {
  -webkit-transform: translateY(-1);
  transform: translateY(-1); }

.indent {
  text-indent: 2em; }

.cl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.hide {
  display: none; }

.omit {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1986; }

.textPrimary {
  color: #76188c; }

.textSecondary {
  color: #8c1ba5; }

.textSuccess {
  color: #28a745; }

.textDanger {
  color: #dc3545; }

.textWarning {
  color: #ffc107; }

.textInfo {
  color: #8590a6; }

.textLight {
  color: #f8f9fa; }

.textDark {
  color: #343a40; }

.textBlue {
  color: #3bb4f2; }

.textWhite {
  color: white; }

.text999 {
  color: #999; }

.text666 {
  color: #666; }

.text333 {
  color: #333; }

.radius2 {
  border-radius: 2px; }

.radius3 {
  border-radius: 3px; }

.radius4 {
  border-radius: 4px; }

.radius5 {
  border-radius: 5px; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.bgPrimary {
  background: #76188c; }

.bgSecondary {
  background: #8c1ba5; }

.bgThirdly {
  background: #dcc5e2; }

.bgSuccess {
  background: #28a745; }

.bgDanger {
  background: #dc3545; }

.bgWarning {
  background: #ffc107; }

.bgInfo {
  background: #8590a6; }

.bgLight {
  background: #f8f9fa; }

.bgDark {
  background: #343a40; }

.bgWhite {
  background: white; }

.bgBlue {
  background: #3bb4f2; }

.bgBdColor {
  background: #F0F2F7; }

.border {
  border-color: #F0F2F7;
  border-width: 1px;
  border-style: solid; }
  .border.border-right {
    border-width: 0;
    border-right-width: 1px;
    border-color: transparent;
    border-right-color: #F0F2F7; }
  .border.border-left {
    border-width: 0;
    border-left-width: 1px;
    border-color: transparent;
    border-left-color: #F0F2F7; }
  .border.border-top {
    border-width: 0;
    border-top-width: 1px;
    border-color: transparent;
    border-top-color: #F0F2F7; }
  .border.border-bottom {
    border-width: 0;
    border-bottom-width: 1px;
    border-color: transparent;
    border-bottom-color: #F0F2F7; }

.f-30 {
  font-size: 30px; }

.f-28 {
  font-size: 28px; }

.f-26 {
  font-size: 26px; }

.f-24 {
  font-size: 24px; }

.f-22 {
  font-size: 22px; }

.f-20 {
  font-size: 20px; }

.f-18 {
  font-size: 18px; }

.f-16 {
  font-size: 16px; }

.f-14 {
  font-size: 14px; }

.f-12 {
  font-size: 12px; }

.m-30 {
  margin: 30px; }

.ml-30 {
  margin-left: 30px; }

.mt-30 {
  margin-top: 30px; }

.mr-30 {
  margin-right: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.m-25 {
  margin: 25px; }

.ml-25 {
  margin-left: 25px; }

.mt-25 {
  margin-top: 25px; }

.mr-25 {
  margin-right: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.m-20 {
  margin: 20px; }

.ml-20 {
  margin-left: 20px; }

.mt-20 {
  margin-top: 20px; }

.mr-20 {
  margin-right: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.m-15 {
  margin: 15px; }

.ml-15 {
  margin-left: 15px; }

.mt-15 {
  margin-top: 15px; }

.mr-15 {
  margin-right: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.m-10 {
  margin: 10px; }

.ml-10 {
  margin-left: 10px; }

.mt-10 {
  margin-top: 10px; }

.mr-10 {
  margin-right: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.m-5 {
  margin: 5px; }

.ml-5 {
  margin-left: 5px; }

.mt-5 {
  margin-top: 5px; }

.mr-5 {
  margin-right: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.p-30 {
  padding: 30px; }

.pl-30 {
  padding-left: 30px; }

.pt-30 {
  padding-top: 30px; }

.pr-30 {
  padding-right: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.p-25 {
  padding: 25px; }

.pl-25 {
  padding-left: 25px; }

.pt-25 {
  padding-top: 25px; }

.pr-25 {
  padding-right: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.p-20 {
  padding: 20px; }

.pl-20 {
  padding-left: 20px; }

.pt-20 {
  padding-top: 20px; }

.pr-20 {
  padding-right: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.p-15 {
  padding: 15px; }

.pl-15 {
  padding-left: 15px; }

.pt-15 {
  padding-top: 15px; }

.pr-15 {
  padding-right: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.p-10 {
  padding: 10px; }

.pl-10 {
  padding-left: 10px; }

.pt-10 {
  padding-top: 10px; }

.pr-10 {
  padding-right: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.p-5 {
  padding: 5px; }

.pl-5 {
  padding-left: 5px; }

.pt-5 {
  padding-top: 5px; }

.pr-5 {
  padding-right: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.size-s {
  padding: 2.5px 5px !important;
  font-size: 12px !important; }

.size-m {
  padding: 5px 10px !important;
  font-size: 14px !important; }

.size-l {
  padding: 7.5px 15px !important;
  font-size: 14px !important; }

.size-xl {
  padding: 10px 20px !important;
  font-size: 16px !important; }

.wrap {
  width: 950px;
  margin: 0 auto; }

.flexWrap {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .flexWrap .flex {
    flex: auto; }
    .flexWrap .flex.flexFix {
      flex: 1; }

footer {
  background: radial-gradient(black 15%, transparent 16%) 0 0, radial-gradient(black 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 8px 9px;
  background-color: #282828;
  background-size: 16px 16px; }

@media screen and (max-width: 800px) {
  .wrap {
    width: 100%; }
  .yd {
    padding: 15px; }
  .goods {
    margin-top: 0 !important; }
    .goods .flexWrap {
      display: block; }
      .goods .flexWrap img {
        margin: 0 auto;
        display: block; }
  .yd_rotate {
    transform: rotate(90deg);
    width: auto;
    margin: 0 auto; }
  footer .flexWrap {
    display: block; }
    footer .flexWrap .bgLight {
      margin: 0 auto; }
    footer .flexWrap .flex {
      margin-top: 20px; } }
