/* 
    Created on : 2017-2-16, 13:05:12
    Author     : jerry
*/
/* * -- BASE STYLES -- * Most of tFhese are inherited from Base, but I want to change a few.*/
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Apercu', helvetica, "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
  background: #fff;
}
html,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"] {
  font-family: 'Apercu', helvetica, "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
}
/* * -- Globe A Style --*/
a:focus {
  outline: none;
}
a:link,
a:visited,
a:active {
  outline: none;
}
a:hover {
  text-decoration: none;
}
a.mask {
  text-decoration: none;
  overflow: hidden;
  display: block;
}
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: all 0.3s;
}
.select2-container .select2-selection--single {
  outline: none;
}
.select2-dropdown {
  border: solid #333 1px;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@keyframes musicplay {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(359.9deg);
    -webkit-transform: rotate(359.9deg);
  }
}
/* * -- Direction Style --*/
.l2r {
  direction: ltr;
}
.r2l {
  direction: rtl;
}
/* * -- Img Responsive And Zoom Style --*/
.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pure-img200 {
  width: 100%;
  height: auto;
  display: block;
}
.pure-img1 {
  max-height: 100%;
  width: auto;
  display: block;
}
.pure-img2 {
  max-height: 383px;
  width: auto;
  display: block;
  margin: 0 auto;
}
img {
  border: 0;
}
img.zoom-img {
  width: 100%;
  position: relative;
  padding: 0;
  transform: scale(1, 1);
  transition: all 250ms ease-out;
  box-shadow: 0px 0px 0px 0px #000;
}
img.zoom-img:hover {
  transform: scale(1.15, 1.15);
  transition: all 750ms ease-out;
  overflow: hidden;
  opacity: 0.7;
}
img.op-img {
  position: relative;
  padding: 0;
  opacity: 1;
  transform: scale(1, 1);
  transition: all 350ms ease-out;
}
img.op-img:hover {
  opacity: 0.7;
  transform: scale(1.05, 1.05);
  transition: all 350ms ease-out;
}
.back-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: -60px;
  right: 10px;
  transition: all 0.2s ease-out 0s;
  z-index: 6000;
}
#avatar_img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
/* preloader */
.spinner {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 30px auto;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #46296e;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  animation-delay: -1s;
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
#size {
  display: none;
}
.sort_container {
  display: inline-block;
  width: 200px;
  margin-left: 20px;
}
#result {
  background: #f5f5f5;
}
.loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
}
.loading .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 60px;
  margin-left: -25px;
  margin-top: -30px;
  text-align: center;
  font-size: 10px;
}
.loading .spinner > div {
  background-color: #102542;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.loading .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.loading .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.loading .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.loading .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.loading.hide {
  opacity: 0;
  visibility: hidden;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 10002;
}
#status {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  font-size: 32px;
  color: #8b9321;
}
#wrap {
  margin: 0 auto;
  max-width: 1680px;
}
.wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.container {
  max-width: 1110px;
  box-sizing: border-box;
  margin: 0 auto;
  height: auto;
  border: 0px solid transparent;
}
/* * -- Nav  --*/
.nav {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.95);
  transition: all 0.3s;
  text-align: center;
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0;
  letter-spacing: 2px;
}
.nav ul li a:link,
.nav ul li a:visited,
.nav ul li a:active {
  font-family: 'Apercu-Bold';
  color: #999999;
  text-decoration: none;
  transition: all 0.3s;
}
.nav ul li a:hover {
  color: #333;
}
.nav ul li a.active {
  color: #333;
}
.nav ul li em {
  font-style: normal;
  font-size: 0.5em;
}
.nav .closeBtn {
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  right: 38px;
  top: 38px;
}
.nav .closeBtn:before {
  content: "";
  width: 30px;
  height: 5px;
  background: #333333;
  position: absolute;
  top: 11px;
  left: -2px;
  transform: rotate(-45deg);
}
.nav .closeBtn:after {
  content: "";
  width: 30px;
  height: 5px;
  background: #333333;
  position: absolute;
  top: 11px;
  left: -2px;
  transform: rotate(45deg);
}
.nav.hide {
  opacity: 0;
  visibility: hidden;
}
/* * -- Header  --*/
#header {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 200;
  background-color: #fff;
}
#logo {
  margin-left: 66px;
}
#header .leftBar {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  border-bottom: #cdd7d6 1px solid;
  position: relative;
  overflow: hidden;
}
#header .leftBar .navBtn {
  padding: 42px 35px;
  width: 30px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0);
  z-index: 10;
}
#header .leftBar .navBtn em {
  display: block;
  width: 30px;
  height: 4px;
  background: #333333;
  position: absolute;
  left: 35px;
  top: 48px;
}
#header .leftBar .navBtn:before {
  content: "";
  width: 30px;
  height: 4px;
  background: #333333;
  position: absolute;
  top: 40px;
  left: 35px;
}
#header .leftBar .navBtn:after {
  content: "";
  width: 30px;
  height: 4px;
  background: #333333;
  position: absolute;
  bottom: 40px;
  left: 35px;
}
#header .rightBar {
  width: 100%;
  height: 100px;
  background: #000;
  color: #fff;
  position: relative;
}
#header .rightBar .signBtn {
  line-height: 100px;
  font-size: 14px;
  float: right;
  margin: 0 37px;
}
#header .rightBar .signBtn a:link,
#header .rightBar .signBtn a:visited,
#header .rightBar .signBtn a:active {
  color: #fff;
  text-decoration: none;
}
#header .rightBar .signBtn a:hover {
  color: #fff;
  text-decoration: none;
}
#header .rightBar .selContainer {
  float: right;
  width: 120px;
  height: 40px;
  margin-right: 80px;
  margin-top: 30px;
  margin-left: 10px;
  position: relative;
}
#header .rightBar .selContainer .pure-1 {
  width: 100%;
}
#header .rightBar .selContainer1 {
  float: right;
  width: 120px;
  height: 40px;
  margin-right: 20px;
  margin-top: 30px;
  margin-left: 10px;
  position: relative;
}
#header .rightBar .selContainer1 .pure-1 {
  width: 100%;
}
#header .rightBar .selContainer1 .select2-container--default .select2-selection--single {
  border: none;
}
#header .rightBar .selContainer1 .select2-container .select2-selection--single .select2-selection__rendered {
  text-align: right;
  padding-right: 30px;
}
#header .rightBar .selContainer1 .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff;
  text-align: right;
}
#header .rightBar .havatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: url(../img/avatar.png) no-repeat;
  background-size: contain;
  float: right;
  margin-right: 20px;
  margin-top: 25px;
}
.select2-container--default .select2-selection--single {
  background-color: #000;
  border: 1px solid #333;
  border-radius: 4px;
}
.selection:focus {
  border: 0;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
#header .search {
  position: absolute;
  cursor: pointer;
  left: 0;
  font-size: 17px;
  color: #ffffff;
  display: block;
  width: 100px;
  height: 100px;
  box-sizing: content-box;
}
#header .search:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #fff;
  right: 40px;
  top: 40px;
  box-sizing: border-box;
}
#header .search:after {
  content: '';
  width: 3px;
  height: 10px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 52px;
  left: 58px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: content-box;
}
#mainSlider {
  padding: 75px 0 40px 0;
  position: relative;
}
#mainSlider .swiper-container-horizontal > .swiper-pagination-bullets,
#mainSlider .swiper-pagination-custom,
#mainSlider .swiper-pagination-fraction {
  bottom: 60px;
  left: 0;
  width: 100%;
  padding-left: 25%;
  padding-right: 12.5%;
  box-sizing: border-box;
}
#mainSlider .swiper-pagination-bullet {
  width: 25%;
  height: 6px;
  display: inline-block;
  border-radius: 0;
  background: #fff;
  opacity: .2;
}
#mainSlider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
#mainSlider .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
#mainSlider .titleContainer {
  position: absolute;
  width: 40%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding-left: 70px;
  z-index: 5;
}
#mainSlider .titleContainer h1 {
  font-size: 3.5em;
  color: #590b23;
  font-family: 'Apercu-Bold';
  line-height: 1.3em;
  font-weight: normal;
}
#mainSlider .titleContainer h4 {
  font-size: 1em;
  color: #590b23;
  font-weight: normal;
  text-transform: uppercase;
}
#mainSlider a:link,
#mainSlider a:visited,
#mainSlider a:active {
  color: #590b23;
  text-decoration: none;
  border-bottom: #590b23 2px dotted;
  box-sizing: content-box;
}
#mainSlider a:hover {
  text-decoration: none;
  border-bottom: #590b23 2px dotted;
  box-sizing: content-box;
}
#explanation .enav {
  font-size: 1.5em;
  text-align: center;
  line-height: 1.5em;
  margin-top: 25px;
  padding: 5px 0;
}
#explanation .enav em {
  font-style: normal;
  font-size: 16px;
  display: block;
}
#explanation .enav .pure-u-1-5 {
  cursor: pointer;
  position: relative;
  color: #000;
  transition: all 0.3s;
}
#explanation .enav .pure-u-1-5.active {
  color: #e0dfdc;
}
#explanation .enav .pure-u-1-5:hover {
  color: #e0dfdc;
}
#explanation .enav .pure-u-1-5:after {
  font-size: 12px;
  content: "●●";
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: 2px;
  color: #e0dfdc;
}
#explanation .enav .pure-u-1-5:before {
  font-size: 12px;
  content: "●●";
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 2px;
  color: #e0dfdc;
}
#explanation .enav .pure-u-1-5:nth-child(5):after {
  font-size: 12px;
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  color: #e0dfdc;
}
#explanation .enav .pure-u-1-5:nth-child(1):before {
  font-size: 12px;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  color: #e0dfdc;
}
#explanation .index-swiper2 .text {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#explanation .index-swiper2 .text1 {
  background-image: url(../img/1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#explanation .index-swiper2 .text2 {
  background-image: url(../img/2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#explanation .index-swiper2 .text3 {
  background-image: url(../img/3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#explanation .index-swiper2 .text4 {
  background-image: url(../img/4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#explanation .index-swiper2 .text5 {
  background-image: url(../img/5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#explanation .index-swiper2 .pure-u-1-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#explanation .index-swiper2 h2 {
  font-weight: normal;
  font-size: 36px;
  color: #000;
  text-align: center;
  display: block;
}
#explanation .index-swiper2 h2 em {
  font-style: normal;
  font-size: 18px;
}
#explanation .index-swiper2 p {
  color: #666;
  display: block;
  margin: 0 115px;
  padding-bottom: 2em;
  line-height: 1.5em;
}
#explanation .index-swiper2 p a:link,
#explanation .index-swiper2 p a:visited,
#explanation .index-swiper2 p a:active {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}
#explanation .index-swiper2 p a:hover {
  color: #ccc;
}
#calendarContainer {
  background: #102542;
  color: #fff;
}
#calendarContainer .header {
  padding: 23px 0;
  text-align: center;
}
#calendarContainer .header h2 {
  font-weight: normal;
  font-size: 25px;
  margin-top: 0.5em;
}
#calendarContainer .header h4 {
  font-weight: normal;
  font-size: 14px;
}
#calendarContainer .header a:link,
#calendarContainer .header a:visited,
#calendarContainer .header a:active {
  color: #fff;
  text-decoration: none;
}
#calendarContainer .header a:hover {
  border-bottom: #fff 2px dotted;
}
#calendarContainer .content {
  box-sizing: border-box;
  padding: 2em;
}
#calendarContainer .content h1 {
  margin-top: 0px;
  font-weight: normal;
  font-size: 30px;
  text-align: center;
}
#calendarContainer .content h1 span {
  font-size: 18px;
}
#calendarContainer .content h3 {
  font-weight: normal;
  font-size: 22px;
  line-height: 1.3em;
}
#calendarContainer .content p {
  font-size: 16px;
  line-height: 1.5em;
}
#calendarContainer .content a:link,
#calendarContainer .content a:visited,
#calendarContainer .content a:active {
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}
#calendarContainer .content a:hover {
  border-bottom: #fff 2px dotted;
}
#newsContainer {
  background: #fff;
  color: #000;
}
#newsContainer .header {
  padding: 23px 0;
  text-align: center;
}
#newsContainer .header h2 {
  margin-top: 0.5em;
  font-weight: normal;
  font-size: 25px;
  color: #590b23;
  position: relative;
}
#newsContainer .header h2 .next {
  font-size: 16px;
  position: absolute;
  right: 2em;
  line-height: 25px;
}
#newsContainer .header h2 .prev {
  font-size: 16px;
  position: absolute;
  left: 2em;
  line-height: 25px;
}
#newsContainer .header h3 {
  margin-top: 0.5em;
  font-weight: normal;
  font-size: 25px;
  color: #ccc;
  position: relative;
}
#newsContainer .header h4 {
  font-weight: normal;
  font-size: 14px;
  color: #590b23;
}
#newsContainer .header h5 {
  font-weight: normal;
  font-size: 14px;
  color: #ccc;
}
#newsContainer .header h5 span {
  color: #999;
}
#newsContainer .header .goldColor {
  color: #9d8678;
}
#newsContainer .header a:link,
#newsContainer .header a:visited,
#newsContainer .header a:active {
  color: #590b23;
  text-decoration: none;
}
#newsContainer .header a:hover {
  border-bottom: #590b23 2px dotted;
}
#newsContainer .content {
  box-sizing: border-box;
  padding: 2em;
}
#newsContainer .content h1 {
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  margin-top: 0px;
  color: #590b23;
}
#newsContainer .content h1 span {
  font-size: 18px;
}
#newsContainer .content h3 {
  font-weight: normal;
  font-size: 22px;
  line-height: 1.3em;
}
#newsContainer .content p {
  color: #999;
  font-size: 16px;
  line-height: 1.5em;
}
#newsContainer .content a:link,
#newsContainer .content a:visited,
#newsContainer .content a:active {
  color: #590b23;
  text-decoration: none;
}
#newsContainer .content a:hover {
  border-bottom: #590b23 2px dotted;
}
#newsContainer .videoImg {
  position: relative;
}
#newsContainer .videoImg .btn {
  width: 42px;
  height: 42px;
  background: url(../img/play_btn.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin: -21px 0 0 -21px;
}
#newsContainer .aboutBtn,
#newsContainer .mediaBtn {
  text-align: center;
  font-size: 1.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
}
#newsContainer .aboutBtn {
  background-color: #333333;
}
#newsContainer .aboutBtn a:link,
#newsContainer .aboutBtn a:visited,
#newsContainer .aboutBtn a:active {
  color: #fff;
  text-decoration: none;
  border-bottom: #fff 2px dotted;
  box-sizing: content-box;
}
#newsContainer .aboutBtn a:hover {
  border-bottom: #fff 2px dotted;
  text-decoration: none;
  box-sizing: content-box;
}
#newsContainer .mediaBtn {
  background-color: #a2b8b4;
}
#newsContainer .mediaBtn a:link,
#newsContainer .mediaBtn a:visited,
#newsContainer .mediaBtn a:active {
  color: #fff;
  text-decoration: none;
  border-bottom: #fff 2px dotted;
  box-sizing: content-box;
}
#newsContainer .mediaBtn a:hover {
  border-bottom: #fff 2px dotted;
  text-decoration: none;
  box-sizing: content-box;
}
#videoListContainer {
  background: #fff;
  color: #000;
}
#videoListContainer .header {
  padding: 23px 0;
  text-align: center;
}
#videoListContainer .header h2 {
  margin-top: 0.5em;
  font-weight: normal;
  font-size: 25px;
  color: #a2b8b4;
}
#videoListContainer .header h4 {
  font-weight: normal;
  font-size: 14px;
  color: #333;
}
#videoListContainer .listContainer {
  margin: 0 66px;
}
#videoListContainer .listContainer .item {
  margin: 15px;
}
#videoListContainer .listContainer .item .videoImg {
  position: relative;
}
#videoListContainer .listContainer .item .videoImg .btn {
  width: 42px;
  height: 42px;
  background: url(../img/play_btn.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin: -21px 0 0 -21px;
}
#videoListContainer .listContainer .item .title {
  margin-top: 15px;
  height: 60px;
}
#videoListContainer .listContainer .item .title a:link,
#videoListContainer .listContainer .item .title a:visited,
#videoListContainer .listContainer .item .title a:active {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
#videoListContainer .listContainer .item .title a:hover {
  color: #a2b8b4;
}
.bgRed {
  background-image: url(../img/bg_red.png);
  background-size: 64px;
}
.bgBlue {
  background-image: url(../img/bg_blue.png);
  background-size: 64px;
}
.bgGrey {
  background-image: url(../img/bg_grey.png);
  background-size: 64px;
}
.bgGold {
  background-image: url(../img/bg_gold.png);
  background-size: 64px;
}
.bgGreeen {
  background-image: url(../img/bg_green.png);
  background-size: 64px;
}
.bgWhite {
  background-image: url(../img/bg_white.png);
  background-size: 64px;
}
#questionContainer {
  background-image: url(../img/bg_red.png);
  background-size: 64px;
}
#questionContainer .questionLeft {
  background: #fff;
  box-sizing: border-box;
  padding: 30px 66px 66px 66px;
  z-index: 500;
}
#questionContainer .questionLeft h1 {
  margin-top: 40px;
  font-size: 40px;
  color: #590b23;
  font-weight: normal;
}
#questionContainer .questionLeft p {
  line-height: 1.5em;
  color: #999;
}
#questionContainer .questionLeft1 {
  background: #fff;
  box-sizing: border-box;
  padding: 30px 66px 66px 66px;
  z-index: 500;
}
#questionContainer .questionLeft1 h1 {
  margin-top: 40px;
  font-size: 40px;
  color: #590b23;
  font-weight: normal;
}
#questionContainer .questionLeft1 p {
  line-height: 1.5em;
  color: #999;
}
#questionContainer .questionRight {
  background: #590b23;
  box-sizing: border-box;
  padding: 50px 66px 66px 66px;
  margin-bottom: 100px;
}
#questionContainer .questionRight h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  color: #fff;
  font-weight: normal;
  line-height: 1.3em;
  transition: all 0.3s;
  cursor: pointer;
}
#questionContainer .questionRight h1.active {
  font-size: 30px;
}
#questionContainer .questionRight ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#questionContainer .questionRight ul li {
  border-bottom: #6a2439 1px solid;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  margin: 20px 0 0 0;
  padding-bottom: 1.8em;
}
#questionContainer .questionRight ul li .answer {
  display: none;
  padding-left: 1.5em;
  padding-top: 1.5em;
  position: relative;
  color: #a78f95;
}

