@charset "UTF-8";
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, menu, dl, dt, dd, article, aside, details, figcaption, figure, footer, header, menu, section, a {
  border: 0;
  padding: 0;
  margin: 0;
  font-weight: normal; }

input, select, textarea {
  -webkit-apprearance: none; }
input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;}
em{
  font-style: normal;
}
a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

li {
  list-style: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

html, body {
  font: 14px/1.5 "PingFang SC","Microsoft YaHei","微软雅黑",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif,Verdana;
  width: 100%; }

body {
  margin: 0 auto;
  overflow-x: auto;
  width: 100%;
  min-width: 1240px; }











.foot-copyright {
  width: 100%;
  height: 67px; }
  .foot-copyright p {
    line-height: 67px;
    font-size: 12px;
    color: #666;
    text-align: center; }

.nav-common {
  width: 50px;
  height: 238px;
  position: fixed;
  right: 27px;
  top: 50%;
  margin-top: -169px;
  z-index: 777; }
  .nav-common li {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 12px;
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer; }
  .nav-common li:nth-child(1) {
    background: #fff url(../images/nav_common_erweima.png) no-repeat -40px center; }
    .nav-common li:nth-child(1):hover {
      background: #495bb8 url(../images/nav_common_erweima.png) no-repeat 13px center; }
  .nav-common li:nth-child(2) {
    background: #fff url(../images/nav_common_iphone.png) no-repeat -40px center; }
    .nav-common li:nth-child(2):hover {
      background: #495bb8 url(../images/nav_common_iphone.png) no-repeat 13px center; }
  .nav-common li:nth-child(3) {
    background: #fff url(../images/nav_common_kefu.png) no-repeat -40px center; }
    .nav-common li:nth-child(3):hover {
      background: #495bb8 url(../images/nav_common_kefu.png) no-repeat 13px center; }
  .nav-common li:last-child {
    margin: 0; }

.nav-common-top {
  font-size: 12px;
  color: #495bb8;
  text-align: center;
  line-height: 50px;
  font-weight: 800; }
  .nav-common-top:hover {
    background: #495bb8;
    color: #fff; }

.nav-common-wrap {
  width: 260px; }

.nav-common-item {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 70px;
  top: 2px;
  padding-right: 14px; }
  .nav-common-item:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 11px;
    right: -9px;
    top: 17px;
    background: url(../images/nav_common_jiao.png) no-repeat; }
  .nav-common-item dl {
    width: 116px;
    float: left;
    margin-left: 14px;
    margin-top: 12px; }
    .nav-common-item dl dt {
      width: 100%;
      height: 116px; }
      .nav-common-item dl dt img {
        display: inline-block;
        width: 100%;
        height: 100%; }
    .nav-common-item dl dd {
      font-size: 12px;
      color: #fff;
      line-height: 35px;
      text-align: center; }

.nav-common-footer-content {
  width: 230px;
  float: right !important;
  margin-top: 20px;
  margin-left: 14px;
  margin-bottom: 20px; }
  .nav-common-footer-content h2 {
    height: 40px;
    border-bottom: 1px solid #fff;
    text-align: center; }
  .nav-common-footer-content p {
    border-top: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    padding-top: 14px;
    text-align: center; }

.nav-common-zixun {
  display: block;
  margin-top: 22px;
  width: 225px;
  height: 43px;
  border-radius: 3px;
  background: #7ec1da;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #3c4a91; }
  .nav-common-zixun img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; }
@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}
.support-wrap{
  position: fixed;
  right: 35px;
  bottom: 40px;
  z-index:777;
}
.support-img{
  display: none;
  position: absolute;
  width:57px;
  height:57px;
  border-radius:50%;
  left:0;
  top:50%;
  margin-top:-30.5px;
  margin-left:-5.5px;
  border:2px solid #ff4723;
}
.support-img img{
  display: block;
  width:100%;
  height:auto;
}
.support {
  display: block;
  /*right: 35px;*/
  /*bottom: 40px;*/
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: width .15s ease-out;
  transition: width .15s ease-out;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  /*overflow: hidden;*/
  text-decoration: none;
  background: #ff4723 url(../images/kefu_weixin.svg) no-repeat;
  background-size: 28px;
  background-position: 11px center;
  outline: none; }
  .support span {
    color: #fff;
    display: none;
    padding-left: 38px;
  }
  /*.support:hover {*/
    /*width: 146px;*/
    /*background-position: 20px center; }*/
    /*.support:hover span {*/
      /*display: inline;*/
      /*padding-left: 38px; }*/
.support-box{
  position: absolute;
  left: 50%;
  margin-left:-73px;
  top: 50%;
  margin-top:-73px;
  pointer-events: none;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  display: none\9;
  width: 146px;
  height: 146px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  -moz-animation: ball-scale 1s 0s ease-in-out infinite;
  -ms-animation: ball-scale 1s 0s ease-in-out infinite;
  -o-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}

.support-ed {
  width: 230px;
  background-position: 20px center; }
.support-ed .support-img{
  display: block;
}
  .support-ed span {
    display: inline;
    font-size:14px;
    padding-left: 38px; }

  .support-content{
    display: none;
    width:338px;
    height:147px;
    box-sizing: border-box;
    border:1px solid #dbe2e8;
    border-radius:3px;
    position: absolute;
    right:0;
    top:-167px;
    background: #ffffff;
    padding:12px 24px 0;
    box-shadow: 0 4px 4px 0 rgba(46,61,73,.1);
  }
.support-content-cloes{
  position: absolute;
  right:8px;
  top:8px;
  cursor: pointer;
}
.support-content-cloes i{
  font-size:12px;
  color: #657482;
}
.support-content dl{
  width:100%;
  padding:12px 0;
  border-bottom:1px solid #f4f4ef;
}
.support-content dl:after{
  content:"";
  display: block;
  overflow: hidden;
  clear: both;
}
.support-content dl dt{
  width:36px;
  height:36px;
  overflow: hidden;
  border-radius: 50%;
  float:left;
}
.support-content dl dt img{
  display: block;
  width:100%;
  height:auto;
}
.support-content dl dd{
  float: left;
  width:calc(100% - 51px);
  margin-left:15px;
}
.support-content dl dd h3{
  color: #2e3d49;
  font-size: 16px;
  line-height:28px;
  font-weight:bold;
}
.support-content dl dd p{
  color: #7d97ad;
  font-size: 14px;
  line-height:28px;
}
.support-content-btn{
  width:100%;
  height:48px;
  border-radius:3px;
  display: block;
  font-size:14px;
  color: #ff4723;
  text-align: center;
  line-height:48px;
  transition: all .4s ease;
}
.support-content-btn:hover{
  background-color: #f2f2f2;
}

/*-------------============支付成功dialog=================-------------------------*/
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 8888;
  top: 0; }

.dialog-paySuccess {
  position: absolute;
  box-sizing: initial;
  width: 402px;
  padding: 0 90px;
  border-radius: 5px;
  margin-left: -266px;
  left: 50%;
  padding-top: 222px;
  padding-bottom: 70px;
  background: #fff url(../images/paysuccess.jpg) no-repeat center top;
  z-index: 9999; }
  .dialog-paySuccess h3 {
    font-size: 20px;
    color: #444;
    padding-bottom: 18px;
    border-bottom: 1px solid #b0b0b0;
    text-align: center; }
  .dialog-paySuccess p {
    font-size: 14px;
    color: #444444;
    text-align: center; }
  .dialog-paySuccess p:nth-child(2) {
    padding-top: 20px; }
  .dialog-paySuccess p:nth-child(3) {
    padding-top: 14px; }

.dialog-paySuccess-btn-wrap {
  margin-top: 32px; }
  .dialog-paySuccess-btn-wrap a {
    display: inline-block;
    width: 183px;
    height: 45px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    text-align: center; }
  .dialog-paySuccess-btn-wrap a:nth-child(1) {
    float: left;
    background: #3c4a91; }
    .dialog-paySuccess-btn-wrap a:nth-child(1):hover {
      background: #32439a; }
  .dialog-paySuccess-btn-wrap a:nth-child(2) {
    float: right;
    background: #e05c42; }
    .dialog-paySuccess-btn-wrap a:nth-child(2):hover {
      background: #d75338; }

.close_common1 {
  position: absolute;
  width: 36px;
  height: 36px;
  background: #fff url(../images/close_common1.png) no-repeat center center;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  right: -18px;
  top: -18px; }



.page-list{
  widht:100%;
}
.page-list:after{
  content:"";
  display:block;
  clear:both;
}
.page-list ul{
  width:100%;
  text-align:center;
  margin-bottom:30px;
}
.page-list ul:after{
  content:"";
  display:block;
  clear:both;
}
.page-list ul li{
  display:inline-block;
  margin-right:10px;
}
.page-list ul li a{
  color:#444;
  font-size:16px;
}
.cnzz{
  display: none;
  position:absolute;
  z-index:-999;
  top:0;
  left:0;
}
.kong{
  font-size:14px;
  color:#444;
  line-height:100px;
  text-align:center;
}
.kong>a{
  color:#495bb8;
}
.backtop{
  position:fixed;
  z-index: 777;
  right: 35px;
  bottom: 100px;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  background:#fff;
  font-size:12px;
  color:#495bb8;
  font-weight: 800;
}
.msg-error{
  background: #ed585c;
  padding-left: 23px;
  color: #fff;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-indent: 1em;
  margin-top: 15px;
}
/*# sourceMappingURL=common2.css.map */
