@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 18px !important;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}

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 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

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 {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-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-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td, table th {
  padding: 0;
}
table.table {
  border-collapse: collapse !important;
}
table.table td,
table.table th {
  background-color: #fff !important;
}
table.table-bordered th, table.table-bordered td {
  border: 1px solid #ddd !important;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  * :before, * *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a:visited {
    text-decoration: underline;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
select {
  background: #fff !important select [multiple];
  background-height: auto;
  background-width: auto;
}

/****/
.advf-wrap {
  background: #303942;
  font-size: 16px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .advf-wrap {
    padding-top: 45px;
  }
  .advf-wrap.show header, .advf-wrap.show .container .section #calendar {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .advf-wrap.show .event-container {
    z-index: 111111111;
  }
}
.advf-wrap a {
  color: #000;
  text-decoration: none;
  margin: auto;
}
.advf-wrap a:hover {
  color: #fe9801;
}
.advf-wrap a.close {
  line-height: 40px;
  text-align: center;
  font-weight: 100;
  height: 40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 40px;
  display: block;
  font-size: 3em;
  position: absolute;
  right: 0;
  top: 0;
  opacity: .8;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.advf-wrap a.close:hover {
  opacity: 1;
}
.advf-wrap header,
.advf-wrap header a {
  color: #fff;
}
.advf-wrap header .section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  background: #1F2732;
  height: 60px;
  line-height: 60px;
  position: fixed;
  width: 100%;
  z-index: 1111;
  top: 0;
}
@media screen and (max-width: 768px) {
  .advf-wrap header .section-container {
    height: 45px;
    line-height: 45px;
  }
}
.advf-wrap header .section-container .heading {
  font-size: 1em;
  color: #fff;
  width: 100%;
}
.advf-wrap header .section-container .head-logo {
  position: relative;
  overflow: hidden;
  font-size: 0;
  height: 90%;
  width: 200px;
  background: url(../images/nav_logo@2x_n.png) no-repeat left center;
  background-size: contain;
}
.advf-wrap header .section-container .space-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .advf-wrap header .section-container .space-item {
    display: none;
  }
}
.advf-wrap header .section-container .head_item .as-icon {
  font-size: 2em;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .advf-wrap header .section-container .head_item #setHomeBtn {
    display: none;
  }
}
.advf-wrap header .section-container .head_item.select {
  position: relative;
  z-index: 1;
}
.advf-wrap header .section-container .head_item.select a {
  line-height: 1.5em;
}
.advf-wrap header .section-container .head_item.select a.btn {
  display: block;
  width: 130px;
  background-color: #ff9e19;
  color: #fff;
  cursor: pointer;
  padding: 5px 20px 5px 10px;
  border-radius: 3px;
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 30px;
  background-image: url(https://images-na.ssl-images-amazon.com/images/G/01/amazonservices/site/ags/dropdown-arrows.png);
}
.advf-wrap header .section-container .head_item.select a:hover {
  color: #fff;
}
.advf-wrap header .section-container .head_item.select ul {
  width: 100%;
  list-style: none;
  padding: 15px 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  border-radius: 0 0 3px 3px;
  background-color: #ff9e19;
}
.advf-wrap header .section-container .head_item.select ul li a {
  display: block;
  padding: 5px 15px;
}
.advf-wrap header .section-container .head_item:hover a.btn, .advf-wrap header .section-container .head_item.show a.btn {
  border-radius: 3px 3px 0 0;
}
.advf-wrap header .section-container .head_item:hover.select ul, .advf-wrap header .section-container .head_item.show.select ul {
  display: block;
}
.advf-wrap header .section-container .head_item.follow .dialogue {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advf-wrap header .section-container .head_item.follow .dialogue a {
  color: #000;
}
.advf-wrap header .section-container .head_item.follow .dialogue .dialogue_container {
  padding: 1em;
  background: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #000;
  margin: auto;
  max-width: 100%;
}
.advf-wrap header .section-container .head_item.follow .dialogue .dialogue_container .wechat {
  max-width: 100%;
  display: block;
  max-width: 300px;
}
.advf-wrap header .section-container .head_item.follow .dialogue .dialogue_mask {
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.advf-wrap header .section-container .head_item.follow.show .dialogue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.advf-wrap header .section-container .head_item.follow.show .dialogue .dialogue_container {
  display: block;
}
.advf-wrap .container {
  width: 100%;
  margin: 0 auto;
}
@media all and (orientation: portrait) {
  .advf-wrap .container {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .advf-wrap .container {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .advf-wrap .container .section.head-hero {
    display: none;
  }
}
.advf-wrap .container .section.head-hero .section-container {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .advf-wrap .container .section.head-hero .section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.advf-wrap .container .section.head-hero .section-container .list-items {
  width: 100%;
  padding: 1em;
  background: #fff;
  text-align: center;
}
.advf-wrap .container .section.head-hero .section-container .list-items a {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .advf-wrap .container .section.head-hero .section-container .list-items a {
    margin: 10px;
    display: block;
  }
}
.advf-wrap .container .section.head-hero .section-container .list-items a span {
  display: inline-block;
  vertical-align: middle;
}
.advf-wrap .container .section.head-hero .section-container .list-items a span font {
  display: block;
  line-height: 1.1em;
}
.advf-wrap .container .section.head-hero .section-container .list-items a i {
  font-size: 1.4em;
  display: inline-block;
  vertical-align: sub;
}

.sc-calendar {
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sc-calendar .sc-header {
  height: 45px;
  font-size: 18px;
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 45px;
  /* margin-bottom: 10px; */
  padding: 0 1%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sc-calendar .sc-header {
    height: auto;
    display: block;
  }
}
.sc-calendar .sc-header select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: 0;
  outline: 0;
}
.sc-calendar .sc-header select::-ms-expand {
  display: none;
}
.sc-calendar .sc-header input {
  border-color: rgba(0, 0, 0, 0);
  padding: 0.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Microsoft Yahei";
  color: #606060;
}
.sc-calendar .sc-header > div.sc-actions div {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 2em;
  font-family: arial !important;
  font-weight: lighter;
  vertical-align: top;
}
.sc-calendar .sc-header > div.sc-actions:first-child {
  text-align: left;
  font-weight: bold;
  font-size: 1.2em;
}
.sc-calendar .sc-header > div.sc-actions:first-child .list-items.guide {
  display: none;
}
.sc-calendar .sc-header > div.sc-actions:first-child .list-items.guide a {
  font-size: 18px;
}
.sc-calendar .sc-header > div.sc-actions:first-child .list-items.guide a i {
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 4PX;
}
.sc-calendar .sc-header > div.sc-actions:first-child .list-items.guide a span {
  display: inline-block;
  vertical-align: middle;
}
.sc-calendar .sc-header > div.sc-actions:first-child .list-items.guide a span font {
  display: block;
  line-height: 1.1em;
}
.sc-calendar .sc-header > div.sc-actions:first-child .page-title {
  font-size: 18px;
  line-height: 1.3em;
  border-bottom: 1px solid #e8e8e8;
  display: block;
  padding-bottom: 4px;
  margin-bottom: 5px;
}
.sc-calendar .sc-header > div.sc-actions:first-child .page-title font:first-child {
  display: block;
  margin-top: 10px;
}
.sc-calendar .sc-header > div.sc-actions:first-child .page-title font:last-child {
  font-size: 12px;
  font-weight: normal;
  display: block;
}
@media screen and (min-width: 768px) {
  .sc-calendar .sc-header > div.sc-actions:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sc-calendar .sc-header > div.sc-actions:first-child .page-title {
    display: none;
  }
  .sc-calendar .sc-header > div.sc-actions:first-child .list-items.guide {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    font-size: 18px;
  }
  .sc-calendar .sc-header > div.sc-actions:first-child .list-items.guide a {
    margin-right: 10px;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .sc-calendar .sc-header > div.sc-actions:first-child {
    width: 100%;
    text-align: center;
  }
}
.sc-calendar .sc-header > div.sc-actions:nth-child(3) {
  text-align: right;
}
.sc-calendar .sc-header > div.sc-actions [title~="Countries"] {
  display: block;
}
.sc-calendar .sc-header .sc-actions {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sc-calendar .sc-header .sc-actions {
    width: auto;
    height: auto;
    display: inline-block;
  }
}
.sc-calendar .sc-header .sc-actions:last-child {
  width: auto;
  text-align: right;
  margin: 0 10px;
  /* @media screen and (min-width : 768px){
  	flex:1;
  } */
}
.sc-calendar .sc-header .sc-actions-big {
  width: 50%;
}
.sc-calendar .sc-body {
  clear: both;
  background-image: url("https://ss3.bdstatic.com/iPoZeXSm1A5BphGlnYG/skin/14.jpg?2");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sc-calendar .sc-body.background-1 {
  background-image: url(../images/month1.jpg);
}
.sc-calendar .sc-body.background-2 {
  background-image: url(../images/month2.jpg);
}
.sc-calendar .sc-body.background-3 {
  background-image: url(../images/month3.jpg);
}
.sc-calendar .sc-body.background-4 {
  background-image: url(../images/month4.jpg);
}
.sc-calendar .sc-body.background-5 {
  background-image: url(../images/month5.jpg);
}
.sc-calendar .sc-body.background-6 {
  background-image: url(../images/month6.jpg);
}
.sc-calendar .sc-body.background-7 {
  background-image: url(../images/month7.jpg);
}
.sc-calendar .sc-body.background-8 {
  background-image: url(../images/month8.jpg);
}
.sc-calendar .sc-body.background-9 {
  background-image: url(../images/month9.jpg);
}
.sc-calendar .sc-body.background-10 {
  background-image: url(../images/month10.jpg);
}
.sc-calendar .sc-body.background-11 {
  background-image: url(../images/month11.jpg);
}
.sc-calendar .sc-body.background-12 {
  background-image: url(../images/month12.jpg);
}
.sc-calendar .sc-body .sc-week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 10px solid rgba(255, 255, 255, 0.8);
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sc-calendar .sc-body .sc-week {
    background: none;
    border-bottom: 1px solid #ddd;
  }
}
.sc-calendar .sc-body .sc-week .sc-week-item {
  width: 14.285%;
  text-overflow: ellipsis;
  padding: .3em;
  background: rgba(208, 208, 208, 0.87);
}
@media screen and (max-width: 768px) {
  .sc-calendar .sc-body .sc-week .sc-week-item {
    font-size: .7em;
  }
}
.sc-calendar .sc-body .sc-week .sc-week-item:last-child {
  border-width: 1px 1px 1px 1px;
}
.sc-calendar .sc-body .sc-week .sc-week-item:nth-child(7n), .sc-calendar .sc-body .sc-week .sc-week-item:nth-child(7n+1) {
  color: #fff !important;
  background: rgba(54, 65, 80, 0.75);
}
.sc-calendar .sc-body .sc-week .sc-week-item b {
  margin-left: 5px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .sc-calendar .sc-body .sc-week .sc-week-item b {
    display: none;
  }
}
.sc-calendar .sc-body .sc-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 10px solid rgba(255, 255, 255, 0.8);
  border-top: 0;
}
@media screen and (min-width: 768px) {
  .sc-calendar .sc-body .sc-days {
    min-height: calc(100% - 130px);
  }
}
@media screen and (max-width: 768px) {
  .sc-calendar .sc-body .sc-days {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.sc-calendar .sc-body .sc-days .sc-item {
  font-weight: 600;
  color: #565555;
  width: 14.285%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.3);
  padding: 1%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* @media screen and (min-height: 800px){
  	min-height: calc((80vw - 63px) / 7);
  } */
  /*&:nth-child(7n), 
  &:nth-child(7n+1) {
  	background:#f8f8f8;
  	.day {
  		color: #999;
  	}
  }*/
}
.sc-calendar .sc-body .sc-days .sc-item:after {
  content: "";
  visibility: hidden;
  display: block;
  clear: both;
  height: 0px;
}
@media screen and (max-width: 768px) {
  .sc-calendar .sc-body .sc-days .sc-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: calc((100vw - 63px) / 7);
    border-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #eee;
  }
}
.sc-calendar .sc-body .sc-days .sc-item > div {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .sc-calendar .sc-body .sc-days .sc-item > div {
    display: block;
  }
}
.sc-calendar .sc-body .sc-days .sc-item > div.country {
  margin: 5px 0;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-box-align: start;
  -ms-flex-align: start;
  text-align: right;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .sc-calendar .sc-body .sc-days .sc-item > div.country {
    display: none;
  }
}
.sc-calendar .sc-body .sc-days .sc-item > div.country div {
  width: 50%;
  padding: 1px;
  position: relative;
  *width: 40px;
  width: 40px;
  max-width: 40px;
  display: inline-block;
}
.sc-calendar .sc-body .sc-days .sc-item > div.country span {
  position: absolute;
  bottom: 2px;
  right: 2px;
}
.sc-calendar .sc-body .sc-days .sc-item > div.country img {
  width: 100%;
}
.sc-calendar .sc-body .sc-days .sc-item > div b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  text-align: right;
  border: 1px solid #fff;
}
.sc-calendar .sc-body .sc-days .sc-item > div b.holiday_1 {
  background: red;
}
.sc-calendar .sc-body .sc-days .sc-item > div b.holiday_2 {
  background: blue;
}
.sc-calendar .sc-body .sc-days .sc-item > div b.holiday_3 {
  background: green;
}
.sc-calendar .sc-body .sc-days .sc-item > div b.holiday_4 {
  background: greenyellow;
}
.sc-calendar .sc-body .sc-days .sc-item > div b.holiday_5 {
  background: brown;
}
.sc-calendar .sc-body .sc-days .sc-item > div b.holiday_6 {
  background: cyan;
}
.sc-calendar .sc-body .sc-days .sc-item > div b.holiday_7 {
  background: blueviolet;
}
.sc-calendar .sc-body .sc-days .sc-item > div b.holiday_8 {
  background: chocolate;
}
.sc-calendar .sc-body .sc-days .sc-item .festival-icon {
  display: block;
  width: 100%;
  bottom: 10px;
  font-size: .7em;
  overflow: hidden;
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .sc-calendar .sc-body .sc-days .sc-item .festival-icon {
    text-align: center;
  }
}
.sc-calendar .sc-body .sc-days .sc-item .festival-icon span {
  position: static;
  display: block;
}
@media screen and (max-width: 768px) {
  .sc-calendar .sc-body .sc-days .sc-item .festival-icon span {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .sc-calendar .sc-body .sc-days .sc-item .festival-icon span font {
    display: none;
  }
}
.sc-calendar .sc-body .sc-days .sc-item.sc-active-day, .sc-calendar .sc-body .sc-days .sc-item.sc-selected, .sc-calendar .sc-body .sc-days .sc-item:hover {
  -webkit-box-shadow: 0 0 0 1px orange, 0 5px 1em rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 1px orange, 0 5px 1em rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  position: relative;
  z-index: 1;
  background: #fff;
}
.sc-calendar .sc-body .sc-days .sc-item .day-basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin-right: 4px;
  white-space: nowrap;
  /*min-width: 40px;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .sc-calendar .sc-body .sc-days .sc-item .day-basic {
    text-align: center;
    display: block;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.sc-calendar .sc-body .sc-days .sc-item .lunar-day {
  font-size: 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sc-calendar .sc-body .sc-days .sc-item .day {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .sc-calendar .sc-body .sc-days .sc-item .day {
    font-size: 1em;
  }
}
.sc-calendar .sc-body .sc-days .sc-item.sc-today {
  background-color: orange !important;
  color: white;
  border: 1px solid orange;
}
.sc-calendar .sc-body .sc-days .sc-item.sc-today .day {
  color: white !important;
}
.sc-calendar .sc-body .sc-days .sc-item.sc-today .week_no {
  color: white !important;
}
.sc-calendar .sc-body .sc-days .sc-item.sc-othermenth {
  color: transparent !important;
  pointer-events: none;
}
.sc-calendar .sc-body .sc-days .sc-item.sc-othermenth .day,
.sc-calendar .sc-body .sc-days .sc-item.sc-othermenth .lunar-day {
  /*color: #C1C0C0 !important;*/
  color: transparent !important;
}
.sc-calendar .sc-body .sc-days .sc-item.sc-othermenth .country,
.sc-calendar .sc-body .sc-days .sc-item.sc-othermenth .festival-icon {
  display: none;
}
.sc-calendar .sc-body .sc-days .sc-item.sc-othermenth.sc-today {
  background: rgba(255, 255, 255, 0.8) !important;
  border-color: transparent;
}
.sc-calendar .sc-body .sc-days .sc-item.sc-festival .lunar-day {
  color: #E00808;
}
.sc-calendar .sc-body .sc-days .sc-item.sc-mark {
  background-color: #E5FBFA;
}
.sc-calendar .sc-body .sc-days .sc-item .week_no {
  font-size: .8em;
  line-height: initial;
  color: #969696 !important;
  margin-top: auto;
  width: 100%;
  text-align: left;
}
.sc-calendar .sc-body .sc-days .sc-item-small {
  font-size: 10px !important;
}

.item-nolunar {
  padding-top: 20px;
}

.sc-return-today {
  border-radius: 5px;
  background: #ddd;
  padding: 5px;
}

.sc-time {
  display: block;
  margin-top: 3px;
  font-size: 0.8em;
}

@font-face {
  font-family: 'amazon-schedule-icons';
  src: url("fonts/amazon-schedule-icons.ttf?dtkuxz") format("truetype"), url("fonts/amazon-schedule-icons.woff?dtkuxz") format("woff"), url("fonts/amazon-schedule-icons.svg?dtkuxz#amazon-schedule-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.as-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'amazon-schedule-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.as-icon-download_thin:before {
  content: "\e901";
}

.as-icon-guide:before {
  content: "\e902";
}

.as-icon-wechat:before {
  content: "\e900";
}

.as-icon-home:before {
  content: "\ea16";
}

.as-icon-mail:before {
  content: "\ea17";
}
.as-icon-emap:before {
  content: "\ea18";
}
.sc-calendar {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.section.festival-schedule .schedule-wrap.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: auto;
  z-index: 1;
}

/* custem*/
.section {
  /* .section-wrapper{
  	margin:10px auto;
  	@media screen and (max-width: 768px){
  		margin: 0;
  	}
  } */
}
.section.festival-schedule .schedule-wrap {
  background: #fff;
  /* padding:1em; */
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section.festival-schedule .schedule-wrap {
    padding: 0;
  }
}
.section.festival-schedule .schedule-wrap .meta {
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  padding: 3px 10px;
  vertical-align: middle;
}
.section.festival-schedule .schedule-wrap .meta font {
  display: inline-block;
  vertical-align: middle;
}
.section.festival-schedule .schedule-wrap .meta span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.section.festival-schedule .schedule-wrap .windows_view {
  border-radius: 5px;
  background: #ddd;
  padding: 5px;
  margin-left: .8em;
  display: none;
}
.section.festival-schedule .schedule-wrap .windows_view:after {
  content: "全屏";
}
.section.festival-schedule .schedule-wrap.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: auto;
}
.section.festival-schedule .schedule-wrap.fullscreen .windows_view:after {
  content: "ESC缩小";
}
@media screen and (max-width: 768px) {
  .section.festival-schedule .schedule-wrap.fullscreen .windows_view:after {
    content: "缩小";
  }
}
.section.festival-schedule .schedule-wrap .schedule-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section.festival-schedule .schedule-wrap .event-container {
  width: 40%;
  /* height: 100%; */
  bottom: 0;
  max-width: 100%;
  min-width: 400px;
  border-left: 1px solid #f1ebe6;
  padding: 1em;
  position: fixed;
  background: #fff;
  right: 0;
  top: 60px;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section.festival-schedule .schedule-wrap .event-container.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .section.festival-schedule .schedule-wrap .event-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    bottom: 0;
    width: 100% !important;
    min-width: inherit;
    height: 100%;
    z-index: 1000;
    margin: 0;
    max-width: inherit;
    padding-top: 45px;
  }
}
.section.festival-schedule .schedule-wrap .event-container .event-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  height: 100%;
}
.section.festival-schedule .schedule-wrap .event-wrap .event-items {
  display: block;
  margin: 10px 0;
  position: relative;
  z-index: 1;
}
.section.festival-schedule .schedule-wrap .event-wrap .event-items .title {
  display: inline-block;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding: 5px 10px;
  color: #777;
  vertical-align: middle;
  position: relative;
}
.section.festival-schedule .schedule-wrap .event-wrap .event-items .title:after {
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.12);
  border-style: solid;
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -6px;
}
.section.festival-schedule .schedule-wrap .event-wrap .event-items .content {
  display: block;
  padding: 5px 10px;
}
.section.festival-schedule .schedule-wrap .event-wrap .event-items .content .flag {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 3px;
}
.section.festival-schedule .schedule-wrap .event-wrap .event-items .content .flag img {
  max-height: 1em;
}
.section.festival-schedule .schedule-wrap .event-wrap .event-items .festival-nav,
.section.festival-schedule .schedule-wrap .event-wrap .event-items .festival-country-nav {
  padding: 0;
  max-width: 100%;
  vertical-align: middle;
}
.section.festival-schedule .schedule-wrap .event-wrap .event-items .festival-nav ul,
.section.festival-schedule .schedule-wrap .event-wrap .event-items .festival-country-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section.festival-schedule .schedule-wrap .event-wrap .event-items .festival-nav ul li,
.section.festival-schedule .schedule-wrap .event-wrap .event-items .festival-country-nav ul li {
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 8px 0;
}
.section.festival-schedule .schedule-wrap .event-wrap .event-items .festival-nav ul li:hover,
.section.festival-schedule .schedule-wrap .event-wrap .event-items .festival-country-nav ul li:hover {
  background-color: rgba(31, 39, 50, 0.4);
}
.section.festival-schedule .schedule-wrap .event-wrap .event-items .festival-nav ul li.current,
.section.festival-schedule .schedule-wrap .event-wrap .event-items .festival-country-nav ul li.current {
  position: relative;
  background: #1F2732;
  color: #fff;
}
.section.festival-schedule .schedule-wrap .event-wrap .event-items .festival-nav ul li.current:after,
.section.festival-schedule .schedule-wrap .event-wrap .event-items .festival-country-nav ul li.current:after {
  position: absolute;
  left: 50%;
  /* content:""; */
  margin-left: -10px;
  bottom: -11px;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1F2732 transparent;
  display: block;
  width: 0;
  height: 0;
}
.section.festival-schedule .schedule-wrap .event-wrap .festival-content {
  background-image: url("https://ss3.bdstatic.com/iPoZeXSm1A5BphGlnYG/skin/14.jpg?2");
  height: 100%;
}
.section.festival-schedule .schedule-wrap .event-wrap .festival-content > div {
  min-height: 100%;
}
.section.festival-schedule .schedule-wrap .event-wrap .festival-content > div:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  pointer-events: none;
  left: 0;
}
.section.festival-schedule .schedule-wrap .event-wrap .festival-content,
.section.festival-schedule .schedule-wrap .event-wrap .festival-country-content {
  border-top: 1px solid;
  overflow: auto;
  background-size: cover;
  background-position: center;
  position: relative;
}
.section.festival-schedule .schedule-wrap .event-wrap .festival-content > div,
.section.festival-schedule .schedule-wrap .event-wrap .festival-country-content > div {
  padding: 10px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}
.section.festival-schedule .schedule-wrap .event-wrap .festival-content > div .event-items:first-child,
.section.festival-schedule .schedule-wrap .event-wrap .festival-country-content > div .event-items:first-child {
  margin: 0;
}
.section.festival-schedule .schedule-wrap .event-wrap .festival-content .hide,
.section.festival-schedule .schedule-wrap .event-wrap .festival-country-content .hide {
  display: none;
}
.section.festival-schedule .schedule-wrap .event-wrap .festival-country-content {
  margin-top: 0;
  padding-top: 10px;
}
.section.festival-schedule .schedule-wrap .event-wrap .festival-country-content > div {
  background: transparent;
}
@media screen and (max-width: 768px) {
  .section.festival-schedule .schedule-wrap .event-wrap > a.close {
    z-index: 2333223;
    color: #fff;
    left: 10px;
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
  }
  .section.festival-schedule .schedule-wrap .event-wrap > a.close:after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    border: 1px solid #fff;
    border-width: 0 0 2px 2px;
    margin: 12.5px;
  }
  .section.festival-schedule .schedule-wrap .event-wrap > .event-items:nth-child(2) {
    position: fixed;
    margin: 0;
    padding: 0;
    background: #1F2732;
    width: 100%;
    left: 0;
    top: 0;
    height: 45px;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    line-height: 45px;
    z-index: 1;
  }
  .section.festival-schedule .schedule-wrap .event-wrap > .event-items:nth-child(2) .title {
    display: none;
  }
  .section.festival-schedule .schedule-wrap .event-wrap > .event-items:nth-child(2) .content {
    padding: 0;
    margin: 0;
  }
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: auto !important;
}
.select2-container * {
  outline: 0;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container .select2-selection--single[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open {
  background: #ddd;
  -webkit-box-shadow: inset 0 0 0 1px #aaa;
          box-shadow: inset 0 0 0 1px #aaa;
  border-radius: 5px 5px 0 0;
  outline: 0;
}
.select2-container--open .select2-dropdown {
  left: 0;
  width: auto !important;
  -webkit-box-shadow: 0 0 12px 0 #888;
          box-shadow: 0 0 12px 0 #888;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: none;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field:-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  /* max-height: 200px; */
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.f32 {
  background: url("../images/sprite_gj.png") no-repeat top left;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-position: 0 -1088px;
}

.f32.NOFLAG {
  background-position: 0 -7520px;
}

.f32.BL {
  background-position: 0 0;
}

.f32.BM {
  background-position: 0 -32px;
}

.f32.BN, .f32.BRU {
  background-position: 0 -64px;
}

.f32.BO {
  background-position: 0 -96px;
}

.f32.BR, .f32.BRD, .f32.BRA {
  background-position: 0 -128px;
}

.f32.BS {
  background-position: 0 -160px;
}

.f32.BT {
  background-position: 0 -192px;
}

.f32.BW, .f32.BWA {
  background-position: 0 -224px;
}

.f32.BY, .f32.BLR {
  background-position: 0 -256px;
}

.f32.BZ {
  background-position: 0 -288px;
}

.f32.CA, .f32.CAD, .f32.CAN {
  background-position: 0 -320px;
}

.f32.CC {
  background-position: 0 -352px;
}

.f32.CD, .f32.COD {
  background-position: 0 -384px;
}

.f32.CF {
  background-position: 0 -416px;
}

.f32.CG {
  background-position: 0 -448px;
}

.f32.CH, .f32.CHF, .f32.CHE {
  background-position: 0 -480px;
}

.f32.CI, .f32.CIV {
  background-position: 0 -512px;
}

.f32.CK {
  background-position: 0 -544px;
}

.f32.CL {
  background-position: 0 -576px;
}

.f32.CM, .f32.CMR {
  background-position: 0 -608px;
}

.f32.CN, .f32.CNY, .f32.CHN {
  background-position: 0 -640px;
}

.f32.CO, .f32.COL {
  background-position: 0 -672px;
}

.f32.CR, .f32.CRI {
  background-position: 0 -704px;
}

.f32.CU {
  background-position: 0 -736px;
}

.f32.CV {
  background-position: 0 -768px;
}

.f32.CW {
  background-position: 0 -800px;
}

.f32.CX {
  background-position: 0 -832px;
}

.f32.CY {
  background-position: 0 -864px;
}

.f32.CZ, .f32.CZK, .f32.CZE {
  background-position: 0 -896px;
}

.f32.DE, .f32.DEU {
  background-position: 0 -928px;
}

.f32.DJ {
  background-position: 0 -960px;
}

.f32.DK, .f32.DKK, .f32.DNK {
  background-position: 0 -992px;
}

.f32.DM {
  background-position: 0 -1024px;
}

.f32.DO {
  background-position: 0 -1056px;
}

.f32.DOLLAR {
  background-position: 0 -1088px;
}

.f32.DZ, .f32.DZA {
  background-position: 0 -1120px;
}

.f32.EC, .f32.ECU {
  background-position: 0 -1152px;
}

.f32.EE, .f32.EST {
  background-position: 0 -1184px;
}

.f32.EG, .f32.EGY {
  background-position: 0 -1216px;
}

.f32.EH {
  background-position: 0 -1248px;
}

.f32.ER {
  background-position: 0 -1280px;
}

.f32.ES, .f32.ESP, .f32.SP {
  background-position: 0 -1312px;
}

.f32.ET {
  background-position: 0 -1344px;
}

.f32.EU, .f32.EUR {
  background-position: 0 -1376px;
}

.f32.FI, .f32.FIN {
  background-position: 0 -1408px;
}

.f32.FJ {
  background-position: 0 -1440px;
}

.f32.FK {
  background-position: 0 -1472px;
}

.f32.FM {
  background-position: 0 -1504px;
}

.f32.FO {
  background-position: 0 -1536px;
}

.f32.FR, .f32.FRA {
  background-position: 0 -1568px;
}

.f32.GA {
  background-position: 0 -1600px;
}

.f32.GB, .f32.EN, .f32.GBP, .f32.GBR {
  background-position: 0 -1632px;
}

.f32.GD {
  background-position: 0 -1664px;
}

.f32.GE, .f32.GEO {
  background-position: 0 -1696px;
}

.f32.GG {
  background-position: 0 -1728px;
}

.f32.GH, .f32.GHA {
  background-position: 0 -1760px;
}

.f32.GI {
  background-position: 0 -1792px;
}

.f32.GL {
  background-position: 0 -1824px;
}

.f32.GM {
  background-position: 0 -1856px;
}

.f32.GN {
  background-position: 0 -1888px;
}

.f32.GOLD, .f32.gold {
  background-position: 0 -1920px;
}

.f32.GQ {
  background-position: 0 -1952px;
}

.f32.GR, .f32.GRC {
  background-position: 0 -1984px;
}

.f32.GS {
  background-position: 0 -2016px;
}

.f32.GT, .f32.GTM {
  background-position: 0 -2048px;
}

.f32.GU {
  background-position: 0 -2080px;
}

.f32.GW {
  background-position: 0 -2112px;
}

.f32.GY {
  background-position: 0 -2144px;
}

.f32.HK, .f32.HKD {
  background-position: 0 -2176px;
}

.f32.HN {
  background-position: 0 -2208px;
}

.f32.HR {
  background-position: 0 -2240px;
}

.f32.HT {
  background-position: 0 -2272px;
}

.f32.HU, .f32.HUF, .f32.HUN {
  background-position: 0 -2304px;
}

.f32.IC {
  background-position: 0 -2336px;
}

.f32.ID, .f32.IDR, .f32.IDN {
  background-position: 0 -2368px;
}

.f32.IE {
  background-position: 0 -2400px;
}

.f32.IL, .f32.ISR {
  background-position: 0 -2432px;
}

.f32.IM {
  background-position: 0 -2464px;
}

.f32.IN, .f32.INR, .f32.IND {
  background-position: 0 -2496px;
}

.f32.IQ, .f32.IRQ {
  background-position: 0 -2528px;
}

.f32.IR, .f32.IRN {
  background-position: 0 -2560px;
}

.f32.IS, .f32.ISL {
  background-position: 0 -2592px;
}

.f32.IT, .f32.ITA {
  background-position: 0 -2624px;
}

.f32.JE {
  background-position: 0 -2656px;
}

.f32.JM, .f32.JAM {
  background-position: 0 -2688px;
}

.f32.JO, .f32.JOR {
  background-position: 0 -2720px;
}

.f32.JP, .f32.JPY, .f32.JPN {
  background-position: 0 -2752px;
}

.f32.KE, .f32.KEN {
  background-position: 0 -2784px;
}

.f32.KG, .f32.KGZ {
  background-position: 0 -2816px;
}

.f32.KH, .f32.KHM {
  background-position: 0 -2848px;
}

.f32.KI {
  background-position: 0 -2880px;
}

.f32.KM {
  background-position: 0 -2912px;
}

.f32.KN {
  background-position: 0 -2944px;
}

.f32.KP, .f32.KOR {
  background-position: 0 -2976px;
}

.f32.KR, .f32.KRW {
  background-position: 0 -3008px;
}

.f32.KW {
  background-position: 0 -3040px;
}

.f32.KY {
  background-position: 0 -3072px;
}

.f32.KK, .f32.KZ, .f32.KZT, .f32.KAZ {
  background-position: 0 -3104px;
}

.f32.LA, .f32.LAO {
  background-position: 0 -3136px;
}

.f32.LB {
  background-position: 0 -3168px;
}

.f32.LC {
  background-position: 0 -3200px;
}

.f32.LI {
  background-position: 0 -3232px;
}

.f32.LK, .f32.LKA {
  background-position: 0 -3264px;
}

.f32.LR {
  background-position: 0 -3296px;
}

.f32.LS {
  background-position: 0 -3328px;
}

.f32.LT, .f32.LTL, .f32.LTU {
  background-position: 0 -3360px;
}

.f32.LU {
  background-position: 0 -3392px;
}

.f32.LV, .f32.LVL, .f32.LVA {
  background-position: 0 -3424px;
}

.f32.LY, .f32.LBY {
  background-position: 0 -3456px;
}

.f32.MA, .f32.MAR {
  background-position: 0 -3488px;
}

.f32.MC {
  background-position: 0 -3520px;
}

.f32.MD, .f32.MDA {
  background-position: 0 -3552px;
}

.f32.ME {
  background-position: 0 -3584px;
}

.f32.MF {
  background-position: 0 -3616px;
}

.f32.MG {
  background-position: 0 -3648px;
}

.f32.MH {
  background-position: 0 -3680px;
}

.f32.MK {
  background-position: 0 -3712px;
}

.f32.ML {
  background-position: 0 -3744px;
}

.f32.MM {
  background-position: 0 -3776px;
}

.f32.MN, .f32.MNG {
  background-position: 0 -3808px;
}

.f32.MO {
  background-position: 0 -3840px;
}

.f32.MP {
  background-position: 0 -3872px;
}

.f32.MQ {
  background-position: 0 -3904px;
}

.f32.MR {
  background-position: 0 -3936px;
}

/*.f32.MS { background-position: 0 -3968px; }*/
.f32.MT {
  background-position: 0 -4000px;
}

.f32.MU, .f32.MRI {
  background-position: 0 -4032px;
}

.f32.MV, .f32.MDV {
  background-position: 0 -4064px;
}

.f32.MW {
  background-position: 0 -4096px;
}

.f32.MX, .f32.MXN, .f32.MEX {
  background-position: 0 -4128px;
}

.f32.MY, .f32.MYR, .f32.MYS, .f32.MS {
  background-position: 0 -4160px;
}

.f32.MZ {
  background-position: 0 -4192px;
}

.f32.NA, .f32.NAM {
  background-position: 0 -4224px;
}

.f32.NC {
  background-position: 0 -4256px;
}

.f32.NE {
  background-position: 0 -4288px;
}

.f32.NF {
  background-position: 0 -4320px;
}

.f32.NG, .f32.NGN, .f32.NGR {
  background-position: 0 -4352px;
}

.f32.NI {
  background-position: 0 -4384px;
}

.f32.NL, .f32.NED {
  background-position: 0 -4416px;
}

.f32.NO, .f32.NOK, .f32.NOR {
  background-position: 0 -4448px;
}

.f32.NP {
  background-position: 0 -4480px;
}

.f32.NR {
  background-position: 0 -4512px;
}

.f32.NU {
  background-position: 0 -4544px;
}

.f32.NZ, .f32.NZD, .f32.NZL {
  background-position: 0 -4576px;
}

.f32.OM, .f32.OMR {
  background-position: 0 -4608px;
}

.f32.PA, .f32.PAN {
  background-position: 0 -4640px;
}

.f32.PE, .f32.PER {
  background-position: 0 -4672px;
}

.f32.PF {
  background-position: 0 -4704px;
}

.f32.PG {
  background-position: 0 -4736px;
}

.f32.PH, .f32.PHL {
  background-position: 0 -4768px;
}

.f32.PK, .f32.PAK {
  background-position: 0 -4800px;
}

.f32.PL, .f32.PLN, .f32.POL {
  background-position: 0 -4832px;
}

.f32.PN {
  background-position: 0 -4864px;
}

.f32.PR {
  background-position: 0 -4896px;
}

.f32.PS, .f32.PSE {
  background-position: 0 -4928px;
}

.f32.PT, .f32.PRT {
  background-position: 0 -4960px;
}

.f32.PW {
  background-position: 0 -4992px;
}

.f32.PY, .f32.PRY {
  background-position: 0 -5024px;
}

.f32.QA, .f32.QAR {
  background-position: 0 -5056px;
}

.f32.RO, .f32.ROU {
  background-position: 0 -5088px;
}

.f32.RS, .f32.SRB {
  background-position: 0 -5120px;
}

.f32.RU, .f32.RUB, .f32.RUR, .f32.RUS {
  background-position: 0 -5152px;
}

.f32.RW {
  background-position: 0 -5184px;
}

.f32.SA, .f32.SAR, .f32.SAU {
  background-position: 0 -5216px;
}

.f32.SB {
  background-position: 0 -5248px;
}

.f32.SC {
  background-position: 0 -5280px;
}

.f32.SD, .f32.SDN {
  background-position: 0 -5312px;
}

.f32.SE, .f32.SEK, .f32.SWE {
  background-position: 0 -5344px;
}

.f32.SG, .f32.SGD, .f32.SGP {
  background-position: 0 -5376px;
}

.f32.SH {
  background-position: 0 -5408px;
}

.f32.SI, .f32.SVN {
  background-position: 0 -5440px;
}

.f32.SILVER, .f32.silver {
  background-position: 0 -5472px;
}

.f32.SK, .f32.SVK {
  background-position: 0 -5504px;
}

.f32.SL {
  background-position: 0 -5536px;
}

.f32.SM {
  background-position: 0 -5568px;
}

.f32.SN {
  background-position: 0 -5600px;
}

.f32.SO {
  background-position: 0 -5632px;
}

.f32.SR {
  background-position: 0 -5664px;
}

.f32.SS {
  background-position: 0 -5696px;
}

.f32.ST {
  background-position: 0 -5728px;
}

.f32.SV, .f32.SLV {
  background-position: 0 -5760px;
}

.f32.SY {
  background-position: 0 -5792px;
}

.f32.SZ {
  background-position: 0 -5824px;
}

.f32.TC {
  background-position: 0 -5856px;
}

.f32.TD {
  background-position: 0 -5888px;
}

.f32.TF {
  background-position: 0 -5920px;
}

.f32.TG {
  background-position: 0 -5952px;
}

.f32.TH, .f32.THA {
  background-position: 0 -5984px;
}

.f32.TJ, .f32.TJK {
  background-position: 0 -6016px;
}

.f32.TK {
  background-position: 0 -6048px;
}

.f32.TL {
  background-position: 0 -6080px;
}

.f32.TM, .f32.TKM {
  background-position: 0 -6112px;
}

.f32.TN, .f32.TUN {
  background-position: 0 -6144px;
}

.f32.TO {
  background-position: 0 -6176px;
}

.f32.TR, .f32.TUR {
  background-position: 0 -6208px;
}

.f32.TT, .f32.TTO {
  background-position: 0 -6240px;
}

.f32.TV {
  background-position: 0 -6272px;
}

.f32.TW, .f32.TWD {
  background-position: 0 -6304px;
}

.f32.TZ {
  background-position: 0 -6336px;
}

.f32.UA, .f32.UAH, .f32.UKR {
  background-position: 0 -6368px;
}

.f32.UG, .f32.UGA {
  background-position: 0 -6400px;
}

.f32.US, .f32.USD {
  background-position: 0 -6432px;
}

.f32.UY {
  background-position: 0 -6464px;
}

.f32.UZ, .f32.OZ, .f32.UZB {
  background-position: 0 -6496px;
}

.f32.VA {
  background-position: 0 -6528px;
}

.f32.VC {
  background-position: 0 -6560px;
}

.f32.VE, .f32.VEN {
  background-position: 0 -6592px;
}

.f32.VG {
  background-position: 0 -6624px;
}

/*.f32.VI { background-position: 0 -6656px; }*/
.f32.VN, .f32.VNM, .f32.VI {
  background-position: 0 -6688px;
}

.f32.VU {
  background-position: 0 -6720px;
}

.f32.WF {
  background-position: 0 -6752px;
}

.f32.WS {
  background-position: 0 -6784px;
}

.f32.YE, .f32.YEM {
  background-position: 0 -6816px;
}

.f32.YT {
  background-position: 0 -6848px;
}

.f32.ZA, .f32.ZAR, .f32.ZAF {
  background-position: 0 -6880px;
}

.f32.ZM, .f32.ZMB {
  background-position: 0 -6912px;
}

.f32.ZW, .f32.ZWE {
  background-position: 0 -6944px;
}

.f32._abkhazia {
  background-position: 0 -6976px;
}

.f32._basque-country {
  background-position: 0 -7008px;
}

.f32._british-antarctic-territory {
  background-position: 0 -7040px;
}

.f32._commonwealth {
  background-position: 0 -7072px;
}

.f32._england {
  background-position: 0 -7104px;
}

.f32._gosquared {
  background-position: 0 -7136px;
}

.f32._kosovo {
  background-position: 0 -7168px;
}

.f32._mars {
  background-position: 0 -7200px;
}

.f32._nagorno-karabakh {
  background-position: 0 -7232px;
}

.f32._nato {
  background-position: 0 -7264px;
}

.f32._northern-cyprus {
  background-position: 0 -7296px;
}

.f32._olympics {
  background-position: 0 -7328px;
}

.f32._red-cross {
  background-position: 0 -7360px;
}

.f32._scotland {
  background-position: 0 -7392px;
}

.f32._somaliland {
  background-position: 0 -7424px;
}

.f32._south-ossetia {
  background-position: 0 -7456px;
}

.f32._united-nations {
  background-position: 0 -7488px;
}

.f32._unknown {
  background-position: 0 -7520px;
}

.f32._wales {
  background-position: 0 -7552px;
}

.f32.AC {
  background-position: 0 -3295px;
}

.f32.AD {
  background-position: 0 -7584px;
}

.f32.AE, .f32.AED, .f32.ARE, .f32.AR {
  background-position: 0 -7616px;
}

.f32.AF, .f32.AFG {
  background-position: 0 -7648px;
}

.f32.AG {
  background-position: 0 -7680px;
}

.f32.AI {
  background-position: 0 -7712px;
}

.f32.AL {
  background-position: 0 -7744px;
}

.f32.AM, .f32.ARM {
  background-position: 0 -7776px;
}

.f32.AN {
  background-position: 0 -7808px;
}

.f32.AO {
  background-position: 0 -7840px;
}

.f32.AQ {
  background-position: 0 -7872px;
}

.f32.ARG {
  background-position: 0 -7904px;
}

.f32.AS {
  background-position: 0 -7936px;
}

.f32.AT, .f32.AUT {
  background-position: 0 -7968px;
}

.f32.AU, .f32.AUD, .f32.AUS {
  background-position: 0 -8000px;
}

.f32.AW {
  background-position: 0 -8032px;
}

.f32.AX {
  background-position: 0 -8064px;
}

.f32.AZ, .f32.AZE {
  background-position: 0 -8096px;
}

.f32.BA, .f32.BIH {
  background-position: 0 -8128px;
}

.f32.BB {
  background-position: 0 -8160px;
}

.f32.BD, .f32.BGD {
  background-position: 0 -8192px;
}

.f32.BE, .f32.BEL {
  background-position: 0 -8224px;
}

.f32.BF {
  background-position: 0 -8256px;
}

.f32.BG, .f32.BGN, .f32.BGR {
  background-position: 0 -8288px;
}

.f32.BH, .f32.BHD, .f32.BRN {
  background-position: 0 -8320px;
}

.f32.BI {
  background-position: 0 -8352px;
}

.f32.BJ {
  background-position: 0 -8384px;
}

.f32.CYP {
  background-position: 0 -864px;
}

.f32.KOS {
  background-position: 0 -7168px;
}

.f32.HND {
  background-position: 0 -2208px;
}

.f32.TZA {
  background-position: 0 -6336px;
}

.f32.MMR {
  background-position: 0 -3776px;
}

.f32.LSO {
  background-position: 0 -3328px;
}

.f32.LBN {
  background-position: 0 -3168px;
}

.f32.empty {
  background-position: 0 -999999px;
}

.fastbannerform__page {
  background: url("../images/sprite_gj.png") center center no-repeat;
}

.fastbannerform__form {
  font-size: 14px;
}

.fastbannerform__form a:hover {
  text-decoration: none;
  color: #f00;
}

.fastbannerform__cover {
  webkit-background-size: cover !important;
  background-size: cover !important;
}

.fastbannerform__maxwidth {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px);
  padding: 20px;
}

.fastbannerform__flex {
  background: rgba(255, 255, 255, 0.65);
  max-width: 490px;
  width: calc(100% - 40px);
  padding: 20px;
  border-radius: 5px;
  margin: 0 0 0 auto;
  min-height: 310px;
}

.fastbannerform__flexone {
  width: 100%;
}

.fastbannerform__flex__input input {
  padding: 15px 10px;
  text-align: center;
  width: calc(100% - 20px);
  max-width: 300px;
  margin: 11px auto;
  display: block;
  border: 1px solid #c6d2d9;
  border-radius: 5px;
  font-size: 14px;
}

.fastbannerform__flex__header {
  padding-bottom: 5px;
  font-size: 17px;
  text-align: center;
}

.fastbannerform__checkbox {
  padding: 5px 10px 0 10px;
  font-size: 12px;
}

.fastbannerform__checkbox input, .fastbannerform__checkbox span {
  vertical-align: middle;
}

.fastbannerform__checkbox input {
  margin-right: 7px;
}

.fastbannerform__flex__botton {
  margin-top: 20px;
}

.fastbannerform__flex__botton button {
  max-width: 320px;
  margin: 0 auto;
  width: calc(100% - 20px);
}

.fastbannerform__red {
  border: 1px solid #c00 !important;
}

.fastbannerform__error {
  display: none;
  border-top: 1px solid #c6d2d9;
  margin-top: 20px;
  padding-top: 20px;
  color: #c00;
}

.fastbannerform__login {
  display: none;
}

.fastbannerform__flex__text {
  text-align: justify;
}

.fastbannerform__flex__line {
  margin-top: 20px !important;
}

.fastbannerform__flex__close {
  text-align: right;
}

.fastbannerform__flex__close span {
  cursor: pointer;
  text-decoration: underline;
}

.fastbannerform__flex__close span:hover {
  text-decoration: none;
}

.fastbannerform__labelcount {
  margin-right: 10px;
}

.fastbannerform__span {
  vertical-align: middle;
  padding: 0 2px;
}

.fastbannerform__flex .select2-container--default .select2-selection--single {
  border-color: #c6d2d9;
  height: 48px;
}

.fastbannerform__flex .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #757575;
  text-align: center;
  line-height: 48px;
}

.fastbannerform__flex .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}

