@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  background-color: #f7f9fd;
}

.box1,
.box2,
.box3,
.box4,
.box5 {
  position: relative;
  width: 100%;
}

.box1 {
  padding-bottom: 10px;
}
.box1 .nav {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box1 .nav div {
  height: 50px;
  margin: 15px 0;
  position: relative;
}
.box1 .nav div img {
  height: 100%;
}
.box1 .nav div input {
  width: 760px;
  height: 45px;
  border: 1px solid #2d2e2a;
  text-indent: 20px;
  border-radius: 10px;
}
.box1 .nav div .search-btn {
  width: 65px;
  height: 36px;
  background: #2d2e2a;
  border-radius: 10px 10px 10px 10px;
  position: absolute;
  right: 10px;
  top: 5px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.box1 .nav div .search-btn img {
  width: 20px;
  height: 20px;
  margin-top: 8px;
  vertical-align: middle;
}
.box1 .nav .connect {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.box1 .nav .connect img {
  width: 50px;
  height: 50px;
  background: #d2f5ff;
  margin-right: 15px;
  border-radius: 50%;
}
.box1 .nav .connect span {
  font-size: 14px;
}
.box1 .nav .connect a {
  display: block;
  width: 69px;
  height: 22px;
  line-height: 22px;
  background: #f9ffed;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #9ad426;
  font-size: 11px;
  text-align: center;
  color: #69990d;
}
.box1 .nav ul {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 10;
  background-color: #fff;
}
.box1 .nav ul li {
  width: 720px;
  line-height: 40px;
  color: #333333;
  font-size: 18px;
  cursor: pointer;
  padding: 0 20px;
}
.box1 .nav ul li a {
  display: block;
  color: #333333;
  font-size: 18px;
}
.box1 .nav ul li:hover {
  background-color: #83bc16;
}
.box1 .menu_url {
  padding-left: 130px;
}
.box1 .menu_url a {
  color: #2d2e2a;
  width: 100px;
  height: 40px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
}
.box1 .menu_url a.active {
  background: url("../images/news/pc/menu_url_active.png") no-repeat center bottom;
  -o-background-size: 30%;
     background-size: 30%;
}

.box2 .banner .swiper-slide a {
  width: 100%;
  display: block;
}
.box2 .banner .swiper-slide a img {
  width: 100%;
}

.box2 {
  background: url("../images/news/pc/box2bg.png") no-repeat center top;
  padding-top: 30px;
}
.box2 .top_content {
  width: 1400px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.box2 .top_content .left {
  width: 300px;
  height: 445px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #ffffff;
  padding: 10px 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 15px;
}
.box2 .top_content .left a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  color: #2d2e2a;
}
.box2 .top_content .left a img {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
.box2 .top_content .left a .rig-arrow {
  width: 16px;
}
.box2 .top_content .rig-cont {
  width: 300px;
  height: 445px;
  background-color: #fff;
  text-align: center;
  border-radius: 15px;
}
.box2 .top_content .rig-cont .peo_logo {
  width: 80px;
  height: 80px;
  margin-top: 15px;
  border-radius: 50%;
}
.box2 .top_content .rig-cont .nameorwel {
  color: #2d2e2a;
}
.box2 .top_content .rig-cont .login_btn {
  width: 210px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background-color: #83bc16;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}
.box2 .top_content .rig-cont .xiangmu_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  margin-top: 20px;
}
.box2 .top_content .rig-cont .xiangmu_list a {
  display: block;
  color: #2d2e2a;
  width: 120px;
}
.box2 .top_content .rig-cont .xiangmu_list img {
  width: 26px;
}
.box2 .top_content .rig-cont .xiangmu_list span {
  display: block;
}
.box2 .top_content .rig-cont .product_cont,
.box2 .top_content .rig-cont .product_nologin {
  position: relative;
  width: 240px;
  height: 120px;
  background: #f2f6f9;
  border-radius: 15px 15px 15px 15px;
  margin: 0 auto;
  padding-top: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 20px;
}
.box2 .top_content .rig-cont .product_cont .product_detail,
.box2 .top_content .rig-cont .product_nologin .product_detail {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.box2 .top_content .rig-cont .product_cont .product_detail img,
.box2 .top_content .rig-cont .product_nologin .product_detail img {
  width: 60px;
  margin-right: 15px;
}
.box2 .top_content .rig-cont .product_cont .product_detail p,
.box2 .top_content .rig-cont .product_nologin .product_detail p {
  font-size: 14px;
}
.box2 .top_content .rig-cont .product_cont .product_detail span,
.box2 .top_content .rig-cont .product_nologin .product_detail span {
  font-size: 12px;
  color: #669c00;
  display: inline-block;
  padding: 0 20px;
  height: 22px;
  line-height: 22px;
  background: #eff5e2;
  border-radius: 500px 500px 500px 500px;
  text-align: center;
}
.box2 .top_content .rig-cont .product_cont .validity,
.box2 .top_content .rig-cont .product_nologin .validity {
  margin-top: 10px;
  color: #999999;
  font-size: 12px;
}
.box2 .top_content .rig-cont .product_cont .yichonghzi,
.box2 .top_content .rig-cont .product_nologin .yichonghzi {
  position: absolute;
  width: 50px;
  height: 18px;
  background-color: #83bc16;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  font-size: 11px;
  color: #fff;
  left: 0;
  top: 0;
}
.box2 .top_content .rig-cont .product_nologin {
  height: 105px;
}
.box2 .top_content .rig-cont .product_nologin .product_detail span {
  color: #999;
  display: inline-block;
  padding: 0;
  height: 22px;
  line-height: 22px;
  background: none;
  text-align: left;
}
.box2 .top_content .rig-cont .product_msg {
  font-size: 12px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  padding: 0 10px;
  color: #2d2e2a;
}
.box2 .top_content .rig-cont .product_msg .msg_tit {
  width: 205px;
  overflow: hidden;
  word-break: break-all; /* break-all(允许在单词内换行。) */
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; /* 超出部分省略号 */
  white-space: nowrap;
}
.box2 .top_content .rig-cont .product_msg img {
  width: 16px;
  vertical-align: middle;
}

.box3 .erweima-model {
  width: 100vw;
  height: 100%;
  position: fixed;
  z-index: 10;
  background: #444;
  opacity: 0.5;
  top: 0;
}

.box3 .erweima {
  display: none;
  width: 416px;
  height: 411px;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-left: -165px;
  margin-top: -165px;
  z-index: 11;
  background: url("../images/news/erweim-bg.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.box3 .erweima .closeImg {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-left: -20px;
}

.box3 .erweima .closeImg img {
  height: 100%;
  cursor: pointer;
}

.box3 .erweima .tit {
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-top: 20px;
  margin-left: 35px;
}

.box3 .erweima .txt {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}

.box3 .erweima #code {
  width: 230px;
  height: 230px;
  margin-left: 85px;
  margin-top: 25px;
  border: 1px solid #b8b9b6;
  border-radius: 30px;
  padding: 15px;
}

.box3 .erweima .pro-logo {
  width: 80px;
  height: 80px;
  border-radius: 30px;
  position: absolute;
  top: 10px;
  left: 50px;
}

.box3 .model_login {
  width: 622px;
  height: 424px;
  background-image: url("../images/news/pc/loginbg.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  background-color: #ffffff;
  border-radius: 15px 15px 15px 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
  padding: 45px 90px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.box3 .model_login .tit {
  text-align: center;
  color: #2d2e2a;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}
.box3 .model_login input {
  display: block;
  height: 52px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #e4e8ed;
  text-indent: 20px;
  outline: 1px solid #e4e8ed;
  font-size: 18px;
}
.box3 .model_login .phone {
  width: 435px;
}
.box3 .model_login .code {
  width: 282px;
}
.box3 .model_login .code-box {
  margin: 30px auto;
  margin-bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box3 .model_login .code-box .get_code {
  display: block;
  width: 120px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #77ad10;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #e4e8ed;
  cursor: pointer;
}
.box3 .model_login .login_btn {
  width: 300px;
  height: 52px;
  line-height: 52px;
  margin: 0 auto;
  text-align: center;
  background: -webkit-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: -moz-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: -o-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: linear-gradient(90deg, #83bc16 0%, #9ad426 100%);
  border-radius: 100px 100px 100px 100px;
  color: #ffffff;
  margin-top: 60px;
  cursor: pointer;
}

.product {
  width: 1400px;
  margin: 0 auto;
  padding-top: 80px;
}
.product .title {
  font-size: 38px;
  color: #2d2e2a;
  text-align: center;
  font-weight: bold;
}
.product .see-more {
  width: 172px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border-radius: 1000px 1000px 1000px 1000px;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product .see-more img {
  width: 34px;
  vertical-align: middle;
  margin-left: 10px;
}
.product .product-list {
  width: 900px;
  height: 50px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px 15px 15px 15px;
  margin-top: 40px;
}
.product .product-list .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product .product-list .pro-name {
  color: #2d2e2a;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #f7f9fd;
  border-radius: 12px 12px 12px 12px;
  cursor: pointer;
  margin-left: 30px;
}
.product .product-list .swiper-slide.active .pro-name {
  background-color: #83bc16;
  color: #fff;
}
.product .product-ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
  height: 1100px;
  overflow-y: scroll;
  -ms-overflow-style: none; /* Internet Explorer 和 Edge */
  scrollbar-width: none;
}
.product .product-ul .product-item {
  width: 215px;
  border-radius: 0.3rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  background: #fff;
  padding: 40px;
  margin: 0 18px 18px 0;
  border-radius: 15px 15px 15px 15px;
}
.product .product-ul .product-item img {
  width: 80px;
  height: 80px;
  border-radius: 30px;
}
.product .product-ul .product-item p {
  color: #2d2e2a;
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
}
.product .product-ul .product-item .jiage-msg {
  color: #f17514;
}
.product .product-ul .product-item .jiage-msg span {
  font-size: 20px;
  font-weight: bold;
}
.product .product-ul .product-item:last-child {
  margin-right: auto;
}
.product .product-ul::-webkit-scrollbar {
  display: none; /* Safari 和 Chrome */
}

.zixun {
  width: 1400px;
  margin: 0 auto;
  padding-top: 80px;
  background-color: #fff;
  padding-bottom: 20px;
}
.zixun .title {
  font-size: 38px;
  color: #2d2e2a;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.zixun .zhuangshi {
  width: 39px;
  height: 7px;
  background: #83bc16;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 500px 500px 500px 500px;
}
.zixun .zixun-cont {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.zixun .zixun-cont .zixun-left {
  width: 650px;
  height: 450px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.zixun .zixun-cont .zixun-left .zixun-item .zixun-item-tit {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  margin-bottom: 20px;
}
.zixun .zixun-cont .zixun-left .zixun-item img {
  width: 30px;
  vertical-align: middle;
}
.zixun .zixun-cont .zixun-left .zixun-item .zixun-item-msg {
  font-size: 14px;
}
.zixun .zixun-cont .zixun-left .zix_btn img {
  width: 40px;
  margin-right: 30px;
  cursor: pointer;
}
.zixun .zixun-cont .zixun-right {
  width: 1000px;
  height: 450px;
  overflow: hidden;
  padding-top: 50px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.zixun .zixun-cont .zixun-right .swiper-slide p {
  padding-right: 20px;
}
.zixun .zixun-cont .zixun-right .swiper-slide p img {
  width: 100%;
}
.zixun .zixun-cont .zixun-right .swiper-slide .zhezhao {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 100%;
  padding-right: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.use {
  width: 1400px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 120px;
}
.use .title {
  font-size: 38px;
  color: #2d2e2a;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.use .zhuangshi {
  width: 39px;
  height: 7px;
  background: #83bc16;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 500px 500px 500px 500px;
  margin-bottom: 60px;
}
.use .use-list {
  width: 39%;
  display: inline-block;
  float: left;
}
.use .use-list .fenxiao {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 15px 30px;
  cursor: pointer;
}
.use .use-list .fenxiao .fenxiao-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.use .use-list .fenxiao .fenxiao-item img {
  height: 40px;
  margin-right: 5px;
}
.use .use-list .fenxiao .fenxiao-item span {
  font-weight: 500;
  font-size: 20px;
  color: #2d2e2a;
}
.use .use-list .fenxiao .fenxiao-msg {
  margin-left: 45px;
  color: #606060;
}
.use .use-list .fenxiao.active {
  border: 2px solid #84be17;
  background: url(../images/news/pc/fenxian-bg.png) no-repeat center center;
}
.use .use-list .fenxiao.active span {
  color: #84be17;
}
.use .use-img {
  width: 60%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 15px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 550px;
  padding-left: 100px;
}
.use .use-img img {
  width: 708px;
  vertical-align: middle;
}

.partner {
  width: 1400px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 120px;
}
.partner .title {
  font-size: 38px;
  color: #2d2e2a;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.partner .zhuangshi {
  width: 39px;
  height: 7px;
  background: #83bc16;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 500px 500px 500px 500px;
  margin-bottom: 60px;
}
.partner .swiper-container-partner {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.partner .swiper-container-partner .partner-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.partner .swiper-container-partner .partner-item p {
  text-align: center;
  background-color: #f7f9fd;
  border-radius: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  width: 246px;
  height: 110px;
  line-height: 110px;
}
.partner .swiper-container-partner .partner-item img {
  height: 50px;
  vertical-align: middle;
}
.partner .swiper-container-partner .partner-item p:last-child {
  margin-right: auto;
}

.question {
  width: 1400px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 120px;
  height: 300px;
}
.question .title {
  font-size: 38px;
  color: #2d2e2a;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.question .zhuangshi {
  width: 39px;
  height: 7px;
  background: #83bc16;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 500px 500px 500px 500px;
  margin-bottom: 60px;
}
.question .question-list {
  width: 45%;
  height: 90px;
  float: left;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #ffffff;
  border-radius: 40px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px;
  padding: 0 35px;
  color: #2d2e2a;
}
.question .question-list .question-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.question .question-list .question-item img {
  height: 38px;
  margin-right: 23px;
}
.question .question-list img {
  height: 30px;
}

.footer {
  clear: left;
  width: 1400px;
  margin: 0 auto;
  padding-top: 80px;
  color: #fff;
}
.footer .top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .top .left {
  display: inline-block;
}
.footer .top .left img {
  height: 142px;
  margin-top: 10px;
}
.footer .top .mesg {
  display: inline-block;
  color: #a8a8a8;
  margin-left: 80px;
}
.footer .top .mesg .mesg_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.footer .top .mesg .mesg_list .mesg_title {
  color: #fff;
}
.footer .top .mesg .mesg_list img {
  width: 38px;
  height: 38px;
  margin-right: 20px;
}
.footer .top .rig {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
}
.footer .top .rig .pro-item {
  margin-right: 80px;
}
.footer .top .rig .pro-item .pro-tit {
  color: #fff;
}
.footer .top .rig .pro-item p {
  display: inline-block;
  margin-right: 40px;
  color: #a8a8a8;
}
.footer .top .rig .help-item .pro-tit {
  color: #fff;
}
.footer .top .rig .help-item a {
  color: #a8a8a8;
  display: block;
}

.line {
  height: 0px;
  border: 1px solid #ffffff;
  opacity: 0.15;
}

.bot {
  color: #999999;
  font-size: 12px;
  text-align: center;
  width: 800px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 25px;
  padding-bottom: 60px;
}