#questionContainer .questionRight ul li .answer:before {
  content: "A:  ";
  position: absolute;
  left: 0;
}

#questionContainer .questionRight ul li .contents {

  padding-left: 0 !important;
}

#questionContainer .questionRight ul li .contents:before {
  content: "" !important;

}

#questionContainer .questionRight ul li:last-child {
  border-bottom: #6a2439 0px solid;
}

#questionContainer .questionRight .donationContainer {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
#questionContainer .questionRight .donationContainer form  {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

#questionContainer .questionRight .donationContainer form .dpart {
  width: 300px;
  height: 45px;
  display: flex;
}


#questionContainer .questionRight .donationContainer form .qpart {
  width: 100%;
  height: 300px;
  margin-top: 1.5rem;
}

#questionContainer .questionRight .donationContainer span {
  display: inline-block;
  height: 45px;
}
#questionContainer .questionRight .donationContainer .donation {
  width: 210px;
  height: 45px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 45px;
  background: #fff;
  border: 0;
  outline: none;
  padding-left: 29px;
  display: inline-block;
  appearance: none;
}
#questionContainer .questionRight .donationContainer .rtext {
  font-size: 14px;
  line-height: 1.5rem;
  background: #fff;
  border: 0;
  padding: 0.5rem;
  outline: none;
  display: inline-block;
  appearance: none;
}

