html {
  margin: 0;
  padding: 0;
}

body {
  background-color: white;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

/* Style the container */
.container {
  margin: 0 auto;
  background-color: white;
  padding: 30px;

  border-bottom: 0px solid white;
}

.button {
    background-color: white;
    color: goldenrod;
    padding: 10px 32px;
    font-style: bold;
	font-weight: 600;
	outline: none;
    display: inline-block;
    font-size: 14px;
	border: 1px solid goldenrod;
	border-radius: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button:hover{
	border: 1px solid black;
	color: black;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.button:active{
	border: 1px solid black;

	transform:scale(0.9);
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	-o-transform:scale(0.9);

	color: black;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}


.short-wrapper {
  max-width: 1024px;
  margin: auto;
}

.short-wrapper-background {
  background-color: #375361;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);

  background: linear-gradient(270deg, #377a9b, #375361);
  background-size: 400% 400%;
  -webkit-animation: premium-cute-animation 12 ease infinite;
  -moz-animation: premium-cute-animation 12s ease infinite;
  -o-animation: premium-cute-animation 12s ease infinite;
  animation: premium-cute-animation 12s ease infinite;
}

@-webkit-keyframes premium-cute-animation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes premium-cute-animation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes premium-cute-animation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes premium-cute-animation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

* {
  box-sizing: inherit;
}

.embed-submit-field {
  position: relative;
  display: inline-block;
  width: 100%;
}

.embed-submit-field input {
    width: 100%;
    padding: 15px;
    border-radius: 3px;
	outline: none;

	padding-right: 80px;

    border: solid 1px orange;
    box-shadow:
	0 0 0 6px gold,
	0 0 0 7px orange;

}

.embed-submit-field input:active, .embed-submit-field input:hover{
	border: 1px solid orange;
}

.embed-submit-field  button {
    position: absolute;
    right: 6px;
    top: 6px;

    width: 70px;

	font-weight: 600;


    -webkit-appearance: none;
    -moz-appearance: none;

    border: none;
	box-shadow: inset 0 0 0 1px goldenrod;
    background: #ededed;
    border-radius: 3px;
    padding: 10px;
    background-color: gold;
	outline: none;

    transition: all .2s;
    }

.embed-submit-field  button:hover {
  	  box-shadow: inset 0 0 0 1px gold;
	  background-color: #ffee38;
      color: black;
      cursor: pointer;
    }

.embed-submit-field  button:active {
	transform:scale(0.9);
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	-o-transform:scale(0.9);
    }

.logo-caption {
  font-family: 'Courgette', sans-serif;
  text-align: center;
  font-size: 42px;
  font-style: italic;
  color: white;
  font-weight: 800;
  text-decoration: bold;
  color: white;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.7),
                 0px -5px 15px rgba(255,255,255,0.3);
}

.logo-caption-small {
  font-family: 'Courgette', sans-serif;
  text-align: center;
  font-size: 30px;
  font-style: italic;
  color: white;
  font-weight: 800;
  text-decoration: bold;
  color: white;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.7),
                 0px -5px 15px rgba(255,255,255,0.3);
}

.logo-subtext {
  padding-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Acme', sans-serif;
  text-shadow: 0px 0px 2px black;
  color: gold;
}

.logo-subtext a:link {
  color: white;
  text-decoration: none;
  transition: all 0.2s linear;
}

.logo-subtext a:visited {
  color: white;
  text-decoration: none;
}

.logo-subtext a:hover {
  color: yellow;
  text-decoration: none;
}

.logo-subtext a:active {
  color: yellow;
  text-decoration: none;
}

.qrcode {
  margin-top: 10px;
  padding: 0px;
}

.paypal-btn {
  display: inline;
  cursor: pointer;
  outline: none;
}

.paypal-btn-mobile {
  display: none;
  cursor: pointer;
  outline: none;
  border: 0;
}

@media (max-width: 640px) and (min-width: 320px){
  .paypal-btn{
   display:none;
  }

  .paypal-btn-mobile{
   display: inline;
  }
}

.text {
  text-shadow : 0px 0px 1px goldenrod;
  margin: auto;
  max-width: 800px;
}

.text-created {
text-shadow:
    0px 1px 0px #555555,
    0px 2px 10px rgba(0, 0, 0, 0.6);
  margin: auto;
  max-width: 800px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.text-created:hover {
  text-shadow:
    0px 1px 0px goldenrod,
    0px 2px 10px rgba(0, 0, 0, 0.6);
}

.neon-text {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  font: normal normal bold 72px/normal "Atomic Age", Helvetica, sans-serif;
  color: rgb(64, 126, 196);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: 1px 1px 0 rgb(77,162,252) , -1px -1px 0 rgb(77,162,252) , 1px -1px 0 rgb(77,162,252) , -1px 1px 0 rgb(77,162,252) , 4px 4px 8px rgb(44,88,137) , -4px 4px 8px rgb(44,88,137) , 4px -4px 8px rgb(44,88,137) , -4px -4px 8px rgb(44,88,137) ;
  -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.neon-text:hover {
  text-shadow: 1px 1px 0 rgb(77,162,252) , -1px -1px 0 rgb(77,162,252) , 1px -1px 0 rgb(77,162,252) , -1px 1px 0 rgb(77,162,252) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

a:link {
    color: #c6961d;
    transition: all 0.2s linear;
}

/* visited link */
a:visited {
    color: #8a6914;
}

/* mouse over link */
a:hover {
    color: #8a6914;
}

/* selected link */
a:active {
    color: #8a6914;
}

progress {
	width: 400px;
	height: 14px;
	margin: auto;
	display: block;
	/* Important Thing */
	-webkit-appearance: none;
	border: none;
}

/* All good till now. Now we'll style the background */
progress::-webkit-progress-bar {
	background: whitesmoke;
	border-radius: 50px;
	padding: 2px;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
}

/* Now the value part */
progress::-webkit-progress-value {
	border-radius: 50px;
	box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
	background:
		-webkit-linear-gradient(45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%),
		-webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)),
		-webkit-linear-gradient(left, gold, goldenrod);

	/* Looks great, now animating it */
	background-size: 25px 14px, 100% 100%, 100% 100%;
	-webkit-animation: move 5s linear 0 infinite;
}

/* That's it! Now let's try creating a new stripe pattern and animate it using animation and keyframes properties  */

@-webkit-keyframes move {
	0% {background-position: 0px 0px, 0 0, 0 0}
	100% {background-position: -100px 0px, 0 0, 0 0}
}

/* Prefix-free was creating issues with the animation */

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.responsive-img {
  max-width: 100%;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
  border: 4px solid white;
  border-radius: 6px;
  transition: all 0.5s linear;
}
.responsive-img:hover {
  border: 4px solid whitesmoke;
  animation: shake 0.5s;
}
.qrcode img{margin: 0 auto;}

.hidden{display: none}

.watting:target {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/*设置弹窗内容*/
.watting .con {
    /*background-color: rgba(250, 188, 199, 0.76);*/
    border-radius: 5px;
    /*padding: 1.5rem;*/
    position: relative;
    width: 500px;
    margin: 0 auto;
}
.watting .con img{width: 500px}
@media (max-width: 640px) and (min-width: 320px){
    .watting .con{
        width: 25rem;
    }
    .watting .con img{width: 100%}
}

/*关闭按钮*/
.watting .close {
    display: block;
    position: relative;
}

.watting .close::after {
    align-items: center;
    color: white;
    content: "×";
    cursor: pointer;
    background-color: rgba(79, 79, 79, 0.9);
    border-radius: 50%;
    display: flex;
    font-size: 1.25rem;
    justify-content: center;
    position: absolute;
    right: -2.5rem;
    top: -2.5rem;
    height: 2rem;
    width: 2rem;
    z-index: 2;
}

/*弹窗遮罩层*/
.watting::before {
    content: "";
    cursor: default;
    background-color: rgba(173, 173, 173, 0.66);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
