body {
  color: #333;
  font-family: 'microsoft yahei';
  background: #fff;
  font-size: 14px;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

dl {
  margin: 0;
}

dt {
  font-weight: normal;
}

ul,
li {
  list-style-type: none;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  color: #333;
  outline: none;
  transition: all 0.6s;
}

a:hover {
  text-decoration: none;
  color: #0e60dc;
}

a:focus {
  text-decoration: none;
  color: inherit;
}

img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
}

table {
  border-collapse: collapse;
}

input,
textarea,
select,
button {
  border: 0;
  outline: none;
}

.btn,
.btn:focus,
.btn:active {
  border: 0;
  outline: none;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

/*公共样式勿删除*/
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.flex {
  display: flex;
  align-items: center;
}

.flex_item {
  flex: 1;
}

.container {
  width: 1190px;
}

/*头尾公共部分*/
.header {
  line-height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 99;
  color: #fff;
  top: 0;
}

.header:hover {
  background-color: #302e2e;
}

.header a {
  color: #fff;
}

.header .fr .dropdown {
  display: inline-block;
  margin-left: 35px;
}

.header .fr .dropdown:hover .dropdown-menu {
  display: block;
}
.header .fr {
  display: flex;
  align-items: center;
  height: 80px;
}
.header .btn {
  padding: 2px 15px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-left: 5px;
}

.header .fr .dropdown-menu {
  width: 216px;
  left: auto;
  right: 0;
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 30px;
}

.header .fr .dropdown-menu a {
  color: #333;
}

.header .fr .dropdown-menu .hd {
  color: #333;
  padding: 5px 15px 0;
}

.header .fr .dropdown-menu .hd .flex_item {
  font-size: 14px;
}

.header .fr .dropdown-menu .hd .vip {
  display: inline-block;
  color: #4079e0;
  border: 1px solid #4079e0;
  line-height: 18px;
  border-radius: 3px;
  padding: 0 10px;
}

.header .fr .dropdown-menu .hd p {
  margin: 0;
  line-height: 20px;
  color: #1bb34a;
}

.header .fr .dropdown-menu .bd ul {
  padding: 6px 15px;
  border-bottom: 1px solid #ddd;
}

.header .fr .dropdown-menu .bd ul img {
  margin-right: 6px;
}

.header .fr .dropdown-menu .bd ul .badge {
  font-weight: normal;
  background: #f12639;
}

.header .fr .dropdown-menu .bd ul .c_9 {
  color: #999;
}

.header .fr .dropdown-menu .bd ul .cz {
  display: inline-block;
  color: #4079e0;
  border: 1px solid #4079e0;
  line-height: 16px;
  padding: 0 4px;
  margin-left: 5px;
}

.header .fr .dropdown-menu .ft {
  display: flex;
  padding: 10px 15px;
}

.header .fr .dropdown-menu .ft a {
  color: #999;
}

.header .btn:hover {
  color: #fff;
}

.header .btn.on {
  border: none;
}

.header .btn.ml {
  margin-left: 20px;
}
.nav > li,
.navbar {
  position: static;
}
.navbar-default .navbar-nav > li:hover .dropdown-menu {
  display: block;
}

.navbar-default .navbar-nav .dropdown-menu {
  width: 100%;
  background: #302e2e;
  margin: 0;
  border-radius: 0;
  left: 0;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  border-top: 1px solid #444242;
}
.navbar-default .navbar-nav .dropdown-menu .row .row {
  margin: 0;
}
.navbar-default .navbar-nav .dropdown-menu .col-lg-3 {
  border-left: 1px solid #444242;
  padding: 0;
  height: 194px;
}
.navbar-default .navbar-nav .dropdown-menu .col-lg-3:first-child {
  border: none;
}
.navbar-default .navbar-nav .dropdown-menu li,
.navbar-default .navbar-nav .dropdown-menu h3 {
  line-height: 44px;
}
.navbar-default .navbar-nav .dropdown-menu h3 {
  font-size: 18px;
  margin: 0;
}
.navbar-default .navbar-nav .dropdown-menu li a {
  color: #666;
  display: block;
}
.navbar-default .navbar-nav .dropdown-menu li {
  margin-top: 6px;
}
.navbar-default .navbar-nav .dropdown-menu li a:hover {
  background: #0e60dc;
  color: #fff;
}

.navbar-default .navbar-nav {
  margin-left: 60px;
}

.navbar-default .navbar-nav > li {
  padding: 0 20px;
  font-size: 16px;
}

.navbar-default .navbar-nav > li > a {
  padding: 0 5px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.navbar-default {
  margin: 0;
  border: none;
  background: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: none;
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover::after,
.navbar-default .navbar-nav > .active > a:focus::after,
.navbar-default .navbar-nav > .active > a:hover::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.6);
}

.footer {
  background: #000727;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #dc9b0e;
}

.footer .a {
  padding: 30px 0;
}

.footer .a h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
}

.footer .a ul {
  line-height: 31px;
}

.footer .a p {
  margin-bottom: 20px;
}

.footer .a .wechat {
  margin-bottom: 15px;
}

.footer .b {
  line-height: 30px;
  font-size: 12px;
  border-top: 1px solid #292e48;
  text-align: center;
  padding: 15px 0;
  color: #6b7293;
}

.footer .c {
  font-size: 24px;
  text-align: center;
  color: #fff;
  height: 200px;
  padding-top: 88px;
  overflow: hidden;
  position: relative;
}

.footer .c p {
  margin: 0;
}

.footer .c .container {
  position: relative;
  z-index: 3;
}

.footer .c::after {
  content: '';
  height: 200px;
  display: block;
  transition: all 0.6s;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: url(../images/bg.jpg) center no-repeat;
  background-size: cover;
}

.footer .c:hover::after {
  transform: scale(1.1);
}

.footer .c .btn {
  border: 2px solid #fff;
  margin: 0 0 0 15px;
  padding: 6px 25px;
  color: #fff;
  font-size: 18px;
}

.footer .c .btn.on {
  background: #fff;
  color: #7042bf;
}

.rightside {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  z-index: 99;
}

.rightside li {
  position: relative;
}

.rightside li:hover .dropmenu {
  display: block;
}

.rightside li:last-child > a {
  background: none;
}