.fastbannerform__flex .select2-container {
  max-width: 322px;
  margin: 0 auto;
  display: block;
  width: 100% !important;
  margin-bottom: 10px;
}

.fastbannerform__form__onpage .fastbannerform__flex {
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e2e1e1;
  margin-top: 40px;
}

.fastbannerform__form__onpage .select2-container--default .select2-selection--single {
  background: #fff;
  border: 1px solid #e2e1e1;
}

.fastbannerform__form__onpage .fastbannerform__error {
  border-top: 1px solid #e2e1e1;
}

.fastbannerform__form__onpage .fastbannerform__flex__input input {
  border: 1px solid #e2e1e1;
}

.select2-dropdown {
  z-index: 1000;
}

.fastbannerform__flex__three {
  display: block !important;
  max-width: 340px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .fastbannerform__flex__two {
    display: block !important;
    margin: 0 auto;
  }

  .fastbannerform__labelcount {
    margin-right: 0px;
  }

  .download-logo {
    float: none;
    display: block;
  }

  .fastbannerform__flex__close {
    text-align: left;
    margin-top: 20px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__rendered span,
.select2-results__option span {
  display: block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span img,
.select2-results__option span img {
  max-height: 25px;
  margin-right: 5px;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  border: 0;
  height: auto;
}

.select2-container .select2-selection--single:hover {
  background: #efefef;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.select2-container--default .select2-results > .select2-results__options {
  overflow: visible;
  max-height: inherit;
}

.dialogue_guide {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialogue_guide a {
  color: #000;
}
.dialogue_guide .dialogue_guide_container {
  background: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #000;
  margin: auto;
  max-width: 100%;
}
.dialogue_guide .container_wrap {
  padding: 1em;
  max-height: 100%;
  overflow: auto;
  max-width: 900px;
}
.dialogue_guide .container_wrap ol {
  text-align: left;
  line-height: 1.8em;
}
.dialogue_guide .container_wrap ol li {
  margin-bottom: 1em;
}
.dialogue_guide .container_wrap p.meta {
  color: #999;
  font-size: 0.7em;
}
.dialogue_guide .dialogue_mask {
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.dialogue_guide.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.asf-footer {
  font-size: 15px;
  display: block;
  width: 100%;
  background-color: #303942;
  line-height: 22px;
}
.asf-footer .asf-footer-nav {
  text-align: center;
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .asf-footer .asf-footer-nav {
    display: block;
    padding: 30px 30px;
  }
}
.asf-footer .asf-footer-nav .asf-footer-logo {
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .asf-footer .asf-footer-nav .asf-footer-logo {
    margin: 0;
    position: absolute;
    left: 30px;
    top: 30px;
  }
}
.asf-footer .asf-footer-nav .asf-footer-link {
  font-weight: 400;
  color: #0097d6;
  display: inline;
  -webkit-transition: .2s;
  transition: .2s;
}
.asf-footer .asf-footer-nav .asf-footer-link:hover {
  color: #00b7c6;
}
.asf-footer .asf-footer-nav .divider {
  height: 10px;
  width: 4px;
  margin: 0 10px;
  display: inline;
  border: 0;
  border-right: 1px solid #FFF;
}
.asf-footer .asf-footer-nav p {
  color: #FFF;
  font-weight: 400;
  font-size: 12px;
  margin-top: 10px;
}

.section-container .space-item.title font {
	display: none;
}
/* #calendar .sc-header .sc-actions .guide .show-emap {
	display: none;
} */

/*隐藏 关键词和建议操作*/
.section.festival-schedule .schedule-wrap .event-wrap > .event-items:last-child { 
display:none;
}