article,
aside,
audio,
blockquote,
body,
button,
canvasde,
dd,
details,
div,
dl,
dt,
fieldset,
figca1tion,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
input,
legend,
li,
main,
nav,
ol,
p,
pre,
section,
summary,
td,
textarea,
th,
ul,
video {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
    visibility: hidden;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

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

del {
    font-family: Arial;
}

img {
    vertical-align: middle;
    border: 0;
}

li {
    list-style: none;
}

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

pre {
    white-space: pre-wrap;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

address,
caption,
cite,
dfn,
em,
i,
q,
th {
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: 700;
}

fieldset,
legend {
    border: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button,
input,
select,
select optgroup,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    vertical-align: middle;
}

button,
input,
select[multiple],
textarea {
    background-image: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

body {
    margin-bottom: 40px;
}

a {
    cursor: pointer;
    text-decoration: none;
    display: block;
}

a:active,
a:hover {
    text-decoration: none;
}

.top {
    width: 100%;
    height: 80px;
}

.topIn {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.t1 {
    display: flex;
    align-items: center;
}

.t1 img {
    width: 184px;
    height: 45px;
}

.t1 dt {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}

.t1 dt:before {
    content: '';
    width: 1px;
    height: 50px;
    border-left: 1px solid #222;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
}

.t1 dt a {
    width: 110px;
    height: 100%;
    text-align: center;
    line-height: 80px;
    font-size: 18px;
    color: #555555;
}

.t1 dt a:hover {
    font-size: 22px;
    color: #222222;
}

.t2 p {
    font-size: 20px;
    color: #D60000;
    font-weight: bold;
}

.t2 dt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 3px;
}

.t2 dt img {
    width: 20px;
    height: 20px;
    margin-top:-7px;

}

.t2 dt span {
    font-size: 18px;
    color: #222;
    margin-left: 5px;
    margin-top:-7px;

}

.banner {
    background: url("../images/img3.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 600px;
}

.ban {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.b1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 90px;
}

.b1 div {
    width: 276px;
    height: 54px;
    background: #0163AE;
    transform: skewX(-20deg);
    margin: 0 40px;
}

.b1 div p {
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 54px;
    width: 100%;
    height: 100%;
    transform: skewX(20deg);
}

.b2 {
    font-weight:bold;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 80px;
    line-height: 100px;
    margin-top: 20px;
}

.b2 span {
    font-size: 60px;
}

.b3 {
    display: flex;
    align-items: center;
    background-color: #AFD2FF;
    width: 1080px;
    height: 92px;
    margin: 40px auto 0;
    border-radius: 50px;
}

.b3 ul {
    display: flex;
    align-items: center;
    width: 77%;
    box-sizing: border-box;
    padding: 0 40px;
}

.b3 ul li {
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b3 ul li img {
    width: 70px;
    height: 70px;
}

.b3 ul li p {
    font-size: 26px;
    color: #0163AE;
    margin-left: 10px;
    line-height: 30px;
}

.b3 div {
    width: 23%;
    margin: 0 auto;
    text-align: center;
}

.b3 button {
    display: inline-block;
    width: 215px;
    height: 67px;
    border-radius: 50px;
    border: 0;
    outline: none;
    background-color: #FF3036;
    font-size: 26px;
    color: #fff;
}

.content1 {
    width: 100%;
}

.con1 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 120px;
}

.title1 {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: -80px;
}

.title1 p {
    font-size: 42px;
    color: #0082E6;
    font-weight:bold;
}

.title1 span {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -50%;
    display: block;
    font-size: 42px;
    color: #E3E3E3;
    z-index: -1;
    width: 100%;
}

input, select, button {
    border: 0;
    outline: none;
}

.about {
    width: 1157px;
    height: 440px;
    background-color: #F8F8F8;
    border-radius: 5px;
    margin: 60px auto 0;
    position: relative;
}

.about .a1 {
    width: 380px;
    height: 285px;
    position: absolute;
    top: -20px;
    left: -20px;
}

.about ul {
    width: 820px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 60px;
    position: absolute;
    top: 0;
    right: 0;
}

.about ul li {
    display: flex;
    align-items: center;
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 30px;
}

.about ul li i {
    display: block;
    width: 32%;
}

.about ul li img {
    width: 86px;
    height: 86px;
    margin-right: 7px;
}

.about ul li div {
    width: 68%;
}

.about ul li h2 {
    width: 100%;
    font-size: 18px;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.about ul li span {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    margin-top: 7px;
}

.about p {
    width: 100%;
    height: 130px;
    box-sizing: border-box;
    padding: 0 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 18px;
    color: #333333;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 35px;
}

.content2 {
    width: 100%;
    height: 144px;
    background-color: #3761cc;
}

.con2 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.ttx {
    width: 25%;
    box-sizing: border-box;
}

.ttx h2 {
    font-size: 36px;
    color: #fff;
    -webkit-text-stroke: 0px #fff;
    font-style: italic;
}

.ttx p {
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    -webkit-text-stroke: 0px #fff;
    font-style: italic;
}

.con2 fieldset {
    width: 75%;
    height: 100%;
    display: block;
}
.form1 {
    width: 100%;
    /* height: 100%; */
    padding-top: 15px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.con2 fieldset input[type="text"],
.con2 fieldset input[type="tel"] {
    width: 24%;
    height: 60px;
    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 20px;
    color: #888888;
}

.con2 fieldset select {
    width: 24%;
    height: 60px;
    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 20px;
    color: #888888;
}

.con2 fieldset button {
    width: 24%;
    height: 60px;
    border-radius: 5px;
    background-color: #FF3036;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.content3 {
    width: 100%;
    height:570px;
}

.con3 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
}

.title2 {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 60px 0;
}

.title2 p {
    font-size: 42px;
    color: #0082E6;
    font-weight:bold;
}

.title2 span {
    position: absolute;
    top: 75px;
    left: 50%;
    margin-left: -50%;
    display: block;
    font-size: 42px;
    color: #E3E3E3;
    z-index: -1;
    width: 100%;
}

.ts {
    width: 100%;
}

.ts ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ts ul li {
    width: 275px;
    height: 332px;
    box-sizing: border-box;
    padding: 140px 30px 20px 30px;
}

.ts ul li p {
    width: 100%;
    font-size: 20px;
    color: #0082E6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-weight:bold;
}

.ts ul li span {
    font-size: 16px;
    color: #333333;
    display: block;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: 20px;
}

.ts ul li:nth-child(1) {
    background: url("../images/img13.png") no-repeat center center;
    background-size: 90%;
}

.ts ul li:nth-child(2) {
    background: url("../images/img14.png") no-repeat center center;
    background-size: 90%;
    margin-top: 30px;
}

.ts ul li:nth-child(3) {
    background: url("../images/img15.png") no-repeat center center;
    background-size: 90%;
}

.ts ul li:nth-child(4) {
    background: url("../images/img16.png") no-repeat center center;
    background-size: 90%;
    margin-top: 30px;
}

.content4 {
    width: 100%;
    background: linear-gradient(#4a84e5, #3761cc);
}

.con4 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.title3 {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 30px 0;
}

.title3 p {
    width: 100%;
    font-size: 42px;
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight:bold;
}

.title3 span {
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -50%;
    display: block;
    font-size: 42px;
    color: #6999e1;
    z-index: 1;
    width: 100%;
}

.school {
    width: 100%;
    padding-bottom: 60px;
}

.school ul {
    width: 100%;
}

.school ul li:first-child {
    padding-top: 0;
}

.school ul li:last-child {
    border-bottom: 0;
}

.school ul li {
    width: 100%;
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
}

.s1 {
    width: 85%;
    display: flex;
    align-items: center;
}

.s1 i {
    display: block;
    width: 25%;
}

.s1 i img {
    width: 250px;
    height: 188px;
}

.s1 dt {
    width: 75%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 40px;
}

.s1 dt p:first-child {
    font-size: 24px;
    margin-bottom: 10px;
}

.s1 dt p {
    width: 100%;
    font-size: 18px;
    color: #fff;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    line-height: 30px;
}

.s2 {
    width: 100%;
    display: flex;
}

.s2 span:first-child {
    margin-right: 40px;
}

.s2 span {
    display: block;
    width: 48%;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

.s3 {
    width: 15%;
}

.s3 button {
    display: block;
    width: 173px;
    height: 60px;
    font-size: 20px;
    border-radius: 5px;
}
.s3 button:hover {
    width: 183px;
    height: 70px;
}
.s3 button:first-child {
    color: #0A2AA0;
    background-color: #fff;
}

.s3 button:last-child {
    color: #fff;
    background-color: #FF3036;
    margin-top: 20px;
}

.content5 {
    width: 100%;
}

.con5 {
    width: 100%;
}

.sz {
    background: url("../images/img18.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 307px;
}

.szBox {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.z1 {
    width: 54%;
    height: 100%;
    box-sizing: border-box;
    padding: 4% 4% 0 5%;
}

.z1 p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
    color: #3a66cf;
    line-height: 35px;
}

.z1 p:first-child {
    margin-bottom: 30px;
}
.z1 button:hover {
    width: 183px;
    height: 70px;
}
.z1 button {
    width: 173px;
    height: 60px;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    background-color: #FF3036;
    display: block;
    margin: 30px auto 0;
}

.z2 {
    width: 46%;
    height: 100%;
    position: relative;
}

.z2Box {
    position: absolute;
    top: 50%;
    margin-top: -177.5px;
    left: -20px;
    width: 425px;
    height: 355px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.93);
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 0px;
}

.z2Box dt {
    width: 50%;
    text-align: center;
}

.z2Box dt:nth-child(3) {
    margin-top: -40px;
}

.z2Box dt:nth-child(4) {
    margin-top: -40px;
}

.z2Box dt img {
    width: 87px;
    height: 87px;
    margin-top: 30px;
}

.z2Box dt p {
    font-size: 20px;
    color: #333333;
    margin-top: 10px;
}

.content6 {
    width: 100%;
    padding-bottom: 60px;
}

.con6 {
    width: 1350px;
    height: 100%;
    margin: 0 auto;
}

.lc {
    background: url("../images/img23.png") no-repeat center center;
    background-size: cover;
    width: 1199px;
    height: 342px;
    margin: 0 auto;
}

.lc ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lc ul li {
    width: 328px;
    height: 110px;
    box-sizing: border-box;
    padding: 40px 130px 0 20px;
    margin-bottom: 80px;
}

.lc ul li p:nth-child(1) {
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.lc ul li p:nth-child(2) {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.lc ul li div {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.lc ul li div span {
    font-size: 16px;
    color: #FF3036;
}

.lc ul li div img {
    width: 38px;
    height: 11px;
    margin-left: 5px;
}

.content7 {
    background: url("../images/img25.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 704px;
}

.con7 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-top: 0px;
}

.hj {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.hj img {
    width: 286px;
    height: 215px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.content8 {
    width: 100%;
    margin-top: -40px;
}

.con8 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.wd {
    width: 100%;
    padding-bottom: 60px;
}

.wd ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wd ul li {
    background: url("../images/img27.png") no-repeat center center;
    background-size: cover;
    width: 571px;
    height: 210px;
    position: relative;
}

.wd ul li span {
    font-size: 24px;
    color: #0082E6;
    position: absolute;
    top: 30px;
    left: 13px;
}

.wd ul li:nth-child(3) {
    margin-top: 40px;
}

.wd ul li:nth-child(4) {
    margin-top: 40px;
}

.wd ul li div {
    position: absolute;
    top: 0;
    right: 0;
    width: 521px;
    height: 251px;
    box-sizing: border-box;
    padding: 0 20px;
}

.wd ul li div dt {
    padding-top: 30px;
}

.wd ul li div dt i {
    width: 10%;
    display: block;
}

.wd ul li div dt h2 {
    width: 90%;
    font-weight: normal;
    font-size: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wd ul li div dt {
    width: 100%;
    display: flex;
    align-items: center;
}

.wd ul li div p {
    width: 100%;
    font-size: 16px;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 20px;
    margin-top: 5px;
    line-height: 30px;
}
.wd ul li button:hover {
    width: 175px;
    height: 45px;
}
.wd ul li button {
    width: 175px;
    height: 35px;
    font-size: 20px;
    background-color: #FF3036;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    bottom: 8px;
    left: 10px;
}

.content9 {
    background: url("../images/img29.png") no-repeat center center;
    background-size: cover;
    width: 121px;
    height: 393px;
    position: fixed;
    left: 0;
    top: 20%;
    box-sizing: border-box;
    padding: 100px 5px 0 5px;
    display: none;
}

.content9 dt {
    width: 100%;
}

.content9 dt span {
    display: block;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 5px;
    background-color: #fff;
}
.content9 p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: linear-gradient(#FF760D, #F39612);
}
.content9 a:last-child {
    display: block;
    width: 100%;
    height: 50px;
}
.content10 {
    background: url("../images/img30.png")no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 105px;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 10;
}
.con10 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.con10 dt {
    width: 27%;
}
.con10 dt h2 {
    font-size: 28px;
    color: #fff;
    -webkit-text-stroke: 0px #fff;
}
.con10 dt p {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}
.con10 fieldset {
    width: 73%;
}
.con10 fieldset input {
    width: 24%;
    height: 60px;
    border-radius: 5px;
    font-size: 20px;
    color: #888888;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: 20px;
}
.con10 fieldset select {
    width: 24%;
    height: 60px;
    border-radius: 5px;
    font-size: 20px;
    color: #888888;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: 20px;
}
.con10 fieldset button {
    width: 24%;
    height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background-color: #ff3036;
    border-radius: 5px;
}
.con10 img {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    right: -60px;
    cursor: pointer;
}
.formBox {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.form {
    width: 497px;
    /* height: 488px; */
    background-color: #0082E6;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -248.5px;
    animation:mymove 0.5s;
    animation-iteration-count:1;
    /* Safari and Chrome */
    -webkit-animation:mymove 0.5s;
    -webkit-animation-iteration-count:1;
}
@keyframes mymove
{
    from {top:0;}
    to {top:50%;}
}

@-moz-keyframes mymove /* Firefox */
{
    from {top:0;}
    to {top:50%;}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
    from {top:0;}
    to {top:50%;}
}

@-o-keyframes mymove /* Opera */
{
    from {top:0;}
    to {top:50%;}
}
.form i {
    display: block;
    width: 100%;
    text-align: right;
}
.form i img {
    width: 31px;
    height: 31px;
    display: inline-block;
    cursor: pointer;
}
.form h2 {
    background-image: linear-gradient(#FF760D, #F39612);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-size: 40px;
    /*font-style: italic;*/
    text-align: center;
    margin-top: -10px;
}
.form dd {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.form dd p {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    margin-top: 5px;
    border-radius: 50px;
    padding: 3px 40px;
    font-weight: bold;
}
.form fieldset {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
.form input[type="text"],
.form input[type="tel"] {
    width: 369px;
    height: 58px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 20px;
    color: #888888;
    box-sizing: border-box;
    padding-left: 20px;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 0 3px 1px #fff;
}
.form select {
    width: 369px;
    height: 58px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 20px;
    color: #888888;
    box-sizing: border-box;
    padding-left: 20px;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 0 3px 1px #fff;
}
.form fieldset button {
    width: 235px;
    height: 60px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    background-color: #FF3036;
    border-radius: 5px;
}


.checkbox1 {
  width: 100%;
  display: flex;
  margin-top: 10px;
  font-size: 12px;
  color: #b9cdff;
}
.checkbox1 label {
  width: 23%;
}
.checkbox1 a {
  display: inline;
  color: #b9cdff;
}
.checkbox1 p {
  flex: 1;
  font-size: 12px;
  box-sizing: border-box;
  padding-right: 20px;
}

.checkbox2 {
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  color: #c6e6ff;
}
.checkbox2 label {
  font-size: 14px;
}
.checkbox2 a {
  display: inline;
  color: #c6e6ff;
}
.checkbox2 p {
  width: 100%;
  font-size: 12px;
  box-sizing: border-box;
  padding: 10px 20px;
  text-align: left;
}


