@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #fed136;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #fed136;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #fed136;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
   margin: 0;
   padding: 0;
}

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

body {
  margin: 0;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  min-width: 1200px;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {

  text-decoration: none;
  background-color: transparent;
}
/*a:hover {
  color: #e6b301;
  text-decoration: underline;
}*/

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;

}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
body, html{
  background: #ffffff;
  margin: 0;
  padding: 0;
}
.head-box{
  width: 100%;
  background: #f2f6ff;
  overflow: hidden;
}
.head-content{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.menu-box{
  width: 100%;
  position: absolute;
  top: 0;
}
.logo{
  margin-top: 15px;
  float: left;
}
.menu{
  margin-top: 35px;
  height: 45px;
  line-height: 45px;
  float: left;
}
.list{
  float: left;
}
.item{
  float: left;
  padding: 0 8px;
  color: #0b0754;
  font-size: 16px;
  font-weight: bold;
}
.item > a{
  color: #0b0754;
}
.banner-box{
  background: #f2f6ff;

}
.content{
  max-width: 1200px;
  margin: 0 auto;
}
.title-1{
  font-size: 45px;
  color: #0b0754;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
}
.title-2{
  display: inline-block;
  border-bottom: 20px solid #FA7269;
  line-height: 5px;
  padding: 0 20px;
}

.item-box:nth-child(2){
  margin: 0 30px;
}
.item-box{
  width: 380px;
  height: 465px;
  position: relative;
  background: #f2f6ff;
  float: left;
}

.item-top{
  width: 100%;
  height: 90px;
  background: #243d6c;
}
.item-center{
  background: #ffffff;
  border-radius: 100%;
  width: 185px;
  height: 185px;
  overflow: hidden;
  position: absolute;
  top: 45px;
  left: 97px;
}
.item-bottom{
  position: absolute;
  top: 240px;
  padding: 30px;
  color: #32305e;
}

.item-box-1{
  width: 380px;
  height: 500px;
  position: relative;
  float: left;
}

.item-top-1{
  width: 100%;
  height: 90px;
}
.item-center-1{

  overflow: hidden;
  position: absolute;
  top: 45px;
  left: 125px;
}
.item-bottom-1{
  position: absolute;
  top: 240px;
  padding: 30px;
  color: #32305e;
  text-align: center;
}

.content-1{
  background: #f2f6ff;
  width: 100%;
}
.list-box-2{
  width: 1200px;
  margin: 0 auto;
}
.item-2{
  min-height: 380px;
}
.item-left{
  float: left;
  padding: 25px 0 25px 129px;
}
.item-right{
  float: right;
  width: 620px;
}
.title-right{
  color: #4a57d1;
  font-size: 38px;
  margin-top: 30px;
}
.text-center{
  padding-left: 80px;
  font-size: 14px;
  text-indent: 2em;
  line-height: 30px;
  color: #32305e;
  text-align: left!important;
}
.button-box{
  width: 216px;
  height: 60px;
  border-radius: 50px;
  background: #EF6F6A;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  padding-left: 50px;
  position: relative;
  margin-left: 70px;
  margin-top: 30px;
}
.button-yuan{
  width: 60px;
  height: 60px;
  background: #D23B36;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
  text-align: center;
}

.item-left-2-1{
  width: 610px;
  float: left;
}
.item-right-2-1{
  float: right;
}

.footer-box{
  width: 1200px;
  height: 160px;
  margin: 0 auto;
}
.footer-1, .footer-2, .footer-3, .footer-4{
  float: left;
  width: 25%;
  min-height: 160px;
}
.footer-1{

  padding: 20px 0;
  text-align: center;
}
.footer-1 img{

}
.footer-4{
  text-align: center;
}
.footer-title{
  font-size: 14px;
  color: #0b0754;
  font-weight: bold;
  padding: 10px 0;
}
.footer-item{
  width: 35%;
  float: left;
  padding-bottom: 5px;
}
.footer-item-border{
  width: 1px;
  height: 140px;
  border-left: 1px dotted #ddd;
  margin-left: 80%;
}
.footer-item a{
  color: #6b6a77;
  font-size: 12px;
}
.footer-item-1{
  width: 33.3333%;
  float: left;
  padding-bottom: 5px;
}
.footer-item-1 a{
  color: #6b6a77;
  font-size: 12px;
}
.footer-5{
  margin-top: 25px;
  background: #243d6c;
  text-align: center;
}
.footer-5 a{
  font-size: 14px;
  color: #ffffff;
  padding: 5px 10px;
  display: inline-block;
}
.footer-6{
  text-align: center;
  color: #6b6a77;
  font-size: 12px;
  padding: 15px 0 35px 0;
}
.selectAddress{
  padding: 5px 8px;
  border-radius: 5px;
  background: #dde8fd;
  border: none;
}
.button-login, .button-registered{
  padding: 2px 14px;
  border-radius: 50px;
  font-size: 14px;
  color: #92B5F9;
  border: 2px solid #92B5F9;
  background: #fff;
}
.button-login:hover, .button-registered:hover{
  color: #fff;
  background: #92B5F9;
}





.fl{
  float: left;
}
.fr{
  float: right;
}
.mr30{
  margin-right: 30px;
}
.mr20{
  margin-right: 20px;
}
.mr10{
  margin-right: 10px;
}
.mr5{
  margin-right: 5px;
}
.mt35{
  margin-top: 35px;
}




