<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[genuitec-file-id="wc1-423"],[genuitec-lp-path="/mta3.0/WebContent/resources/mta/css/common.css"],[genuitec-lp-enabled=false]{
  /* for codelive */
}

@charset "UTF-8";
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
section,
dl,
dt,
dd,
input {
  margin: 0;
  padding: 0; }

body {
  font-size: 12px;
  font-family: "寰蒋闆呴粦";
  color: #333; }

img {
  border: none; }

ul,
li {
  list-style: none; }

input,
select,
textarea {
  outline: none; }

a {
  text-decoration: none;
  color: #333;
  cursor: pointer; }

.width {
  width: 1200px;
  margin: 0 auto; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.clearfix {
  zoom: 1; }

.l {
  float: left; }

.r {
  float: right; }

.w {
  width: 1100px;
  margin: 0 auto; }

.hide {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

body {
  background-image: url(about:blank);
  background-attachment: fixed; }

#header {
  width: 100%;
  border-bottom: 2px solid #b6b6b6; }
  #header .bar {
    width: 100%;
    background: #eaeaea; }
    #header .bar .w {
      height: 35px; }
      #header .bar .w .bar_left {
        line-height: 35px;
        font-size: 12px;
        color: #666; }
      #header .bar .w .bar_right {
        overflow: hidden; }
        #header .bar .w .bar_right li a {
          display: block;
          width: 110px;
          height: 35px;
          line-height: 35px;
          font-size: 14px;
          color: #fff;
          text-align: center;
          background: #006bb6;
          font-weight: 600; }
        #header .bar .w .bar_right .register a {
          background: #ccc; }
        #header .bar .w .bar_right .quit a {
          background: #ff7373; }
  #header .nav {
    height: 75px; }
    #header .nav .logo {
      margin-top: 13px;
      width: 280px;
      height: 50px; }
      #header .nav .logo img {
        width: 100%;
        height: 100%; }
    #header .nav .nav_list {
      height: 75px;
      line-height: 75px;
      text-align: center;
      font-size: 14px;
      color: #63717e; }
      #header .nav .nav_list li a {
        display: block;
        width: 120px;
        height: 75px;
        color: #495968; }
      #header .nav .nav_list li a:hover {
        color: #a6c5f9; }

#footer {
  width: 100%;
  overflow: hidden; }
  #footer .top {
    width: 100%;
    height: 20px;
    background: #006bb6; }
  #footer .content {
    overflow: hidden;
    width: 100%;
    height: 110px;
    background: #444547; }
    #footer .content p {
      color: #ccc;
      text-align: center;
      margin-top: 25px;
      line-height: 30px;
      font-size: 13px; }
      #footer .content p a {
        margin-right: 5px;
        font-size: 14px;
        color: #fff; }
  #footer .go-top {
    position: fixed;
    top: 470px;
    right: 20px;
    padding-top: 55px;
    width: 80px;
    height: 25px;
    text-align: center;
    color: #fff;
    background-color: #646577;
    background-image: url(../img/common/common_bg.gif);
    background-repeat: no-repeat;
    background-position: 13px -97px; }
  #footer .ie6fixed {
    _position: absolute;
    _bottom: 100px;
    _right: 20px;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0))); }
  #footer .go-top:hover {
    background-color: #e40231; }

.numb {
  width: 100%;
  float: left;
  margin-bottom: 30px; }
  .numb ul {
    margin: 0 auto;
    width: 460px;
    height: 30px;
    color: #999; }
    .numb ul li {
      float: left;
      margin-right: 10px;
      margin-left: 10px;
      font-size: 14px; }
      .numb ul li span {
        padding: 6px 11px;
        background: #FF3338;
        color: #fff; }
      .numb ul li a {
        color: #999; }
      .numb ul li a:hover {
        color: #999;
        text-decoration: none; }
      .numb ul li a:link {
        color: #666;
        text-decoration: none; }
      .numb ul li a:visited {
        color: #666;
        text-decoration: none; }
    .numb ul .pageSelected {
      padding: 0 11px;
      background: #FF3338;
      color: #fff; }
      .numb ul .pageSelected a {
        color: #fff; }
    .numb ul .pageLiStyle {
      cursor: pointer; }

#tiwenDiv {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 520px;
  height: 460px;
  margin: -262px -232px;
  background-color: #fff;
  z-index: 1000;
  border: 4px solid #e5e8e9; }
  #tiwenDiv .close {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    background: #ccc;
    color: #333333;
    margin: 10px;
    cursor: pointer; }
  #tiwenDiv .title {
    margin: 0;
    clear: both;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #40505b;
    font-size: 30px; }
  #tiwenDiv #textarea {
    display: block;
    margin: 0 auto;
    width: 460px;
    height: 200px; }
  #tiwenDiv .submit_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 520px;
    height: 100px;
    background: #f2f4f5; }
    #tiwenDiv .submit_box .submit {
      display: block;
      width: 140px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 20px;
      color: #fff;
      border-radius: 20px;
      background: #274a60;
      margin: 30px auto;
      cursor: pointer; }

#certificateDiv {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 520px;
  min-height: 500px;
  margin: -262px -252px;
  background-color: #fff;
  z-index: 1000;
  border: 4px solid #e5e8e9; }
  #certificateDiv .close {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    background: #ccc;
    color: #333333;
    margin: 10px;
    cursor: pointer; }
  #certificateDiv .img_box {
    width: 400px;
    height: 400px;
    clear: both;
    margin: 0 auto; }
    #certificateDiv .img_box img {
      width: 100%;
      height: 100%; }

