@media screen and (max-width: 414px) {
  html,
  body {
    width: 100%;
    height: 100%;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .iphone {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .iphone.zTop {
    z-index: 199;
  }
  .iphone__screen {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .m-nav {
    position: absolute;
    z-index: 100;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  .nav--active .m-nav {
    opacity: 1;
    background-color: #333;
  }
  .nav__list {
    margin: 0;
    padding: 10px;
  }
  .nav__trigger {
    display: block;
    position: fixed;
    width: 35px;
    height: 30px;
    right: 15px;
    top: 60px;
    z-index: 200;
    overflow: hidden;
  }
  .nav--active.nav__trigger {
    opacity: 0.5;
  }
  .nav__icon {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 3px;
    background-color: #333;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    margin-top: 10px;
  }
  .nav__icon:before,
  .nav__icon:after {
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    position: absolute;
    background: #333;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  .nav__icon:before {
    margin-top: -10px;
  }
  .nav__icon:after {
    margin-top: 10px;
  }
  .style-3 .m-nav {
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .style-3 .nav--active .m-nav {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  .style-3 .iphone__content {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .section-body {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    transform-origin: right top;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .section-body.nav--active {
    position: relative;
    z-index: 2;
    background: #fff;
    -webkit-transform: scale(0.9) translateX(-90%);
    transform: scale(0.9) translateX(-90%);
  }
  .nav--active .nav__icon {
    background: rgba(0,0,0,0);
  }
  .nav--active .nav__icon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }
  .nav--active .nav__icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }
  .nav__item h3 {
    font-size: 18px;
    margin: 20px 0 10px 0;
  }
  .nav__item li {
    font-size: 14px;
    line-height: 26px;
  }
  .nav__item a {
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .iphone {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  body {
    font-size: 14px;
    font-family: Microsoft YaHei !important;
    -webkit-font-smoothing: antialiased;
    color: #222;
  }
  body,
  dl,
  dd,
  ul,
  ol,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  form,
  input,
  textarea,
  p,
  hr,
  thead,
  tbody,
  tfoot,
  th,
  td {
    margin: 0;
    padding: 0;
  }
  ul,
  ol {
    list-style: none;
  }
  a {
    text-decoration: none;
  }
  input,
  button {
    outline: none;
    border: none;
  }
  em,
  i {
    font-style: inherit;
  }
  a:hover {
    color: #ff7108;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .mt-20 .text-center {
    text-align: center;
  }
  .m-block .title {
    background: #0e7dc3;
    min-height: 32px;
    position: relative;
    padding-left: 22px;
    color: #fff;
    line-height: 32px;
  }
  .m-block .title a {
    color: #fff;
    font-size: 16px;
  }
  .m-block .title em {
    font-size: 14px;
  }
  .m-block .title small {
    font-size: 14px;
    line-height: 14px;
    display: block;
    padding-bottom: 8px;
    margin-top: -5px;
  }
  .m-block .title:after {
    content: '';
    width: 3px;
    height: 18px;
    position: absolute;
    left: 12px;
    top: 7px;
    background: #fff;
  }
  .m-block .title strong {
    font-size: 16px;
  }
  .m-block .list-view {
    background: #f1f1f1;
  }
  .m-block .list-view ul {
    overflow: hidden;
  }
  .m-block .list-view li {
    margin: 0 10px;
    border-bottom: 1px dotted #999;
    padding: 9px 10px 11px 18px;
    position: relative;
  }
  .m-block .list-view li span {
    position: absolute;
    right: 2px;
    bottom: 8px;
    color: #666;
  }
  .m-block .list-view li:last-child {
    margin-bottom: 10px;
  }
  .m-block .list-view li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background: url("../images/list-ico.png") no-repeat;
    width: 10px;
    height: 10px;
  }
  .m-block .list-view li a {
    color: #222;
  }
  .m-block .list-view li a:hover {
    background: #e8e8e8;
  }
  .layout-con {
    margin: 12px auto 0;
    background: #fff;
    padding: 14px 20px 50px;
  }
  .layout-con .con-header {
    text-align: center;
    position: relative;
  }
  .layout-con .con-header .con-title {
    position: absolute;
    top: -86px;
    left: 0%;
    display: block;
    text-align: center;
    width: 100%;
  }
  .layout-con .con-header .con-title p {
    font-size: 18px;
    color: #0a2830;
    line-height: 38px;
  }
  .layout-con .con-header .con-title span {
    display: block;
    line-height: 14px;
    font-size: 14px;
    color: #444;
    margin-bottom: 8px;
  }
  .layout-con .con-header .con-title hr {
    width: 90px;
    height: 0px;
    background: #bebebe;
    overflow: hidden;
    margin: 0 auto;
  }
  .layout-con .con-header .con-nav {
    padding-bottom: 0px;
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
  }
  .layout-con .con-header .con-nav ul {
    overflow: hidden;
  }
  .layout-con .con-header .con-nav ul li {
    float: left;
    border: 1px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 24px;
    line-height: 24px;
    padding: 0 16px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .layout-con .con-header .con-nav ul li a {
    color: #444;
  }
  .layout-con .con-header .con-nav ul li.on {
    border: 1px solid #999;
  }
  .layout-con .con-info p {
    line-height: 24px;
    color: #444;
    margin-bottom: 24px;
  }
  .layout-con .con-info img {
    max-width: 100%;
  }
  .paging1 {
    padding: 3em 0 0 !important;
    text-align: center;
  }
  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  body,
  HTML {
    width: 100%;
    height: auto;
  }
  .w1240 {
    width: 100%;
    margin: 0 auto;
  }
  .header-top {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
  .header-top .logo {
    width: 100%;
    float: none;
  }
  .header-top .logo img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .header-top .right {
    width: 80%;
    float: none;
    text-align: left;
    margin: 0 auto 10px;
  }
  .header-top .btn-login {
    background-color: #ff7108;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    padding: 3px 25px;
    border-radius: 2px;
    line-height: 1.4em;
    margin-top: 10px;
  }
  .header-top .search {
    margin-top: 13px;
    height: 24px;
    border: 1px solid #c9c9c9;
    border-radius: 13px;
    padding: 2px 0 2px 10px;
    position: relative;
    display: flex;
  }
  .header-top .search input {
    display: block;
    width: 250px;
    height: 21px;
    padding: 2px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: none;
  }
  .header-top .search button {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/search-ico.png") center no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }
  .nav {
    background: #0e7dc3;
    position: relative;
    width: 100%;
    height: auto;
  }
  .nav ul {
    display: block;
  }
  .nav ul li {
    height: 66px;
    float: none;
    position: relative;
    text-align: center;
  }
  .nav ul li h3 {
    position: relative;
  }
  .nav ul li h3 a {
    color: #fff;
    display: block;
    padding: 11px 39px 13px;
    height: 42px;
  }
  .nav ul li h3 span {
    font-size: 16px;
    line-height: 23px;
    display: block;
    font-weight: bold;
  }
  .nav ul li h3 b {
    font-size: 12px;
  }
  .nav ul li h3:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 11px;
    width: 0px;
    height: 40px;
    background: #fff;
  }
  .nav ul >li:last-child h3:after {
    display: none;
  }
  .nav .nLi {
    float: left;
    position: relative;
    display: inline;
  }
  .nav .nLi h3 {
    float: left;
  }
  .nav .nLi h3 a {
    display: block;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
  }
  .nav .sub {
    display: none;
    width: 250PX;
    left: 0;
    top: 66px;
    position: absolute;
    background: rgba(14,125,195,0.6);
    line-height: 26px;
    padding: 6px 0;
    z-index: 999;
  }
  .nav .sub li {
    zoom: 1;
    line-height: 28px;
    float: none;
    height: 28px;
  }
  .nav .sub li a {
    display: block;
    padding: 0 14px;
    color: #fff;
    line-height: 26px;
    text-align: left;
  }
  .nav .on h3 a {
    background: url("../images/nav-ico2.jpg") repeat-x;
    color: #fff;
  }
  .content-box {
    overflow: hidden;
  }
  .content-box .layout-top {
    margin-top: 20px;
    height: auto;
    overflow: auto;
  }
  .content-box .layout-top .list-notice {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .content-box .layout-top .list-notice .list-view {
    height: 315px;
  }
  .content-box .layout-top .banner {
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0px;
  }
  .content-box .layout-top .banner .slideBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .content-box .layout-top .banner .slideBox .hd {
    height: 4px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 15px;
    z-index: 1;
    width: 100%;
    display: block;
  }
  .content-box .layout-top .banner .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
  }
  .content-box .layout-top .banner .slideBox .hd ul li {
    display: inline-block;
    margin-right: 5px;
    width: 18px;
    height: 4px;
    line-height: 9999px;
    text-align: center;
    background: #fff;
    cursor: pointer;
  }
  .content-box .layout-top .banner .slideBox .hd ul li.on {
    background: #ff7108;
  }
  .content-box .layout-top .banner .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
  }
  .content-box .layout-top .banner .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 100%;
    height: auto;
  }
  .content-box .layout-top .banner .slideBox .bd img {
    width: 100%;
    height: auto;
    display: block;
    float: none;
  }
  .content-box .new-info-block {
    box-sizing: border-box;
    background: url("../images/nzc.png") 200px 301px #efefef no-repeat;
    width: 100%;
    height: auto;
    float: none;
    padding: 30px 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
  }
  .content-box .new-info-block h3 {
    font-size: 16px;
    line-height: 26px;
    color: #222;
    text-align: center;
  }
  .content-box .new-info-block h3 small {
    font-size: 12px;
    color: rgba(68,68,68,0.64);
    display: block;
  }
  .content-box .new-info-block .text {
    font-size: 14px;
    margin-top: 20px;
    line-height: 24px;
  }
  .content-box .new-info-block .href {
    text-align: right;
  }
  .content-box .new-info-block .href a {
    color: #ff7108;
  }
  .layout-body {
    margin-top: 20px;
  }
  .layout-body .layout-left {
    width: 100%;
    float: none;
    display: none;
  }
  .layout-body .layout-left .img {
    position: relative;
    margin-bottom: 20px;
  }
  .layout-body .layout-left .img img {
    width: 100%;
    vertical-align: top;
  }
  .layout-body .layout-left .img p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 49px;
    font-size: 16px;
    color: #fff;
    background: rgba(0,0,0,0.51);
    text-align: center;
    padding-top: 5px;
  }
  .layout-body .layout-center {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .layout-body .layout-center .new-row {
    padding: 20px 10px 10px 10px;
    overflow: hidden;
    background: #f1f1f1;
  }
  .layout-body .layout-center .new-row img {
    float: none;
    width: 100%;
  }
  .layout-body .layout-center .new-row .cont {
    margin-left: 0px;
  }
  .layout-body .layout-center .new-row .cont h4 {
    font-size: 16px;
    color: #222;
  }
  .layout-body .layout-center .new-row .cont p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #222;
  }
  .layout-body .layout-center .new-row .cont a {
    color: #ff7108;
  }
  .layout-body .layout-right {
    width: 100%;
    float: none;
  }
  .layout-body .layout-right .map {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0px 10px 10px 10px;
  }
  .layout-body .layout-right .map img {
    display: block;
    margin: 12px auto;
    vertical-align: top;
    width: 100%;
  }
  .partner {
    display: none;
  }
  .partner .info {
    padding: 20px 0;
  }
  .partner .info img {
    margin: 6px 0 6px 30px;
  }
  .link .info {
    padding: 20px;
  }
  .link .info a {
    font-size: 14px;
    padding-right: 44px;
    position: relative;
    white-space: normal;
    display: inline-block;
    margin-bottom: 10px;
    color: #222;
  }
  .link .info a:hover {
    color: #ff7108;
  }
  .link .info a:after {
    content: '/';
    position: absolute;
    right: 20px;
    top: -1px;
    color: #bcbcbc;
  }
  .footer {
    height: auto;
    color: #fff;
    background: #0a2830;
    text-align: center;
    margin-top: 50px;
  }
  .footer .copyright {
    width: 100%;
    float: none;
  }
  .footer .copyright img {
    width: 69px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .footer .copyright p {
    font-size: 16px;
  }
  .footer .content {
    width: 100%;
    float: none;
    padding-bottom: 40px;
  }
  .footer .content h6 {
    font-size: 18px;
    margin-bottom: 16px;
    margin-top: 30px;
  }
  .footer .content p {
    line-height: 27px;
    font-size: 14px;
  }
  .content-about {
    background: url("../images/about-bg.jpg") no-repeat top center;
    padding-top: 10px;
  }
  .layout-con {
    margin: 0 auto;
    background: #fff;
    padding-top: 90px;
  }
  .layout-con .con-header {
    text-align: center;
  }
  .layout-con .con-header .con-title {
    margin-bottom: 20px;
  }
  .layout-con .con-header .con-title p {
    font-size: 18px;
    color: #0a2830;
    line-height: 38px;
  }
  .layout-con .con-header .con-title span {
    display: block;
    line-height: 18px;
    font-size: 14px;
    color: #444;
    margin-bottom: 4px;
  }
  .layout-con .con-header .con-title hr {
    width: 90px;
    height: 0px;
    background: #bebebe;
    overflow: hidden;
  }
  .layout-con .con-header .con-nav {
    padding-bottom: 24px;
    border-bottom: 1px solid #999;
    margin-bottom: 18px;
  }
  .layout-con .con-header .con-nav ul {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
  }
  .layout-con .con-header .con-nav ul li {
    float: none;
    border: 1px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 28px;
    line-height: 28px;
    padding: 0 6px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .layout-con .con-header .con-nav ul li a {
    color: #444;
  }
  .layout-con .con-header .con-nav ul li.on {
    border: 1px solid #999;
  }
  .layout-con .con-info {
    padding: 0 10px;
  }
  .layout-con .con-info p {
    line-height: 24px;
    color: #444;
    margin-bottom: 24px;
  }
  .layout-con .con-info img {
    max-width: 100%;
  }
  .tabinfo {
    overflow: hidden;
  }
  .tabinfo .info-list {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .tabinfo .info-list ul {
    overflow: hidden;
  }
  .tabinfo .info-list ul li {
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #0e7dc3;
    margin-bottom: 12px;
  }
  .tabinfo .info-list ul li a {
    font-size: 14px;
    color: #fff;
  }
  .tabinfo .info-list ul li.on {
    background: #ff7108;
  }
  .tabinfo .info-box {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .tabinfo .info-box .people ul li {
    float: none;
    margin-left: 0px;
    width: 100%;
    height: auto;
    background: #efefef;
    margin-bottom: 20px;
    padding-top: 16px;
    padding-bottom: 10px;
  }
  .tabinfo .info-box .people ul li a {
    display: block;
    color: #444;
    font-size: 14px;
  }
  .tabinfo .info-box .people ul li a img {
    max-width: 100%;
    display: block;
    margin: 0 auto 6px;
  }
  .tabinfo .info-box .people ul li a p {
    line-height: 20px;
    margin-top: 6px;
  }
  .tabinfo .info-box .people ul li a span {
    display: block;
    text-align: center;
    line-height: 24px;
  }
  .tabinfo .info-box .people ul li a i {
    display: block;
    padding: 0 10px;
  }
  .tabinfo .info-box .people-info {
    padding-left: 0px;
  }
  .tabinfo .info-box .people-info p {
    line-height: 24px;
    color: #444;
    font-size: 14px;
  }
  .leader-info ul {
    overflow: hidden;
  }
  .leader-info ul li {
    float: none;
    width: 100%;
    height: auto;
    background: #efefef;
    text-align: center;
    margin: 0 0 20px 0;
    padding-top: 10px;
  }
  .leader-info ul li p {
    line-height: 28px;
    font-size: 14px;
    color: #444;
    height: 56px;
    margin-bottom: 10px;
  }
  .leader-info ul li p strong {
    display: block;
    font-size: 16px;
    color: #444;
  }
  .leader-info ul li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .leader-info ul li span {
    display: block;
    font-size: 14px;
    color: #444;
    text-align: center;
    padding: 10px 30px 20px;
  }
  .new-info {
    border-top: 1px solid #999;
    padding-top: 30px;
  }
  .new-info .news-title {
    text-align: center;
    margin-bottom: 24px;
  }
  .new-info .news-title p {
    color: #444;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .new-info .news-title span {
    display: block;
    font-size: 14px;
    color: #666;
  }
  .new-info .new-con {
    line-height: 24px;
    color: #444;
  }
  .new-info .new-con p {
    padding: 0 10px;
  }
  .new-info .new-con img {
    max-width: 100%;
    margin: 20px 0;
  }
  .login-info {
    border-top: 1px solid #999;
    padding-top: 30px;
  }
  .login-info .login-box {
    width: 100%;
    margin: 30px auto;
  }
  .login-info .login-box div {
    width: 90%;
    margin: 0 auto 20px;
    height: auto;
  }
  .login-info .login-box div input {
    height: 40px;
    border: 1px solid #ff7108;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 5%;
  }
  .login-info .login-box div input.inp1 {
    width: 90%;
    display: block;
  }
  .login-info .login-box div input.inp2 {
    width: 30%;
    float: left;
  }
  .login-info .login-box div img {
    float: none;
    margin-left: 16px;
    width: 30%;
    height: 40px;
    border: 1px solid #ff7108;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .login-info .login-box div span {
    float: right;
    line-height: 42px;
    color: #444;
  }
  .login-info .login-box button {
    width: 126px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    border: none;
    background: #ff7108;
    font-weight: bold;
    cursor: pointer;
    margin-left: 5%;
  }
  .personal-info {
    background: #f1f1f1;
    padding: 0 20px 0;
  }
  .personal-info .personal-top {
    overflow: hidden;
  }
  .personal-info .personal-top .tit {
    line-height: 56px;
    font-size: 14px;
    color: #444;
    font-weight: bold;
    text-align: center;
  }
  .personal-info .personal-top .revise-header {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
  .personal-info .personal-top .revise-header .picter {
    width: 180px;
    height: 180px;
    text-align: center;
    position: relative;
    margin: 0 auto;
  }
  .personal-info .personal-top .revise-header .picter img {
    width: 100%;
    height: 100%;
  }
  .personal-info .personal-top .revise-header .picter span {
    width: 100%;
    height: 32px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    line-height: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .personal-info .personal-top .revise-basic {
    float: none;
    width: 100%;
  }
  .personal-info .personal-top .revise-basic .clear {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .personal-info .personal-top .revise-basic .clear input {
    width: 90%;
    height: 26px;
    border: 1px solid #cdcdcd;
    float: none;
  }
  .personal-info .personal-top .revise-basic .clear textarea {
    width: 90%;
    height: 70px;
    border: 1px solid #cdcdcd;
    float: none;
    outline: none;
  }
  .personal-info .personal-top .revise-basic .clear span {
    width: 200px;
    text-align: left;
    float: none;
    line-height: 28px;
  }
  .personal-info .personal-top .revise-password {
    float: none;
    width: 100%;
  }
  .personal-info .personal-top .revise-password .clear {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .personal-info .personal-top .revise-password .clear input {
    width: 90%;
    height: 26px;
    border: 1px solid #cdcdcd;
    float: left;
  }
  .personal-info .personal-top .revise-password .clear span {
    width: 180px;
    text-align: left;
    float: none;
    line-height: 28px;
    display: block;
  }
  .personal-info .personal-bottom {
    padding-bottom: 30px;
  }
  .personal-info .personal-bottom .tit {
    line-height: 56px;
    font-size: 14px;
    color: #444;
    font-weight: bold;
    text-align: left;
  }
  .personal-info .personal-bottom .editor textarea {
    width: 100%;
    height: 500%;
    border: 1px solid #cdcdcd;
    outline: none;
    line-height: 20px;
  }
  .personal-info .personal-bottom .inp-sub {
    color: #fff;
    font-size: 14px;
    width: 124px;
    height: 34px;
    background: #0a2830;
    border-radius: 5px;
    display: block;
    margin: 10px auto;
    cursor: pointer;
  }
  .contact-info p {
    padding: 0 10px;
  }
  .iphone {
    display: block;
  }
  .nav {
    display: none;
  }
  .m-block .list-view li a {
    display: block;
    height: 20px;
    color: #222;
    overflow: hidden;
  }
  .m-block .list-view li span {
    position: relative;
    right: 2px;
    bottom: 0px;
    color: #666;
  }
  .m-block .list-view li span .m-block.list-notice .list-view li span {
    bottom: 0px;
  }
}
