@font-face {
	font-family: "Open Sans"; 
	src: url("../OpenSans-Regular.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal; 
} 

html {
  	box-sizing: border-box;	
  font-family: 'Open Sans', sans-serif;
}
 
*, *:before, *:after {
  	box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul,div {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
body {
  font-size: 15px;
  color: #e8e8e8;
}
ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}
a, input, button {
	outline: 0;
}
.start {
  padding: 70px 0 55px;
  background: url('../libimg/stsrt.png')no-repeat;
  background-size: cover;
  text-align: center;
}
.logo {
  margin-bottom: 30px;
  height: 115px;
  background: url('../libimg/logo.png')no-repeat center;
  background-size: contain;
}
.start p {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}
.start img {
  width: auto;
}
.start span {
    display: block;
    color: #d2f1fd;
    text-transform: uppercase;

    font-size: 17px;
}
.box-form {
  margin: 40px auto!important;
}
.box-form form {
    margin: 0 auto;
    width: 350px;
    padding: 16px 0 45px;
    background: url(../libimg/form.png)no-repeat;
    background-size: 100% 102%;
}

.box-form:after {
  content: "";
  display: block;
  clear: both;
}
.operation {
  height: 800px;
  background: url(../libimg/operation.png)no-repeat center;
  background-color: #000;
}
.operation p {
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding-top: 65px;
}
.partner {
  background-color: #120B30;
}
.partner span {
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 44px 0;
    display: block;
    text-align: center;
    background: url(../libimg/title.png)no-repeat center;
    position: relative;
    top: -32px;
}
.boxed {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.partner .boxed {
  padding: 80px 0 103px 600px;
}
.partner .boxed:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 511px;
  height: 471px;
  background:url(../libimg/partner.png)no-repeat;
  background-size: contain;
}
.partner p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}
.partner table {
  text-align: left;
  margin: 30px 0;
}
.filler {
    padding: 100px 0 40px;
    background: url(../libimg/fill.png)no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.filler * {
  line-height: 24px;
}
.filler h1 {
  text-align: center;
  margin-bottom: 30px;
}
.filler h2,
.filler h3,
.filler h4 {
  margin: 30px 0 20px;
}
.filler p {
  margin-bottom: 13px;
}
.filler ul,
.filler ol {
  padding-left: 35px;
}
.filler li {
  padding: 8px 0 8px 10px;
  position: relative;
}
.filler ul li:after {
  content: "";
  display: block;
  width: 33px;
  height: 36px;
  position: absolute;
  top: 3px;
  left: -30px;
  background: url(../libimg/li.png)no-repeat;
}
.filler ol {
	list-style: decimal;
}
input {
    height: 46px;
    border-radius: 5px;
    padding: 0 10px;
    border: 2px solid #579ee0;
    background: transparent;
	color: #fff;
}
button {
    height: 46px;
    border-radius: 2px;
    padding: 0 15px;
    border: 2px solid #fa9705;
    background-color: #fa9705;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.start input[type="radio"] {
    height: 13px;
    width: 13px;
}
.start form span {
    padding: 45px 10px 20px;
    font-weight: 600;
}
.start label {
  font-size: 16px;

}
.start input[type="email"] {
  margin: 20px 0;
  width: 70%;
}
.start button {
  background-color: #7c1211;
    padding: 0 45px;
    border-color: #7c1211;
}
::-webkit-input-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
}
footer {
  font-size: 12px;
  margin-top: 70px;
  color: #a2a2a2;
  text-align: center;
}
.er a {
	color: #7fe3ff;
}
.er h1 {
	font-size: 32px;
    font-weight: 600;
    margin: 20px 0;
}
.success {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #1ba547;
    padding: 10px;
    color: #fff;
	font-size: 18px;
	text-align: center;
	z-index:100;
}
.success span {
	font-size: 16px;
	display: block;
}
.success i {
    font-style: normal;
    position: absolute;
    top: 9px;
    right: 5px;
    font-size: 20px;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}
.ai {
	border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    height: 54px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    transition: opacity .2s;
    width: 100%;
    background: #58a5f2; 
    color: #fff;
    height: 50px;
    width: 300px;
    display: block;
    margin-top: 20px;
    text-decoration: none;
    line-height: 50px;
    margin: 25px auto;
    font-size: 15px;
    color: #fff!important;
}
@media screen and (max-width:1200px){
  .operation {
    height: 500px;
    background: url(../libimg/operation.png)no-repeat center;
    background-size: auto 500px;
  }
}
@media screen and (max-width:1000px){
  body>div {
    padding-right: 15px!important;
    padding-left: 15px!important;
  }
  .boxed {
    width: 100%;
  }
}
@media screen and (max-width:900px){
  .partner .boxed {
      padding: 80px 15px 103px 15px;
  }
  .partner .boxed:before {
    position: static;
  }
}
@media screen and (max-width:800px){
  .box-form:before {
    position: static;
    margin: 0 auto;
  }
  .box-form form {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width:500px){
  .box-form:before {
    width: 100%;
    height: 280px;
  }
  .partner .boxed:before {
    width: 100%;
    height: 400px;
    background-position: center;
  }
.operation p {
    font-size: 11px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding-top: 17px;
}
    .operation {
    height: 225px;
    background: url(../libimg/operation.png)no-repeat center;
    background-size: auto 225px;
  }
  .partner .boxed {
    padding-top: 0;
  }
  .start {
    padding-top: 20px;
  }
  .partner span {
    font-size: 16px;
    padding: 30px 0;
    top: 20px;
    background-size: contain;
}
}
@media screen and (max-width: 480px){
  .partner form {
    text-align: center;
  }
  .partner input {
    width: 80%;
  }
  .partner button {
    width: 80%;
    margin-top: 10px;
  }
}