#questionContainer .questionRight .donationContainer button {
  width: 90px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  background: #000000;
  border: 0;
  outline: none;
  box-sizing: border-box;
  display: inline-block;
}
#questionContainer .questionRight .donationContainer button:hover {
  background: #b1b1b2;
}

#questionContainer .questionRight .donationContainer .pure-g{
  flex: none;
}


#newsLetter {
  background: #e5e5e5;
  text-align: center;
  padding: 1px 0 20px 0;
}
#newsLetter h1 {
  margin: 1em 0 0.2em 0;
  color: #333;
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 25px;
}
#newsLetter p {
  margin-top: 0;
  color: #999;
  letter-spacing: 1px;
}
#newsLetter form {
  width: 300px;
  margin: 0 auto;
  height: 45px;
}
#newsLetter span {
  float: left;
  display: inline-block;
  height: 45px;
}
#newsLetter .email {
  width: 210px;
  height: 45px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 45px;
  background: #d6d6d6;
  border: 0;
  outline: none;
  padding-left: 29px;
  display: inline-block;
}
#newsLetter button {
  width: 90px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  background: #c3c4c6;
  border: 0;
  outline: none;
  box-sizing: border-box;
  display: inline-block;
}
#newsLetter button:hover {
  background: #b1b1b2;
}
#newsLetter .newsltterinfo {
  font-size: 14px;
  color: #580d24;
  margin-top: 1em;
  display: none;
}
.footer {
  text-align: center;
  margin: 30px 0  80px 0;
  color: #c3c4c6;
  font-size: 12px;
  font-weight: normal;
  background: #fff;
}
.footer span {
  font-size: 14px;
  margin: 0 1em;
}
.footer a:link,
.footer a:visited,
.footer a:active {
  color: #666666;
  text-decoration: none;
}
.footer a:hover {
  color: #333;
}
.footer p {
  margin: 2em;
}
.footer .copyright {
  font-size: 12px;
  text-transform: uppercase;
}
.footer .copyright a:link,
.footer .copyright a:visited,
.footer .copyright a:active {
  color: #666666;
  font-size: 12px;
  text-decoration: none;
}
.footer .copyright a:hover {
  color: #333;
}
.footer .socail {
  display: inline-block;
  margin: 0 13px;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer .socail:link,
.footer .socail:visited,
.footer .socail:active {
  color: #000;
  text-decoration: none;
}
.footer .socail:hover {
  color: #333;
}
.footer .pay-text1 {
  font-size: 12px;
  margin-top: 2em;
  color: #cccccc;
}
.footer .pay-icon {
  margin: 2em 0;
}
.footer .pay-icon img {
  width: 60px;
  height: auto;
  margin: 0 0.5em;
}
.footer .pay-text2 {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  padding-bottom: 1em;
}
.footer .pay-text3 {
  font-size: 12px;
  max-width: 800px;
  margin: 0 auto;
  color: #cccccc;
  line-height: 1.5em;
  padding: 0 2em;
}
#redContainer {
  padding-bottom: 100px;
}
#redContainer .leftPart {
  background: #fff;
  box-sizing: border-box;
  padding: 30px 66px 50px 66px;
}
#redContainer .leftPart h1 {
  margin-top: 40px;
  font-size: 40px;
  color: #590b23;
  font-weight: normal;
  position: relative;
}
#redContainer .leftPart h1 em {
  font-style: normal;
  font-size: 24px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
#redContainer .leftPart p {
  line-height: 1.5em;
  color: #999;
}
#redContainer .rightPart {
  background: #590b23;
  box-sizing: border-box;
  padding: 50px 66px 66px 66px;
  font-size: 1em;
  color: #fff;
  line-height: 1.5em;
}
#redContainer .rightPart h1 {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: normal;
}
#redContainer .rightPart a:link,
#redContainer .rightPart a:visited,
#redContainer .rightPart a:active,
#redContainer .rightPart a:hover {
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  border-bottom: #fff 2px dotted;
}
#blueContainer {
  padding-bottom: 100px;
}
#blueContainer .leftPart {
  background: #fff;
  box-sizing: border-box;
  padding: 30px 66px 30px 66px;
}
#blueContainer .leftPart h1 {
  margin-top: 40px;
  font-size: 40px;
  color: #102542;
  font-weight: normal;
  padding-left: 45px;
  position: relative;
}
#blueContainer .leftPart h1 em {
  font-style: normal;
  font-size: 24px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
