@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, ruby, section, summary, time, mark, audio, video {
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

ol li, ul li {
  padding: 0;
  margin: 0;
}

a, nav {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

button, input, optgroup, select, textarea {
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  color: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

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

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

img {
  border: 0;
  line-height: 0;
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

body {
  font-family: 'Microsoft YaHei',"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #666;
  position: relative;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .carousel .banner-content h1 {
    font-size: 1rem;
  }
  .carousel .banner-content ul li {
    font-size: 12px;
  }
  .carousel .banner-content p {
    font-size: 12px;
  }

  .m_login {
    display: none;
  }

  .new-wrapp .new-list {
    padding-left: 0;
    margin-top: 0px;
  }

  .navbar .nav > li > a {
    padding: 10px 0px;
    line-height: 50px;
  }

  .i_link {
    text-align: center;
  }
  .i_link dl {
    padding-right: 10%;
  }
  .i_link dl:last-child {
    padding-right: 0;
  }

  .a_content p i {
    float: inherit !important;
  }

  .text_box {
    padding-left: 5%;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    margin-left: -45px !important;
  }

  .m_login {
    display: none;
  }

  .code img {
    margin-top: 20%;
  }

  .carousel .banner-content h1 {
    font-size: 2rem;
  }
  .carousel .banner-content ul li {
    font-size: 16px;
  }
  .carousel .banner-content p {
    font-size: 16px;
  }

  .navbar .nav > li > a {
    padding: 0px 15px;
    line-height: 78px;
  }

  .i_link {
    text-align: center;
  }
  .i_link dl {
    padding-right: 3%;
  }
  .i_link dl:last-child {
    padding-right: 0;
  }

  .new-wrapp .new-list {
    padding-left: 3rem;
    margin-top: -1.25rem;
  }
}
@media (min-width: 1200px) {
  #navbar .container {
    width: 1300px !important;
  }

  .container {
    width: 1200px !important;
  }

  .carousel .banner-content h1 {
    font-size: 3rem;
  }
  .carousel .banner-content ul li {
    font-size: 20px;
  }
  .carousel .banner-content p {
    font-size: 20px;
  }

  .i_link {
    text-align: center;
  }
  .i_link dl {
    padding-right: 6%;
  }
  .i_link dl:last-child {
    padding-right: 0;
  }

  .new-wrapp .new-list {
    padding-left: 3rem;
    margin-top: -1.25rem;
  }

  .m_login {
    display: block;
  }

  .code img {
    margin-top: 0;
  }
}
.circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #fff;
  margin: 0px 10px;
  vertical-align: middle;
}

.circle2 {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #fff;
  margin: 0px 10px;
  vertical-align: middle;
}

.circle2.blue {
  background-color: #169efd;
}

.bg-color {
  background-color: #f8f8f8 !important;
  padding-bottom: 0px !important;
}

.bg-white {
  background-color: #fff;
}

.white {
  color: #fff !important;
  background-color: transparent !important;
}

.blue {
  color: #169efd !important;
}

.blue-news h1 {
  color: #1A2A75;
}
.blue-news:after {
  background-color: #1A2A75 !important;
}

.sec {
  background-color: #fff;
  position: relative;
}

.font-14 {
  font-size: 14px;
  color: #666;
}

.b_14 {
  font-size: 14px;
  color: #000;
}

.b_bottom {
  border-bottom: 1px dashed #d9d9d9;
}

.mar_nb {
  margin-bottom: 0 !important;
}

.mar_n {
  margin: 0 !important;
}

.p_n {
  padding: 0 !important;
}

.p_nb {
  padding-bottom: 0 !important;
}

.clearfix:after {
  clear: both;
}

.title_bottom {
  position: relative;
  padding-bottom: 1.5rem;
}

.title_bottom:after {
  position: absolute;
  content: "";
  width: 1.625rem;
  height: 2px;
  background-color: #FF4A4A;
  z-index: 2;
  top: 35px;
  left: 0;
}

.arrow_blue {
  background: #169efd;
  border: 1px solid #169efd;
  color: #fff;
}
.arrow_blue i {
  padding-left: 10px;
}

.arrow_white {
  background: #fff;
  color: #169efd;
}

/*鎸夐挳鍔ㄧ敾鏁堟灉*/
.btn_white, .white_none, .btn_blue {
  position: relative;
  z-index: 0;
}

/*鏄剧ず鐧藉簳*/
.btn_white:after {
  content: "";
  display: table;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px;
}

.btn_white:hover {
  color: #169efd !important;
}

.btn_white:hover:after {
  width: 100%;
}

/*闅愯棌鐧藉簳*/
.white_none {
  background: transparent !important;
  color: #fff;
}

.white_none:after {
  content: "";
  display: table;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px;
}

.white_none:hover {
  color: #fff !important;
}

.white_none:hover:after {
  width: 0%;
  left: 0;
  z-index: -1;
}

/*闅愯棌钃濆簳*/
.blue_none {
  background: transparent !important;
  color: #fff;
}

.blue_none:after {
  content: "";
  display: table;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px;
}

.blue_none:hover {
  color: #fff !important;
}

.blue_none:hover:after {
  width: 100%;
}

/*鏄剧ず钃濆簳*/
.btn_blue {
  background: transparent !important;
  color: #fff;
}

.btn_blue:after {
  content: "";
  display: table;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #169efd;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px;
}

.btn_blue:hover {
  color: #169efd !important;
}

.btn_blue:hover:after {
  width: 0%;
  left: 0;
  z-index: -1;
}

.arrow-move:hover i {
  -webkit-transform: translate(10px);
      -ms-transform: translate(10px);
          transform: translate(10px);
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
.arrow-move i {
  -webkit-transform: translate(0px);
      -ms-transform: translate(0px);
          transform: translate(0px);
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
  padding-left: 10px;
  display: inline-block;
}

.navbar-brand {
  min-height: 80px;
  background-color: #fff;
}

.brand {
  display: inline-block;
}

.navbar {
  min-height: 80px;
  margin-bottom: 0px;
  border: none;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
}

.fixed-top {
  background-color: #fff;
  opacity: 1;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1030;
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.null-top {
  height: 80px;
  width: 100%;
}

.navbar .nav > li {
  position: relative;
}
.navbar .nav > li:after {
  height: 2px;
  width: 0px;
  margin: auto;
  left: 0;
  right: 0;
  background: #FF4A4A;
  content: "";
  display: table;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.navbar .nav > li > a {
  position: relative;
  font-size: 14px;
  color: #FF0000;
  line-height: 50px\0 !important;
  line-height: 78px\9\0;
}

.nav > li > ul.product_menu {
  position: absolute;
  top: 62px;
  min-width: 463px;
  z-index: 1031;
  text-align: center;
  box-shadow: -2px 1px 4px rgba(0, 0, 0, 0.1);
  height: 0;
  display: none\9;
}

.nav > li:hover > ul.product_menu {
  height: auto;
  display: block\9;
}

.nav > li > ul.product_menu > li {
  font-size: 16px;
  background-color: #fff;
  float: left;
  padding: 2% 5%;
  min-height: 141.5px;
  opacity: 0;
  height: 0px;
  display: none\9;
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: opacity .4s, -webkit-transform .5s;
  transition: opacity .4s, transform .5s;
}
.nav > li > ul.product_menu > li p {
  color: #666;
}
.nav > li > ul.product_menu > li a {
  display: inline-block;
}
.nav > li > ul.product_menu > li a img {
  max-height: 86px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.nav > li > ul.product_menu > li a img:hover {
  -ms-transform: translateY(-5px);
      transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.nav > li:hover > ul.product_menu > li {
  opacity: 1;
  height: auto;
  display: block\9;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav > li > ul.product_menu > li:nth-child(1) {
  padding-left: 10%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.nav > li > ul.product_menu > li:nth-child(2) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

.nav > li > ul.product_menu > li:nth-child(3) {
  padding-right: 10%;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.nav > li > ul.menu_down {
  font-size: 14px;
  color: #666;
  margin: 0;
  width: 100%;
  text-align: center;
  list-style-type: none;
  box-shadow: -2px 1px 4px rgba(0, 0, 0, 0.1);
  z-index: 5;
  left: 0;
  max-height: 0;
  position: absolute;
  top: 100%;
  -webkit-perspective: 400px;
  -ms-perspective: 400px;
  -o-perspective: 400px;
  perspective: 400px;
}

.nav > li:hover > ul.menu_down {
  height: auto;
}

.nav > li > ul.menu_down > li {
  background: #fff;
  opacity: 0;
  display: none\9;
  -webkit-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: opacity .4s, -webkit-transform .5s;
  transition: opacity .4s, transform .5s;
}

.nav > li:hover > ul.menu_down > li {
  opacity: 1;
  height: auto;
  display: block\9;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.nav > li:hover > ul.menu_down > li:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.nav > li:hover > ul.menu_down > li:nth-child(2) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

.nav > li:hover > ul.menu_down > li:nth-child(3) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.nav > li:hover > ul.menu_down > li:nth-child(4) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.nav > li > ul.menu_down > li:nth-child(1) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}

.nav > li > ul > li:nth-child(2) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.nav > li > ul.menu_down > li:nth-child(3) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

.nav > li > ul.menu_down > li:nth-child(4) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.nav > li > ul.menu_down > li:first-child {
  padding-top: 10%;
}

.nav > li > ul.menu_down > li:last-child {
  padding-bottom: 10%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.nav > li > ul.menu_down > li > a {
  line-height: 30px;
  color: #FF0000;
}

.nav > li > ul.menu_down > li:hover > a {
  color: #FF4A4A;
  text-decoration: none;
}

.navbar .nav > li.active > a {
  color: #FF4A4A;
  text-shadow: none;
  background-color: #fff;
}

.navbar .nav > li.active:after {
  height: 2px;
  width: 100%;
  background: #FF4A4A;
  opacity: 1;
}

.nav > li:hover:after {
  height: 2px;
  width: 100%;
  background: #FF4A4A;
  opacity: 1;
}

.nav > li > a:hover {
  color: #FF4A4A;
  text-shadow: none;
  background-color: #fff;
}

.m_login a {
  line-height: 78px;
  display: inline-block;
}

.m_login .phone {
  padding-right: 20px;
  font-size: 16px;
  color: #FF4A4A;
}

.m_login .phone:hover {
  color: #FF4A4A;
}

.m_login .phone i {
  padding-right: 10px;
  font-size: 18px;
  margin-bottom: 6px;
}

.m_login .phone span {
  vertical-align: middle;
}

.m_login .login {
  text-align: center;
  font-size: 14px;
  color: #FF4A4A;
}

.m_login .login span {
  display: inline-block;
  width: 90px;
  height: 30px;
  border: 1px solid #FF4A4A;
  -o-border-radius: 20px;
  border-radius: 20px;
  line-height: 2.2;
}

.m_login .login span:hover {
  color: #fff;
  background-color: #FF4A4A;
}

.login_wrapp {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1031;
}
.login_wrapp #login_black {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1032;
  display: none;
}
.login_wrapp .login_content {
  top: 20%;
  background: #fff;
  width: 41%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 3% 2%;
  position: relative;
  z-index: 1032;
}
.login_wrapp .login_content .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.login_wrapp .login_content .close span {
  font-size: 30px;
}
.login_wrapp .login_content .type_list ul {
  text-align: center;
}
.login_wrapp .login_content .type_list ul li {
  float: left;
  padding: 6%;
  width: 50%;
}
.login_wrapp .login_content .type_list ul li:first-child {
  border-right: 1px solid #e6e6e6;
}
.login_wrapp .login_content .type_list ul li .login-list:hover span {
  -ms-transform: translateY(-5px);
      transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.login_wrapp .login_content .type_list ul li .login-list span {
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.login_wrapp .login_content .type_list ul li .login-list p.name {
  font-size: 18px;
  color: #169efd;
  padding-top: 1.8rem;
}
.login_wrapp .login_content .type_list ul li .login-list p.text {
  font-size: 14px;
  color: #808080;
  padding-top: 0.5rem;
}
.login_wrapp .login_content .type_list ul li .login-list .login-in {
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  background-color: #169efd;
  border-radius: 4px;
  margin-top: 2rem;
  display: inline-block;
}
.login_wrapp .login_content .type_list ul li .login-list .none {
  background-color: #ccc;
  cursor: not-allowed;
}

.banner {
  width: 100%;
  min-height: 300px;
  text-align: center;
  color: #fff;
  position: fixed;
  z-index: -1;
}
.banner .banner_text {
  padding-top: 7rem;
}
.banner .banner_text h1 {
  font-size: 32px;
}
.banner .banner_text p {
  font-size: 16px;
  padding-top: 13px;
}

.padd-white {
  height: 300px;
}

.stage {
  padding-top:10px;
}

.title {
  font-size: 1.875rem;
  font-size: 30px\9;
  color: #666;
  margin-bottom: 5%;
  position: relative;
  font-family: 'Lantinghei SC';
}

.title h1 {
  font-size: 30px;
  font-family: 'PingFang SC';
  font-weight: 800;
}

.title p {
  font-size: 16px;
  color: #ccc;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  padding-top: 24px\9;
  padding-bottom: 32px\9;
  font-family: 'Lantinghei SC';
}

.title:after {
  position: absolute;
  content: "";
  display: table;
  display: inherit\9;
  width: 28px;
  height: 4px;
  background-color: #169efd;
  z-index: 5;
  left: 0;
  right: 0;
  top: 3.25rem;
  top: 52px\9;
  margin: 0 auto;
}

.title_white p {
  color: #fff;
}

.title_white:after {
  left: 0;
  background-color: #fff;
  margin: inherit;
}

.title_blue h1 {
  color: #1A2A75;
}

.title_blue:after {
  left: 0;
  background-color: #1A2A75;
  margin: inherit;
}

.i_list {
  margin-top: 20px;
}

.i_content {
  margin-bottom: 20px;
}

.i_content h3 {
  font-size: 18px;
  color: #555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: 'Lantinghei SC';
  font-weight: 600;
}

.i_content p {
  font-size: 14px;
  color: #999;
}

.i_link dl {
  display: inline-block;
  vertical-align: top;
}

.i_link dl dt {
  font-size: 18px;
  color: #333;
  text-align: left;
}

.i_link dl dd {
  line-height: 2;
  text-align: left;
}

.i_link dl dd a {
  font-size: 14px;
  color: #666;
}

.i_link dl dd a:hover {
  color: #1A2A75;
}

.code img {
  width: auto;
}

.address .a_content h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 1.25rem;
  margin-bottom: 20px\9;
}

.address .a_content p {
  font-size: 14px;
  color: #808080;
  margin-bottom: 0;
}

.address .a_content p i {
  color: #1A2A75;
  padding-right: 0.625rem;
  padding-right: 10px\9;
}

.footer {
  padding: 3px 0px;
  margin-top: 5px;
}
.footer p {
  margin: 0;
  font-size: 14px;
  color: #808080;
}
.footer p a {
  font-size: 14px;
  color: #808080;
}
.footer p a:hover {
  text-decoration: underline;
}
.footer p a img {
  vertical-align: middle;
}

#top {
  cursor: pointer;
  position: fixed;
  display: none;
  bottom: 145px;
  right: 50px;
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
  width: 50px;
  height: 50px;
  z-index: 20;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
}
#top:hover {
  background: #1A2A75;
  border: 1px solid #1A2A75;
}
#top:hover span {
  color: #fff;
}
#top span {
  color: #fff;
  font-size: 20px;
}

/*涓嬭浇鎸夐挳*/
.p_btn {
  padding-top: 1%;
}
.p_btn a {
  width: 170px;
  height: 44px;
  border-radius: 30px;
  color: #367add;
  border: 1px solid #367add;
  display: inline-block;
  line-height: 40px;
}
.p_btn a.p_down:hover {
  background: #367add;
  color: #fff;
}
.p_btn a.p_down:hover .icon_blue {
  opacity: 0;
}
.p_btn a.p_down:hover .icon_white {
  margin-top: -5px;
  opacity: 1;
}
.p_btn a em {
  position: relative;
  width: 24px;
  height: 30px;
}
.p_btn a em img {
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 5px;
  width: 24px;
  height: 30px;
}
.p_btn a em img.icon_blue {
  left: 0;
  top: 0;
  z-index: 2;
}
.p_btn a em img.icon_white {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.p_btn a span {
  vertical-align: middle;
  padding-left: 5%;
}

.overflow-three {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.device {
  margin: 5px auto;
  position: relative;
  max-height: 450px;
  overflow: hidden;
}

.device .arrow-left {
  position: absolute;
  left: 10px;
  top: 35%;
  margin-top: -15px;
  width: 42px;
  height: 42px;
  opacity: 0.5;
}

.device .arrow-left:hover {
  opacity: 1;
}

.device .arrow-right {
  position: absolute;
  right: 10px;
  top: 35%;
  margin-top: -15px;
  width: 42px;
  height: 42px;
  opacity: 0.5;
}

.device .arrow-right:hover {
  opacity: 1;
}


.content-slide {
  padding: 20px;
  color: #fff;
}

.device .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 5px;
  width: 100%;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #fff;
  margin: 0 3px;
  cursor: pointer;
}

.swiper-active-switch {
  background: #fff;
  width: 11px;
  height: 11px;
}

.down-main {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1031;
}
.down-main #black {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1032;
  display: none;
}
.down-main #down {
  width: 500px;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 25%;
  background: #fff;
  z-index: 1033;
}
.down-main #down .down-wrapp {
  position: relative;
  padding: 10% 12%;
}
.down-main #down .down-wrapp .close {
  position: absolute;
  top: 5%;
  right: 2%;
}
.down-main #down .down-wrapp .close span {
  font-size: 26px;
}
.down-main #down .down-wrapp .down_title {
  font-size: 18px;
  color: #666;
  margin-bottom: 10%;
}
.down-main #down .down-wrapp .erweima {
  float: left;
}
.down-main #down .down-wrapp .erweima img {
  border: 1px solid #ccc;
  max-height: 146px;
}
.down-main #down .down-wrapp .down_icon {
  float: left;
  padding-left: 15%;
}
.down-main #down .down-wrapp .down_icon p {
  padding: 10px 0;
}
.down-main #down .down-wrapp .down_icon .p_btn a {
  color: #61bdfd;
  border: 1px solid #61bdfd;
}
.down-main #down .down-wrapp .down_icon .p_btn a:hover {
  color: #fff;
  background: #61bdfd;
}
.down-main #down .down-wrapp .down_icon .p_btn a:hover .icon_blue {
  opacity: 0;
}
.down-main #down .down-wrapp .down_icon .p_btn a:hover .icon_white {
  opacity: 1;
  margin-top: -5px;
}
.down-main #down .down-wrapp .down_icon .p_btn a em {
  position: relative;
  clear: both;
  width: 24px;
  height: 30px;
}
.down-main #down .down-wrapp .down_icon .p_btn a em img {
  width: 24px;
  height: 30px;
}
.down-main #down .down-wrapp .down_icon .p_btn a em img.icon_blue {
  z-index: 2;
  left: 0;
  top: 0;
}
.down-main #down .down-wrapp .down_icon .p_btn a em img.icon_white {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
}
.down-main #down .down-wrapp .down_icon .p_btn a span {
  padding-left: 5%;
}

.hide {
  display: none;
}

.show {
  display: block;
}

[v-cloak] {
  display: none;
}

/*# sourceMappingURL=common.css.map */