/* 
.thanks {
  background: white;
  text-align: left;
  height: 100%;
  width: 100%;
}
.thanks .thanks-content {
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.thanks .thanks-content .thank-you {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  text-align: center;
  color: #01579B;
  margin: 0 0px 20px 0px;
}
.thanks .thanks-content .thanks-more {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  text-align: center;
  color: #37474F;
  margin: 0;
}

::-moz-selection {
  color: white;
  background: #00E676;
}

::selection {
  color: white;
  background: #00E676;
}

::-moz-placeholder {
  color: #263238;
  opacity: 0.8;
}

:-ms-input-placeholder {
  color: #263238;
  opacity: 0.8;
}

::placeholder {
  color: #263238;
  opacity: 0.8;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #42A5F5;
  background: linear-gradient(#42A5F5, #01579B);
}

::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: white;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: white;
}
*/

.is-open {
  display: block !important;
} 


.popup-overlay {
  /* background: rgba(179, 229, 252, 0.7); */
  background: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  opacity: 0;
  transition: all 150ms ease-in;
  pointer-events: none;
}
.popup-overlay.is-open {
  pointer-events: auto;
  opacity: 1;
}

.popup-wrap {
  background: #ffffff;
  /* background: url(https://stylefile.all369.cn/chuangguang/static/image/dddd.png); */
  background-size: 100% 100%;
  border-radius: 20px 20px 20px 20px;
  text-align: center;
  width: 70%;
  height: 50%;
  min-width: 900px;
  min-height: 632px;
  max-width: 900px;
  max-height: 632px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 55;
}

.close {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 60;
}
.close .a, .close .b {
  background: #263238;
  position: absolute;
  height: 2px;
  width: 30px;
  left: 20%;
  top: 45%;
}
.close .a {
  transform: rotate(-45deg);
}
.close .b {
  transform: rotate(45deg);
}

.popup-img {
  /* background: url(https://stylefile.all369.cn/chuangguang/static/image/popupc.png);
  background-size: cover;
  background-position: center; */
  width: 60%;
  float: left;
  height: 100%;
}