.rightside a {
  display: block;
  width: 48px;
  height: 48px;
  margin: 8px 0;
  border-radius: 5px;
  text-align: center;
  padding-top: 12px;
  background-image: linear-gradient(to top right, #422bb2, #ba66d3);
}

.rightside .dropmenu {
  width: 228px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  right: 100%;
  top: 0;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.rightside .dropmenu .media {
  padding: 15px;
}

.rightside .dropmenu .media h4 {
  font-size: 16px;
  padding-top: 5px;
}

.rightside .dropmenu .media .tel {
  color: #ff7e07;
}

.rightside .dropmenu p {
  padding: 10px 0;
  font-size: 12px;
  color: #999;
  border-top: 1px solid #eee;
  margin: 0;
}

.rightside a i {
  display: inline-block;
  background-image: url(../images/a_03.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.rightside a .icon2 {
  background-position: 0 -58px;
}

.rightside a .icon3 {
  background-position: 0 -116px;
}

.rightside a .icon4 {
  background: none;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-width: 3px 0 0 3px;
  border-color: #4a2fb5;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

.totop {
  display: none;
}

/*关于我们-联系我们*/
.banner_info {
  height: 679px;
  background-image: linear-gradient(to right, #2c7bff, #2f2cdd);
  position: relative;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
}

.banner_info .container {
  height: 100%;
  background: url(../images/banner.png) left center no-repeat;
}

.banner_info dt {
  font-weight: bold;
  font-size: 48px;
  padding: 270px 0 15px;
}

.banner_info dd {
  line-height: 28px;
}

.banner_info dd p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 24px;
}

.tab_common {
  text-align: center;
  background: #f7fbfb;
  font-size: 16px;
  position: relative;
  z-index: 10;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.tab_common .nav-tabs {
  border: none;
  display: flex;
}

.tab_common .nav-tabs > li {
  flex: 1;
  position: relative;
}

.tab_common .nav-tabs > li:first-child::after {
  display: none;
}

.tab_common .nav-tabs > li::after {
  content: '';
  border-left: 1px solid #ddd;
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
}

.tab_common .nav-tabs > li > a {
  padding: 0;
  line-height: 68px;
  border-radius: 0;
  border: none;
  position: relative;
  margin: 0 0 0 1px;
}

.tab_common .nav-tabs > li.active > a,
.tab_common .nav-tabs > li.active > a:focus,
.tab_common .nav-tabs > li.active > a:hover {
  color: #0e60dc;
  background: none;
  border: none;
}

.tab_common .nav-tabs > li.active > a::after {
  content: '';
  display: block;
  width: 72px;
  position: absolute;
  height: 2px;
  background: #0e60dc;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.contantus .a h2 {
  text-align: center;
  font-size: 30px;
  margin: 60px 0 30px;
}

.contantus .a .hd {
  text-align: center;
  line-height: 24px;
  background: #fafafa;
  padding: 80px 0;
}

.contantus .a .hd p {
  margin-top: 10px;
}

.contantus .a .bd .box {
  border: 1px solid transparent;
  margin-top: 80px;
  background: #fafafa;
  padding: 30px;
}

.contantus .a .box:hover {
  border: 1px solid #0e60dc;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contantus .a .bd dl {
  text-align: center;
  padding: 0 0 25px;
  border-bottom: 1px solid #ddd;
}

.contantus .a .bd dl dd {
  color: #666;
}

.contantus .a .bd dl dt {
  font-size: 24px;
  margin: 8px 0;
}

.contantus .a .bd ul {
  padding: 20px;
  text-align: center;
  font-size: 12px;
  color: #0e60dc;
  line-height: 28px;
}

.contantus .a .bd ul .btn {
  border-radius: 0;
  background: #0e60dc;
  color: #fff;
  width: 150px;
  line-height: 35px;
  padding: 0;
  margin-top: 15px;
}

.contantus .c {
  font-size: 18px;
  padding: 70px 0;
}

.contantus .c .bd {
  padding: 40px 50px 50px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contantus .c p {
  color: #666;
  text-align: center;
  margin-bottom: 40px;
}

.contantus .c h2 {
  font-size: 40px;
  margin: 20px 0;
  text-align: center;
}

.contantus .c table td {
  padding: 13px 5px;
  text-align: right;
}

.contantus .c table span {
  color: red;
}

.contantus .c .form-control {
  border-radius: 0;
  resize: none;
}

.contantus .c input {
  height: 40px;
}

.contantus .c .btn {
  width: 277px;
  height: 63px;
  border-radius: 0;
  background: #0e60dc;
  font-size: 26px;
  display: block;
  color: #fff;
  line-height: 63px;
  padding: 0;
  margin: 40px auto 0;
}

/*关于我们_诚聘英才*/
.joinus .a h2 {
  text-align: center;
  font-size: 30px;
  margin: 60px 0 30px;
}

.joinus .a .bd {
  text-align: center;
  font-size: 18px;
  background: #f5f5f5;
  line-height: 36px;
  padding: 35px 0;
  margin-bottom: 80px;
}

.joinus .a .bd a {
  color: #0e60dc;
}

.joinus .b .box {
  margin-bottom: 40px;
  border: 1px solid #ddd;
}

.joinus .b .box .hd {
  line-height: 80px;
  padding: 0 30px;
  font-size: 20px;
}

.joinus .b .box .hd span {
  font-size: 16px;
}

.joinus .b .box .hd i {
  color: #0e60dc;
}

.joinus .b .box .hd em {
  display: inline-block;
  vertical-align: middle;
  margin: -6px 0 0 10px;
  height: 12px;
  width: 12px;
  border-width: 0 2px 2px 0;
  border-color: #0e60dc;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

.joinus .b .box .hd .lg {
  display: none;
  font-size: 50px;
  font-weight: bold;
}

.joinus .b .box .hd.on {
  border-bottom: 1px solid #eee;
  color: #0e60dc;
}

.joinus .b .box .hd.on .lg {
  display: inline-block;
}

.joinus .b .box .hd.on em {
  border-width: 2px 0 0 2px;
  margin-top: 0;
}

.joinus .b .box .bd {
  font-size: 16px;

  padding: 20px 30px 30px;
  display: none;
}

.joinus .b .box .bd dd p {
  line-height: 28px;
  margin-top: 25px;
}

.joinus .b .box .bd dt {
  margin-top: 30px;
  color: #0e60dc;
}

.joinus .b .box .bd h4 {
  font-size: 20px;
}

.joinus .b .box .bd .btn {
  font-size: 16px;
  color: #fff;
  background: #0e60dc;
  padding: 10px 45px;
  border-radius: 0;
  margin-top: 20px;
}

.joinus .c {
  text-align: center;
  padding-bottom: 60px;
}

.joinus .c i {
  display: block;
  margin: 0 auto 8px;
  width: 42px;
  height: 42px;
  background-image: url(../images/g.png);
  background-repeat: no-repeat;
}

.joinus .c .icon2 {
  background-position: -203px 0;
}

.joinus .c .icon3 {
  background-position: -407px 0;
}

.joinus .c .icon4 {
  width: 43px;
  background-position: -611px 0;
}

.joinus .c .icon5 {
  background-position: -816px 0;
}

.joinus .c .icon6 {
  background-position: -1020px 0;
}

.joinus .c span {
  padding-top: 20px;
  display: inline-block;
  color: #0e60dc;
  font-size: 16px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 2px solid #0e60dc;
  width: 120px;
  height: 120px;
}

/*友情链接*/
.fraidlink h2 {
  text-align: center;
  font-size: 30px;
  margin: 60px 0 30px;
}

.fraidlink .a a {
  display: block;
  border: 1px solid #ddd;
  margin-top: 30px;
}

.fraidlink .a a img {
  width: 100%;
}

.fraidlink .a a:hover {
  border: 1px solid #40acec;
  box-shadow: 0 0 20px #acd8f2;
}

.fraidlink .b {
  margin: 60px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 50px 50px;
}

.fraidlink .b h5 {
  text-align: center;
  color: #999999;
}

.fraidlink .b .flex {
  margin-top: 40px;
  font-size: 20px;
}

.fraidlink .b .flex span {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0e60dc;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-right: 15px;
}

.fraidlink .b .bd {
  font-size: 20px;
  padding: 30px 0 0 65px;
}

.fraidlink .b .bd td {
  padding-bottom: 20px;
  padding-right: 10px;
}

.fraidlink .b .bd input {
  border-radius: 0;
  border: 1px solid #0e60dc;
  height: 40px;
}

.fraidlink .b .bd textarea {
  resize: none;
  border-radius: 0;
  border: 1px solid #0e60dc;
}

.fraidlink .b .bd .copy {
  color: #0e60dc;
  font-size: 16px;
  background: none;
}

.fraidlink .b .bd p {
  font-size: 14px;
  color: #999;
}

.fraidlink .b .bd td:first-child {
  text-align: right;
}

.fraidlink .b .bd .red {
  color: red;
}

.fraidlink .b .btn {
  width: 180px;
  height: 48px;
  font-size: 20px;
  border-radius: 0;
  background: #ff6600;
  color: #fff;
  margin: 30px 0 60px;
}

/*新闻资讯*/

.newslist {
  padding: 30px 0;
}

.newslist .left {
  font-size: 18px;
  float: left;
  width: 210px;
}

.newslist .left li {
  line-height: 48px;
  padding: 0 15px;
  border-bottom: 1px solid #ddd;
}

.newslist .left li.on a {
  color: #4079e0;
}

.newslist .left h3::after {
  content: '';
  display: block;
  background: #4079e0;
  width: 3px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.newslist .left h3 {
  margin: 0;
  color: #4079e0;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
  border-bottom: 1px solid #ddd;
  font-size: 22px;
  line-height: 48px;
}

.newslist .right {
  float: right;
  width: 923px;
}

.newslist .right .title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #4079e0;
  position: relative;
}

.newslist .right .title a {
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 10px;
}

.newslist .right .bd {
}

.newslist .right .bd li {
  margin-top: 20px;
  padding: 10px 20px;
  background: #f5f5f5;
  border: 1px solid transparent;
}

.newslist .right .bd li:hover {
  border: 1px solid #f9835b;
}

.newslist .right .bd li .data {
  color: #999;
  font-size: 20px;
  border-top: 1px solid #ddd;
  padding-top: 8px;
  margin-top: 8px;
}

.newslist .right .bd li p {
  color: #999;
  line-height: 26px;
  margin: 0;
}

.newslist .right .bd li h4 {
  font-size: 18px;
  margin-top: 0;
}

.newslist .right .bd li span {
  color: #fff;
  display: block;
  width: 199px;
  line-height: 92px;
  text-align: center;
  margin-left: 15px;
  height: 92px;
  background: url(../images/n.png) center no-repeat;
}

.pagination > li > a,
.pagination > li > span {
  color: #999;
  margin: 0 5px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #0e60dc;
  border: 1px solid #0e60dc;
}

/*企业简介*/
.banner_info_a dt {
  padding-top: 250px;
}

.banner_info .btn {
  color: #fff;
  font-size: 18px;
  margin: 30px 20px 0 0;
  padding: 7px 20px;
  border-radius: 7px;
}

.banner_info .btn.on {
  border: 2px solid #fff;
}

.company h2 {
  text-align: center;
  margin: 60px 0 25px;
  font-size: 30px;
}

.company .a .hd {
  text-align: center;
  font-size: 22px;
  margin: 50px 0;
}

.company .a .hd span {
  display: block;
  line-height: 73px;
  background: #0e60dc;
  color: #fff;
}

.company .a .bd {
  padding-bottom: 50px;
}

.company .a .bd p {
  text-indent: 2em;
  margin-bottom: 20px;
  line-height: 26px;
}

.company .a .tel {
  display: inline-block;
  width: 325px;
  height: 62px;
  background: url(../images/tel.jpg) center no-repeat;
  color: #d94426;
  font-size: 28px;
  line-height: 62px;
  margin: 30px 0 80px;
}

.company .b {
  background: url(../images/g.jpg) top center no-repeat #f5f5f5;
  color: #fff;
}

.company .b .swiper-slide {
  margin: 70px 0;
}

.company .b .swiper-slide-active,
.company .b .swiper-slide-duplicate-active {
  transform: scale(1.4);
  z-index: 10;
}

.company .b img {
  width: 100%;
  border: 8px solid #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.company .d {
  background: #f5f5f5;
  padding-bottom: 50px;
}

.company .d h5 {
  text-align: center;
  color: #999;
  margin-bottom: 40px;
}

.company .d .row img {
  max-width: 100%;
}

.company .d .row p {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
}

.company .e {
  padding-bottom: 80px;
  text-align: center;
}

.company .e .bd a {
  display: block;
  margin-top: 40px;
  border: 1px solid #ddd;
  padding: 30px;
  font-size: 20px;
}

.company .e .bd a:hover {
  border: 1px solid #0e60dc;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.company .e .bd a p {
  margin: 20px 0 0;
}

.company .e .bd img {
  max-width: 100%;
}

/*帮助文档*/
.help_banner {
  height: 440px;
  background: url(../images/f1_01.jpg) center no-repeat;
  padding-top: 185px;
  font-size: 30px;
  color: #fff;
}

.help_banner .input-group {
  width: 790px;
  margin-left: 15px;
}

.help_banner .input-group .form-control {
  height: 70px;
  border-radius: 0;
}

.help_banner .input-group-btn > .btn {
  border-radius: 0;
  color: #fff;
  background: #4079e0;
  border: 1px solid #4079e0;
  font-size: 30px;
  height: 70px;
  width: 100px;
}

.help_banner p {
  font-size: 14px;
  margin: 15px 0 -35px 15px;
}

.help_banner p a {
  color: #b6b6b6;
  display: inline-block;
  margin-right: 5px;
}

.helppage .title {
  font-weight: bold;
  font-size: 30px;
  margin: 60px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.helppage .a .box {
  border: 1px solid transparent;
  padding: 0 15px;
  margin-bottom: 30px;
}

.helppage .a .box:hover {
  border: 1px solid #4079e0;
}

.helppage .a .box h3 {
  font-size: 20px;
}

.helppage .a .box li {
  line-height: 60px;
  border-bottom: 1px solid #ddd;
}

.helppage .a .box li .flex_item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.helppage .a .box li:hover {
  border-bottom: 1px solid #417ae2;
}

.helppage .a .box li:last-child {
  border: none;
}

.helppage .a .box li span {
  color: #999;
}

.helppage .b {
  padding-bottom: 80px;
}

.helppage .b .box {
  padding: 10px 40px;
  box-shadow: 0 10px 20px #deedff;
  border: 1px solid transparent;
  margin-top: 30px;
}

.helppage .b .box:hover {
  border: 1px solid #2e8aff;
}

.helppage .b .box li {
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.helppage .b .box li a {
  color: #999;
}

.helppage .b .box li a:hover {
  color: #2e8aff;
}

.helppage .b .box h4 {
  text-align: center;
  font-size: 22px;
}

/*有问必答整合*/
.help_banner_1 {
  background: url(../images/bg1.jpg) center no-repeat;
  background-size: cover;
}

.help_banner_1 .input-group-btn > .btn {
  background: #0e60dc;
  border: 1px solid #0e60dc;
}

.help_banner_1 p a {
  color: #fff;
}

.zizhu .title {
  text-align: center;
  padding: 50px 0 30px;
}

.zizhu .title h2 {
  font-size: 30px;
}

.zizhu .title h5 {
  color: #999;
  margin-top: 15px;
}

.zizhu .a,
.zizhu .c {
  padding-bottom: 60px;
}

.zizhu .a .bd a {
  display: block;
  text-align: center;
  padding: 30px 0;
  margin-top: 30px;
  font-size: 16px;
}

.zizhu .a .bd a i {
  display: inline-block;
  width: 60px;
  vertical-align: middle;
  height: 50px;
  background-image: url(../images/y3.png);
  background-repeat: no-repeat;
}

.zizhu .a .bd a .icon1 {
  width: 45px;
}

.zizhu .a .bd a .icon2 {
  width: 42px;
  background-position: -295px 0;
}

.zizhu .a .bd a .icon3 {
  width: 44px;
  background-position: -588px 0;
}

.zizhu .a .bd a .icon4 {
  background-position: -875px 0;
}

.zizhu .a .bd a .icon5 {
  width: 45px;
  background-position: 0 -456px;
}

.zizhu .a .bd a .icon6 {
  width: 42px;
  background-position: -295px -456px;
}

.zizhu .a .bd a .icon7 {
  width: 38px;
  background-position: -588px -456px;
}

.zizhu .a .bd a .icon8 {
  width: 52px;
  background-position: -875px -456px;
}

.zizhu .a .bd a .icon9 {
  width: 45px;
  background-position: 0 -644px;
}

.zizhu .a .bd a .icon10 {
  width: 42px;
  background-position: -295px -644px;
}

.zizhu .a .bd a .icon11 {
  width: 42px;
  background-position: -586px -644px;
}

.zizhu .a .bd a .icon12 {
  width: 52px;
  background-position: -875px -644px;
}

.zizhu .a .bd a span,
.zizhu .c a .pic {
  display: inline-block;
  width: 98px;
  height: 109px;
  background: url(../images/y2.png) center no-repeat;
  line-height: 109px;
}

.zizhu .a .bd a p {
  margin: 10px 0 0;
}

.zizhu .a .bd a:hover span {
  background: url(../images/y1.png) center no-repeat;
}

.zizhu .a .bd a:hover i {
  background-image: url(../images/y03.png);
}

.zizhu .b {
  background: #fbfbfb;
}

.zizhu .c a {
  display: block;
  padding: 30px 30px 15px;
  text-align: center;
  margin: 0 30px;
  min-height: 319px;
  border: 1px solid transparent;
}

.zizhu .c .col-lg-4:hover a {
  border: 1px solid #eee;
  transform: scale(1.1);
}

.zizhu .c a i {
  display: inline-block;
  width: 50px;
  vertical-align: middle;
  height: 55px;
  background-image: url(../images/y4.png);
  background-repeat: no-repeat;
}

.zizhu .c a .icon2 {
  width: 55px;
  background-position: -376px -38px;
}

.zizhu .c a .icon3 {
  background-position: -758px 0;
}

.zizhu .c a h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
}

.zizhu .c a p {
  color: #999;
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 40px;
  line-height: 24px;
}

.zizhu .c a span {
  display: block;
  font-size: 18px;
  color: #0e60dc;
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 40px;
}

/*支付方式*/
.banner_info_1 {
  background-image: linear-gradient(to right, #5223fd, #a903ff);
}

.banner_info_1 .container {
  background: url(../images/p_bg_01.png) right 85% no-repeat;
}

.zizhu .d a {
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 0 30px 30px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 17px;
  display: block;
  line-height: 36px;
}

.zizhu .d a:hover {
  border: 1px solid #0e60dc;
}

.zizhu .d ul {
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}

.zizhu .d .pic {
  width: 173px;
  height: 115px;
  display: block;
  margin: 0 auto;
}

.zizhu .e {
  padding: 30px 0 80px;
}

.zizhu .e h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.zizhu .e p {
  color: #666;
  line-height: 28px;
  margin-bottom: 20px;
}

.modal-header {
  background-image: linear-gradient(to right, #208bf2, #39b1f7);
  color: #fff;
  border-radius: 5px 5px 0 0;
}

/*帮助文档-内*/
.header_help {
  background: #4293fc;
  position: relative;
}

.help_info {
  background: #f6f7ff;
  padding: 30px 0;
}

.help_info .left {
  float: left;
  width: 280px;
  position: relative;
}

.help_info .left .hd {
  padding-right: 30px;
}

.help_info .left .hd .flex {
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
}

.help_info .left .hd .flex i {
  display: inline-block;
  background: url(../images/x.png) center no-repeat;
  width: 16px;
  height: 16px;
}

.help_info .left .hd:hover .flex i {
  background: url(../images/x1.png) center no-repeat;
}

.help_info .left .hd .dropdownmenu {
  position: absolute;
  left: 100%;
  background: #fff;
  width: 910px;
  top: 0;
  padding: 20px 50px;
  z-index: 10;
  display: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.help_info .left .hd:hover .dropdownmenu {
  display: block;
}

.help_info .left .hd .dropdownmenu > ul > li {
  float: left;
  width: 20%;
}

.help_info .left .hd .dropdownmenu > ul > li li {
  line-height: 26px;
}

.help_info .left .hd .dropdownmenu > ul > li h4 {
  font-size: 18px;
  margin-top: 30px;
}

.help_info .left .hd .dropdownmenu > ul > li li a {
  color: #666;
}

.help_info .left .hd .dropdownmenu > ul > li li a:hover {
  color: #f66f6a;
}

.help_info .left .hd .dropdownmenu .input-group .form-control,
.help_info .left .hd .dropdownmenu .input-group-btn > .btn {
  height: 46px;
  border-radius: 0;
}

.help_info .left .hd .dropdownmenu .input-group-btn > .btn {
  color: #999;
  font-size: 18px;
}

.help_info .left .bd {
  padding-bottom: 20px;
  margin-right: 30px;
  border-bottom: 1px solid #ddd;
}

.help_info .left .bd h3 {
  color: #f66f6a;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.help_info .left .bd .input-group .form-control,
.help_info .left .bd .input-group-btn > .btn {
  height: 43px;
  border-radius: 0;
}

.help_info .left .bd .input-group-btn > .btn {
  color: #999;
  border: 1px solid #ccc;
  border-left: none;
}

.help_info .left > ul {
  padding: 30px;
  line-height: 48px;
}

.help_info .left > ul > li {
  position: relative;
}

.help_info .left > ul > li::after {
  content: ' ';
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 1px 1px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: -25px;
}

.help_info .right {
  float: right;
  width: 860px;
}

.help_info .right .input-group {
  margin-bottom: 50px;
}

.help_info .right .input-group .form-control,
.help_info .right .input-group-btn > .btn {
  height: 70px;
  border-radius: 0;
  font-size: 16px;
}

.help_info .right .input-group-btn > .btn {
  padding: 0 30px;
  border: 1px solid #2cd8eb;
  color: #999;
}

.help_info .right .input-group-btn > .btn-primary {
  background: #2cd8eb;
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.help_info .right .table > tbody > tr {
  color: #999;
}

.help_info .right .table > tbody > tr > td {
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.help_info .right .table > tbody > tr > td a {
  display: block;
  position: relative;
  padding-left: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.help_info .right .table > tbody > tr > td a::after {
  content: '□';
  color: #ccc;
  position: absolute;
  left: 0;
  top: 0;
}

.help_info .right .table > tbody > tr:hover {
  background: #e3eafc;
  color: #f66f6a;
}

.help_info .right .table > tbody > tr:hover a {
  color: #f66f6a;
}

/*加盟代理*/
.banner_info_2 {
  height: 637px;
  background: url(../images/j_01.jpg) center no-repeat;
}

.banner_info_2 .container {
  background: none;
}

.banner_info_2 dt {
  padding-top: 250px;
}

.cooperation .title {
  text-align: center;
  padding: 50px 0 30px;
}

.cooperation .title h2 {
  font-size: 30px;
}

.cooperation .title h5 {
  color: #999;
  line-height: 24px;
  margin-top: 15px;
}

.cooperation .a .box {
  margin-bottom: 30px;
  height: 484px;
  border: 1px solid transparent;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.cooperation .a .box:hover {
  border: 1px solid #14d8ed;
}

.cooperation .a .flex {
  color: #fff;
  background: #0e60dc;
}

.cooperation .a .pic {
  width: 372px;
}

.cooperation .swiper-button-next,
.cooperation .swiper-button-prev {
  color: #86afed;
}

.cooperation .a dl {
  padding: 0 50px;
}

.cooperation .a dd {
  line-height: 26px;
}

.cooperation .a dt {
  font-size: 30px;
  margin-bottom: 10px;
}

.cooperation .a .bd {
  position: relative;
  padding: 40px 80px;
}

.cooperation .b {
  background: #fbfbfb;
  margin-top: 60px;
  font-size: 16px;
  padding-bottom: 60px;
}

.cooperation .b .flex {
  position: relative;
}

.cooperation .b .flex::after {
  content: '';
  display: block;
  width: 4px;
  background: #0e60dc;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -2px;
}

.cooperation .b .flex .flex_item {
  padding: 15px 50px;
}

.cooperation .b .flex .flex_item:first-child {
  text-align: right;
}

.cooperation .b .flex img {
  margin-bottom: 15px;
}

.cooperation .b .flex p {
  position: relative;
}

.cooperation .b .flex p::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #0e60dc;
}

.cooperation .b .flex .flex_item:first-child p::after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: none;
  left: auto;
  right: -50px;
  border-right: 10px solid #0e60dc;
}

.cooperation .c .bd {
  margin-top: 40px;
}

.cooperation .c .bd .box {
  padding: 40px;
  height: 359px;
}
.cooperation .c .bd .box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cooperation .c .bd h4 {
  color: #0e60dc;
  font-size: 18px;
  line-height: 30px;
}

.cooperation .c .bd li {
  display: flex;
  line-height: 30px;
}

.cooperation .c .bd li span {
  display: inline-block;
  margin-right: 15px;
  background: #0e60dc;
  color: #fff;
  width: 15px;
  line-height: 15px;
  margin-top: 7px;
  text-align: center;
  height: 15px;
}

.cooperation .d_bg {
  background: #fbfbfb;
}

.cooperation01 .c .bd {
  padding: 20px 0 20px 40px;
}
.cooperation01 .c .bd:hover,
.sd:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cooperation01 .c img {
  margin-right: 20px;
}

.cooperation .c .tg {
  font-size: 16px;
}

.cooperation .c .tg img {
  margin: 0 0 15px 0;
}

.cooperation .c .tg span {
  display: block;
  width: 138px;
  height: 138px;
  padding-top: 25px;
  border-radius: 50%;
  margin: 50px auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.cooperation .c .tg .col-lg-3::after {
  content: '';
  display: block;
  width: 80px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -40px;
  height: 2px;
  background: #cfdff8;
}

.cooperation .c .tg .col-lg-3:last-child::after {
  display: none;
}

/*分销加盟*/
.banner_info_3 {
  text-align: center;
  background: url(../images/j_02.jpg) center no-repeat;
  height: 639px;
}

.banner_info_3 .container {
  background: none;
}

.banner_info_3 dt {
  padding-top: 250px;
}

.cooperation .e {
  padding-bottom: 80px;
}

.cooperation .e .bd {
  position: relative;
  margin: 80px 0 0;
}

.cooperation .e img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.cooperation .e .box {
  padding-left: 506px;
  border: 1px solid #ddd;
  font-size: 16px;
}

.cooperation .e .box:hover {
  border: 1px solid #0e60dc;
  box-shadow: 0 0 15px #b7e5fe;
}

.cooperation .e .box p {
  margin: 0;
  line-height: 30px;
  padding: 40px;
}

.cooperation .f {
  background: #fbfbfb;
  padding-bottom: 80px;
}

.cooperation .f .box {
  background: #f2f2f2;
  margin-top: 30px;
  height: 355px;
  border: 1px solid transparent;
}

.cooperation .f .box:hover {
  background: #ffffff;
  border: 1px solid #0e60dc;
  box-shadow: 0 0 15px #b7e5fe;
}

.cooperation .f .row {
  margin: 0 8px;
}

.cooperation .f .col-lg-3 {
  padding: 0 8px;
}

.cooperation .f .box img {
  width: 100%;
}

.cooperation .f .box .flex_item {
  padding: 15px;
}

.cooperation .f .box p {
  color: #999;
  line-height: 24px;
}

.cooperation .f .box h4 {
  font-size: 18px;
}

.cooperation .c {
  padding-bottom: 80px;
}

.cooperation .c img {
  max-width: 100%;
  margin-top: 30px;
}

.cooperation .c .btn {
  font-size: 22px;
  color: #fff;
  width: 227px;
  text-align: center;
  background: #0e60dc;
  padding: 13px 0;
  margin-top: 30px;
}

.cooperation .g .bd {
  position: relative;
  margin-top: 40px;
  padding: 70px 40px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cooperation .d {
  padding-bottom: 60px;
}

.cooperation .d table {
  width: 100%;
  font-size: 16px;
}

.cooperation .d table td {
  padding: 10px 8px;
}

label {
  font-weight: normal;
}

.cooperation .d label {
  margin-right: 20px;
}

.cooperation .d table .form-control {
  border: 1px solid #0e60dc;
  resize: none;
}

.cooperation .d .btn {
  font-size: 22px;
  color: #fff;
  background: #dc9b0e;

  padding: 12px 30px;
  margin: 20px 7px;
}

.cooperation .d .btn-lg {
  width: 277px;
  margin-right: 50px;
  background: #0e60dc;
}

/*个性化定制*/
.banner_info_4 {
  background: url(../images/d_01.jpg) center no-repeat;
  height: 639px;
}

.banner_info_4 .container {
  background: none;
}

.banner_info_4 dt {
  padding-top: 250px;
}

.cooperation .f-1 {
  margin-top: 80px;
}

.cooperation .f-1 .box {
  height: 460px;
  background: #f2f2f2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cooperation .f-1 .box img {
  width: 148px;
  display: block;
  margin: 30px auto;
}

/*拼团*/
.acitve_item {
  padding: 30px 0 60px;
  position: relative;
  background-color: #f2f2f2;
}

.leftside {
  width: 120px;
  position: absolute;
  left: 30px;
  top: 30px;
  text-align: center;
  font-size: 16px;
  z-index: 99;
}

.leftside.on {
  position: fixed;
  top: 0;
}

.leftside ul {
  border: 1px solid #fd6649;
}

.leftside li {
  margin-top: 10px;
}

.leftside li:first-child {
  margin: 0;
}

.leftside li a {
  display: block;
  color: #fff;
  background: #fd6649;
  line-height: 48px;
}

.leftside img {
  width: 100%;
}

.leftside li.on a,
.leftside li:hover a {
  background: #fa3e1a;
}

.acitve_item .ft {
  text-align: center;
  background: #fff;
  border-radius: 5px;
  line-height: 70px;
  font-size: 16px;
  margin-top: 15px;
}

.acitve_item .ft a {
  color: #40acec;
}

.acitve_item .bd {
  border-radius: 5px;
  background: #fff;
}

.acitve_item .bd .title {
  line-height: 70px;
  padding: 0 30px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  background-image: linear-gradient(to right, #23c6fc, #034afa);
}

.acitve_item .bd .title b {
  font-size: 20px;
}

.acitve_item .bd .title span {
  display: inline-block;
  margin-left: 30px;
  background: #fc6621;
  width: 54px;
  line-height: 25px;
  position: relative;
  color: #fff;
  text-align: center;
}

.acitve_item .bd .title span::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 10px solid #fc6621;
  position: absolute;
  left: -10px;
  top: 0;
}

.acitve_item .bd .title a {
  color: #7cbcff;
}

.acitve_item .bd .box_1 table {
  font-size: 12px;
}

.acitve_item .bd .box_1 table th {
  text-align: center;
  font-weight: normal;
  padding: 20px;
}

.acitve_item .bd .box_1 table td {
  line-height: 30px;
  padding: 20px;
  background: #e7f4ff;
  border-top: none;
  border-left: 1px solid #fff;
}

.acitve_item .bd .box_1 table b {
  color: #fc6621;
  font-size: 14px;
}

.acitve_item .bd .box_1 table select {
  color: #40acec;
  border: 1px solid #40acec;
  background: none;
  min-width: 80px;
  width: 100%;
}

.spinner {
  display: inline-block;
  vertical-align: middle;
}

.spinner button,
.spinner .value {
  text-align: center;
  display: block;
  float: left;
  margin: 0;
}

.spinner button {
  border: 1px solid #ddd;
  width: auto;
  flex: 1;
  height: 27px;
  background: none;
  line-height: 20px;
  padding: 0;
}

.spinner .decrease {
  cursor: pointer;
}

.spinner .decrease[disabled] {
  cursor: default;
}

.spinner .increase {
  cursor: pointer;
}

.spinner .value {
  background: none;
  width: 120px;
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  margin: 0 1px;
  border: 1px solid #ddd;
}

.spinner .value.passive {
  color: #919191;
}

.acitve_item .bd .box_2 {
  padding: 0 20px 20px;
  display: flex;
  font-size: 16px;
  line-height: 36px;
}

.acitve_item .bd .box_2 ul li a {
  color: #fc6621;
  text-decoration: underline;
}

.acitve_item .bd .box_2 .form-inline span {
  color: #fc6621;
}

.acitve_item .bd .box_2 p {
  font-size: 14px;
}

.acitve_item .bd .box_2 p a {
  color: #40acec;
}

.acitve_item .bd .box_2 .w {
  width: 120px;
}

.acitve_item .bd .box_2 b {
  font-size: 22px;
  color: #fc6621;
}

.acitve_item .bd .box_2 .btn {
  color: #fc6621;
  border: 1px solid #fc6621;
  border-radius: 0;
  width: 87px;
  margin: 15px 0 15px 5px;
}

.acitve_item .bd .box_2 .btn-primary {
  background: #fc6621;
  color: #fff;
}

.acitve_item .bd .box_3 {
  text-align: center;
  padding: 30px 0 40px;
}

.acitve_item .bd .box_3 .flex {
  text-align: left;
}

.acitve_item .bd .box_3 h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.acitve_item .bd .box_3 h2 span,
.acitve_item .bd .box_3 h4 span {
  color: #e4393c;
}

.acitve_item .bd .box_3 .data {
  font-size: 16px;
}

.acitve_item .bd .box_3 .data a {
  font-size: 30px;
}

.acitve_item .bd .box_3 .data span {
  font-size: 30px;
  display: inline-block;
  background: #333333;
  color: #fff;
  border-radius: 5px;
  line-height: 32px;
  padding: 0 10px;
}

.acitve_item .bd .box_3 p {
  margin: 30px 0;
  position: relative;
}

.acitve_item .bd .box_3 p::after {
  content: '';
  border-bottom: 1px solid #ddd;
  position: absolute;
  left: 0;
  width: 30%;
  top: 50%;
}

.acitve_item .bd .box_3 p span {
  display: inline-block;
  background: #f6f8fb;
  border-radius: 5px;
  padding: 2px 30px;
}

.acitve_item .bd .box_3 p::before {
  content: '';
  border-bottom: 1px solid #ddd;
  position: absolute;
  right: 0;
  width: 30%;
  top: 50%;
}

.acitve_item .bd .box_3 .btn {
  color: #fd6148;
  font-size: 16px;
  border: 1px solid #fd6148;
  height: 60px;
  line-height: 60px;
  width: 300px;
  margin: 30px 15px;
  padding: 0;
}

.acitve_item .bd .box_3 .btn.on {
  background: #fd6148;
  color: #fff;
}

.acitve_item .bd .box_3 h4 {
  font-size: 16px;
  margin: 20px 0;
}

.acitve_item .bd .box_3 .bt {
  border-top: 1px solid #eee;
  font-size: 16px;
  padding-top: 30px;
}

.acitve_item .bd .box_3 .pic {
  margin-bottom: 20px;
}

.acitve_item .bd .box_3 .pic > span {
  display: inline-block;
  position: relative;
  width: 68px;
  height: 68px;
  vertical-align: middle;
  margin: 15px;
}

.acitve_item .bd .box_3 .pic > span img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
}

.acitve_item .bd .box_3 .pic > span em {
  font-style: normal;
  display: inline-block;
  color: #fff;
  background: #fc6621;
  font-size: 12px;
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translate(-50%, 0);
  padding: 2px 0;
  width: 45px;
  border-radius: 15px;
}

.acitve_item .bd .box_3 h3 {
  font-weight: bold;
  font-size: 30px;
}

.acitve_item .bd .box_3 .time {
  margin: 20px 0 30px;
}

.acitve_item .hd {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.acitve_item .hd .lt {
  width: 344px;
  height: 171px;
  padding: 20px;
  color: #fff;
  background: url(../images/t3.jpg) center no-repeat;
  background-size: cover;
}

.acitve_item .hd .lt h3 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
  margin-top: 0;
}

.acitve_item .hd .lt p {
  font-size: 16px;
  margin-bottom: 40px;
}

.acitve_item .hd .lt span {
  font-size: 12px;
}

.acitve_item .hd .cn {
  text-align: center;
  width: 380px;
  padding: 0 30px;
  border-right: 1px dashed #ddd;
  margin-right: 30px;
  font-size: 16px;
  color: #666;
}

.acitve_item .hd .cn p {
  font-size: 24px;
  color: #333;
}

.acitve_item .hd .cn .orange {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
  color: #fc6621;
  font-size: 14px;
}

.acitve_item .hd .cn .orange b {
  font-size: 22px;
}

.acitve_item .hd .cn .flex_item {
  border-left: 1px solid #ddd;
}

.acitve_item .hd .cn .flex_item:first-child {
  border: none;
}

.acitve_item .hd .cn .orange s {
  font-size: 12px;
  display: inline-block;
  width: 106px;
  height: 22px;
  line-height: 22px;
  background: url(../images/t4.png) center no-repeat;
}

.acitve_item .hd > .flex_item {
  line-height: 40px;
}

.banner_info_pt {
  background-image: linear-gradient(to right, #f75626, #f8cf3c);
}

.banner_info_pt .container {
  background: url(../images/ptimg.png) left center no-repeat;
}

.banner_info_pt .container dl {
  display: inline-block;
  font-size: 20px;
  text-align: left;
}

.acitve_item .bd .box_4 .table {
  font-size: 12px;
  margin: 0;
}

.acitve_item .bd .box_4 .table td,
.acitve_item .bd .box_4 .table th {
  padding: 20px;
  font-weight: normal;
  line-height: 30px;
  vertical-align: middle;
}

.acitve_item .bd .box_4 .table td span {
  color: #fc6621;
}

.acitve_item .bd .box_4 .table a {
  color: #40acec;
}

.acitve_item .bd .box_4 .table .orange {
  color: #fc6621;
}

/*会员登录*/
.d_n {
  display: none;
}

.bounce2 {
  animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.flip {
  backface-visibility: visible !important;
  animation: flip 2s ease infinite;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

.login_bg {
  background-image: linear-gradient(to bottom, #620d9d, #272184);
  overflow-x: hidden;
}

.login_bg .pic:hover {
  transform: rotate(360deg);
}

.login_bg .footer {
  background: none;
}

.login_bg .footer .b {
  color: #fff;
  border: none;
}

.login_bg .bd {
  margin: 140px 0 20px;
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.login_bg .rt {
  width: 600px;
  position: relative;
  float: right;
  padding: 40px 80px 40px 50px;
  font-size: 16px;
  min-height: 730px;
}

.login_bg .rt .form {
  display: flex;
  align-items: center;
  height: 74px;
  border-radius: 37px;
  border: 2px solid #eeeeee;
  padding: 0 20px;
  font-size: 28px;
  color: #999999;
  margin-top: 18px;
}

.login_bg .rt .link a:hover {
  transform: rotate(360deg);
}

.login_bg .rt .form .form-control {
  border: none;
  box-shadow: none;
  font-size: 18px;
  height: 70px;
  background: none;
}

.login_bg .rt .form i {
  display: inline-block;
  width: 24px;
  height: 11px;
  background: url(../images/eye.png) center no-repeat;
}

.login_bg .rt .flex {
  margin: 20px 0 30px;
}

.login_bg .rt .flex a {
  color: #2876db;
}

.login_bg .rt .btn {
  height: 74px;
  border-radius: 37px;
  font-weight: bold;
  font-size: 24px;
  border: none;
  color: #fff;
  background: #0a62fa;
}

.login_bg .rt h4 {
  text-align: center;
  font-size: 18px;
  margin: 50px 0 20px;
}

.login_bg .rt h4 span {
  display: inline-block;
  position: relative;
}

.login_bg .rt h4 span::after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background: #999;
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -1px;
}

.login_bg .rt h4 span::before {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background: #999;
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -1px;
}

.login_bg .rt .text-center a {
  display: inline-block;
  margin: 10px;
}

.login_bg .rt .nav-tabs {
  font-size: 30px;
  border: none;
  text-align: center;
  margin-bottom: 30px;
}

.login_bg .rt .nav-tabs > li {
  display: inline-block;
  float: none;
  border-left: 1px solid #ddd;
}

.login_bg .rt .nav-tabs > li:first-child {
  border: none;
}

.homepage .f .bd .col-lg-4 img {
  height: 165px;
}

.homepage .f .bd .col-lg-4:hover img {
  animation: bounce-out-down 1s ease infinite;
}

.bounce-out-down {
  animation: bounce-out-down 1s ease infinite;
}

@keyframes bounce-out-down {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(20px);
  }
}

.login_bg .rt .nav-tabs > li > a {
  border: none;
  padding: 0 15px;
  margin: 0;
  line-height: 30px;
  color: #2876db;
  opacity: 0.2;
}

.login_bg .rt .nav-tabs > li.active > a,
.login_bg .rt .nav-tabs > li.active > a:focus,
.login_bg .rt .nav-tabs > li.active > a:hover {
  opacity: 1;
}

.login_bg .lt {
  padding-left: 58px;
  border-right: 1px solid #eee;
}

.login_bg .lt h2 {
  line-height: 37px;
  font-size: 18px;
  margin: 25px 0;
}

.login_bg .lt .btn {
  font-size: 18px;
  color: #0a62fa;
  border: 1px solid #0a62fa;
  border-radius: 20px;
  padding: 6px 20px;
}

/*会员注册*/

.login_bg .rt .yzm {
  color: #0a62fa;
  font-size: 18px;
  background: none;
}

.login_bg .rt .tip {
  padding: 20px 0;
}

.login_bg .rt .tip a {
  color: #0a62fa;
}

.login_bg-1 .lt {
  left: 180px;
  top: 32%;
}

/*找回密码*/
.password .hd {
  font-size: 18px;
  padding: 40px 0 0;
  color: #0e60dc;
  width: 155px;
  text-align: center;
}

.password .hd li {
  opacity: 0.2;
}

.password .hd li::after {
  content: '';
  display: block;
  width: 17px;
  height: 24px;
  background: url(../images/jt1.png) center no-repeat;
  margin: 10px auto;
}

.password .hd li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #0e60dc;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.password .hd li.on {
  opacity: 1;
}

.password .hd li:last-child::after {
  display: none;
}

.password .bd {
  min-height: 700px;
  margin: 50px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.password .bd .box {
  width: 340px;
  padding: 10px 40px;
}

.password .bd h2 {
  font-weight: bold;
  font-size: 30px;
  color: #0e60dc;
  margin: 40px 0;
}

.password .btn {
  color: #fff;
  border-radius: 0;
  font-size: 16px;
  width: 177px;
  height: 48px;
  margin-top: 30px;
  border: none;
  background: #3a5ee9;
}

.password .form {
  margin-bottom: 20px;
  display: flex;
  border: 1px solid #ddd;
  color: #0a62fa;
  padding-right: 10px;
  align-items: center;
}

.password .form .form-control {
  height: 40px;
  border: none;
  box-shadow: none;
}

/*实名完善邮箱*/
.password .bd1 .box {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}

.password .bd1 .box table {
  width: 100%;
}

.password .bd1 .box h3 {
  margin-top: 0;
  font-size: 18px;
}

.password .bd1 .box td {
  padding: 10px;
}

.password .bd1 .box td:first-child {
  text-align: right;
  width: 140px;
  line-height: 40px;
}

.password .bd1 .box td .red {
  color: red;
}

.password .bd1 .box td label {
  margin-right: 20px;
  margin-bottom: 0;
}

.password .bd1 .box td {
  width: 40%;
}

.password .bd1 .box .form-control {
  border-radius: 0;
  height: 40px;
}

/*购买页面*/
.order .a {
  border-bottom: 1px solid #ddd;
}

.order .a .box {
  width: 920px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  display: flex;
  color: #d9d9d9;
  padding: 60px 0 40px;
}

.order .a .box p {
  margin-top: 15px;
}

.order .a .box span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: 24px;
  background: #d9d9d9;
}

.order .a .box .flex_item {
  position: relative;
}

.order .a .box .flex_item::before {
  content: '';
  background: #d9d9d9;
  display: block;
  height: 17px;
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  transform: translate(0, -50%);
}

.order .a .box .flex_item:first-child::before {
  left: 50%;
}

.order .a .box .flex_item:last-child::before {
  right: 50%;
}

.order .a .box .flex_item.on::before {
  background: #4293fc;
}

.order .a .box .flex_item.on {
  color: #333;
}

.order .a .box .flex_item.on span {
  background: #4293fc;
}

.order .acitve_item {
  background: #fbfbfb;
}

.order .acitve_item .bd .title {
  background: #fff;
  padding: 0;
}

.order .acitve_item .bd .title em {
  font-size: 24px;
  font-style: normal;
  color: #fc6621;
  border-bottom: 2px solid #fc6621;
  display: inline-block;
  margin-bottom: -1px;
  padding: 0 10px;
  vertical-align: middle;
}

.order .acitve_item .bd .box_1 table th {
  background: #4293fc;
  color: #fff;
}

.order .acitve_item .bd .box_1 table td:first-child {
  border-left: none;
}

.order .acitve_item .bd .box_1 table td {
  background: #fff;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.order .b {
  text-align: center;
  padding: 100px 0;
}

.order .b h2 {
  font-weight: bold;
  font-size: 30px;
}

.order .b p {
  line-height: 26px;
  color: #999;
  margin: 20px 0 70px;
}

.order .b h3 {
  font-size: 20px;
}

.order .b .time {
  font-size: 16px;
  color: #999;
  line-height: 36px;
}

.order .b .time span {
  color: #ea0e1d;
}

/*在线支付*/
.order .c {
  background: #f3f3f3;
  padding: 50px 0;
}

.order .c .part1 {
  background: #fff;
  display: flex;
  padding: 30px;
  align-items: center;
}

.order .c .part1 i {
  color: #27c940;
  font-size: 45px;
  margin-right: 50px;
}

.order .c .part1 dd {
  line-height: 26px;
  color: #999;
}

.order .c .part1 dt {
  font-size: 24px;
  margin-bottom: 6px;
}

.order .c .part1 .ft {
  text-align: right;
}

.order .c .part1 .ft {
  color: #999;
}

.order .c .part1 .ft p {
  color: #333;
}

.order .c .part1 .ft p b {
  color: #ff8514;
  font-size: 30px;
}

.order .c .part2 h4 {
  font-size: 16px;
  border-left: 3px solid #4293fc;
  padding-left: 10px;
  margin: 20px 0;
}

.order .c .part2 .bd {
  background: #fff;
  padding: 15px;
}

.order .c .nav-tabs {
  font-size: 18px;
}

.order .c .nav-tabs > li > a {
  padding: 6px 15px;
}

.order .c .nav-tabs > li.active > a,
.order .c .nav-tabs > li.active > a:focus,
.order .c .nav-tabs > li.active > a:hover {
  background: #0e60dc;
  color: #fff;
}

.order .c .part2 .bd .flex {
  padding: 0 40px;
  line-height: 109px;
}

.order .c .part2 .bd .flex .flex_item a {
  color: #ff8514;
  text-decoration: underline;
  margin-left: 30px;
}

.order .c .part2 .bd .flex .btn {
  background: #ff8514;
  color: #fff;
  border-radius: 0;
  padding: 6px 20px;
}

.order .c .part3 {
  background: #fff;
  padding: 15px 15px 30px;
  margin-top: 20px;
}

.order .c .bd label {
  display: block;
  border: 1px solid #ddd;
  margin: 20px 0 0;
  padding: 15px;
}

.order .c .bd .row {
  margin: 0 -10px;
}

.order .c .bd .col-lg-2 {
  padding: 0 10px;
}

.order .c .bd img {
  width: 111px;
  height: 27px;
}

.order .c .part4 {
  background: #fff;
  padding: 40px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.order .c .part4 b {
  color: #ff8514;
  font-size: 30px;
}

.order .c .part4 .btn {
  background: #ff8514;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  padding: 6px 30px;
}

.order .c .part5 h3 {
  font-size: 24px;
  margin-top: 30px;
}

.order .c .part5 p {
  color: #666;
  line-height: 24px;
  margin-top: 20px;
}

/*购物车*/
.order .hd {
  color: #fff;
  font-size: 18px;
  line-height: 95px;
  position: relative;
  background: url(../images/carbg.jpg) center no-repeat;
}

/*产品pptp*/
.banner_info_pro-1 {
  height: 680px;
  background-image: linear-gradient(to right, #858bf4, #002e9b);
  color: #fff;
}

.banner_info_pro-1 .container {
  background: url(../images/pptp.png) left center no-repeat;
}

.banner_info_pro-1 dt {
  padding-top: 250px;
}

.banner_info .tab {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 10;
  text-align: center;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.1);
}

.banner_info .tab .nav-tabs {
  border: none;
}

.banner_info .tab .nav-tabs > li {
  display: inline-block;
  float: none;
  margin: 0 -3px;
}

.banner_info .tab .nav-tabs > li > a {
  padding: 0;
  line-height: 87px;
  color: #fff;
  border-radius: 0;
  border: none;
  margin: 0;
  width: 300px;
}

.banner_info .tab .nav-tabs > li > a:hover {
  background: none;
}

.banner_info .tab .nav-tabs > li.active > a,
.banner_info .tab .nav-tabs > li.active > a:focus,
.banner_info .tab .nav-tabs > li.active > a:hover {
  background: #0e60dc;
}

.products .title {
  text-align: center;
  padding: 60px 0 30px;
}

.products .title h2 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
}

.products .title p {
  color: #999;
}

.products .title h5 {
  width: 518px;
  margin: 0 auto;
  padding-bottom: 15px;
}

.products .a .bd > .flex:hover {
  border-color: #30a4e8;
}

.products .a .bd > .flex {
  border: 1px solid #ddd;
  align-items: stretch;
}
.products .a .bd > .flex + .flex {
  margin-top: 10px;
}
.products .a .bd .flex > span {
  display: flex;
  width: 42px;
  padding: 15px 0;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-lr;
  color: #fff;
  background: #1e55e1;
}
.products .a .bd .flex > .yun {
  display: flex;
  align-items: center;
}
.products .a .bd .flex > .yun .flex_item {
  display: flex;
  flex-wrap: wrap;
}
.products .a .bd .flex > .yun .flex_item a {
  width: 13%;
}
.products .a .bd .flex > .flex_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
}
.products .a .bd .flex .flex_item > a {
  display: flex;
  border: 1px solid #ddd;
  margin: 5px 0.5%;
  width: 9%;
  height: 40px;
  align-items: center;
  justify-content: center;
}

.products .a .bd .flex .flex_item a.more {
  background: #345ce8;
  color: #fff;
  border: 1px solid #345ce8;
}

.products .a .bd .flex .flex_item a.on {
  border: 1px solid #345ce8;
}

.hdtop .flex_item {
  display: flex;
  flex-wrap: wrap;
}
.hdtop .flex_item > a {
  width: auto !important;
  font-size: 16px;
  height: auto !important;
  border: none !important;
  color: #999;
  margin: 0 30px 0 10px !important;
}
.products .a .bd .flex:first-child .flex_item a.on {
  color: #1e55e1;
}

.products .a .bd .ft {
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
}

.products .a .bd .ft .input-group {
  width: 250px;
}

.products .a .bd .ft .btn {
  background: #30a4e8;
  color: #fff;
  height: 34px;
}

.products .a .bd .ft a {
  font-size: 12px;
  display: inline-block;
  color: #fff !important;
  border-radius: 5px;
  margin-right: 5px;
  border: none !important;
  background: #1e55e1;
  padding: 4px 12px;
}

.products .b .bd .box {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;

  overflow: hidden;
  background: #fff;
  border: 1px solid transparent;
}
.products .b .bd .box + .box {
  margin-top: 20px;
}
.products .b .bd .box:hover {
  border: 1px solid #3cd2ef;
  box-shadow: 0 0 15px #95d2f4;
}

.products .b .bd .box_hd {
  background: url(../images/pro1-1.png) center no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  width: 374px;
  padding: 15px;
  background-size: cover;
}
.products .b .bd .box_hd > div {
  flex: 1;
}
.products .b .bd .box_hd .liebiao {
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.products .b .bd .box_hd .liebiao p {
  font-size: 22px;
}

.products .b .bd .box_hd .liebiao .flex_item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.products .b .bd .box_hd .liebiao .flex_item:first-child {
  border: none;
}

.products .b .bd .box_hd h4 {
  font-size: 18px;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.products .b .bd .box_hd h3 {
  text-align: center;
  font-size: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  margin: 55px 0 0;
}

.products .b .bd .box_hd .flex_item {
  font-size: 16px;
}

.products .b .bd .box_bd h3 {
  border-bottom: 1px solid #eee;
  text-align: center;
  font-size: 22px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.products .b .bd .box_bd ul {
  padding: 0 0 10px 30px;
  line-height: 36px;
}

.products .b .bd .box_bd li {
  background: url(../images/pro1-2.png) left center no-repeat;
  padding-left: 20px;
  float: left;
  width: 40%;
  height: 36px;
}
.products .b .bd .box_bd li:nth-child(even) {
  width: 60%;
}
.products .b .bd .spinner {
  margin-right: 5px;
  width: 180px;
  display: flex;
  align-items: center;
}

.products .b .bd .box_ft {
  padding: 10px 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.products .b .bd .progress {
  margin: 0;
  height: 5px;
}
.fwq {
  display: flex;
  align-items: center;
}
.products .b .bd .progress-bar {
  background: #0e60dc;
}
.products .b_hb .bd .box_bd li.price,
.products .b .bd .box_bd li.price {
  background: none;
}
.products .b_hb .bd .box_bd .price > div,
.products .b .bd .box_bd .price > div {
  line-height: 16px;
}
.products .b .bd .price .c_9 {
  margin: 0;
}
.products .b .bd .price {
  color: #ff8514;
  font-size: 24px;
}
.products .b .bd .box_ft .price {
  padding-right: 10px;
}
.products .b .bd .c_9 {
  color: #999;
  font-size: 12px;
  line-height: 16px;
}

.products .b .bd .box_ft .flex span {
  font-size: 12px;
  color: #ff8514;
  display: inline-block;
  margin-bottom: 5px;
}

.products .b .bd .box_ft .btn {
  font-size: 16px;
  background: #3e80e3;
  border: 1px solid #3e80e3;
  color: #fff;
  min-width: 100px;
  line-height: 40px;
  padding: 0 15px;
}
.products .b .bd .box_ft .btn + .btn {
  margin-left: 10px;
}
.products .b .bd .box_ft .btn:hover {
  background: #fff;
  color: #3e80e3;
}

.products .b_pks .bd .box_ft .btn-primary:hover,
.products .b_hb .bd .box_ft .btn:hover {
  background: #fff;
  color: #3e80e3;
}

.products .c .list-group {
  margin: 0;
}

.products .c .list-group-item {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  outline: none;
}

.products .c .list-group-item:hover {
  background: #fff;
  box-shadow: 0 0 15px #95d2f4 inset;
  border: 1px solid #429ff0;
}

.products .c .list-group-item-text {
  line-height: 26px;
  color: #999;
  text-indent: 2em;
}

.products .c .list-group-item-heading {
  font-size: 22px;
  margin-bottom: 10px;
}

.products .d {
  margin-bottom: 80px;
}

.products .d .bd {
  background: #fbfbfb;
  padding: 30px 80px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.products .d .bd .btn {
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #666;
  padding: 7px 25px;
}

.products .d .bd .list-group-item {
  border: none;
  background: none;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.products .d .bd .list-group-item-text {
  line-height: 26px;
  color: #666;
}

.products .d .bd .list-group-item-heading {
  font-size: 22px;

  margin-bottom: 20px;
}

.products .d .bd .list-group-item-heading span {
  display: inline-block;
  position: relative;
}

.products .d .bd .list-group-item-heading span::after {
  content: '';
  display: block;
  width: 45px;
  border-bottom: 1px solid #333;
  position: absolute;
  bottom: -15px;
  left: 0;
  transition: all 0.6s;
}

.products .d .bd .list-group-item:hover .list-group-item-heading {
  color: #0e60dc;
}

.products .d .bd .list-group-item:hover .list-group-item-heading span::after {
  width: 100%;
  border-bottom: 1px solid #0e60dc;
}

/*混拨*/
.banner_info_pro-2 {
  height: 670px;
  background-image: linear-gradient(to bottom, #3ca9ef, #567ed7);
  color: #fff;
}

.banner_info_pro-2 .container {
  background: url(../images/542ee7690be7d975e8aa16df913ab6e322a873343ff86-8jeYzt_fw658.png)
    left center no-repeat;
}

.banner_info_pro-2 dt {
  padding-top: 250px;
}

.banner_info_pro-2 .tab .nav-tabs > li.active > a,
.banner_info_pro-2 .tab .nav-tabs > li.active > a:focus,
.banner_info_pro-2 .tab .nav-tabs > li.active > a:hover {
  background: #5284db;
}

.products .b_hb .bd .box_hd {
  background: url(../images/pro2-1.png) center no-repeat;
  background-size: cover;
}
.products .b_hb .bd .box_hd .flex_item,
.products .b_hb-3 .bd .box_hd .flex_item {
  padding: 0;
}

.products .b_hb .bd .box_bd > .flex {
  text-align: center;
  color: #666;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  font-size: 16px;
}
.products .b .bd .box_hd .liebiao {
  padding-top: 15px;
  margin-top: 15px;
}
.banner_info .btn {
  margin: 30px 5px 0 0;
  padding: 7px 15px;
}
.products .b_hb .bd .box_bd > .flex p {
  font-size: 24px;
  color: #333;
}

.products .b .bd .box_bd select {
  width: 180px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.products .b .bd .fwq .box_bd select {
  width: 100%;
}
.products .b .bd .fwq .spinner {
  width: auto;
  flex: 1;
}
.products .b .bd .fwq .spinner .value {
  width: 90px;
}
.products .b_hb .bd .box_bd li {
  background: url(../images/pro2-2.png) left center no-repeat;
}

/**/
.banner_info_pro-3 {
  height: 680px;
  background-image: linear-gradient(to right, #a985f4, #00339b);
  color: #fff;
}

.banner_info_pro-3 .container {
  background: url(../images/pks.png) left center no-repeat;
  height: 100%;
}

.banner_info_pro-3 dt {
  padding-top: 250px;
}

.banner_info_pro-3 .tab .nav-tabs > li.active > a,
.banner_info_pro-3 .tab .nav-tabs > li.active > a:focus,
.banner_info_pro-3 .tab .nav-tabs > li.active > a:hover {
  background: #575dc9;
}

.products .b_pks .bd .box_hd {
  background: url(../images/pks-3.png) center no-repeat;
  background-size: cover;
}
.products .b_pks .bd .box_ft .btn-primary {
  background: #3e80e3;
  color: #fff;
}
.products .b_pks .bd .box_hd h3 {
  margin-top: 55px;
}

.banner_info_pro-3 .swiper-pagination {
  bottom: 110px;
}

.banner_info_pro-3 .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0;
  width: 50px;
  height: 3px;
}

/**/
.banner_info_pro-4 {
  height: 680px;
  background-image: linear-gradient(to bottom, #3c73ef, #6556d7);
  color: #fff;
}

.banner_info_pro-4 .container {
  background: url(../images/qqcloud.png) left center no-repeat;
  height: 100%;
}

.banner_info_pro-4 dt {
  padding-top: 250px;
}

.banner_info_pro-4 .tab .nav-tabs > li.active > a,
.banner_info_pro-4 .tab .nav-tabs > li.active > a:focus,
.banner_info_pro-4 .tab .nav-tabs > li.active > a:hover {
  background: #5d5cdc;
}

.products .b_hb-1 .bd .box_hd {
  background: url(../images/ip-3.jpg) center no-repeat;
  background-size: cover;
}

/**/
.banner_info_pro-5 {
  height: 680px;
  background-image: linear-gradient(to bottom, #23137f, #8043de);
  color: #fff;
}

.banner_info_pro-5 .container {
  background: url(../images/gamebao.png) left center no-repeat;
  height: 100%;
}

.banner_info_pro-5 dt {
  padding-top: 250px;
}

.banner_info_pro-5 .tab .nav-tabs > li.active > a,
.banner_info_pro-5 .tab .nav-tabs > li.active > a:focus,
.banner_info_pro-5 .tab .nav-tabs > li.active > a:hover {
  background: #733dd0;
}

.products .b_hb-2 .bd .box_hd {
  background: url(../images/ip-4.jpg) center no-repeat;
  background-size: cover;
}

/**/
.banner_info_pro-6 {
  height: 680px;
  background-image: linear-gradient(to bottom, #39bac9, #61e8ca);
  color: #fff;
}

.banner_info_pro-6 .container {
  background: url(../images/wl.png) left center no-repeat;
}

.banner_info_pro-6 dt {
  padding-top: 250px;
}

.banner_info_pro-6 .tab .nav-tabs > li.active > a,
.banner_info_pro-6 .tab .nav-tabs > li.active > a:focus,
.banner_info_pro-6 .tab .nav-tabs > li.active > a:hover {
  background: #4ed7c9;
}

.products .b_hb-3 .bd .box_hd {
  background: url(../images/ip-5.jpg) center no-repeat;
  background-size: cover;
}

.products .b_hb-3 .bd .box_bd li {
  background: url(../images/pro2-2.png) left center no-repeat;
}

/**/
.banner_info_pro-7 {
  height: 680px;
  background-image: linear-gradient(to bottom, #2562ef, #5819d8);
  color: #fff;
}

.banner_info_pro-7 .container {
  background: url(../images/pro-6_03.png) left center no-repeat;
  height: 680px;
}

.banner_info_pro-7 dt {
  padding-top: 250px;
}

.banner_info_pro-7 .tab .nav-tabs > li.active > a,
.banner_info_pro-7 .tab .nav-tabs > li.active > a:focus,
.banner_info_pro-7 .tab .nav-tabs > li.active > a:hover {
  background: #5025dc;
}

.products .b_hb-4 .bd .box_hd {
  background: url(../images/pro6_07.png) center no-repeat;
  background-size: cover;
  width: 728px;

  padding: 10px 15px;
}

.products .b_hb-4 .bd .box_bd li {
  background: url(../images/pro2-2.png) left center no-repeat;
}

.products .b_hb-4 .bd .box_hd .left {
  text-align: center;
  padding: 0 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 324px;
  margin-right: 20px;
}

.products .b_hb-4 .bd .box_hd .left dt {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.products .b_hb-4 .bd .box_hd .left dd {
  line-height: 30px;
  font-size: 14px;
  margin: 10px 0 0;
}

.products .b_hb-4 .bd .box_hd .liebiao {
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.products .b_hb-4 .bd .box_hd .price {
  font-size: 28px;
  line-height: 31px;
  color: #fff;
  text-align: left;
  padding: 0;
}
.products .b_hb-4 .bd .box_hd .price s {
  font-size: 12px;
}
.products .b_hb-4 .bd .box_hd .sy {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px;
}

.products .b_hb-4 .bd .box_bd ul {
  padding: 0 0 5px 10px;
}
.products .b .bd .box > .flex_item {
  padding: 10px;
}

/**/
.banner_info_pro-8 {
  height: 680px;
  background-image: linear-gradient(to bottom, #c76ed8, #2872e6);
  color: #fff;
}

.banner_info_pro-8 .container {
  background: url(../images/pro7-2.png) left center no-repeat;
  height: 100%;
}

.banner_info_pro-8 dt {
  padding-top: 250px;
}

.banner_info_pro-8 .tab .nav-tabs > li.active > a,
.banner_info_pro-8 .tab .nav-tabs > li.active > a:focus,
.banner_info_pro-8 .tab .nav-tabs > li.active > a:hover {
  background: #4571e3;
}

.products .b_hb-5 .bd .box_hd {
  background: url(../images/pro7-9.jpg) center no-repeat;
  background-size: cover;
}

/*定制*/

.products .d .box {
  background: #2672e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #fff;
  margin-top: 30px;
  position: relative;
}

.products .d .box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #3cd2ef;
}

.products .d .box .lt {
  font-size: 18px;
  color: #fff;
  text-align: center;
  height: 100%;
  width: 60px;
  padding: 0 20px;
}

.products .d .box > .flex_item {
  background: #fff;
  padding: 30px;
  font-size: 16px;
}

.products .d .box td:first-child {
  text-align: right;
  line-height: 38px;
  width: 100px;
}

.products .d .box td {
  padding: 10px;
}

.products .d .box .tabtitle > a {
  display: inline-block;
  min-width: 148px;
  padding: 0 15px;
  line-height: 34px;
  border: 1px solid #ddd;
  text-align: center;
  margin: 5px;
}

.products .d .box .tabtitle > a.on {
  background: #2672e6;
  color: #fff;
  border: 1px solid #2672e6;
}

.products .d .box .form-control {
  width: 377px;
  height: 38px;
  display: inline-block;
  border-radius: 0;
  text-align: center;
}

.products .d .box .form-inline select.form-control {
  width: 145px;
  border: 1px solid #2672e6;
  color: #2672e6;
}

.products .d .spinner button {
  width: 38px;
  height: 38px;
  background: #2672e6;
  color: #fff;
  border: 1px solid #2672e6;
}

.products .d .spinner .value {
  width: 108px;
  height: 38px;
  line-height: 38px;
}

.products .d .red {
  color: red;
}

.products .d .orange {
  color: #ff6600;
}

.products .d .glyphicon {
  font-size: 24px;
  color: #2672e6;
  vertical-align: middle;
}

.v_m {
  vertical-align: middle;
}

.products .d .tip {
  font-size: 12px;
  color: #999;
}

.products .d .mt {
  margin-top: 15px;
}

.products .d .box table {
  width: 100%;
}

.products .d .box .form-control1 {
  width: 267px;
  color: #2672e6;
  border: 1px solid #2672e6;
  margin-right: 10px;
}

.products .d .box .tabtitle_sm {
  display: inline-block;
  width: 618px;
  height: 44px;
  overflow: hidden;
  vertical-align: middle;
}

.products .d .box .tabtitle_sm.on {
  width: auto;
}

.products .d .box .tabtitle_sm > a {
  min-width: 89px;
}

.products .d .box .blue {
  color: #2672e6;
}

.products .d .box .list {
  line-height: 30px;
}

.products .d .box .price {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 20px;
  color: #2672e6;
}

.products .d .box .price b {
  color: #ff7e07;
  font-size: 40px;
}

.products .d .box .price .btn {
  background: #ff7e07;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  padding: 10px 40px;
}

/**/
.banner_info_pro-9 {
  height: 680px;
  background-image: linear-gradient(to bottom, #446fca, #3c45bd);
  color: #fff;
}

.banner_info_pro-9 .container {
  background: url(../images/master_4.png) left center no-repeat;
  height: 680px;
}

.banner_info_pro-9 dt {
  padding-top: 250px;
}

.banner_info_pro-9 .tab .nav-tabs > li.active > a,
.banner_info_pro-9 .tab .nav-tabs > li.active > a:focus,
.banner_info_pro-9 .tab .nav-tabs > li.active > a:hover {
  background: #3d49bd;
}

.products .d .media {
  padding: 15px;
  border: 1px solid #ddd;
}

.products .d .media img {
  width: 298px;
  height: 160px;
}

.products .d .media h4 {
  font-size: 18px;
  color: #59ccff;
}

.products .d .media p {
  font-size: 14px;
  line-height: 24px;
}

.products .e {
  padding-bottom: 60px;
}

.products .e .bd {
  padding: 30px 80px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 5px;
}
.products .e .bd:hover {
  border: 1px solid #429ff0;
}
.products .e dd {
  color: #999;
  line-height: 26px;
}

.products .e dt {
  font-size: 22px;
  margin-bottom: 15px;
}

/*申请代理*/
.banner_info-agent {
  background-image: linear-gradient(to right, #4b86fe, #2df0e2);
}

.banner_info-agent .container {
  background: url(../images/bg2.png) left center no-repeat;
}

.agent .a {
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 30px 0;
}

.agent .a ul {
  margin: 15px -10px -10px;
}

.agent .a ul li {
  float: left;
  width: 22%;
  padding: 10px;
}

.agent .a ul li:last-child {
  width: 34%;
}

.agent .a ul li a {
  display: block;
  background: #cfdff8;
  line-height: 60px;
  color: #0e60dc;
}

.agent .a ul li a:hover {
  background: #0e60dc;
  color: #fff;
}

.agent .b h2 {
  font-size: 30px;
  border-bottom: 1px solid #ddd;
  padding: 40px 0;
  margin-top: 0;
}

.agent .b table td {
  font-size: 16px;
  padding: 15px 6px;
}

.agent .b table td:first-child {
  text-align: right;
  line-height: 38px;
  width: 30%;
}

.agent .b table td .red {
  color: red;
}

.agent .b table td input[type='text'],
.agent .b table td select {
  width: 300px;
  border: 1px solid #ddd;
  height: 38px;
}

.agent .b table td textarea {
  width: 448px;
  border: 1px solid #ddd;
  resize: none;
}

.agent .b .checkbox {
  margin: 0;
}

.agent .b .checkbox label {
  font-size: 14px;
  color: #666;
  margin: 0 10px 10px 0;
  display: inline-block;
}

.agent .b .input-group {
  width: 320px;
}

.agent .b .tip {
  color: #999;
  margin: 10px 0 0;
}

.agent .b .ft {
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 40px 0;
  margin-top: 30px;
}

.agent .b .ft h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.agent .b .ft p {
  line-height: 26px;
  color: #999;
}

.agent .b .ft p a {
  color: #0e60dc;
}

.agent .b .ft .btn {
  background: #0e60dc;
  color: #fff;
  border-radius: 0;
  width: 254px;
  margin-top: 20px;
  height: 40px;
}

/*急速退款*/
.banner_info_tk {
  background-image: linear-gradient(to bottom, #38d2ef, #539ad6);
}

.banner_info_tk .container {
  background: url(../images/banner-cloudone.png) left center no-repeat;
}

.banner_info_tk .bt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0 15px;
  background: rgba(59, 133, 228, 0.25);
}

.banner_info_tk .bt p {
  color: #c7e3fc;
  line-height: 24px;
  font-size: 14px;
}

.banner_info_tk .bt h3 {
  font-size: 30px;
}

.banner_info_tk .bt .container {
  background: none;
  height: auto;
}

.cooperation .c .btns .btn {
  font-size: 16px;
  width: 170px;
  padding: 0;
  line-height: 45px;
  border: 1px solid #0e60dc;
  margin: 30px 15px 0;
  height: 45px;
}

.cooperation .c .btns .btn.on {
  background: #fff;
  border: none;
  color: #0e60dc;
}

.cooperation .c .btns .btn.on i {
  display: inline-block;
  vertical-align: middle;
  height: 6px;
  width: 6px;
  border-width: 0 2px 2px 0;
  margin: -4px 0 0 5px;
  border-color: #0e60dc;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

.cooperation .c .bd.bg {
  padding: 40px 0;
}

.cooperation .c_1 {
  text-align: center;
  padding-bottom: 80px;
}

.cooperation .c_1 p {
  line-height: 30px;
  margin-top: 30px;
}

.cooperation .c_1 .bd {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}

.cooperation .c_1 h4 {
  color: #e40606;
}

/*免费体验*/
.banner_info_ty {
  background-image: linear-gradient(to bottom, #24a5e7, #6348df);
}

.banner_info_ty .container {
  background: url(../images/ty01.png) left center no-repeat;
}

.experience .a {
  padding: 15px 0;
  position: relative;
  z-index: 99;
  color: #9ea1fb;
  margin-top: -115px;
  background: rgba(29, 133, 228, 0.25);
}

.experience .a b {
  font-size: 22px;
  color: #fff;
}

.experience .a .flex > div {
  padding-right: 30px;
}

.experience .a dt {
  font-size: 18px;
}

.experience .a p {
  margin: 10px 0;
}

.experience .a dd a {
  color: #fff;
}

.experience .title h5 a,
.experience .b .box p a {
  color: #0e60dc;
}

.experience .title {
  text-align: center;
  padding: 50px 0 20px;
}

.experience .title h2 {
  font-size: 30px;
}

.experience .title h5 {
  margin-top: 20px;
  color: #999;
}

.experience .b .box {
  padding: 30px;
  width: 360px;
  border: 1px solid #eee;
  background: #fff;
  margin-top: 15px;
}

.experience .b .box h4 {
  font-size: 26px;
}

.experience .b .box p {
  color: #999;
  line-height: 24px;
}

.experience .b .box .btn {
  background: #0e60dc;
  color: #fff;
  border-radius: 0;
  padding: 5px 20px;
}

.experience .b .box:hover,
.experience .c .flex:hover {
  border: 1px solid #0e60dc;
  box-shadow: 0 0 15px #a0dbf8;
}

.experience .c .flex {
  padding: 30px;
  border: 1px solid #ddd;
  background: #fff;
  margin-top: 30px;
}

.experience .c .flex dt {
  font-size: 26px;
}

.experience .c .flex dd {
  color: #999;
  line-height: 24px;
  margin-top: 8px;
}

/**/
.banner_info_tg {
  background: #0e60dc;
}

.banner_info_tg .container {
  background: url(../images/12.png) left center no-repeat;
}

.cooperation .c_bg {
  background: #fbfbfb;
}

.extension .title {
  text-align: center;
  font-size: 30px;
  padding: 30px 0;
}

.extension .a {
  padding-bottom: 50px;
}

.extension .a .box {
  border: 1px solid transparent;
  padding: 30px;
  position: relative;
  color: #999;
  overflow: hidden;
}

.extension .a .box .pic {
  margin: -3px 10px 0 0;
}

.extension .a .box p {
  line-height: 26px;
  color: #999;
  font-size: 12px;
}

.extension .a .box h4 {
  font-size: 24px;
  color: #0e60dc;
  margin-bottom: 15px;
}

.extension .a .box:hover {
  background: #fff;
  box-shadow: 0 0 15px #b2e1ff;
  color: #333;
  border: 1px solid #0e60dc;
}

.extension .b img {
  width: 690px;
}

.extension .b .flex {
  background: #7094e6;
  color: #fff;
  margin-bottom: 30px;
}

.extension .b .flex_item {
  padding: 0 30px;
}

.extension .b .col-lg-push-2 .flex {
  background: #ad70e6;
  text-align: center;
}

.extension .b dd {
  line-height: 26px;
}

.extension .b dt {
  font-size: 21px;
  font-weight: bold;
  padding: 0 0 10px;
}

/**/
.banner_info_active1 {
  height: 653px;
  position: relative;
  background: url(../images/hd_01.jpg) center no-repeat;
}

.banner_info_active1 .box {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 36px;
}

.banner_info_active1 .box h2 {
  font-size: 66px;
  color: #fdd773;
  letter-spacing: 5px;
  font-weight: bold;
}

.activespage_bd {
  position: relative;
  padding-bottom: 230px;
  background: url(../images/hd_03.jpg) center top no-repeat;
  background-size: 100% auto;
}

.activespage_bd .products .b {
  background: #f7f8f8;
  padding: 20px;
  border-radius: 10px;
}

.activespage .tab_common .nav-tabs > li > a {
  color: #fff;
}

.tab_common .nav-tabs > li > a:hover {
  background: none;
}

.activespage .tab_common {
  background: #7e49c3;
}

.activespage .tab_common .nav-tabs > li.active > a::after {
  display: none;
}

.activespage .tab_common .nav-tabs > li.active > a,
.activespage .tab_common .nav-tabs > li.active > a:focus,
.activespage .tab_common .nav-tabs > li.active > a:hover {
  background: #6337a7;
}

.activespage .tab_common .nav-tabs > li::after {
  border-left: 1px solid #6e41bf;
}

.activespage_bd .side_top {
  margin: 50px 0 30px;
  background-image: linear-gradient(to right, #c76dd7, #3124ae);
  color: #fff;
  padding: 30px;
  font-size: 16px;
  border-radius: 10px;
}

.activespage_bd .side_top dt {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
}

.activespage_bd .side_top .col-lg-3 {
  border-right: 1px dashed #fff;
}

.activespage_bd .side_top .box {
  position: relative;
  padding: 20px 55px 0;
}

.activespage_bd .side_top .box a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 1px;
  text-align: center;
  line-height: 45px;
}

.activespage_bd .side_top .box .on a,
.activespage_bd .side_top .box .swiper-slide:hover a {
  background: #fff;
  color: #4293fc;
}

.activespage_bd .side_top .swiper-button-next:after,
.activespage_bd .side_top .swiper-button-prev:after {
  display: none;
}

.activespage_bd .side_top .swiper-button-next,
.activespage_bd .side_top .swiper-button-prev {
  border: 1px solid #fff;
  width: 32px;
  outline: none;
  height: 32px;
  border-radius: 50%;
  margin-top: -6px;
}

/**/
.banner_info_active2 {
  height: 652px;
  position: relative;
  background: url(../images/ms_01.jpg) center no-repeat #5453a0;
}

.banner_info_active2 .box {
  position: absolute;
  text-align: center;
  font-size: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 7px;
  margin-top: 30px;
}

.banner_info_active2 .box img {
  display: block;
  margin: 0 auto;
}

.activespage-ms {
  background: url(../images/ms_02.jpg) center no-repeat;
}

.activespage-ms .tab_common {
  background: #6ab9fe;
}

.activespage-ms .tab_common .nav-tabs > li > a {
  color: #fff;
}

.activespage-ms .tab_common .nav-tabs > li.active > a,
.activespage-ms .tab_common .nav-tabs > li.active > a:focus,
.activespage-ms .tab_common .nav-tabs > li.active > a:hover {
  background: #3b2df2;
  color: #fff;
}

.activespage-ms .tab_common .nav-tabs > li::after {
  border-left: 1px solid #56a6ec;
}

.activespage-ms .activespage_bd {
  background: none;
  padding-bottom: 60px;
}

.activespage-ms .activespage_bd::before {
  display: none;
}

.activespage-ms .activespage_bd .side_top {
  background-image: linear-gradient(to right, #23c6fb, #034afa);
}

.activespage-ms .products .b {
  background: none;
  padding: 0;
}

.activespage-ms .products .b .bd .tip {
  display: inline-block;
  color: #ff8514;
  vertical-align: middle;
  font-weight: bold;
  font-size: 12px;
  background: url(../images/t4.png) center no-repeat;
  background-size: 100% 100%;
  width: 48px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.activespage-ms .products .b .bd .flex_item.price .tip {
  margin: 0;
}

.activespage-ms .products .b .bd .flex_item.price s {
  display: inline-block;
  margin: 0;
  line-height: 14px;
  color: #fff;
  vertical-align: middle;
}
.activespage-ms .products .b .bd .box_ft .btn {
  background: #ffe119;
  color: #000;
  border: 1px solid #ffe119;
}
.activespage-ms .products .b .bd .box_ft .btn:hover {
  background: none;
}
.ms_box {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  color: #3b2df2;
  margin: 40px 0 -10px;
}

.ms_box .ft {
  width: 330px;
  background: #044cfa;
  height: 152px;
  color: #fff;
  font-size: 16px;
  padding: 30px 0 0 30px;
}

.ms_box .ft p {
  font-size: 18px;
  margin-bottom: 20px;
}

.ms_box .ft p span {
  font-size: 30px;
}

.ms_box .ft a {
  color: #ffd91e;
  text-decoration: underline;
}

.ms_box .flex .flex_item {
  text-align: center;
  font-size: 12px;
  opacity: 0.5;
}

.ms_box .flex .flex_item b {
  display: block;
  font-size: 24px;
}

.ms_box .flex .flex_item.on {
  opacity: 1;
  font-size: 14px;
}

.ms_box .flex .flex_item.on b {
  font-size: 30px;
}

/*拼团*/
.activespage-pt {
  background: #f75626;
}

.activespage-pt .activespage_bd {
  background: url(../images/pt_02.png) center no-repeat;
  background-size: 100% auto;
  padding-bottom: 60px;
}

.activespage-pt .acitve_item .bd .title {
  background-image: linear-gradient(to right, #034afa, #23c6fc);
}

.activespage-pt .b .bd .price .c_9 {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  color: #ff8514;
  line-height: 20px;
  background: url(../images/t4.png) center no-repeat;
  background-size: 100% 100%;
  padding: 0 8px;
  margin-top: 8px;
}

.products .b_hb-05 .bd .box_bd select {
  margin: 0;
  width: 115px;
}
.activespage-pt .activespage_bd .products .b {
  background: #fff;
}

.activespage-pt .activespage_bd .side_top {
  background-image: linear-gradient(to right, #50a9df, #044afa);
}

.activespage_bd .products .b_hb-4 .bd .box_hd {
  width: 688px;
}

.activespage-pt .tab_common {
  background: #f87751;
}

.activespage-pt .tab_common .nav-tabs > li.active > a,
.activespage-pt .tab_common .nav-tabs > li.active > a:focus,
.activespage-pt .tab_common .nav-tabs > li.active > a:hover {
  background: #f46236;
}
.activespage-pt .tab_common .nav-tabs > li::after {
  border-left: 1px solid #cccccc;
}

/**/
.activespage-pt .acitve_item {
  background: none;
  padding: 0;
  margin-top: 30px;
}

.activespage-pt .acitve_item .more {
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
}

.acitve_item .bd .box_4 .table td,
.acitve_item .bd .box_4 .table th {
  position: relative;
}

.acitve_item .dropmenu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  width: 360px;
  border-radius: 10px;
  font-size: 14px;
  z-index: 10;
  text-align: center;
  padding: 15px;
  display: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.acitve_item .dropmenu .flex {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.acitve_item .dropmenu .flex p {
  font-size: 24px;
  margin: 0;
}

.acitve_item .dropmenu .bd ul {
  display: inline-block;
  text-align: left;
}

.acitve_item .dropmenu .bd {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.acitve_item .dropmenu .bt {
  padding-top: 10px;
  color: #fc6621;
}

.acitve_item .dropmenu .bt b {
  font-size: 22px;
}
.acitve_item .dropmenu .bt s {
  font-size: 12px;
  display: inline-block;
  color: #ff8514;
  line-height: 20px;
  background: url(../images/t4.png) center no-repeat;
  background-size: 100% 100%;
  padding: 0 8px;
}
.acitve_item .bd .box_4 .table tr:hover {
  background: #e7f4ff;
}

.acitve_item .bd .box_4 .table tr:hover .dropmenu {
  display: block;
}

.acitve_item .bd .box_4 .table .btn {
  color: #fff;
  background: #3fa9e8;
}

/**/
.banner_info_q {
  background: url(../images/q_01.jpg) center no-repeat;
  height: 637px;
  position: relative;
}

.banner_info_q .box {
  font-size: 36px;
  position: absolute;
  left: 50%;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.banner_info_q .box h2 {
  font-size: 66px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #fdd773;
}

.card {
  background: url(../images/q.jpg) center no-repeat;
  padding-bottom: 50px;
}

.card .title {
  text-align: center;
  padding: 10px 0 30px;
}

.card .title h2 {
  font-size: 30px;
  padding-bottom: 10px;
}

.card .a .bd {
  padding: 20px;
  background: url(../images/d.jpg) center no-repeat;
  height: 579px;
  margin: 0 -5px;
}
.card .a .bd:hover {
  box-shadow: 0 0 30px #fcc2c7;
}

.card .a dl {
  position: relative;
  color: #fff;
  font-size: 23px;
  height: 505px;
  padding-top: 90px;
  text-align: center;
}

.card .a dl dd {
  margin: 5px 10px 70px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #fff;
}

.card .a dl dt {
  font-weight: bold;
  font-size: 46px;
}

.card .a dl a {
  color: #f13120;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  font-size: 28px;
  width: 86px;
  height: 86px;
  text-align: center;
  line-height: 80px;
  background-image: linear-gradient(to bottom, #ffcd71, #ffb039);
  border: 3px solid #ffd89b;
  border-radius: 50%;
}

.card .b {
  padding: 60px 0 0;
}
.card .b #tab1 {
  padding: 0 60px;
}
.card .b .nav-tabs {
  border: none;
  text-align: center;
  font-size: 16px;
}

.card .b .nav-tabs > li {
  float: none;
  display: inline-block;
}

.card .b .nav-tabs > li > a {
  width: 153px;
  display: block;
  border: 1px solid #fe7b47;
  color: #fe7b47;
  border-radius: 0;
  line-height: 44px;
  margin-left: -8px;
  padding: 0;
}

.card .b .nav-tabs > li.active > a,
.card .b .nav-tabs > li.active > a:focus,
.card .b .nav-tabs > li.active > a:hover {
  background: #fe7b47;
  color: #fff;
}

.card .b .col-lg-3 {
  text-align: center;
}

.card .b .col-lg-3 a {
  display: inline-block;
  color: #9b59ef;
  margin: 70px 0 40px;
  font-size: 16px;
  width: 225px;
  position: relative;
  height: 272px;
  border-radius: 5px;
  border: 1px solid transparent;
  background: url(../images/q2.png) center no-repeat;
}

.card .b .col-lg-3 a:hover {
  border: 1px solid #3525af;
  box-shadow: 0 0 10px #cbc6ea;
}

.card .b .col-lg-3 a p {
  padding-top: 35px;
}

.card .b .col-lg-3 a b {
  font-size: 60px;
  color: #3224ae;
}

.card .b .col-lg-3 a > span {
  font-size: 12px;
  position: absolute;
  border-radius: 50%;
  background: #9b59ef;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 15px;
  right: 50px;
  top: 60px;
}
.card .b .row {
  padding-top: 40px;
  min-height: 504px;
}
.card .b .col-lg-3 .btn {
  font-size: 16px;
  color: #0e60dc;
  background: #fff;
  border-radius: 30px;
  padding: 6px 20px;
  margin-top: 50px;
}
.card .b .col-lg-6 .flex {
  height: 202px;
  background: url(../images/d1.png) center no-repeat;
  background-size: 100% 100%;
  margin-top: 25px;
  padding: 0 30px;
  color: #fff;
  box-shadow: 0 0 20px #fbeef1;
}
.card .b .col-lg-6 .flex dt {
  font-weight: bold;
  font-size: 25px;
}
.card .b .col-lg-6 .flex .btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 20px;
  padding: 5px 20px;
}
/*新手福利*/

/**/
.Novice {
  background: #f9faff;
  padding-top: 40px;
  min-height: 1000px;
}

.Novice .title {
  font-size: 30px;
  padding-left: 15px;
  line-height: 30px;
  margin: 30px 0;
  border-left: 5px solid #0e60dc;
}

.Novice .bd {
  padding: 0 40px 40px;
}

.Novice .bd .flex {
  border: 1px solid #eee;
  padding: 25px 30px;
  height: 124px;
  background: url(../images/usr1.jpg) right center no-repeat #fff;
}

.Novice .bd .flex:hover {
  border: 1px solid #3cd2ef;
  box-shadow: 0 0 15px #a5d5fc;
  color: #0e60dc;
}

.Novice .bd .flex:hover .btn {
  color: #0e60dc;
  border: 1px solid #0e60dc;
}

.Novice .bd .flex dt {
  font-weight: bold;
  font-size: 18px;
}

.Novice .bd .flex dd p {
  color: #999;
  margin-top: 7px;
  margin-bottom: 0;
}

.Novice .bd .flex dd p span {
  color: #f66f6a;
}

.Novice .bd .flex .btn {
  color: #999;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 5px 15px;
}

/*首页*/
.banner_home {
  background: none;
  height: 677px;
  overflow: inherit !important;
}

.banner_home .container {
  background: none;
}

.banner_home dt {
  padding-top: 220px;
}

.banner_home .swiper-pagination {
  bottom: 100px;
}

.banner_home .swiper-pagination-bullet {
  background: #fff;
  height: 5px;
  width: 50px;
  border-radius: 0;
}

.banner_home .bg1 {
  height: 670px;
  text-align: center;
  background: url(../images/Banner.jpg) center no-repeat;
  background-size: cover;
}

.banner_home .bg1 .container {
  background: none;
}

.banner_home .bg1 dt h2 {
  font-weight: bold;
  font-size: 73px;
  font-style: italic;
}

.banner_home .bg1 dt {
  font-size: 37px;
  padding-top: 190px;
}

.banner_home .bg1 .btn.on {
  border: 1px solid #fff;
  font-size: 14px;
  border-radius: 3px;
}

.banner_home .bg2 {
  height: 670px;
  background: url(../images/banner2.jpg) center no-repeat;
  background-size: cover;
}
.banner_home .bg2 .container {
  background: none;
}
.banner_home .bg2 dt {
  color: #b7c6ff;
  font-weight: bold;
}

.banner_home .bg2 dt h3 {
  font-size: 26px;
}

.banner_home .bg3 {
  height: 670px;
  background: url(../images/home_7-1.png) right center no-repeat;
  background-size: cover;
}
.banner_home .bg3 .container {
  background: none;
}
.banner_home .bg4 {
  height: 670px;
  background: url(../images/banner3.png) right center no-repeat;
  background-size: cover;
}
.banner_home .bg4 .container {
  background: none;
}
.banner_home .tab {
  bottom: -50px;
  background: none;
}

.banner_home .tab .nav-tabs {
  background: #fff;
  padding: 40px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.banner_home .tab .nav-tabs > li {
  border-left: 1px solid #eee;
}

.banner_home .tab .nav-tabs > li:first-child {
  border: none;
}

.banner_home .tab .nav-tabs > li > a {
  width: 168px;
  margin: 0 60px;
  cursor: pointer;
  line-height: 22px;
  padding: 0 0 0 15px;
  color: #333;
  text-align: left;
}

.banner_home .tab .nav-tabs > li > a span {
  display: block;
  font-size: 12px;
}

.banner_home .tab .nav-tabs > li > a img {
  margin-right: 10px;
}

.banner_home .tab .nav-tabs > li.active > a,
.banner_home .tab .nav-tabs > li.active > a:focus,
.banner_home .tab .nav-tabs > li.active > a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.homepage {
  overflow: hidden;
}

.homepage .title {
  text-align: center;
  padding: 30px 0;
}

.homepage .title h2 {
  font-weight: bold;
  font-size: 24px;
}

.homepage .title p {
  color: #999;
  line-height: 24px;
  margin-top: 15px;
}

.homepage .a {
  padding-top: 60px;
}

.homepage .a .bd {
  position: relative;
  display: flex;
  margin-top: 40px;
}
.homepage .a .bd .left {
  background-image: linear-gradient(to bottom, #417ae1, #22458b);
  width: 23%;
  padding: 20px;
  color: #fff;
  position: relative;
}
.homepage .a .bd .left dt {
  font-size: 18px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.homepage .a .bd .left dd {
  line-height: 1.5;
  padding-bottom: 20px;
}
.homepage .a .bd .left img {
  display: block;
  width: 80%;
  position: absolute;
  bottom: 20px;
  left: 10%;
}
.homepage .a .bd .side {
  width: 75%;
  margin-left: 2%;
  text-align: center;
}
.homepage .a .bd .side .search {
  display: flex;
  align-items: center;
}
.homepage .a .bd .side .search > .flex_item {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  padding: 10px;
}
.homepage .a .bd .side .search img {
  width: 25px;
}
.homepage .a .bd .side .search input {
  width: 100%;
}
.homepage .a .bd .side .search > a {
  padding-left: 15px;
  color: #0e60dc;
}
.homepage .a .swiper-slide {
  border: 1px solid #ddd;
}
.homepage .a .swiper-container {
  padding-bottom: 40px;
}

.homepage .a .swiper-pagination-bullet {
  background: #0757d5;
  width: 54px;
  height: 4px;
  border-radius: 0;
}

.homepage .c {
  margin-top: 60px;
  background: url(../images/sm1.jpg) center no-repeat;
  background-size: cover;
  height: 624px;
  color: #fff;
}

.homepage .c .title p {
  color: #fff;
}

.homepage .c ul {
  margin: 0 50px 50px;
}

.homepage .c .bd {
  font-size: 16px;
  text-align: center;
  margin: 0 50px 50px;
}

.homepage .c .bd i {
  display: inline-block;
  width: 56px;
  height: 55px;
  background-image: url(../images/homeicon1.png);
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.homepage .c .bd a {
  opacity: 0.3;
  color: #fff;
  display: block;
}

.homepage .c .bd .swiper-slide-thumb-active a {
  opacity: 1;
}

.homepage .c .bd .icon2 {
  background-position: -201px 0;
}

.homepage .c .bd .icon3 {
  background-position: -405px 0;
}

.homepage .c .bd .icon4 {
  background-position: -613px 0;
}

.homepage .c .bd .icon5 {
  background-position: -819px 0;
}

.homepage .c .tabcontent {
  padding: 0 70px;
  position: relative;
}

.homepage .c .swiper-button-next,
.homepage .c .swiper-button-prev {
  top: 0;
  color: #b8b6ff;
  outline: none;
}

.homepage .c .tabcontent .flex_item {
  padding: 40px 130px 40px 50px;
}

.homepage .c .tabcontent h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

.homepage .c .tabcontent p {
  overflow: hidden;
}

.homepage .c .tabcontent a {
  display: block;
  color: #fff;

  width: 34px;
  height: 11px;
  background: url(../images/jt_03.png) center no-repeat;
  margin-top: 20px;
}

.homepage .e .media {
  padding: 25px;
  border: 1px solid transparent;
  border-radius: 5px;
  width: 390px;
  margin: 20px 0;
}

.homepage .e .media p {
  margin: 10px 0 0;
  color: #999;
}

.homepage .e .media h4 {
  font-size: 16px;
}

.homepage .e .media:hover {
  border: 1px solid #0e60dc;
  box-shadow: 0 0 10px #8bd1ff;
}

.homepage .e .media:nth-child(2) {
  margin-left: 50px;
}

.homepage .g {
  padding: 20px 0 60px;
}

.homepage .g .bd {
  width: 1114px;
  margin: 0 auto;
  background: #fafafa;
}

.homepage .g .bd img {
  width: 100%;
}

.homepage .g .bd .swiper-container a {
  display: block;
  position: relative;
}

.homepage .g .bd .swiper-container dl {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 305px;
  color: #fff;
}

.homepage .g .bd .swiper-container dt {
  font-size: 18px;
}

.homepage .g .bd .swiper-container dd {
  opacity: 0.5;
  line-height: 23px;
  margin-top: 15px;
}

.homepage .g .bd .swiper-pagination {
  text-align: right;
  padding-right: 20px;
}

.homepage .g .bd .swiper-pagination-bullet {
  opacity: 1;
  background: #728fd3;
}

.homepage .g .bd .swiper-pagination-bullet-active {
  background: #fff;
}

.homepage .g .bd h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}

.homepage .g .ft {
  padding: 20px;
  font-size: 16px;
}

.homepage .g .ft li {
  border-bottom: 1px solid #ddd;
  line-height: 56px;
}

/**/
.modal-body_tk h3 {
  font-weight: bold;
  margin: 20px 0 10px;
}

.modal-body_tk {
  line-height: 24px;
}

@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

.waveWrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 120px;
  bottom: 0;
}

.bgTop {
  z-index: 15;
  opacity: 0.5;
}

.bgMiddle {
  z-index: 10;
  opacity: 0.75;
}

.bgBottom {
  z-index: 5;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.waveTop {
  background-size: 50% 100px;
}

.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.waveMiddle {
  background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}

.waveBottom {
  background-size: 50% 100px;
}

.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}

/*新闻详情页*/
.newsitem {
  padding: 0 50px;
}

.newsitem .hd {
  text-align: center;
}

.newsitem .hd h1 {
  font-size: 24px;
}

.newsitem .hd h4 {
  color: #999;
  line-height: 20px;
  margin-top: 20px;
}

.newsitem .hd h4 .dnb {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}

.newsitem .hd h4 span {
  padding: 0 15px;
}

.newsitem .box {
  line-height: 42px;
  font-size: 16px;
}

.newsitem .box p {
  margin-top: 30px;
}

.newsitem .ft {
  border-top: 1px solid #ddd;
  padding: 20px 0 50px;
  margin-top: 30px;
}

/**/

.password .succse {
  text-align: center;
  padding-top: 100px;
}

.password .succse h4 {
  font-size: 30px;
  margin-bottom: 100px;
  margin-top: 20px;
}

.password .succse .btn {
  width: 130px;
  line-height: 40px;
  height: 40px;
  padding: 0;
  border-radius: 25px;
}

.password .phone {
  width: 710px;
  padding: 10px 40px;
}

.password .phone .box {
  width: 306px;
  padding: 0;
}

.password .phone .box .form {
  width: 260px;
}

.password .phone .box .other {
  font-size: 16px;
  color: #999;
  display: inline-block;
  margin-top: 30px;
  vertical-align: middle;
  margin-left: 5px;
}

.password .phone .box p a {
  color: #0a62fa;
}

.password .phone .ft {
  background: #ecf4ff;
  padding: 10px 20px;
  margin-top: 30px;
}

.password .phone .ft ul {
  line-height: 26px;
  color: #999;
}

.password .phone .ft ul a {
  text-decoration: underline;
  color: #4293fc;
}

.password .phone .ft h4 {
  font-size: 16px;
}

.password .messod {
  width: 800px;
  padding: 10px 40px;
}

.password .messod li a {
  display: block;
  padding: 30px;
  border: 1px solid #ddd;
  background: url(../images/jt.png) 95% center no-repeat;
  margin-bottom: 20px;
}

.password .messod li a:hover {
  border: 1px solid #0e60dc;
  box-shadow: 0 0 15px #b1d0f8;
}

.password .messod li a dt {
  font-size: 18px;
}

.password .messod li a dd {
  color: #999;
  margin-top: 5px;
}

/**/
.succse_mail p {
  color: #999;
  line-height: 30px;
  margin-bottom: 100px;
}

.password .succse_mail h4 {
  margin-bottom: 30px;
}

.password .succse_mail h3 {
  font-size: 18px;
}

.password .succse .btn-1 {
  color: #0e60dc;
  background: #fff;
  border: 1px solid #0e60dc;
  margin: 30px 30px 0;
}

.password .email {
  width: 760px;
  margin: 0 auto;
}

.password .email .media {
  text-align: left;
}

.password .email .media p {
  color: #999;
  line-height: 30px;
  margin-top: 10px;
}

.password .email .media .media-heading {
  font-size: 22px;
}

.password .phone-1 {
  width: 890px;
}

.password .phone-1 .tf {
  text-align: center;
  font-size: 22px;
  padding: 50px 0;
}

.password .phone-1 .box {
  width: 306px;
  margin: 0 auto;
}

.password .phone-1 .box .form {
  margin: 0;
  width: 241px;
}

.password .phone-1 .box td {
  padding: 10px 5px;
}

.password .succse_1 h4 {
  margin-bottom: 50px;
}

.succse_1 .box {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: #999;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.succse_1 .box a {
  color: #0e60dc;
}

.password .code {
  padding-top: 20px;
}

.password .code .box {
  border: 1px solid #ddd;
  width: 293px;
  margin: 60px auto 0;
  text-align: center;
  padding: 30px 0 20px;
}

.password .code .box p {
  margin-top: 10px;
}
.hdtop {
  display: flex;
  align-items: center;
}
/**/
.login_bg .rester .form .form-control {
  height: 50px;
}

.login_bg .rester .form {
  height: auto;
  margin-top: 13px;
}

.login_bg .rester {
  padding: 40px 80px;
}
.joinus {
  min-height: 1200px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  box-shadow: none;
}
/**/
.password .shiming .box {
  width: 100%;
  padding: 40px;
}

.shiming .nav-tabs {
  padding: 20px 0;
  position: relative;
}

.shiming .nav-tabs > a {
  position: absolute;
  right: 40px;
  top: 45px;
  color: #4293fc;
  font-size: 16px;
  text-decoration: underline;
}

.shiming .nav-tabs > li > a {
  border-radius: 0;
  font-size: 16px;
  margin: 0 20px 0 0;
  width: 177px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  opacity: 0.4;
  color: #fff;
  text-align: center;
  border: none;
  background: #3c5fea;
}

.shiming .nav-tabs > li.active > a,
.shiming .nav-tabs > li.active > a:focus,
.shiming .nav-tabs > li.active > a:hover {
  border: none;
  opacity: 1;
  color: #fff;
}

.shiming h2 {
  color: #40acec;
  font-weight: bold;
  font-size: 30px;
}

.shiming .tab-content {
  padding: 0 30px 30px;
}

.shiming .tab-content .form-control {
  width: 260px;
  height: 40px;
  border-radius: 0;
}

.shiming .tab-content td {
  padding: 10px 10px 10px 0;
}

.shiming .tab-content h4 {
  font-size: 16px;
  margin: 20px 0;
  font-weight: bold;
}

.shiming .tab-content h3 {
  font-size: 22px;
  margin-top: 40px;
}

.shiming .tab-content p {
  line-height: 32px;
  color: #999;
  margin-bottom: 20px;
}

.shiming .red {
  color: #e73146;
}

.shiming .tab-content .row {
  font-size: 16px;
  text-align: center;
}

.shiming .pl10 {
  padding-left: 10px;
}

.shiming h5 {
  margin: 20px 0 10px;
}

.shiming .choose li {
  margin-top: 30px;
}

.shiming .choose li a {
  padding: 40px 50px;
  color: #4293fc;
  border: 1px solid #eee;
  font-size: 24px;
}

.shiming .choose li a:hover {
  border: 1px solid #3cd2ef;
  box-shadow: 0 0 15px #95e6f6;
}

.password #formbox .box {
  width: auto;
  margin: 0 40px;
}

.homepage .b img {
  max-width: 100%;
}

.homepage .b:hover img {
  animation: bounce 1s ease infinite;
}

.bounce {
  animation: bounce 2s ease infinite;
}

/*用户评分*/

.User_ratings .ratings_title {
  width: 815px;
  height: 78px;
  font-family: '微软雅黑', '宋体';
  font-size: 24px;
  color: #aaaaaa;
}

.User_ratings .ratings_title p {
  float: left;
}
.User_ratings .ratings_title p span {
  font-size: 48px;
}
.User_ratings .ratings_title p i {
  color: #7dc234;
  font-style: normal;
}

.User_ratings .ratings_title input {
  width: 120px;
  height: 48px;
  border: 0;
  margin: 15px auto auto 45px;
  float: left;
  background: url(../images/batton_01.png) -202px -2441px no-repeat;
}
.User_ratings .ratings_title input:hover {
  background: url(../images/batton_01.png) -202px -2489px no-repeat;
}
.User_ratings .ratings_title input01 {
  background: url(../images/batton_01.png) -202px -2537px no-repeat;
}
.User_ratings .ratings_bars {
  display: flex;
  align-items: center;
}
.User_gradetitle {
  width: 108px;
  display: block;
  height: 38px;
  text-align: center;
  border: 1px solid #bfbebe;
  line-height: 38px;

  margin: 0 10px;
}
.User_ratings .ratings_bars #title1 {
  width: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid #bfbebe;
  line-height: 25px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 14px;
  float: left;
  color: #a0a0a0;
  margin-right: 10px;
  background: #fff;
}
.User_ratings .ratings_bars #title2 {
  width: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid #bfbebe;
  line-height: 25px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 14px;
  float: left;
  color: #a0a0a0;
  margin-right: 10px;
  background: #fff;
}
.User_ratings .ratings_bars #title3 {
  width: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid #bfbebe;
  line-height: 25px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 14px;
  float: left;
  color: #a0a0a0;
  margin-right: 10px;
  background: #fff;
}
.User_ratings .ratings_bars #title4 {
  width: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid #bfbebe;
  line-height: 25px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 14px;
  float: left;
  color: #a0a0a0;
  margin-right: 10px;
  background: #fff;
}
.User_ratings .ratings_bars .bars_10 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
  line-height: 25px;
  float: left;
  color: #a0a0a0;
}
.User_ratings .ratings_bars .scale {
  width: 500px;
  height: 20px;
  float: left;
  position: relative;
  background: #eee;
}
.User_ratings .ratings_bars .scale div {
  width: 0px;
  position: absolute;
  width: 0;
  left: 0;
  height: 20px;
  bottom: 0;
  background: #2672e6;
}
.User_ratings .ratings_bars .scale span {
  width: 10px;
  height: 28px;
  position: absolute;
  left: -2px;
  top: -4px;
  cursor: pointer;
  background: #5797f8;
}
.numbertxt {
  display: flex;
  justify-content: space-between;
  color: #a0a0a0;
  font-size: 14px;
  margin-top: 5px;
}
.hid {
  display: none;
}
.homepage .a .tabtitle {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
.homepage .a .tabtitle li {
  cursor: pointer;
}
.homepage .a .tabtitle li + li {
  margin-left: 100px;
}
.homepage .a .tabtitle li span {
  display: block;
  padding: 20px;
  position: relative;
}
.homepage .a .tabtitle li.on span::before {
  content: '';
  border-bottom: 3px solid #0757d5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.homepage .a .swiper-slide {
  padding-top: 30px;
}
.homepage .a .swiper-slide .img {
  width: 146px;
  height: 114px;
  background: url(../images/dz_07.png) center no-repeat;
  margin: 15px auto 30px;
}
.homepage .a .swiper-slide .img img {
  width: 36px;
}
.homepage .a .swiper-slide:hover {
  border-color: #0e60dc;
  box-shadow: 0 0 10px #e1f1fc;
}
.homepage .a .swiper-slide:hover .img {
  background: url(../images/dz_03.png) center no-repeat;
}
.homepage .a .swiper-slide h4 {
  font-size: 16px;
  margin: 0;
}
.homepage .a .swiper-slide .flex {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding: 15px 0;
}
.homepage .a .swiper-slide .flex .flex_item + .flex_item {
  border-left: 1px solid #eee;
}
.homepage .a .swiper-slide .flex a {
  color: #0e60dc;
}
.homepage .a .swiper-slide .flex .flex_item + .flex_item a {
  color: red;
}

@keyframes bounce {
  70% {
    transform: translateY(0%);
  }

  80% {
    transform: translateY(-15%);
  }

  90% {
    transform: translateY(0%);
  }

  95% {
    transform: translateY(-7%);
  }

  97% {
    transform: translateY(0%);
  }

  99% {
    transform: translateY(-3%);
  }

  100% {
    transform: translateY(0);
  }
}

.homepage .e:hover .pic {
  animation: pulse 1s infinite ease-in-out alternate;
}

.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
  from {
    transform: scale(0.9);
  }

  to {
    transform: scale(1);
  }
}

.spin {
  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.input-group-addon {
  position: relative;
}

.input-group-addon input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload {
  position: relative;
  border: 1px dashed rgb(192, 204, 218);
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
  color: #999;
}

.upload input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner_info_quan {
  color: #fff;
  font-size: 22px;
  height: 679px;
  background: url(../images/quan.jpg) center no-repeat;
}

.banner_info_quan .box {
  position: absolute;
  right: 50%;
  margin-right: -600px;
  top: 50%;
  transform: translate(0, -50%);
}

.banner_info_quan .box h2 {
  margin-top: 0;
  padding-right: 15px;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 25px;
  background: linear-gradient(to right, #fef3a2, #fbe158);
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1440px) {
  body,
  html {
    min-width: 1440px;
  }
  .m_body {
    width: 1440px;
  }
  .container {
    width: 1190px;
  }
  .password,
  .order,
  .zizhu {
    min-height: 1800px;
  }

  .acitve_item {
    min-height: 900px;
  }

  .leftside {
    left: 0;
  }

  .newslist {
    min-height: 1100px;
  }

  .help_info {
    min-height: 1700px;
  }

  .activespage-pt .acitve_item {
    min-height: auto;
  }
}
.AppTop {
  display: none;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  padding: 0 15px;
  box-sizing: border-box;
  transition: 0.5s;
}

.sideBar {
  z-index: 100;
  width: 70%;
  height: 100vh;
  display: none;
  background: #333;
  transition: 0.5s;
  position: fixed;
  overflow-y: auto;
  left: -100%;
  top: 0;
}
.sideBar.on {
  left: 0;
}
.sideBar .logo {
  width: 100%;
  padding: 45px 0;
}
.sideBar .logo img {
  width: 50%;
  display: block;
  margin: 0 auto;
  max-width: 185px;
}

@media (max-width: 1080px) {
  .login_bg .bd {
    margin-top: 50%;
  }
  .login_bg > .container {
    min-height: 2500px;
  }

  .login_bg .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .waveWrapper {
    position: fixed;
  }
}

.vali p {
  position: absolute;
  left: 0;
}

.vali {
  position: relative;
}

.flex {
  display: flex;
  align-items: center;
}

.flex_item {
  flex: 1;
}

.banner_info_pro-7-1 {
  background-image: linear-gradient(to bottom, #4770ae, #5d59c0);
  color: #fff;
}

.banner_info_pro-7-1 .container {
  background: url(../images/pro-6_04.png) left center no-repeat;
}

.banner_info_pro-7-1 .tab .nav-tabs > li.active > a,
.banner_info_pro-7-1 .tab .nav-tabs > li.active > a:focus,
.banner_info_pro-7-1 .tab .nav-tabs > li.active > a:hover {
  background: #5a5dbd;
}
@media (max-width: 768px) {
  img {
    max-width: 100%;
  }
  body,
  html {
    min-width: 100%;
  }
  .sideBar {
    display: block;
  }
  .AppTop {
    display: block !important;
  }
  .AppTop .load {
    float: right;
    padding-right: 40px;
  }
  .AppTop .load li {
    overflow: hidden;
  }
  .AppTop .load li {
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
  }
  .AppTop .load li a {
    color: #fff;
    font-size: 14px;
  }
  .AppTop .logo {
    float: left;
    height: 60px;
    line-height: 60px;
  }
  .AppTop .logo img {
    display: inline-block;
    vertical-align: middle;
    height: 35px;
  }
  .AppTop .sideClick {
    transition: 0.5s;
    width: 24px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
  }
  .AppTop .sideClick span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    transition: 0.5s;
  }
  .AppTop .sideClick span:nth-child(1) {
    top: 0;
    left: 0;
  }
  .AppTop .sideClick span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .AppTop .sideClick span:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .AppTop .sideClick.on {
    transform: translateY(-50%) rotate(180deg);
  }
  .AppTop .sideClick.on span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .AppTop .sideClick.on span:nth-child(2) {
    width: 0;
  }
  .AppTop .sideClick.on span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .sideBar ul {
    width: 100%;
    height: auto;
  }
  .sideBar ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 20px;
    box-sizing: border-box;
  }
  .sideBar ul li p {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
  }
  .sideBar ul li p.on .arrow {
    transform: rotate(90deg);
  }
  .sideBar ul li p a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
  }
  .sideBar ul li p .arrow {
    transition: 0.5s;
    position: absolute;
    right: -15px;
    top: 0;
    width: 50px;
    height: 50px;
    background-size: 40% auto;
    display: block;
  }
  .sideBar ul li p .arrow::after {
    content: ' ';
    display: inline-block;
    height: 10px;
    width: 10px;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 40%;
  }
  .sideBar ul li dl {
    display: none;
    width: 100%;
  }
  .sideBar ul li dl dd {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
  }
  .sideBar ul li dl h2 {
    margin: 0;
    height: 40px;
    line-height: 40px;
    color: #fff;
  }
  .sideBar ul li dl dd a {
    color: rgba(255, 255, 255, 0.3);
  }
  .header {
    display: none;
  }

  .login_bg {
    min-height: 100vh;
  }

  .container {
    width: 100%;
    padding: 0 15px;
  }
  .login_bg > .container {
    min-height: auto;
  }
  .login_bg .bd {
    display: block;
  }
  .login_bg .rt {
    width: 100%;
    float: none;
    padding: 15px;
    min-height: auto;
    font-size: 14px;
  }
  .login_bg .lt {
    display: none;
  }
  .login_bg .bd {
    margin: 0;
    position: fixed;
    left: 50%;
    width: 90%;
    margin-top: -15px;
    top: 50%;
    max-height: 70vh;
    overflow-y: auto;
    transform: translate(-50%, -50%);
  }
  .login_bg .rt .nav-tabs {
    font-size: 18px;
    margin: 0;
  }
  .login_bg .rt .nav-tabs > li > a {
    line-height: 18px;
  }
  .login_bg .rt .form .form-control,
  .login_bg .rt .form,
  .login_bg .rt .btn,
  .login_bg .rt h4,
  .login_bg .rt .yzm {
    font-size: 14px;
  }
  .login_bg .rt .form .form-control,
  .login_bg .rt .btn {
    height: 35px;
  }
  .login_bg .rt_login .form .form-control,
  .login_bg .rt_login .btn {
    height: 45px;
  }
  .login_bg .rt .tip {
    padding: 5px 0;
  }
  .login_bg .rt .form {
    height: auto;
    padding: 0 15px 0 5px;
  }
  .login_bg .rt h4 {
    margin: 30px 0 10px;
  }

  .login_bg .footer .b {
    line-height: 18px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }
  .login_bg .rt .text-center a img {
    width: 40px;
  }
  .banner_home .bg4,
  .banner_home .bg2,
  .banner_home .bg1,
  .banner_home .bg3 {
    height: 470px;
  }
  .banner_home .tab .nav-tabs > li > a {
    width: 100%;
    padding: 0 !important;
    text-align: center;
    line-height: 20px !important;
    margin: 0;
  }
  .banner_home .bg1 dt {
    padding-top: 100px;
  }
  .banner_home .swiper-pagination {
    bottom: 60px;
  }
  .banner_home .tab .nav-tabs {
    padding: 15px 0;
    display: flex;
  }
  .banner_home .tab .nav-tabs li {
    flex: 1;
  }
  .banner_home .tab .nav-tabs .flex {
    display: block;
  }
  .homepage .a .bd {
    display: block;
    margin-top: 20px;
  }
  .homepage .a .bd .left {
    width: 100%;
    display: none;
  }
  .homepage .c .tabcontent .flex,
  .homepage .e .flex {
    display: block;
  }
  .homepage .c .tabcontent .flex_item,
  .homepage .c .tabcontent {
    padding: 0;
  }
  .homepage .c .tabcontent .flex_item {
    padding-bottom: 15px;
  }
  .homepage .c .bd {
    margin: 0 0 20px;
    font-size: 14px;
  }
  .homepage .c {
    height: auto;
    background-size: cover;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .homepage .e .media {
    width: 100%;
    padding: 0;
  }
  .homepage .e .media:nth-child(2) {
    margin-left: 0;
  }
  .homepage .title h2 {
    margin-top: 0;
  }
  .homepage .title {
    padding-bottom: 15px;
  }
  .homepage .g .bd {
    width: 100%;
  }
  .homepage .g {
    padding: 0 0 20px;
  }
  .homepage .g .bd img {
    height: 207px;
    object-fit: cover;
  }
  .homepage .e .media img {
    max-width: inherit;
  }
  .footer .c .flex {
    display: block;
  }
  .footer .c {
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  .footer .c .btn {
    font-size: 14px;
    margin: 15px 5px 0;
  }
  .footer .a ul {
    display: none;
  }
  .footer .b {
    line-height: 20px;
  }
  .footer .a {
    padding: 15px 0 0;
  }
  .footer .a h3 {
    position: relative;
    font-size: 16px;
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #292e48;
  }
  .footer .a h3::before {
    content: ' ';
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 0 2px 2px 0;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px;
  }
  .footer .a h3 i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .footer .a h3.on::before {
    border-width: 2px 0 0 2px;
  }
  .homepage .a .box {
    zoom: 0.6;
    width: 100%;
  }
  .banner_home .bg1 dt h2,
  .banner_info dt,
  .banner_home .bg1 dt {
    font-size: 30px;
  }
  .homepage .title p {
    margin-top: 5px;
    font-size: 10px;
  }
  .banner_home dt {
    padding-top: 150px;
  }
  .banner_home .tab .nav-tabs > li > a img {
    width: 26px;
    margin: 0 0 5px 0;
  }
  .banner_home .tab .nav-tabs > li > a span {
    display: none;
  }
  .homepage .c .swiper-button-next,
  .homepage .c .swiper-button-prev {
    display: none;
  }
  .homepage .c .tabcontent h4 {
    font-size: 18px;
  }
  .homepage .c .bd img {
    height: 35px;
  }

  .footer .code {
    margin-top: 15px;
  }
  .banner_info .btn,
  .banner_info {
    font-size: 14px;
  }
  .homepage .c .tabcontent p {
    font-size: 12px;
    line-height: 20px;
  }
  .banner_home .bg2 dt h3 {
    font-size: 20px;
  }
  .banner_info .tab .nav-tabs > li > a {
    width: auto;
    line-height: 50px;
    font-size: 14px;
    padding: 0 20px;
  }
  .products .a .bd .flex .flex_item > a {
    width: 24%;
    font-size: 12px;
    text-align: center;
  }
  .products .title h5 {
    width: 100%;
  }

  .products .c .flex {
    display: block;
  }
  .products .c .list-group-item {
    margin-top: 15px;
  }
  .products .d .bd {
    padding: 0 15px 15px;
  }
  .products .d .bd .list-group-item-heading {
    font-size: 16px;
  }
  .products .d {
    margin-bottom: 20px;
  }
  .products .title {
    padding: 30px 0 15px;
  }
  .products .title h2 {
    font-size: 22px;
  }

  .products .a .bd .ft {
    padding: 10px 0 0;
  }
  .products .a .bd .ft a {
    margin: 5px 5px 0 0;
  }
  .products .b .bd .box_bd ul,
  .products .b .bd .box_ft {
    padding: 10px;
  }

  .products .b .bd .box_bd li {
    width: 40%;
    overflow: hidden;
    font-size: 12px;
    white-space: normal;
    padding: 0 0 0 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 30px;
    line-height: 30px;
  }
  .products .b .bd .box_bd li:nth-child(even) {
    width: 60%;
  }
  .products .b .bd .box_ft .btn {
    min-width: auto;
    padding: 0 5px;
    font-size: 12px;
    line-height: 30px;
  }
  .products .b .bd .box_hd {
    width: 100%;
    height: auto;
  }
  .products .b .bd .price {
    padding: 0;
    text-align: left;
    font-size: 18px !important;
  }
  .products .b .bd .box_hd h4 {
    font-size: 16px;
    margin: 0;
    height: auto;
  }
  .products .b .bd .box_ft img {
    width: 40px;
  }
  .products .b .bd .box_hd h3,
  .products .b .bd .box_hd .liebiao p,
  .products .b .bd .box_hd .flex_item {
    font-size: 12px;
  }
  .products .b .bd .box {
    display: block;
    border: none;
    margin-bottom: 10px;
  }
  .products .b .bd .box_hd h3 {
    margin-top: 15px;
  }
  .banner_info_pro-1 dt,
  .banner_info_pro-2 dt,
  .banner_info_pro-6 dt,
  .banner_info dt {
    padding-top: 140px;
  }
  .banner_info_pro-1,
  .banner_info_pro-2,
  .banner_info_pro-6,
  .banner_info {
    height: 470px;
  }
  .products .a .bd .ft .input-group {
    width: 100%;
  }

  .products .b .bd .box_bd select {
    width: 100%;
  }

  .banner_info .container {
    background: none;
  }
  .hdtop .flex_item > a {
    margin: 0 20px 0 0 !important;
    font-size: 14px;
  }
  .products .b .bd .box_hd > .flex {
    display: block;
  }
  .products .b_hb-4 .bd .box_hd .left {
    width: 100%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 10px;
  }
  .products .b_hb-4 .bd .box_hd .left img {
    width: 30px;
    margin-right: 10px;
  }
  .products .b_hb-4 .bd .box_hd .left dt {
    margin: 0;
  }
  .products .b_hb-4 .bd .box_bd li:nth-child(even) {
    min-width: 50%;
  }

  .homepage .a {
    padding-top: 40px;
  }

  .products .b .bd .price .c_9 {
    display: block;
    margin-top: 0;
  }
  .leftside {
    display: none;
  }
  .activespage_bd .products .b {
    padding: 0;
    background: none;
  }
  .banner_info_active1 .box {
    font-size: 20px;
    width: 90%;
  }
  .banner_info_active1 .box h2 {
    font-size: 30px;
  }
  .tab_common .nav-tabs > li > a {
    font-size: 12px;
    line-height: 45px;
  }
  .activespage_bd .side_top {
    margin: 15px 0;
    padding: 15px;
    font-size: 14px;
  }
  .activespage_bd .side_top dt {
    font-size: 18px;
  }
  .activespage_bd .side_top .swiper-button-next {
    right: 0;
  }
  .activespage_bd .side_top .swiper-button-prev {
    left: 0;
  }
  .activespage_bd .side_top .box {
    padding: 20px 40px 0;
  }
  .activespage_bd {
    padding-bottom: 10px;
    background-size: cover;
  }
  .waveWrapper {
    display: none;
  }
  .activespage_bd .side_top .col-lg-3 {
    border: none;
  }
  .activespage_bd .products .b_hb-4 .bd .box_hd {
    width: 100%;
  }
  .products .b_hb-4 .bd .box > .flex_item {
    padding: 0;
  }

  .homepage .a .swiper-pagination-bullet,
  .banner_home .swiper-pagination-bullet {
    width: 25px;
  }
  .homepage .a .box a:nth-child(3) {
    left: 240px;
  }
  .homepage .g .ft {
    font-size: 14px;
  }
  .products .b .bd .box_hd .flex {
    display: none;
  }
  .products .b_hb-4 .bd .box_hd .flex {
    display: block;
  }
  .products .b_hb-4 .bd .box_hd .left dd {
    display: none;
  }
  .activespage_bd .products .b_hb-4 .bd .box_hd .flex_item img {
    width: 40px;
  }
  .products .b .bd .box_hd .liebiao span {
    display: none;
  }
  .products .b .bd .box_hd .liebiao p {
    margin: 0;
  }
  .products .b .bd .box > .flex_item {
    padding: 0;
  }
  .products .b .bd .box_hd .liebiao {
    display: flex !important;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .products .b_hb-4 .bd .box_hd {
    padding: 15px;
  }
  .products .b .bd .box_ft .text-center {
    text-align: left;
  }
  .hdtop {
    display: block !important;
  }
  .rightside {
    transform: translate(0, 0);
    top: auto;
    bottom: 100px;
    right: 10px;
  }
  .rightside li {
    display: none;
  }
  .rightside li.totop a {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding-top: 20px;
    margin: 0;
  }
  .rightside a .icon4 {
    border-color: #fff;
  }
  .products .a .bd .other .flex_item > a {
    width: 32%;
  }
  .banner_home .bg3 .container,
  .banner_home .bg4 .container {
    background: none;
  }
  .homepage .a .box a > div {
    transform: scale(1.3);
  }
  .products .b .bd .spinner {
    margin: 0;
    flex: 1;
    width: auto;
  }
  .spinner .value,
  .products .b .bd .fwq .spinner .value {
    width: 60%;
  }
  .homepage .c .tabcontent img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .vpsimg {
    width: 60%;
  }
  .password_m {
    min-height: auto;
    padding-top: 60px;
  }
  .password_m .bd {
    min-height: auto;
    margin: 30px 0;
  }
  .password_m .hd ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .password_m .hd ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .password_m .hd {
    width: 100%;
    font-size: 14px;
    padding-top: 20px;
  }
  .password .hd li::after {
    display: none;
  }
  .password .hd li span {
    margin-right: 5px;
  }
  .password .succse {
    padding: 50px 0;
  }
  .password .bd .box {
    padding: 0;
    line-height: 40px;
  }
  .banner_info_q .box {
    font-size: 18px;
    white-space: nowrap;
  }
  .banner_info_q .box h2 {
    font-size: 33px;
  }
  .Novice .title {
    font-size: 20px;
    margin: 15px 0;
  }
  .Novice .bd {
    padding: 0 0 20px;
  }
  .Novice .bd .flex {
    margin: 10px 0;
  }
  .Novice {
    min-height: auto;
    padding-top: 20px;
  }
  .card .a dl dt {
    font-size: 23px;
  }
  .card .a dl {
    font-size: 14px;
    padding: 0;
    height: auto;
  }
  .card .a .bd {
    height: auto;
    margin-bottom: 15px;
  }
  .card .a dl dd {
    padding: 0;
    height: 60px;
    margin-bottom: 20px;
  }
  .card .b {
    padding-top: 0;
  }
  .card .b #tab1 {
    padding: 20px 0;
  }
  .card .b .row {
    padding: 0;
    min-height: auto;
  }
  .card .b .col-lg-3 a {
    width: 100%;
    height: 195px;
    margin: 10px 0 0;
    background-size: 100% 100%;
  }
  .card .b .col-lg-3 .btn {
    font-size: 14px;
    margin-top: 30px;
  }
  .card .b .col-lg-3 a p {
    padding-top: 25px;
  }
  .banner_info_quan .box {
    margin: 0;
    text-align: center;
    width: 100%;
    right: 0;
  }
  .banner_info_quan .box h2 {
    font-size: 30px;
  }
  .card .title h2 {
    font-size: 24px;
  }
  .card .b .col-lg-3 a b {
    font-size: 40px;
  }
  .card .b .col-lg-3 a > span {
    right: 35px;
  }
  .card {
    padding-bottom: 10px;
  }
  .card .b .col-lg-6 .flex {
    display: block;
    padding: 35px 15px 0;
    text-align: center;
    white-space: nowrap;
  }
  .card .b .col-lg-6 .flex img {
    margin-top: 20px;
  }
  .banner_info_pt .container dl {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0 15px;
  }
  .banner_info_pt dt {
    padding-top: 0;
  }
  .banner_info_active2 .box {
    white-space: nowrap;
    font-size: 20px;
    width: 100%;
  }
  .banner_info_active2 .box img {
    width: 50%;
  }
  .banner_info .col-lg-4 {
    position: static;
  }
  .products .b .bd .box_ft .btn + .btn {
    margin-left: 5px;
  }
  .ms_box {
    display: block;
    margin: 10px 0;
  }
  .ms_box .ft {
    width: 100%;
  }
  .ms_box .flex .flex_item b {
    font-size: 16px;
  }
  .ms_box .flex .flex_item.on b {
    font-size: 18px;
  }
  .ms_box .flex .flex_item {
    padding: 10px 0;
  }
  .acitve_item .bd .box_2 .w {
    text-align: left;
  }
  .acitve_item {
    min-height: auto;
    padding: 30px 0;
  }
  .acitve_item .bd .box_3 .bt {
    padding: 15px;
  }
  .acitve_item .bd .box_3 {
    padding-bottom: 0;
  }
  .acitve_item .ft {
    line-height: 24px;
    padding: 15px;
    font-size: 12px;
  }
  .acitve_item .bd .title {
    line-height: 30px;
    padding: 15px;
    display: block;
  }
  .acitve_item .bd .title a {
    color: #fff;
  }
  .acitve_item .bd .box_3 .time {
    margin: 10px 0;
  }
  .acitve_item .bd .box_3 .btn {
    width: 90%;
    margin: 15px auto;
    height: 40px;
    line-height: 40px;
  }
  .acitve_item .bd .box_3 .btn + .btn {
    margin-top: 0;
  }
  .acitve_item .bd .box_3 h3 {
    font-size: 24px;
  }
  .acitve_item .hd {
    display: block;
  }
  .acitve_item .hd .cn {
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }
  .acitve_item .hd > .flex_item {
    padding: 0 15px;
  }
  .acitve_item .bd .box_3 .data span {
    font-size: 20px;
  }
  .acitve_item .bd .box_2 {
    display: block;
  }
  .acitve_item .bd .box_2 ul {
    display: flex;
    margin-bottom: 15px;
  }
  .acitve_item .bd .box_2 ul li {
    margin-right: 15px;
  }
  .acitve_item .bd .spinner {
    min-width: 110px;
    display: flex;
    background: #fff;
    align-items: center;
  }
  .products .a .bd .flex > .yun {
    display: block;
  }
  .products .a .bd .flex > .yun .flex_item a {
    width: 32%;
  }
  .acitve_item .hd .lt p {
    margin-bottom: 10px;
  }
  .acitve_item .hd .lt {
    width: 100%;
    height: auto;
  }
  .acitve_item .hd .cn p {
    font-size: 18px;
  }
  .acitve_item .hd > .flex_item {
    line-height: 30px;
    padding-bottom: 10px;
  }
  .activespage-pt .activespage_bd .products .b {
    background: none;
  }
  .activespage-pt .acitve_item .more {
    margin: 0;
  }
  .card .b .col-lg-6 .flex dt {
    font-size: 18px;
    text-align: center;
  }
  .m_body {
    width: 1440px;
  }
  .m_body .header {
    display: block;
    padding: 0 80px;
  }
  .m_body .footer .a ul,
  .m_body .navbar-collapse {
    display: block;
  }
  .m_body .footer .a h3::before {
    display: none;
  }
  .m_body .navbar-nav,
  .m_body .navbar-nav > li,
  .m_body .navbar-header {
    float: left;
  }
  .m_body .footer .a {
    padding: 15px 80px;
  }
  .header .fr {
    padding-top: 15px;
  }
  .homepage .a .tabtitle li {
    flex: 1;
    text-align: center;
  }
  .homepage .a .tabtitle li + li {
    margin: 0;
  }
  .homepage .a .tabtitle li span {
    padding: 20px 0;
  }
  .homepage .a .bd .side {
    width: 100%;
    margin: 15px 0 0;
  }
  .homepage .a .bd .left img {
    position: static;
    margin: 0 auto;
  }
  .homepage .a .swiper-slide .img {
    margin: 10px auto;
    max-width: 100%;
  }
  .homepage .a .swiper-slide {
    font-size: 12px;
  }
}