#blueContainer .leftPart h2 {
  margin-top: 40px;
  font-size: 40px;
  color: #102542;
  font-weight: normal;
  position: relative;
}
#blueContainer .leftPart p {
  line-height: 1.5em;
  color: #999;
}
#blueContainer .event-content {
  transition: all 0.3s;
}
#blueContainer .calendar-note {
  text-align: center;
  background: #fff;
  padding: 0 66px 2em 66px;
  color: #666;
}
#blueContainer .newsContainer {
  background: #fff;
  box-sizing: border-box;
  padding: 30px 66px 100px 66px;
  color: #666;
  font-size: 1em;
  line-height: 1.5em;
}
#blueContainer .newsContainer h2 {
  font-size: 30px;
  font-weight: normal;
  color: #102542;
  line-height: 1.3em;
}
#blueContainer .newsContainer h4 {
  color: #999999;
  font-size: 14px;
  font-weight: normal;
}
#blueContainer .newsContainer a:link,
#blueContainer .newsContainer a:visited,
#blueContainer .newsContainer a:active,
#blueContainer .newsContainer a:hover {
  color: #666;
  text-decoration: none;
  box-sizing: border-box;
  border-bottom: #666 2px dotted;
}
#blueContainer .newsContainer .btn_container {
  text-align: left;
  margin-top: 2em;
}
#blueContainer .newsContainer .join_btn:link,
#blueContainer .newsContainer .join_btn:active,
#blueContainer .newsContainer .join_btn:visited {
  background: #102542;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-bottom: 0;
  padding: 0.8em 2em;
  max-width: 220px;
  border-radius: 0;
}
#blueContainer .rightPart {
  background: #102542;
  box-sizing: border-box;
  padding: 50px 66px 66px 66px;
  font-size: 1em;
  color: #fff;
  line-height: 1.5em;
}
#blueContainer .leftPart2 {
  background: #102542;
  box-sizing: border-box;
  padding: 30px 66px 30px 66px;
}
#blueContainer .leftPart2 h2 {
  text-align: center;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 18px;
  margin-bottom: 3em;
}
#blueContainer .leftPart2 .select2-container--default .select2-selection--single {
  background-color: #102542;
  border: 1px solid #415168;
  border-radius: 0px;
}
#blueContainer .leftPart2 .selection:focus {
  border: 0;
}
#blueContainer .leftPart2 .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 45px;
  user-select: none;
  -webkit-user-select: none;
}
#blueContainer .leftPart2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 45px;
}
#blueContainer .leftPart2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
#blueContainer .leftPart2 .event-dropdown .select2-dropdown {
  border: solid #415168 1px;
}
#blueContainer .leftPart2 .event-dropdown .select2-results__option {
  padding: 9px 6px 9px 16px;
}
#blueContainer .leftPart2 .event-dropdown .select2-container--default .select2-results > .select2-results__options {
  background-color: #fff;
  color: #102542;
  line-height: 1.5em;
}
#blueContainer .leftPart2 .event-dropdown .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #102542;
}
#blueContainer .leftPart2 .event-dropdown .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f5f5f5;
  color: #102542;
}
#blueContainer .leftPart2 .radio-container {
  margin: 3em 0 ;
}
#blueContainer .leftPart2 .radio-container .pure-u-1-2 {
  position: relative;
}
#blueContainer .leftPart2 .radio-container input[type=radio] {
  position: absolute;
  visibility: hidden;
}
#blueContainer .leftPart2 .radio-container label {
  display: block;
  position: relative;
  color: #fff;
  padding: 0px 0px 0px 30px;
  margin: 0 auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  letter-spacing: 0.1em;
}
#blueContainer .leftPart2 .radio-container .check {
  display: block;
  position: absolute;
  border: 4px solid #ffffff;
  border-radius: 100%;
  background: #fff;
  height: 20px;
  width: 20px;
  top: 2px;
  left: 0px;
  z-index: 5;
  box-sizing: border-box;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}
#blueContainer .leftPart2 .radio-container .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 0px;
  left: 0px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
