@charset "UTF-8";
body.show a, body.show .transition, body.show .g-head .btn-list, .g-head body.show .btn-list, body.show .g-head .btn-list .search .input, .g-head .btn-list .search body.show .input, body.show .g-nav, body.show .g-nav2, body.show .index-flow .title dl dd .layer, .index-flow .title dl dd body.show .layer, body.show :before, body.show :after, body.show img {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis, .index-flash li .name a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .p-layer, .g-head .btn-list, .g-head .btn-list ul, .g-head .btn-list .language .name, .g-nav ul, .g-nav2 .scroll ul, .g-foot .list li, .g-foot .info, .g-foot .info .tel, .index-flash .btn, .index-flash .btn .dots, .index-search .hot-words, .index-search .search-result .name, .index-news .col-2 .list li .title, .index-news .col-2 .arrow, .index-news .col-2 .arrow .dots, .index-events .wal, .index-events .wal .arrow, .index-events .list-wrapper dl.ul-dl, .index-events .list-wrapper dd.li-dd dl.info dd, .index-admissions .dots, .index-flow .container .video i, .index-flow .title dl, .index-flow .title dl dd .layer, .index-flow .img-list li a .layer .info {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .p-layer, .g-head .btn-list, .g-head .btn-list .language .name, .g-foot .list li, .g-foot .info .tel, .index-flash .btn, .index-search .search-result .name, .index-news .col-2 .list li .title, .index-news .col-2 .arrow, .index-events .wal, .index-events .list-wrapper dd.li-dd dl.info dd, .index-flow .container .video i, .index-flow .img-list li a .layer .info {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .p-layer, .index-flash .btn, .index-news .col-2 .list li .title, .index-news .col-2 .arrow .dots, .index-admissions .list dl, .index-admissions .dots, .index-flow .container .video i {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .g-foot .info, .index-news, .index-news .col-2 .arrow {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .g-foot .list ul, .g-foot .info div, .index-search .hot-words ul, .index-news, .index-admissions .list dl, .index-flow .img-list ul, .index-flow .img-list li a .layer, .foot-link .list ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.bsBox {
  box-sizing: content-box; }

.p-ico, .index-search .search-result li a i, .index-events .list-wrapper dd.li-dd dl.info em, .index-flow .container .list a i, .index-flow .container .video i {
	
 }

.p-more {
  display: inline-block;
  font-size: .12rem;
  color: #6510AD;
  padding: 0 .05rem;
  line-height: .25rem;
  border-bottom: #6510AD solid 0.02rem; }

.p-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden; }
  .p-layer.show {
    opacity: 1;
    visibility: visible; }

.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url("../images/bg.png"); }
  .pageTips .container {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px; }
    .pageTips .container a.close {
      display: block;
      width: 50px;
      height: 50px;
      position: absolute;
      z-index: 1;
      left: auto;
      right: -15px;
      top: 40px;
      bottom: auto;
      background: url("../images/close.png") center no-repeat; }
    .pageTips .container .img {
      text-align: center; }
    .pageTips .container .msg {
      font-size: 18px;
      line-height: 36px;
      padding-top: 30px; }
    .pageTips .container a {
      color: #fff;
      text-decoration: underline; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 100px; }

body {
  font-size:14px;
  
  color: #000;
  -webkit-text-size-adjust: none; }
  body.hidden {
    overflow: hidden; }

/*-------------------------*/


a {
  color: #000;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #0088cc;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: .12rem; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: "SourceSansPro-Regular", "微软雅黑";
  color: #888;
  outline: none;
  border: 0; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 13.2rem;
  margin: 0 auto; }

@font-face {
  font-family: "icon";
  src: url("fonts/icon.woff2") format("woff2"), url("fonts/icon.woff") format("woff"), url("fonts/icon.ttf") format("truetype"), url("fonts/icon.eot") format("embedded-opentype"), url("fonts/icon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("fonts/SourceSansPro-Bold.woff2") format("woff2"), url("fonts/SourceSansPro-Bold.woff") format("woff"), url("fonts/SourceSansPro-Bold.ttf") format("truetype"), url("fonts/SourceSansPro-Bold.eot") format("embedded-opentype"), url("fonts/SourceSansPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("fonts/SourceSansPro-Regular.woff2") format("woff2"), url("fonts/SourceSansPro-Regular.woff") format("woff"), url("fonts/SourceSansPro-Regular.ttf") format("truetype"), url("fonts/SourceSansPro-Regular.eot") format("embedded-opentype"), url("fonts/SourceSansPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/*-------------------------*/
.g-head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0.05rem;
  width: 100%; }
  .g-head:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -.05rem;
    right: 0;
    height: 130px;
    background: url("../images/head-bg.png") center repeat-x;
    background-size: auto 99%; }
  .g-head:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -.05rem;
    right: 0;
    height: .05rem;
    background: url("../images/head-bg2.jpg") center repeat-x;
    background-size: 100% 100%; }
  .g-head .wal {
    min-height: 150px;
    position: relative;
    max-width: 100%;
width:1400px;
    margin: 0 auto; }
  .g-head a.logo {
    display: block;
    background: url("../images/logo2.png") center no-repeat;
    background-size: 100%;
    width: 400px;
    position: absolute;
    z-index: 1;
    left: 0.2rem;
    right: auto;
    top: 0;
    bottom: 0; }
  .g-head .btn-list {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0.2rem;
    top: 0;
    bottom: auto;
    height: .53rem;
    font-size: .12rem;
    color: #fff; }
    .g-head .btn-list a {
      color: #fff;
padding:0 14px;
 }
    .g-head .btn-list ul {
      margin-right: .2rem; }
      .g-head .btn-list ul li {
        padding-left: .14rem; }
      .g-head .btn-list ul a {
        display: block;
        opacity: .75; }
        .g-head .btn-list ul a:hover {
          opacity: 1; }
    .g-head .btn-list .language {
      }
      .g-head .btn-list .language .name {
        height: .16rem;
        opacity: .75;
        padding: 0 .25rem 0 .21rem; }
        .g-head .btn-list .language .name i {
          flex-shrink: 0;
          font-size: .14rem;
          margin-right: .1rem;
          font-style: normal; }
        .g-head .btn-list .language .name:hover {
          opacity: 1; }
    .g-head .btn-list .search {
      width: .2rem;
      height: .4rem;
      position: relative;
      z-index: 20; }
      .g-head .btn-list .search .btn {
        font-size: .18rem;
        opacity: .75;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        line-height: .4rem; }
        .g-head .btn-list .search .btn input {
			background:url(../images/t_ss.png) no-repeat;
          width: 22px;
          height: .6rem;
          cursor: pointer;
          position: absolute;
          z-index: 1;
          left: 0;
          right: auto;
          top: 10px;
          bottom: auto; }
        .g-head .btn-list .search .btn:hover {
          opacity: 1;
		  
		  
		   }
      .g-head .btn-list .search .input {
        position: absolute;
        z-index: 1;
        left: auto;
        right: -0.12rem;
        top: 0;
        bottom: auto;
        height: .4rem;
        width: .2rem;
        background: #ccc;
        opacity: 0;
        visibility: hidden; }
        .g-head .btn-list .search .input input {
          width: 100%;
          height: .4rem;
          line-height: .4rem;
          font-size: .14rem;
          padding: 0 .12rem; }
      .g-head .btn-list .search:hover .btn {
        color: #6510AD; }
      .g-head .btn-list .search:hover .input {
        width: 3rem;
        opacity: 1;
        visibility: visible; }
  .g-head a.navA {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.4rem;
    top: 0;
    bottom: auto;
    background: url("../images/img100.png") center no-repeat;
    background-size: 100% 100%;
    width: 1rem;
    height: .8rem; }
    .g-head a.navA:after {
      content: "";
      display: block;
      position: absolute;
      left: .1rem;
      top: 0;
      right: 0;
      bottom: 0;
      background: url("../images/navA.png") center no-repeat;
      background-size: .31rem; }



.g-nav {
  position: absolute;

  left: auto;
  right: 0.30rem;
  top: 0.35rem;
  bottom: auto; }
  .g-nav li {
    position: relative;
    margin-left: 10px; }
  .g-nav a.name {
    display: block;
    height: 60px;
    line-height:60px;
    font-size: 18px;
    color: #fff;
 
    padding-right:10px;
    position: relative; }
    .g-nav a.name i.line {
      display: block;
      position: absolute;
      left: 0;
      top: 100%;
      right: .2rem;
      height: .02rem;
      background: #e2ca5b;
      margin-top: -.12rem;
      opacity: 0; }
    .g-nav a.name em {
      display: block;
      margin-right: -.2rem;
      padding-right: .2rem;
      position: relative; }
      .g-nav a.name em:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        font-size: .12rem;
        font-family: 'icon';
        content: "\EAED"; }
    .g-nav a.name.on {
      color: #e2ca5b; }
      .g-nav a.name.on i.line {
        opacity: 1; }
  .g-nav .list {
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    top: -100vh;
    bottom: auto;
    background: #fff;
    width: 1.3rem;
    margin-left: -0.7rem;
    box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    border-top: #3777e1 solid .04rem;
    padding: 0rem 0;
    opacity: 0;
    visibility: hidden; }
    .g-nav .list a {
	display: block;
	text-align: center;
	font-size: .17rem;
    line-height: .44rem;
	color: #333;
}
      .g-nav .list a:hover {
          color:#3777e1;}
  .g-nav li:hover a.name {
    color: #e2ca5b; }
    .g-nav li:hover a.name i.line {
      opacity: 1; }
  .g-nav li:hover .list {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; }

.g-nav2 {
  position: fixed;
  z-index: 49;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/nav-bg.jpg") center no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden; }
  .g-nav2 .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0.8rem;
    bottom: 0;
    overflow-y: auto; }
    .g-nav2 .scroll ul {
      max-width: 17.85rem;
      margin: 0 auto; }
    .g-nav2 .scroll li {
      width: 14.285%;
      text-align: center;
      padding-top: .45rem; }
      .g-nav2 .scroll li a {
        color: #fff; }
      .g-nav2 .scroll li h2 {
        font-size: .22rem; }
      .g-nav2 .scroll li .list {
        padding: .2rem 0; }
        .g-nav2 .scroll li .list h3 {
          font-weight: 400;
          font-size: .17rem;
          line-height: .36rem; }
        .g-nav2 .scroll li .list dl {
          padding-bottom: .2rem; }
        .g-nav2 .scroll li .list dd {
          font-size: .12rem;
          line-height: .3rem;
          opacity: .65; }
          .g-nav2 .scroll li .list dd:hover {
            opacity: 1; }

.g-foot {
  position: relative;
  color: #fff;
  font-size: .12rem; }
  .g-foot a {
    color: #fff; }
  .g-foot:before {
    content: "";
    display: block;
    position: absolute;
    left: 4.5%;
    bottom: 0;
    right: 0;
    height: 1.92rem;
    background: #C6CFD7; }
  .g-foot:after {
    content: "";
    display: block;
    position: absolute;
    left: 7.1%;
    bottom: 0;
    right: 0;
    height: 100%;
    background: #4B0C77; }
  .g-foot .wal {
    min-height: 2.35rem;
    position: relative;
    z-index: 2; }
  .g-foot .logo {
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0.46rem;
    bottom: auto;
    width: 1.8rem; }
  .g-foot .list {
    position: absolute;
    z-index: 1;
    left: 2.3rem;
    right: auto;
    top: 0.5rem;
    bottom: auto;
    width: 3.5rem; }
    .g-foot .list li {
      height: .24rem;
      padding-right: .2rem; }
      .g-foot .list li .p-ico, .g-foot .list .index-search .search-result li a i, .index-search .search-result .g-foot .list li a i, .g-foot .list li .index-events .list-wrapper dd.li-dd dl.info em, .index-events .list-wrapper dd.li-dd dl.info .g-foot .list li em, .g-foot .index-flow .container .list li a i, .index-flow .container .g-foot .list li a i, .g-foot .index-flow .container .list a li i, .index-flow .container .g-foot .list a li i, .g-foot .list li .index-flow .container .video i, .index-flow .container .video .g-foot .list li i {
        font-size: .14rem;
        margin-right: .1rem;
        flex-shrink: 0; }
  .g-foot .info {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: .69rem;
    border-top: rgba(255, 255, 255, 0.27) solid 1px; }
    .g-foot .info div p {
      opacity: .36;
      line-height: .45rem;
      padding-right: .12rem; }
    .g-foot .info .tel {
      height: .45rem; }
      .g-foot .info .tel i {
        font-size: .14rem;
        margin-right: .08rem;
        font-style: normal; }

@media screen and (max-width: 1840px) {
  .g-foot:before {
    left: .4rem; }
  .g-foot:after {
    left: .8rem; } }
@media screen and (min-width: 1930px) {
  .g-foot:before {
    left: 50%;
    margin-left: -9.4rem; }
  .g-foot:after {
    left: 50%;
    margin-left: -8.9rem; } }
body.navShow {
  overflow: hidden; }
  body.navShow .g-head .btn-list {
    height: 1.1rem; }
  body.navShow .g-head a.navA:after {
    background-image: url("../images/img31.png"); }
  body.navShow .g-nav {
    opacity: 0;
    visibility: hidden; }
  body.navShow .g-nav2 {
    opacity: 1;
    visibility: visible; }



.phone-show{display:none;}


/*index*/
.index-video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative; }
  .index-video video, .index-video img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: 1000%;
    transform: translate(-50%, -50%); }
  .index-video .btn {
    background: url("../images/btn42.png") center no-repeat;
    background-size: cover;
    width: .42rem;
    height: .42rem;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0.3rem;
    top: auto;
    bottom: 0.9rem;
    cursor: pointer; }

.index-flash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .index-flash li {
    position: relative;
   
    overflow: hidden; }
    .index-flash li video {
      position: absolute;
      left: 50%;
      top: 50%;
      min-height: 100%;
      min-width: 100%;
      transform: translate(-50%, -50%); }
    .index-flash li .video-btn {
      background: url("../images/btn108.png") center no-repeat;
      background-size: 100%;
      width: 1.08rem;
      height: 1.08rem;
      position: absolute;
      z-index: 1;
      left: 50%;
      right: auto;
      top: 50%;
      bottom: auto;
      margin-left: -.54rem;
      margin-top: -.54rem;
      cursor: pointer;
      opacity: 0; }
    .index-flash li .img a {
      position: relative;
      display: block;
      height: auto;
      overflow: hidden;
      max-height: 660px;
      }
      .index-flash li .img a:before {
        /* content: ""; */
        display: block;
        position: absolute;
        z-index: 5;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        background: url("../images/bg20.png") center bottom repeat-x;
        background-size: auto 660px;
        }

    .index-flash li .name a {
      display: block;
      color: #fff;
      text-align: center;
      font-weight: bold;
      position: absolute;
      z-index: 5;
      left: 0;
      right: 0;
      top: auto;
      bottom: 80px;
      font-size: 14px;
      padding: 0 .3rem;
      height: 28px;
      line-height: 28px; }
  .index-flash .btn {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    }
    .index-flash .btn .dots span {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: 0 8px;
      width: 10px;
      height: 10px;
      background: rgba(255, 255, 255, 0.78);
      opacity: 1; }
    .index-flash .btn .dots span.swiper-pagination-bullet-active {
      background: #dcc55a; }
    .index-flash .btn a {
      font-size: 12px;
      color: #fff;
      height: 14px;
      line-height: 14px;
      border-left: rgba(255, 255, 255, 0.65) solid 1px;
      margin-left: 12px;
      padding-left: 17px; }
      .index-flash .btn a:hover {
        color: #dcc55a; }
  .index-flash .arrow a {
    display: block;
    width: .53rem;
    height: .53rem;
    background: center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.26rem;
    opacity: 0; }
    .index-flash .arrow a.prev {
      left: .28rem;
      background-image: url("../images/prev53_2.png"); 
	  }
    .index-flash .arrow a.next {
      right: .28rem;
      background-image: url("../images/next53_2.png"); 
	  }
  .index-flash:hover .arrow a {
    opacity: .5; }
    .index-flash:hover .arrow a:hover {
      opacity: 1; }

  
@media screen and (max-width: 760px) {
 

.pc-show{display:none;}
.index-flash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .index-flash li {
    position: relative;
    height: 250px;
    overflow: hidden; }
    .index-flash li video {
      position: absolute;
      left: 50%;
      top: 50%;
      min-height: 100%;
      min-width: 100%;
      transform: translate(-50%, -50%); }
    .index-flash li .video-btn {
      background: url("../images/btn108.png") center no-repeat;
      background-size: 100%;
      width: 1.08rem;
      height: 1.08rem;
      position: absolute;
      z-index: 1;
      left: 50%;
      right: auto;
      top: 50%;
      bottom: auto;
      margin-left: -.54rem;
      margin-top: -.54rem;
      cursor: pointer;
      opacity: 0; }
    .index-flash li .img a {
      position: relative;
      display: block;
      height: 250px;
      overflow: hidden; }
      .index-flash li .img a:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 5;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        background: url("../images/bg20.png") center bottom repeat-x;
        background-size: auto 5.19rem; }
      .index-flash li .img a img {
        position: absolute;
        left: 50%;
        top: 50%;
        min-height: 100%;
        min-width: 100%;
        max-width: 1000%;
        transform: translate(-50%, -50%); }
    .index-flash li .name a {
      display: block;
      color: #fff;
      text-align: center;
      font-weight: bold;
      position: absolute;
      z-index: 5;
      left: 0;
      right: 0;
      top: auto;
      bottom: 80px;
      font-size: 14px;
      padding: 0 .3rem;
      height: 28px;
      line-height: 28px; }
  .index-flash .btn {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: auto;
    bottom: 1.6rem; }


}


.pro_con111 UL {
	padding: 0px;
	list-style-type: none;
}
.pro_con111 UL LI {
	display: inline;
		float: left;
	cursor: pointer;
	color: #333333;
	line-height: 40px;
	text-align: center;
	height: 40px;
	padding-right: 0px;
	padding-left: 0px;
	width: auto;
}
.pro_con111 UL LI.hover {
	display: inline;
	float: left;
	cursor: pointer;
	color: #084ea2;
	text-align: center;
	border-bottom:2px solid #0060b0;

}
.pro_con111 UL LI.hover a{
color: #0060b0;
}
.pro_con111 UL LI a{
color: #333;
font-size:22px;
line-height: 38px;
font-family: "微软雅黑";

}
#tab_span {
	float: left;
	height: 40px;
	line-height: 40px;
	width: 20px;
	text-align: center;
	
}


.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url("../image/bg.png"); }
  .pageTips .container {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px; }
    .pageTips .container a.close {
      display: block;
      width: 50px;
      height: 50px;
      position: absolute;
      z-index: 1;
      left: auto;
      right: -15px;
      top: 40px;
      bottom: auto;
      background: url("../image/close.png") center no-repeat; }
    .pageTips .container .img {
      text-align: center; }
    .pageTips .container .msg {
      font-size: 18px;
      line-height: 36px;
      padding-top: 30px; }
    .pageTips .container a {
      color: #fff;
      text-decoration: underline; }
.pageTips .container a.close{display:none !important}
 