.popup {
	/* background: rgba(255,255,255,0.9); */
  /* padding: 0px 25px; */
  width: 40%;
  float: left;
  height: 100%;
  position: relative;
}
.popup form {
  position: relative;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup form h2 {
  padding: 0px 70px;
  margin-bottom: 35px;
  color: #01579B;
  font-size: 1.5em;
  font-weight: 900;
}

.popup form input[type=text] {
  text-align: left;
  display: block;
  height: 40px;
  width: 100%;
  max-width: 300px;
  border: 1px solid rgba(38, 50, 56, 0.3);
  font-size: 1em;
  margin: 10px 0;
}

.popup form textarea[type=text] {
  text-align: left;
  display: block;
  height: 80px;
  width: 100%;
  max-width: 300px;
  border: 1px solid rgba(38, 50, 56, 0.3);
  font-size: 1em;
  margin: 10px 0;
}

.popup .flex{
	display:flex;
	align-items: center;
}
/*
.popup form input[type=email], .popup form input[type=text] {
  text-align: center;
  margin: 0px auto 15px;
  display: block;
  height: 40px;
  width: 60%;
  max-width: 300px;
  border: none;
  border-bottom: 1px solid rgba(38, 50, 56, 0.3);
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
}
.popup form input[type=email]:focus, .popup form input[type=text]:focus {
  border-bottom: 1px solid #00E676;
}
.popup form input[type=email] {
  margin-bottom: 35px;
}
.popup form input[type=submit] {
  margin-bottom: 10px;
  width: 100%;
  max-width: 300px;
  height: 55px;
  background: #00E676;
  color: #263238;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  border: none;
  transition: all 200ms ease-in-out;
  text-transform: uppercase;
}
.popup form input[type=submit]:hover {
  color: white;
  background: #01579B;
}
.popup form input[type=submit]:focus {
  box-shadow: 2px 0px 50px -15px black;
}
*/
.popup form .privacy {
  font-size: 0.8em;
}

.baojia{
	    border: 2px solid #5b0fd5;
	    padding: 10px;
	    color: #fff;
	    border-radius: 5px;
	    transition: .3s all;
	    text-align: center;
	    border-radius: 30px;
	    background-color: #5b0fd5;
		  width:80%;
}
/* 
@media screen and (max-width: 1200px) {
  .menu {
    display: block;
    width: 70px;
    height: 70px;
    position: fixed;
    z-index: 20;
    top: 0;
  }

  .hero {
    min-height: 350px;
  }
  .hero .center h1 {
    font-size: 1.7em;
    padding: 0px !important;
  }
  .hero .center button {
    font-size: 0.8em;
  }

  .sec1 h2 {
    font-size: 1.5em;
  }

  .logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .logo:hover {
    transform: scale(1) !important;
  }

  .mobile-toggle:checked ~ nav {
    overflow-x: scroll;
    left: 0;
  }

  .mobile-toggle:checked ~ main {
    width: 70%;
    height: 100%;
    position: absolute;
    right: 0;
  }

  .mobile-toggle:checked ~ footer {
    width: 70%;
    right: 0;
  }

  .mobile-toggle:checked ~ .menu .toggle-menu .ham .b {
    transform: rotate(-45deg);
  }

  .mobile-toggle:checked ~ .menu .toggle-menu .ham .d {
    transform: rotate(45deg);
  }

  .mobile-toggle:checked ~ .menu .toggle-menu .ham .a {
    background: none;
  }

  .mobile-toggle:checked ~ .menu .toggle-menu .ham .c {
    background: none;
  }

  .toggle-menu {
    display: block !important;
  }

  nav {
    top: 70px;
    width: 30%;
    height: 100%;
    position: fixed;
    left: -30%;
    z-index: 4;
    background: white !important;
    transition: all 300ms ease;
  }
  nav a {
    height: 70px !important;
    background: white;
    display: block !important;
    color: #42A5F5 !important;
    text-align: center;
  }
  nav a:hover {
    background: #42A5F5 !important;
    color: white !important;
  }

  .toggle-menu {
    position: absolute;
    padding: 20px;
    top: 0px;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    cursor: pointer;
  }

  .ham {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
  }

  .a, .b, .c, .d {
    position: relative;
    display: block;
    z-index: 2;
    background: white;
    height: 13%;
    margin-bottom: 30%;
    border-radius: 50px;
    transform: rotate(0);
    transform-origin: 50% 50% 0;
    transition: all 400ms ease;
  }

  .d {
    bottom: 85%;
  }
}
@media screen and (max-width: 960px) {
  .sec1-text {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .sec1-img {
    float: none;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .sec1 {
    box-shadow: none;
  }

  .footer-nav, .footer-logo, .footer-policy hr, .social-media {
    display: none;
  }

  .footer-policy br {
    display: block !important;
  }

  .footer-policy p, .footer-policy .policy-links a {
    font-size: 0.8em;
  }

  footer .social-media a {
    font-size: 1em;
    margin-left: 0px !important;
  }

  .contact, .footer-policy, .footer-policy .policy-links {
    float: none !important;
    text-align: center;
  }

  .policy-links:before {
    content: "";
  }

  .popup-wrap .popup-img {
    display: none;
  }

  .popup-wrap {
    min-width: 100% !important;
    min-height: 100% !important;
  }
  .popup-wrap .popup {
    width: 100%;
  }

  .popup-overlay .popup-wrap .popup h2 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 520px) {
  nav {
    width: 100% !important;
    left: -100%;
  }

  .mobile-toggle:checked ~ main {
    overflow: hidden;
    width: 100%;
  }

  .hero .center h1 {
    font-size: 1.5em;
    padding: 0px !important;
  }

  .sec1 h2 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 490px) {
  footer input[type=submit] {
    margin-top: 10px;
  }
} */
@media screen and (max-width: 800px) {
 
 .close {
   position: absolute;
   width: 50px;
   height: 50px;
   right: 0;
   top: 0;
   cursor: pointer;
   z-index: 60;
 }

  .popup-wrap .popup-img {
    display: none;
  }

  .popup-wrap {
    min-width: 90% !important;
    /* min-height: 100% !important; */
  }
  .popup-wrap .popup {
    width: 100%;
  }

  .popup-overlay .popup-wrap .popup h2 {
    font-size: 1.4em;
  }
  
.pop-header{
  display:flex;
  justify-content: center;
  text-align: center;
  margin:20px;
}
.fenge{
  width:10px;
}

.pupinput {
    width:90%;
    margin-left: 5% !important;
}

.pop-gift{
   width: 150px !important;
   
  height: 100px !important;
}

.popup form input[type=text] {
  text-align: left;
  display: block;
  height: 40px;
  width: 100%;
  max-width: 100% !important;
  border: 1px solid rgba(38, 50, 56, 0.3);
  font-size: 1em;
  margin: 10px 0;
}

.popup form textarea[type=text] {
  text-align: left;
  display: block;
  height: 80px;
  width: 100%;
  max-width: 100% !important;
  border: 1px solid rgba(38, 50, 56, 0.3);
  font-size: 1em;
  margin: 10px 0;
}

}










.ahref-icon{
	display:flex;
	align-items: center;
	
}
.xiaotubiao{
  overflow: visible;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #ffffff;
  border: 1px solid #e3e1e1;
  border-radius: 50px;
  color: #25252e;
  transition: 0.4s;
  text-align: center;
  margin-right:4px;
  cursor: pointer;
} 
			  
			  
.logos_btm{
	display:flex;
	margin-bottom:20px;
}

.popupimg{
  margin:5% 4%;
  width:92%;
  height:90%;
}



.pop-header{
  text-align: left;
  margin-left:20px;
}
.pop-header1{
  color:#333333;
  font-size: 20px;
  font-weight: bold;
}
.pop-header2{
  color:#384DFF;
  font-size: 20px;
  font-weight: bold;
}

.popinput-label{
  text-align: left;
}
.pupinput{
  
  margin-left:20px;
}

.pop-gift{
  margin-top: -100px ;
   width: 0px;
   height: 0px;
}