#blueContainer .leftPart2 .radio-container input[type=radio]:checked ~ .check {
  border: 4px solid #fff;
}
#blueContainer .leftPart2 .radio-container input[type=radio]:checked ~ .check::before {
  background: #102542;
}
#blueContainer .leftPart2 .radio-container input[type=radio]:checked ~ label {
  color: #fff;
}
#blueContainer .rightPart2 {
  background: #fff;
  box-sizing: border-box;
  padding: 30px 20px 66px 20px;
  font-size: 1em;
  color: #fff;
  line-height: 1.5em;
}
#blueContainer .rightPart2 .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 0px;
}
#blueContainer .rightPart2 .selection:focus {
  border: 0;
}
#blueContainer .rightPart2 .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 45px;
  user-select: none;
  -webkit-user-select: none;
}
#blueContainer .rightPart2 .select2-container--open .select2-selection--single {
  border: #000 1px solid;
}
#blueContainer .rightPart2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #999999;
  line-height: 45px;
}
#blueContainer .rightPart2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
#blueContainer .rightPart2 .target-dropdown .select2-dropdown {
  border: 1px solid #d6d6d6;
}
#blueContainer .rightPart2 .target-dropdown .select2-container--default .select2-results > .select2-results__options {
  max-height: 420px;
  background-color: #fff;
  color: #666666;
}
#blueContainer .rightPart2 .target-dropdown .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #666666;
}
#blueContainer .rightPart2 .target-dropdown .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f5f5f5;
  color: #666666;
}
#blueContainer .rightPart2 .inputd {
  color: #102542;
  margin-top: 1em;
  margin-left: 15px;
  text-align: left;
  font-size: 14px;
}
#blueContainer .rightPart2 .step {
  transition: all 0.3s;
}
#blueContainer .rightPart2 .step h4 {
  font-size: 16px;
  font-weight: normal;
}
#blueContainer .rightPart2 .step h4 span {
  color: #999999;
}
#blueContainer .rightPart2 .hide {
  visibility: hidden;
  opacity: 0;
}
#blueContainer .rightPart2 h3 {
  font-size: 22px;
  text-align: center;
  color: #102542;
  font-weight: normal;
  margin-bottom: 0.7em;
}
#blueContainer .rightPart2 h4 {
  font-size: 18px;
  text-align: center;
  color: #102542;
  margin-top: 0.7em;
}
#blueContainer .rightPart2 .card {
  cursor: pointer;
  transition: all 0.2s ease-out;
}
#blueContainer .rightPart2 .card img {
  border: #cccccc 1px solid;
  box-sizing: border-box;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: all 0.3s;
  opacity: 0.4;
}
#blueContainer .rightPart2 .card1 {
  margin: 120px 75px;
  border: #fff 4px solid;
}
#blueContainer .rightPart2 .card2 {
  border: #fff 4px solid;
  margin: 40px 40px;
}
#blueContainer .rightPart2 .offerings-title {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.1em;
}
#blueContainer .rightPart2 .bcon {
  margin: 0 55px;
}
#blueContainer .rightPart2 .bcon .binfo-container {
  margin-top: 10px;
  height: 45px;
}
#blueContainer .rightPart2 .bcon .binfo-container .xc {
  margin-left: 70px;
  margin-right: 75px;
  text-align: center;
  color: #999999;
  font-size: 14px;
  line-height: 45px;
}
#blueContainer .rightPart2 .bcon .binfo-container .sizec {
  float: left;
  width: 60px;
}
#blueContainer .rightPart2 .bcon .binfo-container .pricec {
  float: right;
  color: #102542;
  font-size: 14px;
  line-height: 45px;
  width: 65px;
}
#blueContainer .rightPart2 .card-view {
  position: relative;
  cursor: none;
  margin: 40px 160px 0 160px;
}
#blueContainer .rightPart2 .card-view img {
  max-width: 100%;
  height: auto;
  display: block;
}
#blueContainer .rightPart2 .active {
  border: #580d24 4px solid;
  border-radius: 5px;
}
#blueContainer .rightPart2 .active img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
  opacity: 1;
}
#blueContainer .rightPart2 .imgc img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
  opacity: 1;
}
#blueContainer .rightPart2 .pure-u-1 {
  text-align: center;
}
#blueContainer .rightPart2 .pure-u-1 .pure-button {
  background: #000;
  border: 0px;
  border-radius: 0;
  padding: 1em 0;
  color: #fff;
  font-size: 14px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 4em;
}
#blueContainer .rightPart2 .pure-u-1 .pure-button:hover {
  color: #fff;
  text-decoration: none;
}
#blueContainer .rightPart2 .pure-u-1 .pure-button-next:link,
#blueContainer .rightPart2 .pure-u-1 .pure-button-next:visited,
#blueContainer .rightPart2 .pure-u-1 .pure-button-next:active {
  background: #000;
  border: 0px;
  border-radius: 0;
}
#blueContainer .rightPart2 .pure-u-1-2 .pure-button {
  background: #000;
  border: 0px;
  border-radius: 0;
  padding: 1em 0;
  color: #fff;
  min-width: 0;
  display: block;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 4em;
}
#blueContainer .rightPart2 .pure-u-1-2 .pure-button-prev,
#blueContainer .rightPart2 .pure-u-1-2 .pure-button-next1 {
  background: #cccccc;
}
#blueContainer .rightPart2 .pure-u-1-2 .pure-button:hover {
  color: #fff;
  text-decoration: none;
}
#blueContainer .rightPart2 .pure-u-1-2 .pure-button-next:link,
#blueContainer .rightPart2 .pure-u-1-2 .pure-button-next:visited,
#blueContainer .rightPart2 .pure-u-1-2 .pure-button-next:active {
  background: #000;
  border: 0px;
  border-radius: 0;
}
#blueContainer .rightPart2 .pure-u-1-2 .pure-button-next1:link,
#blueContainer .rightPart2 .pure-u-1-2 .pure-button-next1:visited,
#blueContainer .rightPart2 .pure-u-1-2 .pure-button-next1:active {
  background: #cccccc;
  border: 0px;
  border-radius: 0;
}
#blueContainer .rightPart2 .lotus-form {
  margin: 2em 45px 0 45px;
}
#blueContainer .rightPart2 .lotus-form .sub-content {
  display: none;
}
#blueContainer .rightPart2 .lotus-form .sub-content1 {
  display: flex;
}
#blueContainer .rightPart2 .fgap {
  margin: 0 15px;
  text-align: left;
}
#blueContainer .rightPart2 .fgap label {
  font-size: 14px;
  color: #666666;
  margin: 2em 0 1em 0;
  display: block;
}
#blueContainer .rightPart2 .fgap input {
  text-align: left;
  font-size: 14px;
  padding: 0.9em;
  height: 45px;
  margin-bottom: 0em;
}
#blueContainer .rightPart2 .fgap .line {
  border-bottom: #999999 1px dashed;
  width: 100%;
  height: 0em;
  margin-top: 2.5em;
}
#blueContainer .rightPart2 .fgap textarea {
  text-align: left;
}
#blueContainer .rightPart2 .step2 {
  display: none;
}
#blueContainer .rightPart2 .step3 {
  display: none;
}
#blueContainer .rightPart2 .step4 {
  display: none;
}
#blueContainer .rightPart2 .step4 .inputc {
  color: #666666;
  text-align: left;
  font-size: 16px;
  margin-top: 2em;
}
#blueContainer .rightPart2 .step4 .inputc .checking {
  display: inline;
  margin-right: 15px;
  font-size: 16px;
}
#blueContainer .rightPart2 .step4 .inputc a:link,
#blueContainer .rightPart2 .step4 .inputc a:visited,
#blueContainer .rightPart2 .step4 .inputc a:active {
  font-size: 16px;
  color: #9d8678;
  text-decoration: none;
  border-bottom: #9d8678 2px dotted;
}
#blueContainer .rightPart2 .step4 .inputc a:hover {
  color: #9d8678;
  text-decoration: none;
  border-bottom: #9d8678 2px dotted;
}
#blueContainer .rightPart2 .step4 .inputc .redFont {
  color: #ff0000;
}
#blueContainer .rightPart2 .step4 .inputc .redFont a:link,
#blueContainer .rightPart2 .step4 .inputc .redFont a:hover,
#blueContainer .rightPart2 .step4 .inputc .redFont a:visited,
#blueContainer .rightPart2 .step4 .inputc .redFont a:active {
  color: #ff0000;
}
.greyContainer {
  padding-bottom: 100px;
}
.greyContainer .leftPart {
  background: #fff;
  box-sizing: border-box;
  padding: 30px 66px 50px 66px;
}
.greyContainer .leftPart h1 {
  margin-top: 40px;
  font-size: 40px;
  color: #333;
  font-weight: normal;
  position: relative;
}
.greyContainer .leftPart h1 em {
  font-style: normal;
  font-size: 24px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
.greyContainer .leftPart p {
  line-height: 1.5em;
  color: #999;
}
.greyContainer .rightPart {
  background: #333333;
  box-sizing: border-box;
  padding: 50px 66px 66px 66px;
  font-size: 1em;
  color: #fff;
  line-height: 1.5em;
}
.greyContainer .rightPart h1 {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: normal;
}
.greyContainer .rightPart a:link,
.greyContainer .rightPart a:visited,
.greyContainer .rightPart a:active,
.greyContainer .rightPart a:hover {
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  border-bottom: #fff 2px dotted;
}
.whiteContainer {
  padding-bottom: 100px;
}
.whiteContainer .rr {
  position: relative;
}
.whiteContainer .leftPart {
  background: #fff;
  box-sizing: border-box;
  padding: 30px 66px 50px 66px;
  position: relative;
}
.whiteContainer .leftPart h1 {
  margin-top: 40px;
  font-size: 40px;
  font-weight: normal;
  position: relative;
}
.whiteContainer .leftPart h1 em {
  font-style: normal;
  font-size: 24px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
.whiteContainer .leftPart .intro {
  display: block;
  margin-top: 1em;
  color: #666;
  font-size: 14px;
}
.whiteContainer .leftPart .intro a:link,
.whiteContainer .leftPart .intro a:visited,
.whiteContainer .leftPart .intro a:active {
  font-size: 14px;
  color: #9d8678;
  text-decoration: none;
  border-bottom: #9d8678 2px dotted;
}
.whiteContainer .leftPart .intro a:hover {
  color: #9d8678;
  text-decoration: none;
  border-bottom: #9d8678 2px dotted;
}
.whiteContainer .leftPart p {
  line-height: 1.5em;
  color: #999;
}
.whiteContainer .bcont {
  background: #fff;
  padding: 25px;
  text-align: center;
}
.whiteContainer .bcont i {
  width: 50px;
  height: 50px;
  font-style: normal;
  display: inline-block;
  margin: 0 12px;
  position: relative;
}
.whiteContainer .bcont i img {
  border-radius: 25px;
  overflow: hidden;
}
.whiteContainer .bcont i b {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  z-index: 8;
  right: 0px;
  border-radius: 50%;
  font-style: normal;
  top: 0;
}
.whiteContainer .rightPart2 {
  background: #fff;
  box-sizing: border-box;
  padding: 30px 20px 66px 20px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 1em;
  color: #fff;
  line-height: 1.5em;
}
.whiteContainer .rightPart2 #tribute-img {
  width: 100px;
  height: 100px;
  margin: 2em auto;
  border-radius: 100px;
}
.whiteContainer .rightPart2 .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 0px;
}
.whiteContainer .rightPart2 .selection:focus {
  border: 0;
}
.whiteContainer .rightPart2 .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 45px;
  user-select: none;
  -webkit-user-select: none;
}
.whiteContainer .rightPart2 .select2-container--open .select2-selection--single {
  border: #000 1px solid;
}
.whiteContainer .rightPart2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #999999;
  line-height: 45px;
}
.whiteContainer .rightPart2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.whiteContainer .rightPart2 .target-dropdown .select2-dropdown {
  border: 1px solid #d6d6d6;
}
.whiteContainer .rightPart2 .target-dropdown .select2-container--default .select2-results > .select2-results__options {
  max-height: 420px;
  background-color: #fff;
  color: #666666;
}
.whiteContainer .rightPart2 .target-dropdown .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #666666;
}
.whiteContainer .rightPart2 .target-dropdown .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f5f5f5;
  color: #666666;
}
.whiteContainer .rightPart2 .inputd {
  color: #102542;
  margin-top: 1em;
  margin-left: 15px;
  text-align: left;
  font-size: 14px;
}
.whiteContainer .rightPart2 .step {
  transition: all 0.3s;
}
.whiteContainer .rightPart2 .step h4 {
  font-size: 16px;
  font-weight: normal;
}
.whiteContainer .rightPart2 .step h4 span {
  color: #999999;
}
.whiteContainer .rightPart2 .hide {
  visibility: hidden;
  opacity: 0;
}
.whiteContainer .rightPart2 h3 {
  font-size: 22px;
  text-align: center;
  color: #a48e81;
  font-weight: normal;
  margin-bottom: 0.7em;
}
.whiteContainer .rightPart2 h4 {
  font-size: 18px;
  text-align: center;
  color: #102542;
  margin-top: 0.7em;
}
.whiteContainer .rightPart2 .card {
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.whiteContainer .rightPart2 .card img {
  border: #cccccc 1px solid;
  box-sizing: border-box;
}
.whiteContainer .rightPart2 .card1 {
  margin: 120px 75px;
  border: #fff 4px solid;
}
.whiteContainer .rightPart2 .card2 {
  border: #fff 4px solid;
  margin: 40px 40px;
}
.whiteContainer .rightPart2 .offerings-title {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.1em;
}
.whiteContainer .rightPart2 .bcon {
  margin: 0 55px;
}
.whiteContainer .rightPart2 .bcon .binfo-container {
  margin-top: 10px;
  height: 45px;
}
.whiteContainer .rightPart2 .bcon .binfo-container .xc {
  margin-left: 70px;
  margin-right: 75px;
  text-align: center;
  color: #999999;
  font-size: 14px;
  line-height: 45px;
}
.whiteContainer .rightPart2 .bcon .binfo-container .sizec {
  float: left;
  width: 60px;
}
.whiteContainer .rightPart2 .bcon .binfo-container .pricec {
  float: right;
  color: #102542;
  font-size: 14px;
  line-height: 45px;
  width: 65px;
}
.whiteContainer .rightPart2 .active {
  border: #cccccc 4px solid;
  border-radius: 5px;
}
.whiteContainer .rightPart2 .pure-u-1 {
  text-align: center;
}
.whiteContainer .rightPart2 .pure-u-1 .pure-button {
  background: #000;
  border: 0px;
  border-radius: 0;
  padding: 1em 0;
  color: #fff;
  font-size: 14px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 4em;
}
.whiteContainer .rightPart2 .pure-u-1 .pure-button:hover {
  color: #fff;
  text-decoration: none;
}
.whiteContainer .rightPart2 .pure-u-1 .pure-button-buy:link,
.whiteContainer .rightPart2 .pure-u-1 .pure-button-buy:visited,
.whiteContainer .rightPart2 .pure-u-1 .pure-button-buy:active {
  background: #000;
  border: 0px;
  border-radius: 0;
}
.whiteContainer .rightPart2 .pure-u-1-2 .pure-button {
  background: #000;
  border: 0px;
  border-radius: 0;
  padding: 1em 0;
  color: #fff;
  min-width: 0;
  display: block;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 4em;
}
.whiteContainer .rightPart2 .pure-u-1-2 .pure-button-prev,
.whiteContainer .rightPart2 .pure-u-1-2 .pure-button-buy1 {
  background: #cccccc;
}
.whiteContainer .rightPart2 .pure-u-1-2 .pure-button:hover {
  color: #fff;
  text-decoration: none;
}
.whiteContainer .rightPart2 .pure-u-1-2 .pure-button-buy:link,
.whiteContainer .rightPart2 .pure-u-1-2 .pure-button-buy:visited,
.whiteContainer .rightPart2 .pure-u-1-2 .pure-button-buy:active {
  background: #000;
  border: 0px;
  border-radius: 0;
}
.whiteContainer .rightPart2 .pure-u-1-2 .pure-button-buy1:link,
.whiteContainer .rightPart2 .pure-u-1-2 .pure-button-buy1:visited,
.whiteContainer .rightPart2 .pure-u-1-2 .pure-button-buy1:active {
  background: #cccccc;
  border: 0px;
  border-radius: 0;
}
.whiteContainer .rightPart2 .lotus-form {
  margin: 2em 45px 0 45px;
}
.whiteContainer .rightPart2 .lotus-form .sub-content {
  display: none;
}
.whiteContainer .rightPart2 .lotus-form .sub-content1 {
  display: flex;
}
.whiteContainer .rightPart2 .fgap {
  margin: 0 15px;
  text-align: left;
}
.whiteContainer .rightPart2 .fgap label {
  font-size: 14px;
  color: #666666;
  margin: 2em 0 1em 0;
  display: block;
}
.whiteContainer .rightPart2 .fgap input {
  text-align: left;
  font-size: 14px;
  padding: 0.9em;
  height: 45px;
  margin-bottom: 0em;
}
.whiteContainer .rightPart2 .fgap .line {
  border-bottom: #999999 1px dashed;
  width: 100%;
  height: 0em;
  margin-top: 2.5em;
}
.whiteContainer .rightPart2 .fgap textarea {
  text-align: left;
}
.whiteContainer .rightPart2 .step4 .inputc {
  color: #666666;
  text-align: left;
  font-size: 16px;
  margin-top: 2em;
}
.whiteContainer .rightPart2 .step4 .inputc .checking {
  display: inline;
  margin-right: 15px;
  font-size: 16px;
}
.whiteContainer .rightPart2 .step4 .inputc a:link,
.whiteContainer .rightPart2 .step4 .inputc a:visited,
.whiteContainer .rightPart2 .step4 .inputc a:active {
  font-size: 14px;
  color: #9d8678;
  text-decoration: none;
  border-bottom: #9d8678 2px dotted;
}
.whiteContainer .rightPart2 .step4 .inputc a:hover {
  color: #9d8678;
  text-decoration: none;
  border-bottom: #9d8678 2px dotted;
}
.whiteContainer .cloud .pure-u-1-2 {
  position: relative;
}
.whiteContainer .cloud .pure-u-1-2:hover .gray {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}
.whiteContainer .cloud .ttext {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transform-origin: left top;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.whiteContainer .cloud .ttext h4 {
  font-size: 18px;
  font-weight: normal;
  width: auto;
  color: #333333;
  margin-left: 20px;
  margin-top: 0.8em;
  margin-bottom: 0;
}
.whiteContainer .cloud .ttext p {
  width: 230px;
  font-size: 14px;
  color: #666666;
  margin-left: 20px;
}
.whiteContainer .cloud .ptext {
  color: #fff;
  background: #590a23;
  padding: 30px 20px;
  font-size: 18px;
}
.whiteContainer .cloud .trb {
  cursor: pointer;
}
.whiteContainer .cloud .quote {
  text-align: center;
  padding-top: 0;
  padding-bottom: 8em;
  margin-top: 0;
  background: #000;
  color: #fff;
  font-size: 13px;
}
.whiteContainer .cloud .quote h3 {
  text-transform: uppercase;
  color: #333333;
  font-size: 14px;
  margin-top: 2.5em;
  margin-bottom: 3em;
  letter-spacing: 2px;
}
.whiteContainer .cloud .quote h2 {
  color: #fff;
  font-size: 21px;
  margin-top: 0m;
  letter-spacing: 0px;
  margin-left: 4em;
  margin-right: 4em;
  margin-bottom: 0;
}
.whiteContainer .cloud .quote:before {
  content: "";
  display: table;
  /*或者display: inline-block;*/
}
.whiteContainer .fo-container {
  position: relative;
}
.whiteContainer .fo-container .music {
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: url(../img/music.svg) no-repeat center;
  background-size: cover;
  transition: all 0.3s linear;
  cursor: pointer;
}
.whiteContainer .fo-container .music.playings {
  animation: musicplay 5s linear  infinite  ;
}
.whiteContainer .fo-container .quesicon {
  position: absolute;
  z-index: 10;
  right: 80px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: url(../img/questionMark.svg) no-repeat center;
  background-size: cover;
  transition: all 0.3s linear;
  cursor: pointer;
}
.whiteContainer .fo-container .choose-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  left: 0;
  transition: all 0.3s;
  top: 0;
}
.whiteContainer .fo-container .choose-container .xfo {
  position: relative;
  cursor: pointer;
}
.whiteContainer .fo-container .choose-container .xfo .tfo {
  position: relative;
  z-index: 5;
}
.whiteContainer .fo-container .choose-container .xfo .xfobg {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.whiteContainer .fo-container .choose-container .xfo:hover .xfobg,
.whiteContainer .fo-container .choose-container .xfo:active .xfobg {
  opacity: 1;
}
.whiteContainer .fo-container .choose-container .xfo.active .xfobg {
  opacity: 1;
}
.whiteContainer .fo-container .choose-container.hide {
  opacity: 0;
  visibility: hidden;
}
.whiteContainer .fo-container .bottom-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100px;
  line-height: 100px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}
.whiteContainer .fo-container .bottom-bar .ent {
  margin-left: 50px;
  margin-right: 25px;
  font-size: 20px;
}
.whiteContainer .fo-container .bottom-bar .cnt {
  font-size: 25px;
}
.whiteContainer .fo-container .bottom-bar .cbt {
  position: absolute;
  right: 29px;
  top: 25px;
  width: 150px;
  height: 45px;
  border: #fff 2px solid;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.whiteContainer .newsContainer {
  background: #fff;
  box-sizing: border-box;
  padding: 30px 66px 100px 66px;
  color: #666;
  font-size: 1em;
  line-height: 1.5em;
}
.whiteContainer .newsContainer h2 {
  font-size: 30px;
  font-weight: normal;
  color: #5a0d25;
}
.whiteContainer .newsContainer h4 {
  color: #999999;
  font-size: 14px;
  font-weight: normal;
}
.whiteContainer .newsContainer a:link,
.whiteContainer .newsContainer a:visited,
.whiteContainer .newsContainer a:active,
.whiteContainer .newsContainer a:hover {
  color: #666;
  text-decoration: none;
  box-sizing: border-box;
  border-bottom: #666 2px dotted;
}
.whiteContainer .rightPart {
  background: #333333;
  box-sizing: border-box;
  padding: 50px 66px 66px 66px;
  font-size: 1em;
  color: #fff;
  line-height: 1.5em;
}
.whiteContainer .rightPart h1 {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: normal;
}
.greenContainer {
  padding-bottom: 100px;
}
.greenContainer .leftPart {
  background: #fff;
  box-sizing: border-box;
  padding: 30px 66px 50px 66px;
}
.greenContainer .leftPart h1 {
  margin-top: 40px;
  font-size: 40px;
  color: #a2b8b4;
  font-weight: normal;
  position: relative;
}
.greenContainer .leftPart h1 em {
  font-style: normal;
  font-size: 24px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
.greenContainer .leftPart p {
  line-height: 1.5em;
  color: #999;
}
.greenContainer .videoInfoContainer {
  box-sizing: border-box;
  padding: 30px 66px 100px 66px;
  color: #666;
  font-size: 1em;
  line-height: 1.5em;
  color: #fff;
}
.greenContainer .videoInfoContainer h2 {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
}
.greenContainer .videoInfoContainer h4 {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
#userContainer {
  background: #fff;
  color: #000;
}
#userContainer .header {
  padding: 23px 0;
  text-align: center;
}
#userContainer .header h2 {
  margin-top: 0.5em;
  font-weight: normal;
  font-size: 25px;
  color: #9d8678;
}
#userContainer .header h4 {
  font-weight: normal;
  font-size: 14px;
  color: #333;
}
#userContainer .intro {
  display: none;
  margin: 3em 15px 0 15px;
  font-size: 14px;
  line-height: 1.5em;
  color: #999;
}
#userContainer .intro a:link,
#userContainer .intro a:visited,
#userContainer .intro a:active {
  font-size: 14px;
  color: #9d8678;
  text-decoration: none;
  border-bottom: #9d8678 2px dotted;
}
#userContainer .intro a:hover {
  color: #9d8678;
  text-decoration: none;
  border-bottom: #9d8678 2px dotted;
}
#userContainer .formContainer {
  margin: 0 25px;
  color: #666666;
  padding-bottom: 55px;
}
#userContainer .formContainer .pure-button:link {
  border: 0;
}
#userContainer .formContainer .pure-button:hover {
  border-bottom: 0;
}
#userContainer .formContainer .inputc {
  margin: 15px;
}
#userContainer .formContainer .inputc span {
  color: #999999;
}
#userContainer .formContainer .inputc .delete {
  float: right;
  margin-right: 19px;
  cursor: pointer;
}
#userContainer .formContainer .inputc .delete:hover {
  color: #9d8678;
  border: none;
}
#userContainer .formContainer .greyText {
  color: #959595;
  font-size: 14px;
}
#userContainer .formContainer .inputd {
  margin: 15px;
  color: #9d8678;
  display: none;
  font-size: 14px;
}
#userContainer .formContainer .orders-line {
  border-bottom: #c3c4c6 1px solid;
  margin: 20px 0;
}
#userContainer .formContainer .orders-item {
  margin-right: 140px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* IE/Safari */
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera */
  -moz-binding: url("ellipsis.xml#ellipsis");
  /*FireFox*/
  color: #9d8678;
  line-height: 20px;
}
#userContainer .formContainer .orders-item a:link,
#userContainer .formContainer .orders-item a:active,
#userContainer .formContainer .orders-item a:visited {
  border-bottom: 0;
}
#userContainer .formContainer .orders-item a:hover {
  border-bottom: 1px;
}
#userContainer .formContainer .orders-price {
  float: right;
  text-align: right;
  margin-right: 19px;
  width: 75px;
  color: #666;
  line-height: 1.2em;
  height: 20px;
  line-height: 20px;
}
#userContainer .formContainer .orders-qty {
  width: 48px;
  text-align: center;
  float: right;
  color: #999;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