#messageDiv {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 520px;
  height: 500px;
  margin: -262px -252px;
  background-color: #fff;
  z-index: 1000;
  border: 4px solid #e5e8e9; }
  #messageDiv .close {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    background: #ccc;
    color: #333333;
    margin: 10px;
    cursor: pointer; }
  #messageDiv .message {
    width: 400px;
    height: 400px;
    clear: both;
    margin: 0 auto;
    overflow-y: scroll; }

#bijiDiv {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 520px;
  height: 500px;
  margin: -262px -252px;
  background-color: #fff;
  z-index: 1000;
  border: 4px solid #e5e8e9; }
  #bijiDiv .close {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    background: #ccc;
    color: #333333;
    margin: 10px;
    cursor: pointer; }
  #bijiDiv .title {
    margin: 0;
    clear: both;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #40505b;
    font-size: 30px; }
  #bijiDiv .title1,
  #bijiDiv .title2 {
    margin-left: 27px;
    height: 30px;
    line-height: 30px;
    font-size: 14px; }
  #bijiDiv .title1text {
    display: block;
    width: 460px;
    height: 30px;
    margin: 0 auto; }
  #bijiDiv #note_textarea {
    display: block;
    margin: 0 auto;
    width: 460px;
    height: 150px; }
  #bijiDiv .submit_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 520px;
    height: 100px;
    background: #f2f4f5; }
    #bijiDiv .submit_box .submit {
      display: block;
      width: 140px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 20px;
      color: #fff;
      border-radius: 20px;
      background: #274a60;
      margin: 30px auto;
      cursor: pointer; }

#appraise_box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 520px;
  height: 450px;
  margin: -262px -227px;
  background-color: #fff;
  z-index: 1000;
  border: 4px solid #e5e8e9; }
  #appraise_box .close {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    background: #ccc;
    color: #333333;
    margin: 10px;
    cursor: pointer; }
  #appraise_box .choose {
    overflow: hidden;
    clear: both;
    margin-left: 27px;
    margin-bottom: 40px;
    font-size: 16px; }
    #appraise_box .choose span {
      display: block;
      width: 65px;
      height: 25px;
      line-height: 25px; }
    #appraise_box .choose ul li {
      width: 70px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      background: #ccc;
      margin: 0 10px;
      color: #fff;
      font-weight: 600; }
    #appraise_box .choose ul .active {
      background: #ff7f00; }
  #appraise_box .title2 {
    margin-left: 27px;
    height: 30px;
    line-height: 30px;
    font-size: 14px; }
  #appraise_box .title1text {
    display: block;
    width: 460px;
    height: 30px;
    margin: 0 auto; }
  #appraise_box #textarea {
    display: block;
    margin: 0 auto;
    width: 460px;
    height: 150px; }
  #appraise_box .submit_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 520px;
    height: 100px;
    background: #f2f4f5; }
    #appraise_box .submit_box .submit,
    #appraise_box .submit_box .cancel {
      display: block;
      width: 140px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 20px;
      color: #fff;
      border-radius: 20px;
      background: #274a60;
      margin: 30px 60px;
      cursor: pointer; }

#mark {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); }

#personalMain {
  min-height: 634px; }
  #personalMain #leftNav {
    width: 240px;
    background-color: #dedede;
    padding: 20px 10px 17px; }
    #personalMain #leftNav .title {
      width: 100%;
      height: 54px; }
      #personalMain #leftNav .title .name {
        width: 200px;
        height: 34px;
        line-height: 34px;
        font-size: 14px; }
      #personalMain #leftNav .title .set {
        cursor: pointer;
        width: 34px;
        height: 34px;
        background-image: url(../img/common/center_bg.gif);
        background-position: -80px 0px; }
    #personalMain #leftNav .info {
      overflow: hidden;
      width: 100%;
      height: 100px;
      border-bottom: 2px solid #fff; }
      #personalMain #leftNav .info .header_img {
        width: 90px;
        height: 90px;
        margin-right: 10px; }
      #personalMain #leftNav .info .info_list li {
        width: 140px;
        color: #5aa9c1;
        margin-bottom: 8px; }
      #personalMain #leftNav .info .info_list .last {
        margin: 0; }
    #personalMain #leftNav .nav_list li {
      font-size: 15px;
      height: 40px;
      line-height: 40px;
      text-align: center; }
      #personalMain #leftNav .nav_list li a {
        display: block;
        widows: 100%;
        height: 100%; }
      #personalMain #leftNav .nav_list li a:hover {
        color: #2692FF; }
  #personalMain .fixed {
    position: fixed;
    top: 0; }
  #personalMain #mainRight {
    width: 830px; }
    #personalMain #mainRight .title {
      background: #fff;
      width: 830px;
      height: 80px;
      line-height: 80px;
      border-bottom: 2px solid #ccc; }
      #personalMain #mainRight .title .title_back {
        display: block;
        width: 40px;
        height: 40px;
        margin-top: 20px;
        margin-right: 15px;
        background-image: url(../img/common/center_bg.gif);
        background-position: 0px 0px; }
      #personalMain #mainRight .title h2 {
        width: 140px;
        height: 80px;
        line-height: 80px;
        color: #999999;
        font-size: 28px; }

/*# sourceMappingURL=common.css.map */
</pre></body></html>