@charset "UTF-8";
html,body{
  overflow-x: hidden;
  font-family: "Source Han Sans CN";
}
.top-adbanner{
  width: 100%;
  position: relative;
}
.top-adbanner .banner_img{
  width: 100%;
  height: 40px;
}

.top-adbanner .banner_close{
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 8px;
}

.top-adbanner .banner_close img{
  width: 100%;
  height: auto;
}

.top-adbanner .top_countdown{
  width: 300px;
  position: absolute;
  top: 16%;
  right: 32%;
  height: 100%;
}


.top-adbanner .top_countdown #days_1,#hours_1,#minutes_1,#seconds_1{
  background-image: url("/static/cn/images/gu_image/shibg.png");
}

.top-adbanner .top_countdown #days_2{
  background-image: url("/static/cn/images/gu_image/tian.png");
}

.top-adbanner .top_countdown #hours_2{
  background-image: url("/static/cn/images/gu_image/shi.png");
}
.top-adbanner .top_countdown #minutes_2{
  background-image: url("/static/cn/images/gu_image/fen.png");
}

.top-adbanner .top_countdown #seconds_2{
  background-image: url("/static/cn/images/gu_image/miao.png");
}


.top-adbanner .top_countdown span{
  color: #ffffff;
  display: inline-block;
  width: 20px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  background-repeat: round;
  font-family: cursive;
}