#userContainer .formContainer .orders-text {
  color: #666;
  text-align: left;
  margin-right: 19px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
#userContainer .formContainer .orders-text span {
  color: #ccc;
}
#userContainer .formContainer .sum-container {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.2);
  padding-top: 1.5em;
  padding-bottom: 1em;
  display: none;
}
#userContainer .formContainer .sum-container .center-b {
  max-width: 365px;
  margin: 0 auto;
}
#userContainer .formContainer .sum-container .center-b .sum-text {
  line-height: 2em;
  color: #9d8678;
  text-align: center;
}
#userContainer .formContainer .sum-container .center-b .sum-text span {
  font-size: 24px;
}
#userContainer .formContainer .sum-container .center-b .sum-text .payall {
  line-height: 1.3em;
}
#userContainer .formContainer .orders-total {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  margin-right: 19px;
  line-height: 20px;
  color: #9d8678;
}
#userContainer .formContainer .orders-total span {
  color: #ccc;
}
#userContainer .formContainer label {
  color: #666666;
  margin: 0.5em 0;
}
#userContainer .formContainer label em {
  font-size: 12px;
  color: #9d8678;
  font-style: normal;
}
#userContainer .formContainer .forgot {
  padding: 0.8em 0;
}
#userContainer .formContainer a:link,
#userContainer .formContainer a:visited,
#userContainer .formContainer a:active {
  font-size: 14px;
  color: #9d8678;
  text-decoration: none;
  border-bottom: #9d8678 2px dotted;
}
#userContainer .formContainer a:hover {
  color: #9d8678;
  text-decoration: none;
  border-bottom: #9d8678 2px dotted;
}
#userContainer .formContainer .pure-button-primary,
#userContainer .formContainer .pure-button-selected,
#userContainer .formContainer a.pure-button-primary,
#userContainer .formContainer a.pure-button-selected {
  background-color: #9d8678;
  border: 0px;
  border-radius: 0;
  padding: 0.8em 0;
  color: #fff;
  margin: .25em 0;
}
#userContainer .formContainer .pure-button-pay,
#userContainer .formContainer a.pure-button-pay,
#userContainer .formContainer a.pure-button-pay:focus,
#userContainer .formContainer a.pure-button-pay:active {
  background-color: #9d8678;
  border: 0px;
  font-size: 14px;
  border-radius: 0;
  padding: 1em 0;
  color: #fff;
  margin: .25em 0;
}
#userContainer .formContainer .pure-button-paid,
#userContainer .formContainer a.pure-button-paid,
#userContainer .formContainer a.pure-button-paid:focus,
#userContainer .formContainer a.pure-button-paid:active,
#userContainer .formContainer a.pure-button-paid:hover {
  background-color: #f5f5f5;
  border: 0px;
  font-size: 14px;
  border-radius: 0;
  padding: 1em 0;
  color: #999999;
  margin: .25em 0;
  text-align: center;
}
#userContainer .formContainer .pure-button-order,
#userContainer .formContainer a.pure-button-order,
#userContainer .formContainer a.pure-button-order:focus,
#userContainer .formContainer a.pure-button-order:active {
  background-color: #000;
  border: 0px;
  font-size: 14px;
  border-radius: 0;
  padding: 1em 0;
  color: #fff;
  margin: .25em 0;
}
#userContainer .formContainer .info-text {
  margin: 15px;
  color: #9d8678;
  font-size: 14px;
  display: none;
}
#userContainer .formContainer .remember {
  display: inline;
  margin-right: 15px;
  font-size: 16px;
}
#userContainer .formContainer h3.title {
  font-size: 14px;
  margin: 1.5em 0;
  text-align: center;
  font-weight: normal;
}
#userContainer .formContainer h3.title span {
  display: block;
  /*设置为块级元素会独占一行形成上下居中的效果*/
  font-size: 14px;
  color: #212121;
  background: #fff;
  position: relative;
  /*定位横线（当横线的父元素）*/
}
#userContainer .formContainer h3.title span em {
  position: relative;
  background: #fff;
  z-index: 10;
  font-style: normal;
  padding: 0 2em;
}
#userContainer .formContainer h3.title span:after {
  width: 100%;
  content: '';
  /*CSS伪类用法*/
  position: absolute;
  /*定位背景横线的位置*/
  top: 50%;
  height: 1px;
  background: #c3c4c6;
  left: 0;
}
#userContainer .formContainer .info {
  color: #333333;
  text-align: center;
  font-size: 14px;
}
#userContainer .formContainer .pure-button:hover {
  color: #fff;
  text-decoration: none;
}
#userContainer .formContainer .pure-button-facebook:link,
#userContainer .formContainer .pure-button-facebook:visited,
#userContainer .formContainer .pure-button-facebook:active {
  background: #4469b0;
  border: 0px;
  border-radius: 0;
  padding: 0.8em 0;
  color: #fff;
  font-size: 16px;
}
#userContainer .formContainer .pure-button-facebook:link i,
#userContainer .formContainer .pure-button-facebook:visited i,
#userContainer .formContainer .pure-button-facebook:active i {
  margin-right: 1em;
}
#userContainer .formContainer .pure-button-google:link,
#userContainer .formContainer .pure-button-google:visited,
#userContainer .formContainer .pure-button-google:active {
  background: #d9453d;
  border: 0px;
  border-radius: 0;
  padding: 0.8em 0;
  color: #fff;
  font-size: 16px;
}
#userContainer .formContainer .pure-button-google:link i,
#userContainer .formContainer .pure-button-google:visited i,
#userContainer .formContainer .pure-button-google:active i {
  margin-right: 1em;
}
#userContainer .orders {
  font-size: 14px;
}
#userContainer .orders .pure-g:last-child .orders-line {
  border-bottom: #c3c4c6 0px solid;
}
.regular-checkbox {
  display: none;
}
.regular-checkbox + label {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  padding: 0 9px;
  border-radius: 0px;
  display: inline-block;
  position: relative;
}
.regular-checkbox:checked + label {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  color: #99a1a7;
}
.regular-checkbox:checked + label:after {
  content: '';
  font-size: 14px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 4px;
  color: #fff;
  background: #9d8678;
}
.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=text],
.pure-form select,
.pure-form textarea {
  padding: .8em .6em;
  display: inline-block;
  border: 1px solid #d6d6d6;
  box-shadow: none;
  border-radius: 0px;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 1em;
  color: #999999;
}
.pure-form input:not([type])[disabled],
.pure-form input[type=password][disabled],
.pure-form input[type=email][disabled],
.pure-form input[type=url][disabled],
.pure-form input[type=date][disabled],
.pure-form input[type=month][disabled],
.pure-form input[type=time][disabled],
.pure-form input[type=datetime][disabled],
.pure-form input[type=datetime-local][disabled],
.pure-form input[type=week][disabled],
.pure-form input[type=tel][disabled],
.pure-form input[type=color][disabled],
.pure-form input[type=number][disabled],
.pure-form input[type=search][disabled],
.pure-form input[type=text][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  color: #999;
}
#avatar {
  width: 90px;
  height: 90px;
  position: absolute;
  background: url(../img/avatar.png) no-repeat;
  background-size: contain;
  top: 45px;
  right: 70px;
}
#avatar .cameraBtn {
  width: 30px;
  height: 30px;
  display: block;
  background: url(../img/icon_camera.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
#search-bar {
  width: 100%;
  background-color: #000;
  transition: all 0.3s;
  overflow: hidden;
}
#search-bar .search-con {
  margin-left: 0;
  margin-top: 12px;
  margin-right: 0;
  position: relative;
}
#search-bar .search-con .close {
  display: block;
  color: #fff;
  position: absolute;
  right: -14px;
  top: 18px;
  font-size: 18px;
  text-decoration: none;
}
#search-bar .search {
  font-size: 16px;
  line-height: 1.1em;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 0;
  color: #585858;
}
#search-bar .search-line {
  width: 100%;
  height: 6px;
  border-radius: 0px;
  background-color: #ffffff;
  margin-top: 5px;
}
.whide {
  height: 0px;
}
.wshow {
  height: 100px;
}
.redColor {
  color: #5a0d25;
}
.goldColor {
  color: #9d8678;
}
.mb100 {
  margin-bottom: 100px;
}
#mini-clndr {
  padding: 30px 0 0 0;
  font-size: 24px;
}
#mini-clndr .clndr {
  overflow: hidden;
}
#mini-clndr .clndr .controls {
  font-size: 18px;
  margin-bottom: 10px;
}
#mini-clndr .clndr .controls .clndr-previous-button,
#mini-clndr .clndr .controls .clndr-next-button {
  width: 33.3333%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#mini-clndr .clndr .controls .clndr-previous-button {
  text-align: left;
}
#mini-clndr .clndr .controls .clndr-next-button {
  text-align: right;
}
#mini-clndr .clndr .controls .clndr-previous-button a:hover,
#mini-clndr .clndr .controls .clndr-next-button a:hover {
  box-sizing: border-box;
  border-bottom: #666 2px dotted;
}
#mini-clndr .clndr .controls .month {
  width: 33.3333%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
