html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/**
 * Scaffolding
 * ----------------------------------------------------------------------------
 */
* {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "PingFang SC";
  line-height: 1;
  background-color: white;
}

ul,
li,
ol {
  padding: 0;
}

ul {
  margin: 0;
}

li {
  list-style-type: none;
}

input,
button,
select,
textarea {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  border: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input,
textarea {
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}

a, a:active,
label,
label:active,
div,
div:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

select {
  -webkit-appearance: listbox;
}

/**
 * Typography
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: initial;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

input::-webkit-text-security {
  display: none;
}
input::-webkit-credentials-auto-fill-button {
  position: absolute;
  right: 0;
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}
input::-webkit-input-safebox-button {
  display: none;
}

.form-input {
  position: relative;
  line-height: 40px;
}
.form-input input {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  color: #262626;
  border: 1px solid #d9d9d9;
  vertical-align: top;
}
.form-input input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-input input:-ms-input-placeholder {
  color: #bfbfbf;
}
.form-input input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.form-input input[readonly] {
  color: #595959;
  border-color: #f5f7f9;
  background: #f5f7f9;
}
.form-input input[readonly]:focus {
  border-color: #f5f7f9;
}
.form-input input:focus {
  border-color: #0065d7;
}
.form-input p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1;
  color: #8c8c8c;
}
.form-input p.error {
  color: #ec3933;
}
.form-input.error input {
  border-color: #ec3933;
}
.form-input.error p {
  color: #ec3933;
}
.form-input-icon > i {
  position: absolute;
  top: 0;
  left: 12px;
  font-size: 22px;
  line-height: inherit;
  color: #bfbfbf;
}
.form-input-icon input {
  padding-left: 42px;
}
.form-input-icon input:focus + i {
  color: #0065d7;
}
.form-input-icon input[readonly] + i {
  color: #262626;
}
.form-input-icon.error input:focus + i,
.form-input-icon.error > i {
  color: #ec3933;
}
.form-input-hasopt input {
  padding-right: 42px;
}
.form-input-opt {
  position: absolute;
  right: 12px;
  top: 0;
  z-index: 1;
  font-size: 0;
  line-height: inherit;
}
.form-input-opt a {
  color: #bfbfbf;
}
.form-input-opt a i {
  display: inline-block;
  font-size: 22px;
  line-height: inherit;
  vertical-align: top;
}
.form-input-verify {
  margin-right: 108px;
}
.form-input-verify > a, .form-input-verify img {
  position: absolute;
  top: 0;
  right: -108px;
  z-index: 1;
  width: 100px;
}
.form-input-verify > a {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #0065d7;
  background-color: rgba(0, 101, 215, 0.2);
}
.form-input-verify > a:hover {
  color: #fff;
  background-color: #0065d7;
}
.form-input-verify img {
  width: 100px;
  height: 40px;
  cursor: pointer;
}
.form-input-dark input {
  background-color: #eee;
  border-color: #eee;
}

.form-label {
  position: relative;
  font-size: 0;
  line-height: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.form-label > input {
  position: absolute;
  left: -999999px;
}
.form-label > * {
  display: inline-block;
  line-height: inherit;
  vertical-align: top;
}
.form-label.disabled .form-label-btn {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
}
.form-label.disabled .form-label-btn i {
  display: inline-block;
  color: #d9d9d9;
}
.form-label.active .form-label-btn {
  color: #fff;
  background: #0065d7;
  border-color: #0065d7;
}
.form-label.active .form-label-btn i {
  display: inline-block;
}
.form-label.active .form-label-con {
  color: #0065d7;
}
.form-label-btn {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #caccce;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.form-label-btn i {
  display: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  vertical-align: top;
}

.form-label-con {
  padding-left: 8px;
  font-size: 14px;
  color: #8c8c8c;
}

div[data-check="checkGroup"] .form-label-btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

div[data-radio="radioGroup"] .form-label-btn {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.form-select-xm {
  height: 40px;
  display: block;
}
.form-select-xm p {
  margin-top: 8px;
  font-size: 12px;
  color: #8c8c8c;
}
.form-select-xm xm-select {
  min-height: 38px;
  line-height: 38px;
  border-color: #d9d9d9;
}
.form-select-xm xm-select:hover {
  border-color: #d9d9d9;
}
.form-select-xm xm-select > .xm-icon {
  right: 8px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  margin-top: -8px;
  border: none;
}
.form-select-xm xm-select > .xm-icon::before {
  font-size: 16px;
  color: #8c8c8c;
  content: "\ea06";
}
.form-select-xm xm-select > .xm-tips {
  color: #bfbfbf;
}
.form-select-xm xm-select .xm-label .scroll .label-content {
  width: 100%;
  display: block;
  padding: 0 0 0 12px;
  line-height: inherit;
  color: #262626;
  box-sizing: border-box;
}
.form-select-xm xm-select > .xm-body {
  min-width: initial;
  left: 0;
  right: 0;
  padding: 8px;
}
.form-select-xm xm-select > .xm-body .xm-option {
  padding: 0 12px;
}
.form-select-xm xm-select > .xm-body .xm-option.selected.hide-icon {
  position: relative;
  background-color: transparent !important;
}
.form-select-xm xm-select > .xm-body .xm-option.selected.hide-icon .xm-option-content {
  color: #0065d7 !important;
}
.form-select-xm xm-select > .xm-body .xm-option:hover {
  background-color: #eee;
}
.form-select-xm xm-select > .xm-body .xm-option:hover .xm-option-content {
  color: #0065d7;
}
.form-select-xm xm-select > .xm-body .xm-option-content {
  width: 100%;
  display: initial;
}

.form-text textarea {
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  resize: none;
}
.form-text textarea::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-text textarea:-ms-input-placeholder {
  color: #bfbfbf;
}
.form-text textarea::-webkit-input-placeholder {
  color: #bfbfbf;
}
.form-text textarea:focus {
  border-color: #0065d7;
}
.form-text p {
  margin-top: 4px;
  text-align: right;
  font-size: 12px;
  color: #bfbfbf;
}

@media screen and (min-width: 768px) {
  ::selection {
    color: #fff;
    background: #222;
    text-shadow: none;
  }

  ::-webkit-scrollbar-track-piece {
    width: 8px;
    background-color: transparent;
    border-radius: 50px;
  }

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

  ::-webkit-scrollbar-thumb {
    height: 50px;
    background: #999;
    border-radius: 50px;
    cursor: pointer;
  }
}
html {
  min-width: 1240px;
}
@media screen and (min-width: 1240px) {
  html {
    overflow-x: hidden;
  }
}

.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 60px) {
  .container {
    max-width: 1536px;
    min-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 60px) and (min-width: 1240px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

[class*="col-"] {
  float: left;
}

.flex-1,
.col-1 {
  width: 100%;
}

.flex-2,
.col-2 {
  width: 50%;
}

.flex-3,
.col-3 {
  width: 33.3333333333%;
}

.flex-4,
.col-4 {
  width: 25%;
}

.flex-5,
.col-5 {
  width: 20%;
}

.flex-6,
.col-6 {
  width: 16.6666666667%;
}

.flex-row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.flex-row,
.row {
  margin-left: -12px;
  margin-right: -12px;
}
.flex-row li > div, .flex-row li > a,
.row li > div,
.row li > a {
  margin: 0 12px;
}

.headerbg {
  position: relative;
  height: 224px;
}
@media screen and (max-width: 1920px) {
  .headerbg {
    background: url(../images/newLogin/header.jpg) top center no-repeat;
  }
}
@media screen and (min-width: 1921px) {
  .headerbg {
    background-image: url(../images/newLogin/header.jpg);
    background-size: 100% auto;
  }
}
.headerbg .logo {
  position: absolute;
  top: 24px;
  left: 70px;
}

.header {
  padding-top: 100px;
  text-align: center;
}
.header h3 {
  font-size: 56px;
  color: #fff;
  font-weight: bold;
}
.header .pic {
  width: 737px;
  height: 23px;
  margin: 24px auto 0;
}

.footerbg {
  padding: 22px 0;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background: #9e0e0e;
}
.footerbg span {
  margin: 0 8px;
}

.form-select-xm xm-select > .xm-icon {
  font-family: "whaty" !important;
  font-style: normal;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "PFDinTextPro-Regular";
  src: url("../webfont/PFDinTextPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.ell, .form-select-xm xm-select .xm-label .scroll .label-content, .form-select-xm xm-select > .xm-body .xm-option-content, .idx-linkbox .txt h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bd-lg, .form-text textarea, .login-form .form-input input, .login-btn {
  border-radius: 8px;
}

.bd-md, .form-input input, .form-input-verify > a, .form-input-verify img, .form-select-xm xm-select, .form-select-xm xm-select > .xm-body, .form-select-xm xm-select > .xm-body .xm-option {
  border-radius: 6px;
}

.bd-sm {
  border-radius: 4px;
}

.bd-xm {
  border-radius: 2px;
}

.bd-rd, .loginbg2 .login-tab, .loginbg2 .login-tab ul li a {
  border-radius: 100px;
}

.bd-by {
  border-radius: 50%;
}

.form-input input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.login, .login-wrap, .login-tab ul, .login-txt, .idx-pic ul {
  display: flex;
  display: -webkit-flex;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml4 {
  margin-left: 4px;
}

.mr4 {
  margin-right: 4px;
}

.ml8 {
  margin-left: 8px;
}

.mr8 {
  margin-right: 8px;
}

.mt16 {
  margin-top: 16px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tabs-con {
  display: none;
}
.tabs-con.active {
  display: block;
}

.text-indent {
  text-indent: 2em;
}

.color-primary {
  color: #0065d7;
}

[class*=btn-] {
  text-align: center;
}
[class*=btn-].disabled {
  color: #fff;
  background: #bfbfbf;
  cursor: not-allowed;
}
[class*=btn-].disabled:hover {
  background: #bfbfbf;
}

.mCSB_scrollTools {
  padding: 0 2px;
  width: 6px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: inherit;
}
.mCSB_scrollTools.mCS-minimal .mCSB_dragger .mCSB_dragger_bar {
  background: #dcdfe6;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #bec4d1;
}

.login {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-direction: column;
  overflow: hidden;
}

.login-con {
  width: 100%;
  padding-bottom: 20px;
  overflow: auto;
}
@media screen and (max-height: 800px) {
  .login-con {
    height: 800px;
    padding-top: 20px;
  }
}
@media screen and (min-height: 800px) {
  .login-con {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 80px;
  }
}

.logo {
  width: 368px;
  height: 50px;
}
.logo img {
  width: 100%;
}

@media screen and (max-height: 800px) {
  .login .logo {
    padding: 20px;
    text-align: center;
  }
}
@media screen and (min-height: 800px) {
  .login .logo {
    position: absolute;
    top: 44px;
    left: 68px;
  }
}

.login-wrap {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.login-wrap h3 {
  font-size: 56px;
  color: #fff;
}
.login-wrap .pic {
  width: 724px;
  height: 23px;
}

.login-tab ul li {
  width: 50%;
  text-align: center;
}

.login-box {
  margin-top: 40px;
  width: 500px;
  padding: 40px 50px 80px;
  background: #fff;
  border-radius: 8px;
}

.login-form {
  padding-top: 60px;
}
.login-form .form-input {
  margin-top: 24px;
  line-height: 80px;
}
.login-form .form-input:first-child {
  margin-top: 0;
}
.login-form .form-input input {
  height: 80px;
  font-size: 20px;
  line-height: 78px;
  border: 2px solid #d2d2d2;
}
.login-form .form-input input:focus {
  border-color: #0065d7;
}
.login-form .form-input-icon input {
  padding-left: 64px;
}
.login-form .form-input-icon i {
  left: 20px;
  font-size: 32px;
  color: #999;
}
.login-form .form-input-hasopt input {
  padding-right: 64px;
}
.login-form .form-input-opt {
  right: 20px;
}
.login-form .form-input-opt a {
  color: #999;
}

.login-btn {
  margin-top: 40px;
  display: block;
  font-size: 22px;
  line-height: 72px;
  text-align: center;
}

.login-txt {
  margin-top: 24px;
  justify-content: space-between;
}
.login-txt p {
  font-size: 18px;
}
.login-txt p a {
  color: #555;
}
.login-txt p a:hover {
  color: #0065d7;
}
.login-txt .form-label {
  line-height: 18px;
}
.login-txt .form-label.active .form-label-btn {
  color: #4387e8;
  background: #fff;
  border-color: #4387e8;
}
.login-txt .form-label.active .form-label-con {
  color: #666;
}
.login-txt .form-label-btn {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.login-txt .form-label-btn i {
  font-size: 14px;
  line-height: 16px;
}
.login-txt .form-label-con {
  font-size: 18px;
  color: #666;
}

.loginbg1 {
  background-image: url(../images/newLogin/bg1.jpg);
}
.loginbg1 .login-btn {
  color: #fff;
  background: #0065d7;
}
.loginbg1 .login-btn:hover {
  color: #fff;
  background: #004da4;
}
.loginbg1 .login-tab ul li a {
  position: relative;
  font-size: 30px;
  color: #666;
}
.loginbg1 .login-tab ul li a.active {
  color: #333;
  font-weight: bold;
}
.loginbg1 .login-tab ul li a.active::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  content: '';
  background: #0065d7;
}
.loginbg1 .login-wrap h3 {
  text-shadow: 0 6px 0 rgba(21, 89, 191, 0.45);
}

.loginbg2 {
  background-image: url(../images/newLogin/bg2.jpg);
}
.loginbg2 .login-btn {
  color: #fff;
  background: #e24443;
}
.loginbg2 .login-btn:hover {
  color: #fff;
  background: #d22120;
}
.loginbg2 .login-wrap img {
  margin-top: 20px;
}
.loginbg2 .login-box {
  width: 480px;
  padding: 60px 50px;
}
.loginbg2 .login-tab {
  height: 68px;
  background: #fbe8e8;
}
.loginbg2 .login-tab ul li a {
  display: block;
  font-size: 26px;
  line-height: 68px;
  color: #e24443;
}
.loginbg2 .login-tab ul li a.active {
  color: #fff;
  background: #e24443;
}
.loginbg2 .login-form .form-input input:focus {
  border-color: #d61a1a;
}
.loginbg2 .login-form .form-input input:focus + i {
  color: #d61a1a;
}
.loginbg2 .login-txt .form-label.active .form-label-btn {
  color: #e24443;
  border-color: #e24443;
}
.loginbg2 .login-txt p a:hover {
  color: #e24443;
}
@media screen and (min-height: 800px) {
  .loginbg2 .login-con {
    padding-top: 120px;
  }
}

.idx-main {
  background: #fff0e8;
}

.idx-pic {
  padding-top: 72px;
  padding-bottom: 80px;
}
.idx-pic ul {
  flex-wrap: wrap;
  padding-top: 8px;
  margin: 0 -32px;
}
.idx-pic ul li {
  width: 33.3333333333%;
}
.idx-pic ul li a {
  display: block;
  margin: 0 32px;
}
.idx-pic ul li:nth-child(n+4) {
  margin-top: 64px;
}

.idx-linkbox {
  position: relative;
}
.idx-linkbox .txt {
  position: absolute;
  inset: 0;
  padding: 80px 0 0 64px;
}
.idx-linkbox .txt h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.idx-linkbox:hover {
  transform: translateY(-8px);
}

.img-responsive {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.img-responsive-h {
  width: 100%;
  height: auto;
  display: block;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.clearfix {
  *zoom: 1;
}
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.vis-hidden {
  visibility: hidden;
}

.ovh {
  overflow: hidden;
}

.no-roll {
  overflow-y: hidden;
}

.trans, .form-input input, .form-input-icon > i, .form-input-verify > a, .form-label, .form-text textarea, a, .pic img, [class*=btn-] {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.headerbg .right .school {
  float: left;
  margin-right: 50px;
  display: flex;
  align-items: center;
}

.headerbg .right .school .name {
  color: #ffffff;
  font-size: 20px;
  line-height: 55px;
  margin-left: 18px;
}

.headerbg .right .logout {
  color: #ffffff;
  font-size: 16px;
  padding-right: 30px;
  background: url(../../largedata/images/icon4.png) no-repeat right center;
}