.top {
  /*margin-top: -4px;*/
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top {
  /*margin-top: -4px;*/
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.other_top{
  /*
  公共类
  首页banner-top加个height,其余页面去掉
  */
  height: unset;
}
.top .header {
  /*position: absolute;*/
  /*top: 0;*/
  left: 0;
  width: 100%;
  height: auto;
  /*background-color: #4088f100;*/
  background-color: transparent;
  position: fixed;
  z-index: 99999;
  transition: 0.5s;
}
.top .header2{
  background-color: rgba(255, 255, 255, 1) !important;
  top: 0;
  backdrop-filter: blur(8px);
}

.top .header .header_c {
  margin: auto;
  max-width: 1500px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*background: #FFFFFF;*/
}

.top .header .header_c .logo {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top .header .header_c .logo a img {
  height: 60px;
  /*margin-top: 3px;*/
}

.top .header .header_c .header_right {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.top .header .header_c .header_right .nav {
  width: auto;
  height: 100%;
}

.top .header .header_c .header_right .nav ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.top .header .header_c .header_right .nav ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
}

.top .header .header_c .header_right .nav ul li:last-child {
  border: none;
}

.top .header .header_c .header_right .nav ul li a {
  display: flex;
  align-items: center;
  width: auto;
  height: 20px;
  padding: 0 25px;
  color: #1a1a1a;
  line-height: 20px;
  font-size: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.top .header .header_c .header_right .nav ul li a img {
  margin-left: 6px;
  width: auto;
}

.top .header .header_c .header_right .nav ul li span {
  position: absolute;
  top: 8px;
  width: auto;
  height: auto;
  padding: 0px 8px;
  background-color: #FF7A29;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
}

.top .header .header_c .header_right .caozuo {
  height: 100%;
  margin-left: 20px;
  width: auto;
  display: flex;
  align-items: center;
}

.top .header .header_c .header_right .caozuo .caozuo1 {
  margin-right: 20px;
  width: 80px;
  height: 35px;
}

.top .header .header_c .header_right .caozuo .caozuo1 a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 35px;
  color: #fff;
  background-color: #FF7A29;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #FF7A29;
  transition: all 0.5s;

}
.top .header .header_c .header_right .caozuo .caozuo1 a:hover
{
  background-color: #ff9a5c;
  border: 1px solid #ff9a5c;
}

.top .header .header_c .header_right .caozuo .caozuo2 {
  position: relative;
  width: 80px;
  height: 35px;
}

.top .header .header_c .header_right .caozuo .caozuo2 a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 35px;
  color: #1a1a1a;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #1a1a1a;
  transition: all 0.5s;
}
.top .header .header_c .header_right .caozuo .caozuo2 a:hover
{
  background-color: #ff9a5c;
  border: 1px solid #ff9a5c;
}

.top .header .header_c .header_right .caozuo .caozuo2 span {
  position: absolute;
  top: -17px;
  left: 30px;
  width: auto;
  height: auto;
  padding: 2px 8px;
  background-color: #FF7A29;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.top .banner {
  width: 100%;
  height: auto;
}
/*打字光标 start*/
.top .typedCursor{
  color: #0d6efb;
}
.top .big_title span{
  color: #0d6efd;
}

.typed-cursor{
  /*color: #1a1a1a !important;*/
}
/*光标颜色 end*/
/* bannerIcon start */
.neirong .ip_count{
  margin-bottom: 0;
  width: 50%;
  margin: auto;
}
.neirong .ip_count ul{
  margin-top: 30px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.neirong .ip_count ul li{
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin: auto !important;
}
.neirong .ip_count img{
  padding: 5px;
}
.neirong .ip_count .des{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
}
.top .neirong {
  position: absolute;
  top: 15%;
  /*width: 80%;*/
  max-width: 1500px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top .neirong .big_title {
  font-family: "Source Han Sans CN";
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% /* 81px */;
  text-align: center;
  margin-bottom: 30px;
  color: #1a1a1a;
}

.top .neirong .little_title {
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100% /* 22px */;
  color: #1a1a1a;
}

.top .neirong .buy {
  margin-top: 50px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.top .neirong .buy img{
  position: absolute;
  left: 20%;
  top: -100%;
  transform: translate(0%, 50%);
}
.top .neirong .buy a {
  margin-right: 25px;
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #FF7A29;
  border: 1px solid #FF7A29;
  text-align: center;
  font-size: 16px;
  transition: all 0.5s;
  border-radius: 4px;
}
.top .neirong .buy a:hover
{
  background-color: #ff9a5c;
  border: 1px solid #ff9a5c;
}

.top .neirong .buy a:last-child {
  background-color: transparent;
  border: 1px solid #1a1a1a;
  backdrop-filter: blur(3px);
  color: #1a1a1a;
}
.top .neirong .buy a:last-child:hover
{
  background-color: #ff9a5c;
  border: 1px solid #ff9a5c;
}
/*套餐购买页面buy- start*/
/*banner start*/
.top .public_banner{
  width: 100%;
  margin: auto;
  position: absolute;
  top: 28%;
}
.top .neirong1 {
  max-width: 1500px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top .neirong1 .neirong1_left{
  margin-top: -50px;
}
.top .neirong1 .neirong1_left .big_title{
  color: #1A1A1A;
  text-align: left;
  font-family: "Source Han Sans CN";
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 100% /* 54px */;
}
.top .neirong1 .neirong1_left .small_title{
  color: #1A1A1A;
  text-align: left;
  font-family: "Source Han Sans CN";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100% /* 22px */;
  margin-top: 30px;
}

.top .neirong1 .tags p {
  color: #fff;
  font-size: 15px;
}

.top .neirong1 h2 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 10px;
}

.top .neirong1 p {
  font-size: 20px;
  color: #fff;
}
.buy_package{
  margin-top: 50px;
}
.buy_package .buy_package_main{
  margin-top: 60px;
  width: 100%;
}

.buy_package .buy_package_main .el-tabs__header{
  border: none;
}

.buy_package .buy_package_main .el-tabs__nav-scroll{
  width: 32%;
  margin: auto;
  border: 1px solid #000;
  border-radius: 30px;
}

.buy_package .buy_package_main .el-tabs__nav{
  width: 100%;
  padding: 5px;
  display: flex;
}

.buy_package .buy_package_main .el-tabs__item{
  text-align: center;
  width: 50%;
  border-radius: 30px;
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  display: inline-block;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: #303133;
  position: relative;
}

.buy_package .buy_package_main .el-tabs__item.is-active{
  background-color: #070017 !important;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: 0.5s;
  width: 100%;
}
/*静态模块样式*/
。static-main{
  width: 100%;
}

.static-main .plate-color .proxies{
  display: flex;
  justify-content: space-between;
  max-width: 1410px;
  margin: 80px auto;
  height: 1100px;
}

.static-main .plate-color .proxies .proxies-left{
  width: 75%;
  display: flex;
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px #C7C5C5;
  flex-direction: column;
}

.static-main .plate-color .proxies .proxies-left .left-bigtitle .bigtitle_first{
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  line-height: 20px;
  margin: 20px;
  display: flex;
  position: relative;
}

#countdown{
  position: absolute;
  right: 10px;
 /* display: none;*/
  font-size: 16px;
  height: 100%;
  align-items: center;
}

.static-main .plate-color .proxies .proxies-left .left-bigtitle .line{
  background-color: #ccc;
  height: 1px;
  width: 96%;
  margin: 10px auto;
}

.static-main .plate-color .proxies .proxies-left .left-main{
  display: flex;
  flex-wrap: wrap;
  height: 90%;
  overflow: auto;
}

.static-main .left_title_card{
  width: 100%;
}

.static-main .plate-color .proxies .proxies-left .left-main .left_title_card .region .card_title{
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 20px;
  margin: 20px;
}

.static-main .plate-color .proxies .left-card-main{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

.static-main .plate-color .proxies .left-one{
  margin: 1.5%;
  display: flex;
  align-items: center;
  background-color: #F2F5FB;
  border-radius: 4px;
  width: 47%;
  position: relative;
  justify-content: space-between;
}

.static-main .plate-color .proxies .left-one .fire{
  position: absolute;
  bottom: 40px;
  left: -28px;
}

.static-main .plate-color .proxies .left-one img{
  padding: 20px 0 20px 20px;
}

.static-main .plate-color .proxies .left-one .left-one-country{
  padding-right: 10px;
}

.static-main .plate-color .proxies .left-one .left-one-number{
  padding: 0 10px;
}

.static-main .plate-color .proxies .proxies-right{
  width: 24%;
  min-width: 337px;
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px #C7C5C5;
}

.proxies-right .proxies-right-top{
  margin-bottom: 40px;
  box-shadow: 0px 0px 25px 0px #C7C5C5;
  padding: 30px 0;
  border-radius: 8px;
}

.proxies-right .proxies-right-down{
  background-color: #F2F5FB;
  width: 92%;
  margin: auto;
  border-radius: 8px;
  padding: 10px;
}

.static-main .plate-color .proxies .proxies-right .left-bigtitle{
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  line-height: 20px;
  width: 100% !important;
}

.static-main .plate-color .proxies .proxies-right .bigtitle_first{
  margin: 20px;
}

.static-main .plate-color .proxies .proxies-right .left-bigtitle .line{
  background-color: #ccc;
  height: 1px;
  width: 96%;
  margin: 10px auto;
}

.static-main .plate-color .proxies .proxies-right .right-statictitle{
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  line-height: 20px;
  margin: 20px;
}

.proxies-right .right-country-main{
  height: 335px;
  overflow: auto;
}

.proxies-right .right-country-main .left-one{
  width: 96% !important;
}

.proxies-days{
  margin-left: 17px;
  margin-right: 17px;
  padding: 20px 0;
  border-top: 1px dashed #eee;
}

.line{
  background-color: #ccc;
  height: 1px;
  width: 90%;
  margin: auto;
}

.proxies-right .proxies-right-top .right-total{
  width: 90%;
  margin: auto;
}

.proxies-right .proxies-right-top .right-total .right-total-num{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.proxies-right .proxies-right-top .right-total .el-button{
  background: #FF9200;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  line-height: 14px;
  width: 100%;
  margin: 30px 0 0 0;
}


.right-country-main .left-one .left-one-country{
  display: flex;
  align-items: center;
}

.static-main .plate-color .proxies .left-one .left-one-country p:last-child{
  font-size: 12px;
  color: #999;
  text-align: left;
}

.static-main .plate-color .proxies .left-one .left-one-country p{
  margin: 5px !important;
}

/*静态模块样式end*/

.buy_package .buy_package_main .buy_main_center{
  background-color: #fff;
  margin:50px auto;
  max-width: 1500px;
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}
.buy_package_main .center_card{
  text-align: center;
  position: relative;
  width: 23%;
  height: 380px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 2px 17.4px 2px rgba(68, 88, 144, 0.27);
  margin: 0 30px 60px 0;
  padding-top: 10px;
}

.buy_package_main .custom_made{
  background-image: url(/static/cn/images/revision_imgs/house.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.buy_package .center_card .pos_img{
  width: 100%;
  /*position: absolute;*/
  /*top: -9%;*/
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: space-between;*/
}
.buy_package .center_card .pos_img .fireimg{
  position: absolute;
  top: -6%;
  left: 0;
}
.buy_package .center_card .pos_img .stickerimg{
  position: absolute;
  top: -7%;
  right: 0;
}
.buy_package .center_card .discount_num{
  /*position: relative;*/
}
.buy_package .center_card .discount_num span{
  position: absolute;
  top: -3%;
  right: -41%;
  width: 100%;
  font-size: 14px;
  color: #0F244D;
  font-weight: 500;
}
.buy_package .center_card .price_title{
  color: #1A1A1A;
  font-family: "Source Han Sans CN";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% /* 24px */;
  padding: 18px;
}
.buy_package .center_card .price_liu{
  color: #1A1A1A;
  font-family: "Source Han Sans CN";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  height: 36px;
  width: 78%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;

}

.buy_package .center_card .price_free{
  border-radius: 5px;
  border: 1px solid #fd7e14;
}

.buy_package .center_card .price_liu span{
  display: inline-block;
}

.buy_package .center_card .price_liu .price_flow{
  width: 36%;
  font-weight:bold;
}

.buy_package .center_card .price_liu .price-song{
  width: 64%;
  background: #FF6F32;
  color: #fff;
  height: 34px;
  font-size: 14px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
}

.buy_package .center_card .price_unit{
  padding-bottom: 20px;
  margin-top: 10px;
}
.buy_package .center_card .price_unit .price_dan{
  color: #1A1A1A;
  font-family: "Source Han Sans CN";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.buy_package .center_card .price_unit .unit{
  color: #1A1A1A;
  font-family: "Source Han Sans CN";
  font-size: 12px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.buy_package .center_card .original{
  color: #999;
  font-family: "Source Han Sans CN";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% /* 18px */;
  text-decoration: line-through;
  padding-left: 10px;
}

.buy_package .center_card .reduction{
  display: inline-block;
  height:28px;
  line-height: 24px;
  border-radius: 5px;
  background: #FF3032;
  color: #ffffff;
  font-size: 12px;
  padding: 1px 5px;
  margin-left: 10px;
}

.buy_package .center_card .price_total{
  display: flex;
  padding-bottom: 20px;
  justify-content: center;
  align-items: center;
}

.buy_package .center_card .price_total .total_text{
  color: #1A1A1A;
  font-family: "Source Han Sans CN";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% /* 21px */;
}
.buy_package .center_card .gross_price{
  color: #0D6EFB;
  font-family: "Source Han Sans CN";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.buy_package .center_card .red_color{
  color: #FA0505;!important;
}

.buy_package .oper_buy{
  width: 90%;
  height: 40px;
  /*border: 1px solid #1a1a1a;*/
  margin: auto;
}

.buy_package .oper_buy a{
  display: block;
  color: #ffffff;
  border-radius: 8px;
  text-align: center;
  background: #0D6EFB;
  width: 100%;
  height: 34px;
  line-height: 34px;
}

.buy_package .price_tips{
  width: 82%;
  margin: auto;
  margin-top: 20px;
  text-align: left;
}
.buy_package .custom_tips{
  margin-bottom: 43px;
  color: #1a1a1a;
  font-family: "Source Han Sans CN";
  font-style: normal;
  font-weight: 500;
  line-height: 150% /* 18px */;
  width: 100%;
  padding: 0 20px;
}
.buy_package .price_tips p{
  padding-bottom: 6px;
}
.buy_package .price_tips span{
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% /* 18px */;
}
/*buy end */
/*
public-start
类名public开头-公共样式
*/
.public_top{
  position: relative;
}
.public_top .big_title{
  color: #1A1A1A;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% /* 48px */;
}
.public_top .small_title{
  color: #1A1A1A;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% /* 21px */;
}
.public_top .small_title_two{
  color: #1A1A1A;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% /* 18px */;
  margin-top: 10px;
}
.public_top img {
  position: absolute;
  top: -10px;
  right: 45%;
  width: auto;
}
/* public-end */
/* 解决方案 start */
.top .neirong2 {
  position: absolute;
  top: 28%;
  max-width: 1500px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top .neirong2 .big_title {
  color: #1A1A1A;
  font-family: "Source Han Sans CN";
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% /* 81px */;
}

.top .neirong2 .small_title {
  color: #1A1A1A;
  font-family: "Source Han Sans CN";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% /* 33px */;
  padding-top: 20px;
}
.top .neirong2 .neirong2_left{
  width: 46%;
  margin-top: -40px;
}
.top .neirong2 .neirong2_right{
  width: 46%;
  text-align: right;
}
.top .neirong2 .xuanze {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.top .neirong2 .xuanze a {
  display: block;
  margin-right: 20px;
  width: 140px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #FF7B29;
  color: #fff;
  border: 1px solid #FF7A29;
  border-radius: 5px;
  font-size: 16px;
}

.top .neirong2 .xuanze a:nth-child(2) {
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
  background: transparent;
  /*border: 1px solid rgba(255, 255, 255, 0.8);*/
}
/*获取代理 start*/
.top .neirong3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  max-width: 1500px;
  margin: auto;
  height: auto;
  top: 14%;
}

.top .neirong3 .big_title {
  color: #1A1A1A;
  font-family: "Source Han Sans CN";
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% /* 81px */;
}

.top .neirong3 .small_title {
  color: #1A1A1A;
  font-family: "Source Han Sans CN";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% /* 33px */;
  padding-top: 10px;
}
.top .neirong3_left{
  margin-top: -40px;
}
.top .neirong3 a {
  display: block;
  width: 130px;
  height: 45px;
  border-radius: 10px;
  border: 1px solid #1a1a1a;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #1a1a1a;
  margin-top: 30px;
}

.youshi {
  position: relative;
  margin: auto;
  max-width: 1500px;
  width: 100%;
  height: 155px;
  z-index: 999;
  margin-top: 80px;
}

.youshi ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.youshi ul li {
  width: 23%;
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.8);
  backdrop-filter: blur(8px);
  box-sizing: border-box;
  padding: 0 2%;
  cursor: pointer;
  transition: all 0.35s;
  box-shadow: 0px 1px 10px 0px rgba(13, 110, 251, 0.30);
  /*box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);*/

}

.youshi ul li:hover {
  box-shadow: 0px 1px 10px 0px rgba(13, 110, 251, 0.30);
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);*/
  transform: scale(1.1);
}

.youshi ul li img {
  margin-right: 12px;
  width: auto;
}

.youshi ul li .des {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.youshi ul li .des p {
  color: #1A1A1A;
  text-align: left;
  font-family: "Source Han Sans CN";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% /* 30px */;
  margin-bottom: 10px;
}

.youshi ul li .des span {
  color: #1A1A1A;
  font-family: "Source Han Sans CN";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% /* 24px */;
}
/*轮播 start*/
.hb_swiper{

}
/* 浮动 */
.fudong {
  position: fixed;
  right: 1%;
  z-index: 999;
  top: 30%;
  height: auto;
}

.fudong ul {
  width: 60px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fudong ul li {
  margin-bottom: 10px;
  width: 60px;
  height: 60px;
}

.fudong ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 5px #ccc;
}

.fudong ul li a img {
  margin-bottom: 5px;
  width: 30px;
}

.fudong ul li a p {
  font-size: 11px;
  color: #333;
}
/*核心优势 start*/
.shili {
  margin-bottom: 80px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shili .shili_top {
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shili .shili_top .big_title{
  color: #1A1A1A;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% /* 48px */;
}
.shili .shili_top .small_title{
  color: #1A1A1A;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% /* 27px */;
  margin-top: 10px;
}

.shili .shili_top img {
  position: absolute;
  top: -10px;
  margin-left: 140px;
  width: auto;
}

.shili .shili_con {
  max-width: 1500px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shili .shili_con .shili_left {
  width: 100% ;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shili .shili_con .shili_left .left1 {
  width: 24%;
  height: 352px;
  position: relative;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
}

.shili .shili_con .shili_left .left1:hover {
  background-color: #002FA8;
  color: #fff;
}

.shili .shili_con .shili_left .left1:hover .diqiu{
  display: block;
}
.shili .shili_con .shili_left .left1:hover .left1_c i {
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.shili .shili_con .shili_left .left1:hover .left1_c .des p {
  color: #fff;
}

.shili .shili_con .shili_left .left1:hover .left1_c .des span {
  color: rgba(255, 255, 255, 0.6);
}

.shili .shili_con .shili_left .left1 .diqiu {
  display: none;
  position: absolute;
  width: 320px;
  height: auto;
  z-index: 3;
  top: 30%;
  right: -25%;
}

.shili .shili_con .shili_left .left1 .left1_c {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: baseline;
}
.shili .shili_con .shili_left .left1 .left1_c img{
  width: 80px;
  height: auto;
  margin: auto;
  margin-bottom: 30px;
}
.shili .shili_con .shili_left .left1 .left1_c .hover_imgicon{
  display: none;
}
.shili .shili_con .shili_left .left1:hover .hover_imgicon{
  display: block;
}
.shili .shili_con .shili_left .left1:hover .block_imgicon{
  display: none;
}
.shili .shili_con .shili_left .left1 .left1_c i {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #FF7A29;
  border-radius: 50%;
  margin-right: 20px;
}

.shili .shili_con .shili_left .left1 .left1_c .des {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.shili .shili_con .shili_left .left1 .left1_c .des p {
  color: #1A1A1A;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150% /* 30px */;
  margin: auto;
  margin-bottom: 20px;
}

.shili .shili_con .shili_left .left1 .left1_c .des span {
  color: #1A1A1A;
  font-family: "Source Han Sans CN";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% /* 24px */;
}
.shili .shili_con .shili_left .left1:hover span {
  color: #fff !important;
}
.shili .shili_con .mid {
  display: block;
  margin: 0 30px;
  width: 45%;
}

.shili .shili_con .shili_right {
  width: 485px;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.shili .shili_con .shili_right .left1 {
  margin: 20px 0;
  width: 485px;
  height: 180px;
  position: relative;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 35px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
}

.shili .shili_con .shili_right .left1:hover img {
  display: block;
}

.shili .shili_con .shili_right .left1:hover .left1_c i {
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.shili .shili_con .shili_right .left1:hover .left1_c .des p {
  color: #fff;
}

.shili .shili_con .shili_right .left1:hover .left1_c .des span {
  color: rgba(255, 255, 255, 0.6);
}

.shili .shili_con .shili_right .left1 img {
  display: none;
  position: absolute;
  width: 320px;
  height: auto;
  z-index: 3;
  top: 10px;
  right: -60px;
}

.shili .shili_con .shili_right .left1 .left1_c {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: baseline;
}

.shili .shili_con .shili_right .left1 .left1_c i {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #FF7A29;
  border-radius: 50%;
  margin-right: 20px;
}

.shili .shili_con .shili_right .left1 .left1_c .des {
  display: flex;
  flex-direction: column;
  width: 85%;
}

.shili .shili_con .shili_right .left1 .left1_c .des p {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

.shili .shili_con .shili_right .left1 .left1_c .des span {
  color: #999;
  font-size: 15px;
  line-height: 25px;
}
/*业务 start*/
.yewu {
  margin-bottom: 70px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 70px 0;
  background: url(../images/con_bg.jpg) center no-repeat;
  background-size: 100% 100%;
}

.yewu .yewu_top {
  margin: auto;
  margin-bottom: 60px;
  position: relative;
  /*width: 100%;*/
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.yewu .yewu_top h2 {
  margin-bottom: 8px;
  font-size: 32px;
  color: #1a1a1a;
  font-weight: 500;
}

.yewu .yewu_top span {
  font-size: 14px;
  color: #1a1a1a;
  margin-top: 10px;
}

.yewu .yewu_top img {
  position: absolute;
  top: -10px;
  right: -4%;
  width: auto;
}

.yewu .yewu_con {
  max-width: 1500px;
  width: 100%;
  height: auto;
}

.yewu .yewu_con ul {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.yewu .yewu_con ul li {
  width: 25%;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
  box-sizing: border-box;
  padding: 0 40px;
  cursor: pointer;
  border-radius: 5px;
}

.yewu .yewu_con ul li:hover {
  background-color: #fff;
  box-shadow: 0 0 20px 0px #eef9ff;
}

.yewu .yewu_con ul li img {
  margin-bottom: 20px;
  width: 82px;
  height: auto;
}

.yewu .yewu_con ul li p {
  margin-bottom: 10px;
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 500;
}

.yewu .yewu_con ul li span {
  font-size: 15px;
  color: #666;
  text-align: center;
}
/*动态住宅 start*/
.products {
  margin: 70px 0;
  max-width: 1500px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.products .products_top .big_title{
  color: #1A1A1A;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% /* 48px */;
}
.products .products_top{
  position: relative;
  text-align: center;
}

.products .products_top .small_title{
  color: #1A1A1A;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% /* 21px */;
  margin-top: 10px;
}
.products .products_top img{
  position: absolute;
  top: -10%;
  right: -5%;
}
.products .products_tab{
  width: 20%;
  margin: auto;
  flex-shrink: 0;
  border-radius: 10px;
  background: #ECF4FF;
  /*background-color: #0D6EFB;*/
  margin-top: 30px;
}
.products .products_tab .tab_bg{
  font-weight: 500;
  color: #1a1a1a;
  font-size: 18px;
  padding: 10px;
  /*background-color: #fff;*/
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;

}
.products .products_main{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.products .main_right,.main_left{
  width: 46%;
}
.products .main_left img{
  width: 100%;
}
.products .main_right .big_title{
  color: #1A1A1A;
  text-align: left;
  font-family: "Source Han Sans CN";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% /* 33px */;

}
.products .main_right .small_title{
  color: #1A1A1A;
  font-family: "Source Han Sans CN";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% /* 24px */;
  margin-top: 20px;
}
.products .main_right .point{
  display: flex;
  flex-direction: column;
  margin: 30px 0 40px 0;
}
.products .main_right .point p{
  margin-bottom: 8px;
}
.products .main_right .point span{
  color: #1A1A1A;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% /* 21px */;
  padding-left: 6px;
}
.products .oper_jump a{
  height: 40px;
  padding: 8px 33px;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 8px;

}
/* 地球 start*/
.ditu {
  margin-top: 150px;
  width: 100%;
  height: auto;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ditu .ditu_top {
  margin: auto;
  margin-bottom: 60px;
  position: relative;
  /*width: 100%;*/
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ditu .ditu_top .big_title {
  color: #1A1A1A;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% /* 48px */;
}

.ditu .ditu_top .small_title {
  color: #1A1A1A;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% /* 27px */;
  margin-top: 10px;
}

.ditu .ditu_top img {
  position: absolute;
  top: -10px;
  right: 3%;
  width: auto;
}
.ditu .ditu_num{
  width: 100%;


}
.ditu .ditu_num .ditu_num_main{
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.ditu .ditu_num .ditu_num_card{
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 23%;
  height: 120px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 10px 0px rgba(26, 26, 26, 0.10);
}
.ditu .ditu_num .ditu_num_card .num_left{
  text-align: center;
}
.ditu .ditu_num .ditu_num_card .num_left p{
  color: #0D6EFB;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% /* 48px */;
  padding-bottom: 10px;
}
.ditu .ditu_num .ditu_num_card .num_left span{
  color: #1A1A1A;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% /* 24px */;
}
.ditu .ditu_con {
  width: 100%;
  max-width: 1500px;
  height: auto;
}

.ditu .ditu_con img {
  width: 100%;
  height: auto;
}

.pinpai {
  width: 100%;
  height: auto;
  padding: 70px 0;
  padding-bottom: 30px;
  background-color: #EDF5FE;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pinpai ul {
  max-width: 1500px;
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pinpai ul li {
  margin-bottom: 30px;
  width: 23%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 50px 0;
  background-color: #fff;
  box-shadow: 0 0 10px #ecf4fd;
  border-radius: 5px;
  cursor: pointer;
}

.pinpai ul li img {
  height: 60px;
  width: auto;
}

.footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-top: 50px;
  background: url(../images/footer_bg.jpg) center no-repeat;
  background-size: 100% 100%;
}

.footer .footer_con {
  padding-bottom: 30px;
  width: 100%;
  max-width: 1500px;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.footer .footer_con .footer1 {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 20%;
}

.footer .footer_con .footer1 .logo {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}

.footer .footer_con .footer1 .logo p {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.footer .footer_con .footer1 .logo a img{
  width: 200px;
}

.footer .footer_con .footer1 ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.footer .footer_con .footer1 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer .footer_con .footer1 ul li img {
  width: auto;
  margin-right: 10px;
}

.footer .footer_con .footer1 ul li p {
  color: #929CAB;
  font-size: 14px;
}

.footer .footer_con .footer2 {
  width: 12%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.footer .footer_con .footer2 h3 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.footer .footer_con .footer2 ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.footer .footer_con .footer2 ul li {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.footer .footer_con .footer2 ul li a {
  font-size: 14px;
  color: #929CAB;
}

.footer .footer_con .footer3 {
  width: 30%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .footer_con .footer3 .footer3_1 {
  width: 48%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .footer_con .footer3 .footer3_1 img {
  width: 160px;
  height: auto;
  margin-bottom: 15px;
}

.footer .footer_con .footer3 .footer3_1 p {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
}

.footer .footer_bb {
  width: 100%;
  height: 60px;
  border-top: 1px solid #2D3B50;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footer_bb p {
  font-size: 14px;
  color: #929CAB;
  display: flex;
  align-items: center;
}

.footer .footer_bb p a {
  color: #929CAB;
}

.buy_all {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #EDF5FE;
}

.buy_all .buy_con {
  width: 100%;
  display: flex;
}

.buy_all .buy_con .buy_left {
  position: relative;
  width: 16%;
  min-width: 240px;
  height: 680px;
  display: flex;
  flex-direction: column;
}

.buy_all .buy_con .buy_left .pro1 {
  position: relative;
  width: 100%;
  height: 290px;
  background: linear-gradient(to right, #fff, #F0F7FE);
  box-sizing: border-box;
  padding: 35px 30px;
  display: flex;
  align-items: baseline;
  overflow: hidden;
  cursor: pointer;
}

.buy_all .buy_con .buy_left .pro1.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#30A5F5), to(#2D7FEF));
  background: linear-gradient(to bottom, #30A5F5, #2D7FEF);
}

.buy_all .buy_con .buy_left .pro1.active p {
  color: #fff;
}

.buy_all .buy_con .buy_left .pro1.active p i {
  color: #fff;
}

.buy_all .buy_con .buy_left .pro1.active span {
  color: #fff;
}

.buy_all .buy_con .buy_left .pro1 p {
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
  font-family: pf;
}

.buy_all .buy_con .buy_left .pro1 p i {
  font-style: normal;
  color: #FF7A29;
}

.buy_all .buy_con .buy_left .pro1 span {
  color: #333;
  font-size: 15px;
  font-family: pf;
}

.buy_all .buy_con .buy_left .pro1 img {
  position: absolute;
  width: 200px;
  height: auto;
  top: 43%;
  right: 0%;
}

.buy_all .buy_con .buy_left .pro2 {
  position: relative;
  width: 100%;
  height: 340px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#F0F7FE));
  background: linear-gradient(to right, #fff, #F0F7FE);
  box-sizing: border-box;
  padding: 45px 30px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  overflow: hidden;
  cursor: pointer;
}

.buy_all .buy_con .buy_left .pro2.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#30A5F5), to(#2D7FEF));
  background: linear-gradient(to bottom, #30A5F5, #2D7FEF);
}

.buy_all .buy_con .buy_left .pro2.active p {
  color: #fff;
}

.buy_all .buy_con .buy_left .pro2.active p i {
  color: #fff;
}

.buy_all .buy_con .buy_left .pro2.active span {
  color: #fff;
}

.buy_all .buy_con .buy_left .pro2 p {
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
  font-family: pf;
}

.buy_all .buy_con .buy_left .pro2 p i {
  font-style: normal;
  color: #FF7A29;
}

.buy_all .buy_con .buy_left .pro2 span {
  color: #333;
  font-size: 15px;
  font-family: pf;
}

.buy_all .buy_con .buy_left .pro2 img {
  position: absolute;
  width: 260px;
  height: auto;
  top: 40%;
  right: -10%;
}

.buy_right {
  width: 80%;
  height: auto;
  box-sizing: border-box;
  padding: 30px;
  background-color: #fff;
}

.buy_right .right_top {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

.buy_right .right_top .tishi {
  margin-right: 25px;
  width: 120px;
  height: 28px;
  background-color: #DEF1FD;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.buy_right .right_top .tishi p {
  font-size: 12px;
  color: #2D7FEF;
}

.buy_right .right_top span {
  color: #000;
  font-size: 14px;
}

.buy_right .right_list {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.buy_right .right_list .right_taocan {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
}

.buy_right .right_list .right_taocan h2 {
  margin-bottom: 30px;
  font-size: 22px;
  height: 25px;
  color: #000;
  font-weight: normal;
  padding-left: 20px;
  border-left: 3px solid #FF7A29;
  line-height: 25px;
}

.buy_right .right_list .right_taocan ul {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.buy_right .right_list .right_taocan ul:nth-child(3) {
  margin-bottom: 0;
}

.buy_right .right_list .right_taocan ul li {
  position: relative;
  width: 270px;
  height: 220px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  transition: all 0.35s;
  cursor: pointer;
  margin-bottom: 28px;
  margin-right: 10px;
  border-radius: 6px;
}

.buy_right .right_list .right_taocan ul li.active {
  border: 1px solid #2564ff;
}

.buy_right .right_list .right_taocan ul li.active .active {
  display: block;
}

.buy_right .right_list .right_taocan ul li:hover {
  transform: scale(1.06);
  border: 1px solid #2D7FEF;
}

.buy_right .right_list .right_taocan ul li .shang {
  position: relative;
  width: 100%;
  height: 160px;
  background-color: #F6FAFF;
  box-sizing: border-box;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-radius: 6px 6px 0 0;
}

.buy_right .right_list .right_taocan ul li .shang .t {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buy_right .right_list .right_taocan ul li .shang .t .t1 {
  display: flex;
  align-items: center;
}

.buy_right .right_list .right_taocan ul li .shang .t .t1 p {
  font-size: 15px;
  color: #fff;
  margin-right: 15px;
  font-weight: bold;
}

.buy_right .right_list .right_taocan ul li .shang .t .t1 span {
  padding: 2px 10px;
  background-color: #FF7A29;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
}

.buy_right .right_list .right_taocan ul li .shang .t .im {
  width: 50px;
  height: auto;
}

.buy_right .right_list .right_taocan ul li .shang .des {
  display: flex;
  flex-direction: column;
}

.buy_right .right_list .right_taocan ul li .shang .des .des1 {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

.buy_right .right_list .right_taocan ul li .shang .des .des1 p {
  font-size: 13px;
  color: #999;
  margin-right: 5px;
}

.buy_right .right_list .right_taocan ul li .shang .des .des1 span {
  font-size: 15px;
  color: #000;
}

.buy_right .right_list .right_taocan ul li .shang .des .des2 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

.buy_right .right_list .right_taocan ul li .shang .des .des2 p {
  font-size: 13px;
  color: #999;
  margin-right: 5px;
}

.buy_right .right_list .right_taocan ul li .shang .des .des2 p.line {
  margin-right: 0 !important;
  text-decoration: line-through;
}

.buy_right .right_list .right_taocan ul li .shang .des .des2 span {
  margin-right: 10px;
  font-size: 13px;
  color: #FF7A29;
}

.buy_right .right_list .right_taocan ul li .shang .hot {
  display: block;
  position: absolute;
  top: -22px;
  right: -2px;
  width: 50px;
  height: auto;
}

.buy_right .right_list .right_taocan ul li .jiage {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 12px 18px;
  display: flex;
  align-items: baseline;
}

.buy_right .right_list .right_taocan ul li .jiage p {
  margin-right: 20px;
  font-size: 17px;
  color: #2D7FEF;
  font-family: di;
}

.buy_right .right_list .right_taocan ul li .jiage p i {
  font-size: 16px;
  color: #2D7FEF;
  font-style: normal;
}

.buy_right .right_list .right_taocan ul li .jiage span {
  font-size: 16px;
  color: rgba(45, 127, 239, 0.7);
  text-decoration: line-through;
}

.buy_right .right_list .right_taocan ul li .active {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border-radius: 0 0 4px;
}

.buy_right .right_list .right_taocan ul .dingzhi {
  width: 44%;
  height: 205px;
  box-sizing: border-box;
  padding: 20px;
  background: url(../images/shen_manyi.jpg) center no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
  border-radius: 6px;
}

.buy_right .right_list .right_taocan ul .dingzhi .des {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.buy_right .right_list .right_taocan ul .dingzhi .des .des1 {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.buy_right .right_list .right_taocan ul .dingzhi .des .des1 img {
  width: 60px;
  height: auto;
  margin-right: 15px;
}

.buy_right .right_list .right_taocan ul .dingzhi .des .des1 p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.buy_right .right_list .right_taocan ul .dingzhi .des span {
  font-size: 14px;
  color: #fff;
  margin-left: 30px;
}

.buy_right .right_list .right_taocan ul .dingzhi .des a {
  display: block;
  margin-top: 25px;
  width: 100px;
  height: 40px;
  color: #fff;
  background-color: #FF7A29;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  margin-left: 30px;
}

.buy_right .right_list .right_shixiao {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
}

.buy_right .right_list .right_shixiao h2 {
  margin-bottom: 30px;
  font-size: 22px;
  height: 25px;
  color: #000;
  font-weight: normal;
  padding-left: 20px;
  border-left: 3px solid #FF7A29;
  line-height: 25px;
}

.buy_right .right_list .right_shixiao ul {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

.buy_right .right_list .right_shixiao ul li {
  position: relative;
  margin-right: 45px;
  width: 345px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #ccc;
}

.buy_right .right_list .right_shixiao ul li.active {
  border: 2px solid #2D7FEF;
}

.buy_right .right_list .right_shixiao ul li.active p {
  color: #2D7FEF;
}

.buy_right .right_list .right_shixiao ul li p {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.buy_right .right_list .right_shixiao ul li span {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 3px 15px;
  background-color: #FF7A29;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
}
.buy_right .right_list .right_shixiao ul li span p{
  display: inline-block;
  color: white !important;
  font-weight: normal;
}

.buy_right .right_list .right_xinxi {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.buy_right .right_list .right_xinxi h2 {
  margin-bottom: 30px;
  font-size: 22px;
  height: 25px;
  color: #000;
  font-weight: normal;
  padding-left: 20px;
  border-left: 3px solid #FF7A29;
  line-height: 25px;
}

.buy_right .right_list .right_xinxi .xinxi1 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

.buy_right .right_list .right_xinxi .xinxi1 ul {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  background-color: #F6FAFF;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.buy_right .right_list .right_xinxi .xinxi1 ul li {
  display: flex;
  align-items: center;
}

.buy_right .right_list .right_xinxi .xinxi1 ul li p {
  font-size: 17px;
  color: #999;
}

.buy_right .right_list .right_xinxi .xinxi1 ul li span {
  font-size: 15px;
  color: #2D3B50;
}

.buy_right .right_list .right_xinxi .goumai {
  width: 100%;
  height: auto;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buy_right .right_list .right_xinxi .goumai .goumai1 {
  width: auto;
  display: flex;
  align-items: baseline;
}

.buy_right .right_list .right_xinxi .goumai .goumai1 p {
  font-size: 16px;
  color: #999;
}

.buy_right .right_list .right_xinxi .goumai .goumai1 span {
  font-size: 14px;
  color: #2D7FEF;
  font-family: di;
  display: flex;
  align-items: baseline;
}

.buy_right .right_list .right_xinxi .goumai .goumai1 span i {
  font-size: 34px;
  color: #2D7FEF;
  font-style: normal;
}

.buy_right .right_list .right_xinxi .goumai a {
  width: 230px;
  height: 45px;
  border-radius: 5px;
  background-color: #FF7A29;
  border: 1px solid #FF7A29;
  text-align: center;
  line-height: 45px;
  color: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 18px;
  display: block;
}
.buy_right .right_list .right_xinxi .goumai button {
  width: 250px;
  height: 45px;
  border-radius: 5px;
  background-color: #FF7A29;
  border: 1px solid #FF7A29;
  text-align: center;
  line-height: 45px;
  color: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 18px;
  display: block;
}

.buy_right .right_list .right_xinxi .goumai a:hover {
  background-color: #fff;
  color: #FF7A29;
}
.buy_right .right_list .right_xinxi .goumai button:hover {
  background-color: #fff;
  color: #FF7A29;
}
/* 解决方案 - 主体部分 start */
.dt_texing {
  margin: 50px 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dt_texing .texing_top {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dt_texing .texing_top .big_title {
  color: #1A1A1A;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% /* 48px */;
}

.dt_texing .texing_top .small_title {
  color: #1A1A1A;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% /* 27px */;
  padding-top: 10px;
}

.dt_texing .texing_top img {
  position: absolute;
  top: -10px;
  margin-left: 16%;
  width: auto;
}

.dt_texing .texing_con {
  width: 100%;
  height: auto;
  max-width: 1500px;
}

.dt_texing .texing_con ul {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dt_texing .texing_con ul li {
  width: 32%;
  height: 352px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 2px 17.4px 2px rgba(68, 88, 144, 0.27);
}
.dt_texing .texing_con ul li img{
  text-align: center;
  padding-bottom: 25px;
}

.dt_texing .texing_con ul li p {
  color: #1A1A1A;
  font-family: "Source Han Sans CN";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150% /* 30px */;
  padding-bottom: 25px;
}

.dt_texing .texing_con ul li span {
  color: #1A1A1A;
  font-family: "Source Han Sans CN";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% /* 24px */;
}

.dt_youshi {
  margin-bottom: 70px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../images/youshi_bg.png) center no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 50px 0;
}

.dt_youshi .youshi_top {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dt_youshi .youshi_top h2 {
  margin-bottom: 8px;
  font-size: 33px;
  color: #000;
  font-family: pf;
  font-weight: normal;
}

.dt_youshi .youshi_top span {
  font-size: 15px;
  color: #999;
}

.dt_youshi .youshi_top img {
  position: absolute;
  top: -10px;
  margin-left: 16%;
  width: auto;
}

.dt_youshi .youshi_con {
  width: 100%;
  max-width: 1500px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dt_youshi .youshi_con .ys_img {
  width: 30%;
  height: auto;
}

.dt_youshi .youshi_con ul {
  width: 55%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.dt_youshi .youshi_con ul li {
  margin: 10px 0;
  width: 85%;
  height: auto;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  background: rgba(242, 247, 253, 0.8);
  border: 1px solid #fff;
  box-shadow: 0 0 10px #D7E5F4;
}

.dt_youshi .youshi_con ul li:nth-child(2) {
  margin-left: 10%;
}

.dt_youshi .youshi_con ul li:nth-child(3) {
  margin-left: 7%;
}

.dt_youshi .youshi_con ul li .des {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}

.dt_youshi .youshi_con ul li .des img {
  width: 40px;
  height: auto;
  margin-right: 15px;
}

.dt_youshi .youshi_con ul li .des p {
  font-size: 20px;
  color: #000;
}

.dt_youshi .youshi_con ul li span {
  font-size: 14px;
  color: #999;
  line-height: 28px;
  box-sizing: border-box;
  padding-left: 7%;
}

.dt_youshi .youshi_con ul li .des_di {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 7%;
  width: 100%;
}

.dt_youshi .youshi_con ul li .des_di .di1 {
  margin-right: 20px;
  display: flex;
  align-items: center;
  width: 40%;
}

.dt_youshi .youshi_con ul li .des_di .di1 img {
  margin-right: 0px;
  width: 13px;
  height: auto;
}

.dt_changjing {
  margin-bottom: 120px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dt_changjing .changjing_top {
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dt_changjing .changjing_top h2 {
  margin-bottom: 8px;
  font-size: 33px;
  color: #000;
  font-family: pf;
  font-weight: normal;
}

.dt_changjing .changjing_top span {
  font-size: 15px;
  color: #999;
}

.dt_changjing .changjing_top img {
  position: absolute;
  top: -10px;
  margin-left: 19%;
  width: auto;
}

.dt_changjing .changjing_con {
  width: 100%;
  max-width: 1500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dt_changjing .changjing_con .cj_1 {
  padding: 30px;
  width: 46%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 2px 17.4px 2px rgba(68, 88, 144, 0.27);
}

.dt_changjing .changjing_con .cj_1 img {
  /*width: 48%;*/
  height: auto;
}

.dt_changjing .changjing_con .cj_1 .left {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding-left: 10px;
}

.dt_changjing .changjing_con .cj_1 .left p {
  color: #1A1A1A;
  font-family: "Source Han Sans CN";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150% /* 33px */;
  padding-bottom: 20px;
}

.dt_changjing .changjing_con .cj_1 .left i {
  display: block;
  width: 50px;
  height: 3px;
  background-color: #FF7A29;
  border-radius: 5px;
  margin-bottom: 30px;
}

.dt_changjing .changjing_con .cj_1 .left span {
  color: #1A1A1A;
  font-family: "Source Han Sans CN";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% /* 27px */;
}

.dt_changjing .changjing_con .cj_2 {
  width: 46%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 2px 17.4px 2px rgba(68, 88, 144, 0.27);
}

.dt_changjing .changjing_con .cj_2 img {
  /*width: 48%;*/
  height: auto;
}

.dt_changjing .changjing_con .cj_2 .left {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.dt_changjing .changjing_con .cj_2 .left p {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.dt_changjing .changjing_con .cj_2 .left i {
  display: block;
  width: 50px;
  height: 3px;
  background-color: #FF7A29;
  border-radius: 5px;
  margin-bottom: 60px;
}

.dt_changjing .changjing_con .cj_2 .left span {
  font-size: 15px;
  color: rgba(242, 247, 253, 0.8);
  line-height: 28px;
}

.dt_ddd {
  width: 100%;
  height: 295px;
  background: url(../images/dibu_bg.png) center no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dt_ddd p {
  font-size: 35px;
  color: #fff;
}

.dt_ddd .choose {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.dt_ddd .choose a {
  display: block;
  margin: 0 30px;
  width: 130px;
  height: 40px;
  color: #fff;
  background-color: #FF7A29;
  border: 1px solid #FF7A29;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}

.dt_ddd .choose a:nth-child(2) {
  background: transparent;
  border: 1px solid rgba(242, 247, 253, 0.8);
}

.tiqu {
  padding-top: 80px;
  width: 100%;
  height: auto;
  /*background-color: #EBF3FA;*/
  background-color: #fff;
  padding-bottom: 100px;
}

.tiqu .tiqu_con {
  margin: auto;
  width: 100%;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
}

.tiqu .tiqu_con .tiqu_left {
  width: 18%;
  height: auto;
}

.tiqu .tiqu_con .tiqu_left .biaoti {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
  /*width: 100%;*/
  /*display: flex;*/
  /*flex-direction: column;*/
  /*align-items: baseline;*/
  /*justify-content: center;*/
  /*box-sizing: border-box;*/
  /*padding: 30px;*/
  /*background: url(../images/shen_bt_bg.jpg) center no-repeat;*/
  /*background-size: 100% 100%;*/
}

.tiqu .tiqu_con .tiqu_left .biaoti p {
  color: #1A1A1A;
  font-family: "Source Han Sans CN";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% /* 33px */;
  padding-left: 12px;

}

.tiqu .tiqu_con .tiqu_left .tiqu_left_item_wenti ul {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 30px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  background-color: #fff;
}

.tiqu .tiqu_con .tiqu_left .tiqu_left_item_wenti ul li {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.tiqu .tiqu_con .tiqu_left .tiqu_left_item_wenti ul li:last-child {
  margin: 0;
}

.tiqu .tiqu_con .tiqu_left .tiqu_left_item_wenti ul li a {
  font-size: 15px;
  color: #000;
}

.tiqu_right {
  width: 80%;
  height: auto;
}
.tiqu_right .tiqu_item{
  display: none;
  width: 100%;
}
.tiqu_right .tiqu_item_active{
  display: block;
}

.tiqu_right .right1 {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 15px;
}

.tiqu_right .right1 .right1_1 {
  display: flex;
  align-items: baseline;
}

.tiqu_right .right1 .right1_1 p {
  font-size: 16px;
  color: #333;
}

.tiqu_right .right1 .right1_1 span {
  margin-left: 40px;
  margin-right: 15px;
  font-size: 35px;
  color: #2D7AEE;
  font-weight: bold;
}

.tiqu_right .right1 a {
  width: 250px;
  height: 45px;
  background-color: #2D7AEE;
  border-radius: 10px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
}

.proxy_body {
  width: 100%;
  height: auto;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 2px 17.4px 2px rgba(68, 88, 144, 0.27);
}

.proxy_body .proxy_body_item {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 30px 40px;
  background-color: white;
  margin-bottom: 20px;
}

.account_secret .all_1 ul {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.account_secret .all_1>ul>li{
  width: 31%;
}

.time_number {
  height: 40px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  outline: none;
  width: 100%;
  font-size: 22px;
  padding: 10px;
  background: #ffffff;
  color: #555e71;
  border-radius: 0;
}
.proxy_input{
  border-radius: 0;
}

.account_secret .all_1 ul li {
  /*position: relative;*/
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-box-direction: normal;*/
  /*    -ms-flex-direction: column;*/
  /*        flex-direction: column;*/
  /*-webkit-box-align: baseline;*/
  /*    -ms-flex-align: baseline;*/
  /*        align-items: baseline;*/
  /*width: 31%;*/
  /*height: auto;*/
  /*margin-bottom: 30px;*/
  /*border-radius: 5px;*/
}

/*.account_secret .all_1 ul li.last::after {*/
/*  display: none;*/
/*}*/

/*.account_secret .all_1 ul li::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 70%;*/
/*  !* 垂直居中 *!*/
/*  right: 20px;*/
/*  !* 调整箭头位置 *!*/
/*  margin-top: -3px;*/
/*  !* 垂直居中 *!*/
/*  border: solid #333;*/
/*  border-width: 0 2px 2px 0;*/
/*  display: inline-block;*/
/*  padding: 3px;*/
/*  -webkit-transform: rotate(45deg);*/
/*          transform: rotate(45deg);*/
/*  !* 旋转箭头 *!*/
/*}*/

/*.account_secret .all_1 ul li p {*/
/*  font-size: 18px;*/
/*  color: #000;*/
/*  margin-bottom: 15px;*/
/*}*/

/*.account_secret .all_1 ul li select {*/
/*  width: 100%;*/
/*  height: 50px;*/
/*  background-color: #F0F4F8;*/
/*  -webkit-box-sizing: border-box;*/
/*          box-sizing: border-box;*/
/*  padding: 10px;*/
/*  outline: none;*/
/*  border: none;*/
/*  border-radius: 10px;*/
/*  appearance: none;*/
/*  -webkit-appearance: none;*/
/*  -moz-appearance: none;*/
/*  padding-left: 20px;*/
/*}*/

/*.account_secret .all_1 ul li select option {*/
/*  font-size: 15px;*/
/*  color: #000;*/
/*  -webkit-box-sizing: border-box;*/
/*          box-sizing: border-box;*/
/*}*/

/*.account_secret .all_1 ul li .shixiao {*/
/*  width: 100%;*/
/*  height: 50px;*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-align: center;*/
/*      -ms-flex-align: center;*/
/*          align-items: center;*/
/*  border-radius: 5px;*/
/*  overflow: hidden;*/
/*}*/

/*.account_secret .all_1 ul li .shixiao .time {*/
/*  width: 75%;*/
/*  height: 50px;*/
/*  -webkit-box-sizing: border-box;*/
/*          box-sizing: border-box;*/
/*  padding: 15px;*/
/*  background-color: #F0F4F8;*/
/*}*/

/*.account_secret .all_1 ul li .shixiao .time p {*/
/*  font-size: 16px;*/
/*  color: #000;*/
/*  font-weight: bold;*/
/*}*/

/*.account_secret .all_1 ul li .shixiao .min {*/
/*  width: 25%;*/
/*  height: 50px;*/
/*  background-color: #E2E9F1;*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-orient: vertical;*/
/*  -webkit-box-direction: normal;*/
/*      -ms-flex-direction: column;*/
/*          flex-direction: column;*/
/*  -webkit-box-align: center;*/
/*      -ms-flex-align: center;*/
/*          align-items: center;*/
/*  -webkit-box-pack: center;*/
/*      -ms-flex-pack: center;*/
/*          justify-content: center;*/
/*}*/

/*.account_secret .all_1 ul li .shixiao .min p {*/
/*  font-size: 15px;*/
/*  color: #000;*/
/*  margin: 0;*/
/*}*/

.account_secret .all_1 ul .xieyi {
  width: 62%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account_secret .all_1 ul .xieyi .xieyi1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  margin-right: 100px;
}

.account_secret .all_1 ul .xieyi .xieyi1 p {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}

.account_secret .all_1 ul .xieyi .xieyi1 .fuxuan {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account_secret .all_1 ul .xieyi .xieyi1 .fuxuan .fuxuan1 {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #000;
}

.account_secret .all_1 ul .xieyi .xieyi1 .fuxuan .fuxuan1 input {
  width: 25px;
}

.account_secret .all_1 ul .xieyi .xieyi1 .fuxuan .fuxuan1 p {
  font-size: 16px;
  color: #000;
  margin: 0;
}

.account_secret .all_1 .newdaili {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
}

.account_secret .all_1 .newdaili span {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}

.account_secret .all_1 .newdaili .newdaili_ccc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.account_secret .all_1 .newdaili .newdaili_ccc .newdaili_1 {
  margin-right: 30px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account_secret .all_1 .newdaili .newdaili_ccc .newdaili_1 input {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.account_secret .all_1 .newdaili .newdaili_ccc .newdaili_1 p {
  font-size: 16px;
  color: #000;
}

.account_secret .all_1 .xuanze {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.account_secret .all_1 .xuanze a {
  display: block;
  width: 130px;
  height: 40px;
  border: 1px solid #2D7AEE;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  color: #2D7AEE;
  margin: 0 10px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.account_secret .all_1 .xuanze a:hover {
  background-color: #2D7FEF;
  color: #fff;
}

.proxy_body .proxy_body_item .yiwen {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wenhao {
  margin-right: 15px;
  width: 25px;
  height: 25px;
  background-color: #DFE8FF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wenhao p {
  font-size: 15px;
  color: #2D7AEE;
  font-weight: 700;
}

.account_secret .all_1 .yiwen span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #000;
}

.proxy_body .proxy_body_item .yiwen span a {
  font-size: 14px;
  color: #2D7AEE;
  text-decoration: underline;
}


.account_secret .all_2 h2 {
  margin-bottom: 30px;
  font-size: 20px;
  color: #000;
  height: 25px;
  line-height: 25px;
  padding-left: 15px;
  border-left: 4px solid #297fff;
}
.proxy_body .proxy_body_item h2 {
  margin-bottom: 30px;
  font-size: 20px;
  color: #000;
  height: 25px;
  line-height: 25px;
  padding-left: 15px;
  border-left: 4px solid #297fff;
}

.account_secret .all_2 .tab {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #E3EAF2;
}

.account_secret .all_2 .tab .tab_head {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #DBECFF;
}

.account_secret .all_2 .tab .tab_head ul {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.account_secret .all_2 .tab .tab_head ul li {
  width: 25%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.account_secret .all_2 .tab .tab_head ul li p {
  font-size: 16px;
  color: #2D7FEF;
  font-weight: bold;
}

.account_secret .all_2 .tab .tab_head ul li:nth-child(2) {
  width: 75%;
  padding-left: 10%;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.account_secret .all_2 .tab .tab_con {
  width: 100%;
  height: auto;
}

.account_secret .all_2 .tab .tab_con ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E3EAF2;
  background-color: #F3F9FF;
}

.account_secret .all_2 .tab .tab_con ul li {
  width: 25%;
  height: 100%;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.account_secret .all_2 .tab .tab_con ul li.lan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account_secret .all_2 .tab .tab_con ul li.lan .heng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account_secret .all_2 .tab .tab_con ul li.lan p {
  color: #2D7AEE;
}

.account_secret .all_2 .tab .tab_con ul li p {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}

.account_secret .all_2 .tab .tab_con ul li span {
  font-size: 16px;
  color: #000;
  line-height: 35px;
}

.account_secret .all_2 .tab .tab_con ul li:nth-child(2) {
  width: 75%;
  height: auto;
  padding: 15px 0;
  padding-left: 10%;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.account_secret .all_3 {
  width: 100%;
  height: auto;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  margin-top: 20px;
}

.account_secret .all_3 h2 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #000;
  height: 25px;
  line-height: 25px;
  padding-left: 15px;
  border-left: 2px solid #FF7A29;
}

.account_secret .all_3 .list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account_secret .all_3 .list .tab1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48%;
  margin-right: 2%;
}

.account_secret .all_3 .list .tab1 p {
  padding: 5px 10px;
  border-radius: 10px 10px 0 0;
  background-color: #DBECFF;
  color: #2D7FEF;
  font-size: 16px;
  width: 120px;
  text-align: center;
  font-weight: bold;
}

.account_secret .all_3 .list .list {
  width: 100%;
  height: 350px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: baseline;
  padding: 7%;
  border: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
}

.account_secret .all_3 .list .list span {
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
}

/* 帮助中心 start */
.top_help{
  height: auto !important;
}
.top_help .head{
  position: static;
}
.top_help .help_search{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  max-width: 1500px;
  margin: auto;
  height: auto;
  top: 23%;
}
.top_help .help_search .big_title{
  color: #1A1A1A;
  font-family: "Source Han Sans CN";
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% /* 81px */;
  padding-bottom: 20px;
}
.top_help .help_search .search-input{
  max-width: 800px;
  box-sizing: border-box;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 9px 3px rgb(255 255 255 / 42%);
  border-radius: 8px;
  height: 60px;
  padding: 0 25px;
  margin-bottom: 2%;
}
.top_help .help_search .search-input input{
  width: calc(100% - 32px);
  outline: none;
  font-size: 18px;
  color: #223265;
  border: 0;
}
.top_help .help_search .search-input .search-img{
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.top_help .help_search .search-input .search-img i{
  font-size: 24px;
  color: #2e80ff;
}
.help_body{
  min-height: 400px;
  max-width: 1500px;
  margin: 80px auto;
}
.help_body .title_list{
  width: 60%;
  margin: auto;
  margin-bottom: 6%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ebebeb;
  /*width: 60%;*/
  /*background-color: #ECF4FF;*/
  /*border-radius: 10px;*/
  /*padding: 4px;*/
  /*margin: auto;*/
  /*display: flex;*/
  /*justify-content: space-around;*/
  /*margin-bottom: 60px;*/
}
.help_body .title_list span{
  margin: auto;
  display: block;
  padding: 0px 15px;
  line-height: 40px;
  cursor: pointer;
  /*width: 23%;*/
  text-align: center;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  padding-bottom: 10px;
  /*box-shadow: 0px 2px 17.4px 2px rgba(68, 88, 144, 0.27);*/
}

.help_body .title_list .title_active{
  background: #fff;
  border-bottom: 4px solid #0D6EFB;
}

.help_body .help_title{
  font-size: 28px;
  line-height: 28px;
  color: #213265;
  padding: 16px 35px 25px;
  font-weight: 700;
}
.help_list .accordion-item{
  display: flex;
  padding: 20px 35px;
  box-shadow: 0px 0px 18px 3px rgb(13 30 69 / 10%);
  margin-bottom: 15px;
  flex-direction: column;
  background-color: white;
}
.help_list .accordion-item .accordion-header .accordion-button{
  width: 2%;
}
.help_list .accordion-item .accordion-header a{
  flex: 1;
  color: #333e6a;
}
.help_list .accordion-item .accordion-header{
  font-size: 22px;
  font-weight: 500;
  display: flex;
}
.help_list .accordion-item .accordion-header .accordion-title{
  flex: 1;
  display: flex;
  align-items: center;
}
.help_list .accordion-item .accordion-header .accordion-button:not(.collapsed) i{
  transform: rotate(180deg);
}
.help_list .accordion-item .accordion-collapse{
  margin-bottom: 20px;
  margin-top: 15px;
  padding-left: 36px;
}

.help_content{
  max-width: 1500px;
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
}
.help_content a{
  color: #2067e7 !important;
}
.help_content .help_content_left{
  width: 70%;
  padding: 30px 30px;
  background: white;
  box-shadow: 0px 6px 20px 0px rgb(109 159 255 / 19%);
}
.help_content .help_content_right{
  width: 26%;
}
.help_content .help_content_left .help_cl_hr{
  width: 100%;
  height: 1px;
  background-color: #dde3e9;
  margin: 30px 0;
}
.help_content .help_content_left .help_cl_breadcrumb{
  font-size: 16px;
  font-weight: 700;
}
.help_content_left .help_cl_breadcrumb .help_clb_a{
  color: #1a3663;
}
.help_content_left .help_cl_breadcrumb .help_clb_a:hover{
  color: #0a8aff;
}
.help_content .help_content_left h1{
  font-weight: 600;
  color: #202a4f;
  margin-bottom: 15px;
  font-size: 25px;
  text-align: center;
}
.help_content .help_content_left .help_tip{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.help_content_left .help_tip .help_tip_item{
  display: flex;
  margin-left: 10px;
  align-items: center;
}
.help_content_left .help_tip .help_tip_item img{
  width: 31px;
  height: 28px;
}
.help_content_left .content_txt{
  line-height: 38px;
  margin-bottom: 68px;
  font-size: 16px;
}
.help_content .help_content_right ul{
  max-width: 384px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 6px 16px 0px rgba(58, 125, 255, 0.19);
  padding: 25px;
  border-radius: 5px;
  padding-top: 20px;
  background: white;
}
.help_content .help_content_right .content_class_title{
  font-size: 24px;
  font-weight: 600;
  color: #223265;
  line-height: 50px;
}
.help_content .help_content_right .content_class_text{
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #eee;
}
.help_content .help_content_right .content_class_text a{
  display: flex;
  align-items: center;
  transition: none;
}
.help_content .help_content_right .content_class_text a:hover{
  color: #0c5cff;
}
.help_content .help_content_right .content_class_text i{
  font-size: 14px;
  margin-right: 16px;
}
.help_content .help_content_right .content_class_text p{
  font-size: 17px;
  font-weight: 600;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}
.help_content_left .related_list{
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 26px 20px 26px 0;
}
.help_content_left .related_list .related_item{
  list-style: none;
  line-height: 20px;
  margin: 10px;
  font-weight: 600;
  font-size: 16px;
  width: 47%;
}
.help_content_left .related_list .related_item_title{
  list-style: none !important;
  width: 100%;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 600;
  color: #223265;
  line-height: 62px;
}
.top_help.style2
{
  /*background-color: #4088f1;*/
}
.top_help.style2 .help_search
{

}
.top_help.style2 .help_search h1 {
  color: white;
}
.top_help.style2 .help_search .title_list .title_active {
  background: #ffffff;
  color: #4088f1;
}
.top_help.style2 .help_search .search-input
{
  box-shadow: none;
}

@media (max-width:1199px){
  .top_help .help_search{
    /*margin-top: 18%;*/
  }
}
@media (max-width:768px){
  .top_help .help_search h1{
    font-size: 35px;
  }
  .top_help .help_search .search-input{
    width: 80%;
    height: 45px;
  }
}
.caozuo .caozuo3{
  height: 100%;
}
.caozuo .caozuo3 .header_username{
  color: black;
  height: 100%;
  display: flex;
  font-size: 15px;
  align-items: center;
}
.caozuo .caozuo3 .header_username img{
  margin-left: 5px;
}
.caozuo .caozuo3:hover .welcome_user_sel{
  top: 90%;
  visibility: visible;
  opacity: 1;
}
.nav_drop_down:hover .nav_drop_down_body{
  top: 90%;
  visibility: visible;
  opacity: 1;
}
.nav_drop_down .nav_drop_down_body .nav_drop_down_item{
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 10px;
}
.nav_drop_down_body .nav_drop_down_item a{
  color: black !important;
  width: 100% !important;
  display: block;
  height: 100% !important;
  padding: 0 !important;
}
.caozuo .welcome_user_sel,.nav_drop_down .nav_drop_down_body{
  position: absolute;
  top: 150%;
  background: white;
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
  transition: 0.5s;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 12px 15px rgba(0,0,0,.10);
  border: 1px solid #e7e7e7;
  visibility: hidden;
}
.caozuo .welcome_user_sel li:hover a{
  transition: all 0.5s;
  color: #2067e7;
}
.caozuo .welcome_user_sel li{
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 10px;
}
.caozuo .welcome_user_sel li a{
  color: black;
  width: 100%;
  display: block;
  height: 100%;
}
.dom-hide {
  display: none;
}
.right_xinxi .btn-group{
  width: 166px;
  margin-bottom: 25px;
  height: 40px;
}
.btn-group label{
  line-height: 25px;
}
.right_xinxi .wallet_number input{
  width: 90px;
  border: 1px solid #DCDFE6;
  outline: none;
  text-align: center;
}
.right_xinxi .wallet_number label{
  background: #F5F7FA;
  color: #606266;
  cursor: pointer;
  font-size: 13px;
  border: 1px solid #DCDFE6;
}
.right_xinxi .wallet_number_span{
  margin-left: 10px;
  font-size: 20px;
  color: #b2b3ba;
}
.top2{
  top: 0;
}
.tiqu_left .tiqu_left_item{
  box-shadow: 0px 2px 17.4px 2px rgba(68, 88, 144, 0.27);
}
.tiqu_left .tiqu_left_item .tiqu_menu_header{
  border-bottom: 1px solid #ebebeb;

}


.form_group{
  display: flex;
}
.form_group .group_select{
  border-radius: 0px;
  border-right: 0px;
}
.form_group select:focus{
  z-index: 9999999;
}


.pills_today{
  max-width: 240px;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgb(35 51 103 / 16%);
  font-weight: 600;
  color: #223265;
}
.login_back_body{
  background: url(/static/cn/images/login_back2.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 750px;
  height: 550px;
}
.forpwd_back_body{
  background: url(/static/cn/images/forgot_pwd.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 720px;
  height: 780px;
}
.guide_content{
  display: none;
  /*background: url(/static/cn/images/gu_image/back.png) 100% no-repeat;*/
  background: url(/static/cn/images/gu_image/eleven.png) 100% no-repeat;
  background-size: 100% auto;
  width: 240px;
  height: 320px;
  position: fixed;
  /*bottom: 0;*/
  bottom: 40px;
  left: 30px;
  z-index: 9999999;
  cursor: pointer;
}
.guide_content img{
  position: relative;
  /*top: -30px;*/
  /*left: 65px;*/
  width: 24px;
}
.re_guide_content{
  background-image: url(/static/cn/images/Group.png);
  /*background-image: url(/static/cn/images/popwindow.png);*/
  background-repeat: no-repeat;
  background-position: 380px 340px, right bottom;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: #00000066;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.re_guide_content .re_guide_box{
  width: 500px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 20px 0 35px;
  background-color: white;
  /*background-image: url(/static/cn/images/register_guide/body_back.png), url(/static/cn/images/register_guide/box_foot.png);*/
  background-image: url(/static/cn/images/feiji.png);
  background-repeat: no-repeat;
  /*background-position: 220px 71px, right bottom;*/
  background-position: 348px 35px, right bottom;
  border-radius: 5px;
}
.re_guide_content .re_guide_box .re_guide_close{
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.re_guide_box .re_guide_header{
  width: 100%;
  height: 25px;
  font-size: 18px;
  color: black;
  font-family: AppleColorEmoji;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(/static/cn/images/register_guide/logo_i.png) 1.5px 3px no-repeat;
}
.re_guide_box .re_guide_header .header-left{
  position: relative;

}
.re_guide_box .re_guide_header .header-left .header-left-one{
  position: absolute;
  top: 4px;
  left: 2px;

}
.re_guide_box .re_guide_body{
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 28px;
  color: rgba(27, 35, 55, 1);
  font-size: 22px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  flex-direction: column;
}
.re_guide_box .re_guide_body .re_span_tip{
  color: rgba(133, 137, 148, 1);
  font-size: 12px;
  font-family: PingFangSC-Regular;
  margin-top: 0px;
  font-weight: 400;
}
.re_guide_box .re_guide_body .re_guide_line{
  margin-top: 8px;
}
.re_guide_box .re_guide_body .re_guide_line .re_blue_span{
  color: rgba(58, 106, 255, 1);
  font-size: 22px;
  font-family: SourceHanSansCN-Bold;
}
.re_guide_box .re_guide_foot a{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  height: 36px;
  /*margin-top: 10px;*/
  margin: 10px 10px 0 0;
}
.re_guide_box .re_guide_foot{
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.re_guide_box .re_guide_foot .re_guide_foot_btn_bottom {
  border-radius: 2px;
  border: 1px solid #0d6efd;
  color: #0d6efd;
  width: 130px;
}
.re_guide_box .re_guide_foot .re_guide_foot_btn_top {
  background-color: #0d6efd;
  border-radius: 2px;
  width: 130px;
  color: white;
}
.nav_contract{
  display: none;
  width: 40px;
  height: 40px;
  font-size: 26px;
  align-items: center;
  background-color: #f1f1f1;
  border-radius: 5px;
  justify-content: center;
  margin-left: 8px;
}
/* 最新资讯 start */
.information{
  margin: 70px 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.information .information_header{
  margin-bottom: 60px;
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
}
.information .information_header img{
  position: absolute;
  top: -10px;
  margin-left: 3%;
  width: auto;
}
.information .information_header .big_title{
  color: #1A1A1A;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% /* 48px */;
}
.information .information_body{
  width: 100%;
  max-width: 1500px;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.information .information_body .info_card{
  /*box-shadow: 9px 2px 9px 0px rgba(237,238,243,.3);*/
  width: 550px;
  border-radius: 5px;
  /* 阴影 background: linear-gradient(180deg, #d1e6fb47, #ffffff);*/
  min-height: 300px;
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: 0px 2px 17.4px 2px rgba(68, 88, 144, 0.27);
}
.information_body .info_card .info_header{
  display: flex;
  justify-content: space-between;
  height: 70px;
  line-height: 70px;
  border-bottom: 3px solid white;
}
.information_body .info_card .line{
  background-color: #ebebeb;
  width: 94%;
  margin: auto;
  height: 1px;
}
.info_card .info_header .info_he_left{
  display: flex;
  align-items: center;
  margin: 0 10px 0 20px;
}
.info_header .info_he_left .info_he_icon{
  margin: 0 10px;
}
.info_he_icon img{
  width: 100%;
  height: 100%;
}
.info_header .info_he_left .info_he_title{
  color: #1A1A1A;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% /* 30px */;
}
.info_card .info_header .info_he_right{
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.info_card .info_header .info_he_right a{
  color: #1a1a1a;
  font-size: 1rem;
}
.information_body .info_card .info_list{
  color: #1A1A1A;
  font-family: "Source Han Sans CN";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% /* 21px */;
  padding: 0 20px;
}
.info_card .info_list .info_item{
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.info_card .info_list .info_item .info_item_left{
  height: 40px;
  line-height: 40px;
  flex: 1;
  margin-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: #323437;
  cursor: pointer;
}
.info_card .info_list .info_item .info_item_left:hover{
  color: #0070ff;
}
.info_card .info_list .info_item .info_item_right{
  color: #1A1A1A;
  font-family: "Source Han Sans CN";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% /* 18px */;
}
/*# sourceMappingURL=style.css.map */

/* 修改样式 */
.section-authentication-cover{
  height: 70vh !important;
  /*width: 90% !important;*/
  margin: auto !important;
  margin-bottom: 80px !important;
}
.forgot_main{
  margin-top: 80px;
}
.row{
  /*width: 80% !important;*/
  /*min-height: 60vh !important;*/
}
/* 登录 start */
.login-main{
  position: relative;
}
.login-main,.register-main{
  margin-top: 80px;
}
.card{
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.bg-primary{
  border-radius: 20px;
}
.auth-cover-right{
  border-radius: 20px;
  margin: auto;
}
.login-main .big_title{
  color: #1A1A1A;
  text-align: center;
  font-family: Urbanist;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100% /* 36px */;
}
.register-main .big_title{
  color: #1A1A1A;
  text-align: center;
  font-family: Urbanist;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100% /* 36px */;
}
.login-main .small_title{
  color: #1A1A1A;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px /* 183.333% */;
  padding-top: 22px;
}
.register-main .small_title{
  color: #1A1A1A;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px /* 183.333% */;
  padding-top: 22px;
}
.login_center{
  width: 90%;
  margin: auto;
}
.login_yun{
  margin: auto;
  /*width: 100%;*/
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.form-check{
  text-align: left;
}
/*body{*/
/*  background-color: #DEEAFF !important;*/
/*  background: url(/static/cn/images/loginbackground.jpg) 100% no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/
/* 价格卡更改-20230607 -start */
.shang .price-song{
  color: #fff !important;
  padding: 0px 10px;
  background-color: #FF7A29;
  border-radius: 10px;
  margin-left: 10px;
  font-size: 12px !important;
}
.right_taocan ul li .shang .t .t1{
  justify-content: center !important;
}
.right_taocan ul li{
  height: unset !important;
  box-shadow: 0px 0px 20px 0px rgba(168,168,168,0.35) !important;
}
.shang .t .t1 p{
  font-weight: unset !important;
}
.shang{
  height: unset !important;
  background-color: unset !important;
  padding: unset !important;
}
.discount {
  padding: 2px 10px;
  background-color: #FF7A29;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
  /*width: 20%;*/
  text-align: center;
  position: absolute;
  top: -6%;
  left: 10px;
}
.shang .t{
  background-color: #0D60F0;
  padding: 6px 0;
  justify-content: center !important;
  border-radius: 5px !important;
  margin-bottom: 20px !important;
}
.shang .price-title{
  color: #fff !important;
  margin-right: unset !important;
}
.shang .des{
  padding-bottom: 30px;
}
.shang .des .des1{
  margin-bottom: 20px !important;
}
.shang .des .des1,.des2,.des3{
  align-items: center !important;
  justify-content: center !important;
}
.shang .des .des1 span {
  /*color: #1a1a1a !important;*/
  font-weight: 500 !important;
}
.shang .des .destwo-num{
  color: #1a1a1a !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}
.shang .des .unit{
  font-size: 12px !important;
}
.shang .des .des3{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: center;
}
.shang .des .des3 span{
  /*padding: 0 5px !important;*/
}
.shang .des .des3 .colorunit{
  color: #0D60F0 !important;
  padding: 0 5px 0 2px;
}
.shang .des .des3 .des3-unit{
  font-size: 14px;
  color: #999 !important;
}
.shang .des .des3 .unit{
  font-size: 13px;
  /*color: #999 !important;*/
  font-family: PingFang SC, PingFang SC !important;
}
.shang .des .des3 .totalnum{
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #0D60F0;
  padding-left: 5px;
}
.shang .line{
  margin-right: 0 !important;
  text-decoration: line-through;
  color: #999;
}
.price-zeng{
  color: #EA4935 !important;

}
.homebanner-swiper{
  position: relative;
  margin: auto;
  max-width: 1500px;
  width: 100%;
  height: 155px;
  z-index: 999;
  margin-top: 80px;
}

.homebanner-swiper .swiperbox{
  margin: auto;
  margin-bottom: 40px;
  height: 80px;
  overflow: hidden;
  position: relative;
  max-width: 1244px;
}

.homebanner-swiper .swiperbox .list{
  margin: 40px 0;
  position: absolute;
  left:0;
  display: flex;
  align-items: center;
}

.homebanner-swiper .swiperbox .list .home-swiper {
  /*margin: 30px 0;*/
  padding-left: 70px;
  text-align: left;
  position: relative;
  animation-play-state: paused;
  animation: 12s moveRightToLeft infinite linear normal;
  width: 200px;
  height: 40px;
  margin-right: 10px;
  /*-webkit-animation: 8s moveRightToLeft linear infinite normal;*/
}

.swiperbox .list .home-swiper img{
  height: 40px;
  animation-play-state: paused;
}

@media (max-width: 1500px) {
  .top-adbanner .banner_img{
    width: 100%;
    height: auto;
  }

  .top-adbanner .top_countdown{
    width: 300px;
    position: absolute;
    top: 10%;
    right: 31%;
    height: 100%;
  }


  .top-adbanner .top_countdown span{
    color: #ffffff;
    display: inline-block;
    width: 15px;
    height: 52%;
    text-align: center;
    line-height: 100%;
    font-size: 14px;
    background-repeat: round;
    font-family: cursive;
  }
}

@media (max-width: 1200px){
  .top-adbanner .top_countdown{
    display: none;
  }
}

@media (max-width: 900px){
  .top-adbanner{
    display: none;
  }
}