#mini-clndr .clndr .days-container {
  position: relative;
  height: 350px;
  width: 100%;
  display: inline-block;
}
#mini-clndr .clndr .days-container .days {
  position: absolute;
  left: 0;
  width: 100%;
  height: 260px;
  -webkit-transition: left .5s;
  -moz-transition: left .5s;
  -ms-transition: left .5s;
  -o-transition: left .5s;
  transition: left .5s;
}
#mini-clndr .clndr .days-container .days .day,
#mini-clndr .clndr .days-container .days .empty {
  width: 14.2857%;
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #666666;
}
#mini-clndr .clndr .days-container .days .day span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: block;
  margin: 5px auto;
  transition: all 0.3s;
}
#mini-clndr .clndr .days-container .days .pday span {
  background: #102542;
  color: #fff;
}
#mini-clndr .clndr .days-container .days .event span {
  background: #102542;
  color: #fff;
}
#mini-clndr .clndr .days-container .days .day.event,
#mini-clndr .clndr .days-container .days .empty.event {
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#mini-clndr .clndr .days-container .days .day.adjacent-month,
#mini-clndr .clndr .days-container .days .empty.adjacent-month {
  color: #cccccc;
}
#mini-clndr .clndr .days-container .days .empty {
  height: 31px;
  vertical-align: bottom;
}
#mini-clndr .clndr .days-container .days .headers {
  padding-top: 20px;
  padding-bottom: 10px;
}
#mini-clndr .clndr .days-container .days .headers .day-header {
  width: 14.2857%;
  display: inline-block;
  text-align: center;
  color: #666666;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  font-size: 14px;
  padding-left: 16px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-results__option {
  padding: 6px 6px 6px 16px;
  font-size: 14px;
  user-select: none;
  -webkit-user-select: none;
}
#error_msg {
  display: none;
}
#userPanel .leftPart .circlegap {
  margin: 30px 0 0 0;
  text-align: center;
  color: #666;
}
#userPanel .leftPart .circlegap .circle1 {
  margin: 0 auto 20px auto;
  background: #f5f5f5;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  color: #666;
  font-size: 36px;
  line-height: 110px;
}
#userPanel .leftPart .circlegap .circle2 {
  margin: 0 auto 20px auto;
  background: #9d8678;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  color: #fff;
  font-size: 36px;
  line-height: 110px;
  text-align: center;
}
.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
  background-color: #fff;
}
