body {
  font-weight: 400;
  background:rgba(245,246,249,1);
  font-size: 14px;
  color: #353535;
}
p,div,span,ul,li,ol,a{
  font-family: "PingFangSC-Regular",
  "PingFang SC",
  "Microsoft Yahei",
  微软雅黑,
  Helvetica,
  Tahoma,
  Arial,
  "Hiragino Sans GB",
  "Hiragino Sans GB W3",
  STXihei,
  STHeiti,
  Heiti,
  SimSun,
  sans-serif;
  color: #444;
}
h1,
h2,
h3,
h4,
h5{
  font-family: "PingFangSC-Medium",
  "PingFang SC",
  "Microsoft Yahei",
  微软雅黑,
  Helvetica,
  Tahoma,
  Arial,
  "Hiragino Sans GB",
  "Hiragino Sans GB W3",
  STXihei,
  STHeiti,
  Heiti,
  SimSun,
  sans-serif;
  color: #222;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 导航样式 */
.navbar-wrapper {
  width: 100%;
  background: #fff;
  height: 72px;
}
.nav-main__wrapper {
  width: 100%;
  height: 72px;
  background: #fff;
  z-index: 999;
  left: 0;
  top: 0;
  border-bottom: 1px solid #eee;
}
.nav-main__wrapper>.navbar-main {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.navbar-main .navbar-logo-common {
  flex-shrink: 0;
  width: 140px;
  height: 40px;
  margin: 16px 98px 16px 0;
  line-height: 40px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.navbar-main>.navbar-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex: 1;
  position: relative;
}

.navbar-list>.navbar-left {
  height: 72px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
}
.navbar-list>.navbar-right {
  width: 200px;
  flex-shrink: 0;
  text-align: right;
  line-height: 72px;
}
.navbar-right>a, .navbar-right>div, .navbar-right>i {
  float: right;
  margin-left: 24px;
  vertical-align: middle;
  font-size: 14px;
  cursor: pointer;
  line-height: 72px;
}
.navbar-list>.navbar-right>.no-login {
  color: #2a75ed;
  cursor: default;
}
.navbar-list>.navbar-right>.no-login .func {
  cursor: pointer;
}
.navbar-right>.icon-wrapper {
  height: 72px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-right>.icon-wrapper>i {
  font-size: 16px;
  line-height: 72px;
  color: #888;
}
.navbar-right>.iconfont {
  font-size: 16px;
}

.navbar-left>a {
  color: #353535;
  line-height: 72px;
  font-size: 14px;
  margin-right: 64px;
  visibility: visible;
  opacity: 1;
  cursor: pointer;
  transform-origin: center;
  text-decoration: none;
  transform: scale(1);
  transition: transform .3s ease-out,visibility .3s ease-out,opacity .3s ease-out;
}
.navbar-left>a:hover{
  color: #2a75ed;
}
.navbar-list>.navbar-left a:first-child {
  transition-delay: .14s;
}
.iconicon_search:before {
  content: "\e6f9";
}
.iconicon_learningRecord1:before {
  content: "\e6f7";
}
.iconicon_purchaseHistory1:before {
  content: "\e6f8";
}
/* 导航end----- */



/* 主页页面 */
.content-wrapper{
  
}
.content-to-top{
  margin-top: 20px;
}
.content-text-p-left{
  padding-left: 18px;
}
.topBanner{
  width: 100%;
  /* background-color: #3535b1; */
  text-align: center;
}
.topBanner img{
  max-width:100%;
}
.content{
  width:1200px;
  margin: 45px 48px 0 34px;
}
.topRouteList{
  display: flex;
  display: -webkit-flex;
  align-items:center;
  justify-content:space-between;
  height:170px;
}
.topRouteList a{
  text-decoration: none;  
}  
.route-item{
  display: flex;
  align-items: center;
  width:276px;
  height:120px;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 4px 0px rgba(201,213,228,1);
  border-radius:4px;
}
.route-item:hover{
  box-shadow:0px 5px 10px 9px rgba(225,232,240,0.65);
  cursor: pointer;
}
.route-item-left{
  width:55%;
  text-align: right;
  padding-right: 10px;
}
.route-item-left img{
  max-width:90%;
}
.route-item-right{
  width:45%;
  height: 100%;
  display: flex;
  align-items: center;
}
.route-item-1 .route-item-right{
  background-image: url('../image/shop-bg.png');
}
.route-item-2 .route-item-right{
  background-image: url('../image/wandou-bg.png');
}
.route-item-3 .route-item-right{
  background-image: url('../image/tv-bg.png');
}
.route-item-4 .route-item-right{
  background-image: url('../image/vide-bg.png');
}
.route-item-right h4{
  font-size:20px;
  font-weight:500;
  line-height:20px;
}
.route-item-1 .route-item-right h4{
  color:rgba(248,150,55,1);
}
.route-item-2 .route-item-right h4{
  color:rgba(118,188,55,1);
}
.route-item-3 .route-item-right h4{
  color:rgba(134,142,206,1);
}
.route-item-4 .route-item-right h4{
  color:rgba(40,227,163,1);
}
/* 进度条 ~dj*/
.steppart,.bg-white{
  background: #fff;
}
h2{
  font-size:30px;
  font-weight:500;
  color:rgba(34,34,34,1);
  line-height:41px;
  padding-top: 50px;
  margin-bottom: 22px;
  text-align: center;
}
h3{
  font-size: 25px;
}
.steppart img,.bg-white img{
  max-width:100%;
}
.content-text{
  width: 987px;
  margin: 0 auto;
}
.content-text table{
  margin: auto;
  border: 2px solid #ddd;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  width: 600px;
}
.content-text table td{
  font-size: 15px;
  border: 1px solid #ddd;
  padding: 8px;
}
p{
  font-size:14px;
  font-weight:400;
  color:#555;
  line-height:24px;
  text-align: justify;
}
.content-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding-bottom: 50px;
}
.content-bottom img{
  max-width: 580px;
}
/* 底部文字 */
.page-footer {
  margin-bottom:80px;
  margin-top:20px;
  padding-bottom: 50px;
}
.page-footer-3{
  margin-bottom:0;
}
.page-footer .page-footer-text{
  display: flex;
  justify-content:center; 
}
.page-footer-left{
  width:844px;
}
.page-footer-left a:link,.page-footer-left a:visited,
.page-footer-left a:hover,.page-footer-left a:active{
  color:#4288e1;
}
.page-footer-left p{
  
}
.page-footer-r img{
  width:155px;
  margin-left:34px;
  height:155px;
}
.footer{
  width: 100%;
  min-width: 1200px;
  min-height: 160px;
  background: #333234;
  padding-top: 33px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  color: #888;
}
.footer a {
  color: #888;
  text-decoration: none;
}

.footer .company-info-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us{
  text-align: center;
}
.footer .template2-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}
.info-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.info-left .info-left-icon {
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
}
.weixin-wrapper {
  position: relative;
}

.weixin-qrc{
  display: none;
  position: absolute;
  width: 90px;
  height: 90px;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
  z-index: 1;
}
.weixin-wrapper .Triangle{
  display: none;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  bottom: 35px;
  margin-left: -5px;
  background: #fff;
  transform: rotate(45deg);
}
.weixin-wrapper:hover .weixin-qrc, .weixin-wrapper:hover .Triangle{
  display: block;
}
.info-left-icon i {
  cursor: pointer;
  font-size: 24px;
  margin-left: 16px;
}
.info-left-icon .weixin-wrapper i{
  margin: 0;
}
.info-left-icon i:hover{
  color: #fff;
}

.template2-wrapper .info-line {
  width: 1px;
  height: 48px;
  background: #888;
  margin: 0 64px;
}
.template2-wrapper .info-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: normal;
}
.company-info-wrapper.template2 {
  margin-top: 24px;
}
.record-wrapper, .record-wrapper>a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-info-wrapper .record-wrapper .imfo {
  margin-right: 32px;
}
.record-wrapper>a .pic {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.footer-logo{
  margin-top: 20px;
  margin-bottom: 5%;
  padding-bottom: 4%;
}
.footer-logo img{
  margin:0 auto;
  display: block;
  max-width: 222px;
}


/* 活动规则 */
.bg-white{
  background-color: #fff;
}
.text-center{
  text-align: center;
}
.content-rule{
  padding-top: 50px;
  width: 895px;
  margin: 0 auto;
  max-width:100%;
}
.rule-title,.content-rule h4{
  font-weight:500;
  color:#222;
}
.rule-title{
  font-size:20px;
  line-height:28px;
  margin-bottom:46px;
}
.content-rule h4{
  font-size:18px;
  line-height:22px;
}
.rule-step-img{
  margin-top:24px;
  margin-bottom:30px;
}
.rules-text-p{
  padding-top:15px;
}
.rules-text-p-r{
  width:45%;
}
.rules-text-p p a{
  color:#4e6ef2;
  text-decoration: none;
}
.rules-text-p p a:hover{
  text-decoration: underline;
}
.content-text-p p{
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 22px;
}
.content-indent .content-text-p p{
  text-indent: -14px;
  margin-left: 14px;
}
p.font-b{
  font-weight:bold;
  font-family: "PingFangSC-Medium",
  "PingFang SC",
  "Microsoft YaHei",
  微软雅黑,
  黑体,
  Helvetica,
  Tahoma,
  Arial;
  color: #222;
}
.rules-text-p img{
  margin-bottom: 15px;
  margin-left:15px;
}
.rules-p-child img{
  width: auto;
  margin-left: 0;
}
.rules-text-p p.yellow-text{
  color:#F5A623;
}
.red-text {
    color: #9A0205;
}
.rules-text-p .rules-p-child,.rules-text-p .content-text-child{
  padding-left: 15px;
}
.rules-text-p .rules-p-child p{
  color: #666;
}
/* 主页面新样式 */
.flex{
  display: flex;
}
.flex-between{
  justify-content: space-between;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-center{
 justify-content: center;
}
.flex-center-v{
  align-items: center;
 }
.content-text-new {
  width:auto;
  padding-left: 38px;
  padding-right: 38px;
  padding-bottom:40px;
  text-align: center;
}
.set-main-content{
  width: 80%;
}
.set-main-content-3{
  width: 100%;
}
.set-main-content-3 p.font-b{
  margin-bottom:10px;
}
.set-main-content-second{
  padding-top:27px;
}
.padding-t-24{
  padding-top:24px;
}
.font-p-normal{
  font-size: 15px;
  margin-bottom: 10px;
}
.stepDiv{
  margin-top:20px;
}
.bottom-text-desc{
  padding-bottom:38px;
}
.border-e5{
  border-bottom: 1px solid #e5e5e5;
  margin-top: 30px;
  margin-bottom: 30px;
}
.padding-20{
  padding:0 20px 20px;
}
.bottom-text-desc p{
  font-size:12px;
  color:#666666;
}

/* 有背景图片文字 */
.go-tobug{
  width:100%;
  background: url('../image/tobuy-bg.png');
  padding-top:105px;
  min-height: 430px;
}
.go-tobug h3,.go-tobug h4,.btn-bottom{
  margin: 0 auto;
}
.go-tobug h3{
  width: 415px;
  font-size: 26px;
  font-weight: normal;
  font-family: HiraKakuStd-W8,
  HiraKakuStd,
  "Microsoft Yahei",
  微软雅黑;
  color: #392377;
  line-height: 39px;
  padding-bottom:15px;
}
.go-tobug h4{
  width: 470px;
  font-size: 15px;
  font-weight: 400;
  color: #222222;
  line-height: 29px;
  padding-bottom:20px;
}
.btn-bottom{
  cursor: pointer;
  display: block;
}
.bordere5{
  border-bottom:1px solid #e5e5e5;
  margin-top:3%;
  margin-bottom:3%;
}

.content-text4  .font-p-normal{
  margin-bottom: 20px;
}
.content-text4 .pro-img-4{
  margin-top: 3%;
}
.content-text4 .rules-text-p{
  width: 33%;
}
.content-text-p p.font-b{
  margin-bottom:10px;
}
.main-content-middle {
  margin-top: 1%;
  margin-bottom:1%;
}
.two-imgs{
  margin-top: 2%;
}
.two-imgs .project-2-l{ width: 63%; max-width: 700px;}
.two-imgs .project-2-r{ width: 35%; max-width: 380px;}

.phase4-slides {width: 79%; height: 350px; transform-style: perserve-3d; margin: 50px auto; position: relative;}
.phase4-slides img{width: 350px; position: absolute; top: 60px; transition:all .3s linear;phase4-slides-shadow: 0 0 10px #eee;}

.phase4-slides:hover .btn{opacity: 1;}

.front {left: 0px;}
.back {left: 600px;} 
.active {left: 300px; transform: scale(1.5); z-index: 10;}

.btns .btn {width: 60px; height: 60px; display: block; position: absolute; background-color: rgba(0,0,0,.5); font-size: 50px; 
color:rgba(255,255,255,.5); line-height: 55px; text-align: center; cursor: pointer; z-index: 100; opacity: 0; transition:opacity .3s linear;} 
.btns .btn:first-child {top: 125px;}
.btns .btn:last-child {top: 125px; right: 0px;}


/* 5期 */
.content-text-p-5{
  width: 54%;
}
.rules-text-p-r-5{
  width:45%;
  text-align: right;
}
/* 11期 */
.content-text-p-11{
  width: 48%;
}
.rules-text-p-r-11{
  width:51%;
}
/* 12期 */
.content-text-p-12{
  width: 30%;
}
.content-indent .content-text-p .content-text-sp{
  width: 49%;
  display: inline-block;
  margin-left: 0;
  text-indent: 0;
}
.content-text-col4 p{
  width: 24%;
  display: inline-block;
  margin-left: 0 !important;
  text-indent: 0 !important;
}
.button-all {
  padding-bottom: 20px;
  text-align: center;
  margin-top: 10px;
}
.detail-div{
  padding:30px 28px;
  overflow: hidden;
  margin-top: 20px;
}
.detail-div .detail-l {
  float: left;
  margin-right:20px;
  width:337px;
  height:190px;
}
.detail-div .detail-l img{
  width:100%;
  max-height:100%;
}
.detail-div .detail-r .title {
  font-size: 18px;
  font-weight: 500;
  font-family: "PingFangSC-Medium",
  "PingFang SC",
  "Microsoft YaHei",
  微软雅黑,
  黑体,
  Helvetica,
  Tahoma,
  Arial;
  color: #222222;
  line-height: 25px;
  margin-top:18px;
  margin-bottom:10px;
}
.detail-div .detail-r p{
  font-size: 14px;
  font-weight: 400;
  color: #555;
  line-height: 20px;
  margin-bottom:35px;
}
.detail-div .detail-r .bottom-time{
  font-size: 14px;
  
  font-weight: 400;
  color: #222222;
  line-height: 20px;
}
.help-content {
  padding:30px 15px;
}
.help-title{
  font-size: 24px;
  font-family: "PingFangSC-Medium",
  "PingFang SC",
  "Microsoft YaHei",
  微软雅黑,
  黑体,
  Helvetica,
  Tahoma,
  Arial;
  font-weight: 500;
  color: #222222;
  line-height: 33px;
}
.tip-red{
  font-size: 14px;
  font-weight: 500;
  color: #F86F6F;
  line-height: 20px;
  text-align: center;
  margin-top: 5px;
  font-family: "PingFangSC-Medium",
  "PingFang SC",
  "Microsoft YaHei",
  微软雅黑,
  黑体,
  Helvetica,
  Tahoma,
  Arial;
}
.help-list-tip{
  margin-top:25px;
}
.help-list-tip p{
  font-size: 18px;
  font-family: "PingFangSC-Medium",
  "PingFang SC",
  "Microsoft YaHei",
  微软雅黑,
  黑体,
  Helvetica,
  Tahoma,
  Arial;
  font-weight: 500;
  color: #222222;
  line-height: 25px;
  margin-top:15px;
  margin-bottom:15px;
}
.help-list-tip img{
  max-width: 94%;
}
.hasborder{
  border-bottom:1px solid #E1E1E1;
  padding-bottom:30px;
  margin-bottom:30px;
}


/* 6期 */
.size16{
  font-size: 16px;
  margin-bottom: 8px;
}
.margin-b-20{
  margin-bottom:20px;
}
.part-two-left {
  padding-top:20px;
  margin-bottom: 20px;
}
.part-two-left .flex{
  padding-top:10px;
}
.part-two-left .content-text-p{
  width: 39%;
}
.content-text-6 .pro-img-4{
  margin-top:20px;
}

.phone-show{
  display:none;
}

.image-pr{
  margin-top: -70px;
}

/* 新增样式 */
.content-rule p{
  line-height: 29px;
  font-size: 15px;
  color: #222;
}

.normal-table{
  width: 100%;
  border-spacing: 0;
  border: 1px #000;
  text-align: center;
  margin-top: 29px;
}
.normal-table thead tr,table tbody tr {
  height: 50px;
  line-height: 50px;
}
.normal-table tr th {
  background: #222;
}
.normal-table td p{
  margin: 0 17px; 
}
.normal-table tbody tr td{
  border-left: 1px solid #222;
}
.normal-table tr td:last-child{
  border-right: 1px solid #222;
}
.normal-table tr td{
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
.normal-table tr:first-child td:first-child {
  width: 8%;
  border-top-left-radius: 5px;
}
.normal-table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.normal-table tr:first-child td:last-child {
  width: 92%;
  border-top-right-radius: 5px;
}
.normal-table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.gray-td{
  background-color: #E5E5E5;
}

.award-table{
  margin-top: 29px;
  font-size: 14px;
  width: 100%;
  border-spacing: 0;
  border: 1px #000;
  text-align: center;
}
.award-table thead tr,.award-table tbody tr {
    height: 50px;
    line-height: 20px;
}
.award-table tr th {
    border-left: 1px solid #222;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
.award-table tbody tr td{
    border-left: 1px solid #222;
}
.award-table tr:first-child th:first-child {
    border-top-left-radius: 5px;
}
.award-table tr:first-child th:last-child {
    border-top-right-radius: 5px;
    border-right: 1px solid #222;
}
.award-table tr td:last-child{
    border-right: 1px solid #222;
}
.award-table tr td{
    border-bottom: 1px solid #222;
}
.award-table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.td-left{
  font-size:20px;
  font-weight:bold;
}
.td-up{
  writing-mode: tb-rl;
}
.rules-text-main{
  font-weight: bold;
}
.rules-text-sec{
  margin-left: 20px;
}
.rules-text-thi{
  margin-left: 40px;
  color: #6A6A6A !important;
}
.buttons-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 5px auto;
}
.buttons-link .button-rule:link,
.buttons-link .button-rule:visited,
.buttons-link .button-rule:hover,
.buttons-link .button-rule:active,
.buttons-link .button-rule {
  width: 16%;
  max-width: 136px;
  height: 32px;
  border-radius: 19px;
  border: 1px solid #979797;

  font-size: 14px;
  font-family: PingFangSC-Regular,PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
}
.buttons-link .button-rule:hover,
.buttons-link .button-rule.button-rule-active {
  background: #9A0205;
  color: #fff;
  border: 0;
}
.rule-bottom-table table{
  width: 100%;
  table-layout: fixed;
  border: 2px solid #222222;
  /*文本居中*/
  border-collapse:collapse;
  /* 表格的边框合并，如果相邻，则共用一个边框 */
  border-spacing:0;
  /*设置行与单元格边框的间距。当表格边框独立*/
}
.rule-bottom-table table td,
.rule-bottom-table table th {
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  height: 36px;
  line-height: 1.8;
}
.rule-bottom-table table th.td-l,
.rule-bottom-table table td.td-l{
  width: 15%;
  text-align:center;
}
.rule-bottom-table table th.td-m,
.rule-bottom-table table td.td-m {
    width: 75%;
}
.rule-bottom-table table th.td-m{
  text-align: center;
}
.rule-bottom-table table td.td-m{
    text-align:left;
    padding-left: 5%;
}
.rule-bottom-table table th.td-r,
.rule-bottom-table table td.td-r {
    width: 10%;
    text-align:center;
}
.rule-bottom-table table td a{
      color: #409EFF;
      text-decoration: none;
}

/* 页面宽度小于1200的， */
@media screen and (max-width:1200px){
  .nav-main__wrapper>.navbar-main,.content{
    width:100%;
  }
  .navbar-list>.navbar-right {
    width: 40%;
    padding-right: 5%;
  }
  .footer{
    min-width: 100%;
  }
}
@media screen and (max-width:1150px){
  .topRouteList .route-item{
    width: 23%;
  }
  /* .route-item{
    max-width:100%;
  } */
  .content-text{
    width:90%;
  }
  .page-footer-left{
    width: 70%;
  }
  .page-footer-r{
    width: 20%;
  }
  .page-footer-r img{
    margin-left:0
  }
  .content-bottom img{
    max-width:50%;
  }
  .last-phases a{
    width:48%;
  }
  .content-text4 .rules-text-p{
    width: 100%;
  }
  .image-pr{
    margin-top: 10px;
  }
}
@media screen and (max-width:800px){
  .phone-hidden {
      display: none;
  }
  .normal-table tr:last-child td:last-child{
    border-top: 0;
  }
  .content{
    margin: 20px 0;
  }
  .content-rule p{
    font-size: 14px;
  }
  .phone-show {
      display: block;
  }
  .navbar-left>a{
    margin-right:5%;
  }
  .navbar-main .navbar-logo-common{
    margin-right:8%;
  }
  .page-footer .page-footer-text{
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  .page-footer-left {
    width: 90%;
    margin-bottom: 5%;
  }
  .route-item-right h4{
    font-size:16px;
  }
  .flex {
    display: block;
  }
  .part-two-left .content-text-p {
    width: 100%;
  }
}
/* 进入phone设计图样式 */
@media screen and (max-width:690px){
  .navbar-wrapper{
    height:auto;
  }
  .navbar-wrapper img{
    max-width:100%;
  }
  .nav-main__wrapper>.navbar-main{
    display:none;
  }
  .topRouteList{
    justify-content: center;
    height: auto;
    flex-wrap: wrap;
    padding-top: 5%;
  }
  .route-item{
    height:80px;
  }
  .route-item-left{
    width: 38%;
  }
  .route-item-right{
    position:relative;
    width:62%;
    background-size: 67%;
    background-position: 100% 0;
    background-repeat: no-repeat;
  }

  .topRouteList .route-item{
    width: 44%;
    margin-bottom: 5%;
  }
  .topRouteList .route-item:nth-child(odd) {
    margin-right: 5%;
  }
  .route-item-left img {
    max-width: 65%;
  }
  .route-item-right::after{
    position: absolute;
    right:5%;
    content:"";
    width:20px;
    height:20px;
    background-size:100% 100%;
  }
  .route-item-1 .route-item-right::after{
    background-image: url('../image/phone/arrow-01-2x.png');
  }
  .route-item-2 .route-item-right::after{
    background-image: url('../image/phone/arrow-02-2x.png');
  }
  .route-item-3 .route-item-right::after{
    background-image: url('../image/phone/arrow-03-2x.png');
  }
  .route-item-4 .route-item-right::after{
    background-image: url('../image/phone/arrow-04-2x.png');
  }

  h2{
    font-size:14px;
    line-height:20px;
    padding-top: 25px;
  }
  .content-text img{
    max-width:80%;
    margin: 13px auto;
  }
  .content-text4 .pro-img-4{
    max-width:100%;
  }
  .footer-logo img{
    max-width: 60%;
  }
  .line-phone{
    background:rgb(245, 246, 249);
    height:15px;
  }
  .page-footer{
    background:#fff;
    margin-bottom:0;
    padding-bottom:50px;
  }
  .page-footer-r {
    width: 50%;
    text-align: center;
  }
  .page-footer-r p{
    text-align:center;
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:17px;
    margin-top:5px;
  }
  .footer{
    display: none;
  }
  /* 更新样式 */
  .phone-margin-b-20{
    margin-bottom:20px;
  }
  .bottom-text-desc{
    margin: 20px auto 0;
    width:90%;
  }
  .phone-margin-b-20 .padding-t-24{
    padding-top: 10px;
  }
  .content-text-p p span{
    margin-left: 0 !important;
  }
  .rules-text-p {
    width: 100%;
  }
  .page-footer{
    margin-top: 0;
  }
  .bg-white{
    margin-top: 0 !important;
  }
  .content-text-new{
    padding-top:0;
    padding-left:0;
    padding-right:0;
    padding-bottom:30px;
  }
  .go-tobug-phone{
    position: relative;
  }
  .btn-bottom{
    position: absolute;
    width:100%;
    text-align: center;
    bottom:15%;
  }
  .btn-bottom img{
    max-width: 25%;
  }
  .content-text-p-5,
  .rules-text-p-r-5,
  .content-text-p-11,
  .rules-text-p-r-11,
  .content-text-p-12,
  .content-text-col4 p {
    width: 100%;
  }
  .content-text table{
    width: auto;
  }
  .buttons-link {
      width: 100%;
  }
  .buttons-link .button-rule:link,
  .buttons-link .button-rule:visited,
  .buttons-link .button-rule:hover,
  .buttons-link .button-rule:active,
  .buttons-link .button-rule {
      width: 18%;
      height: 30px;
      line-height: 30px;
  }
}
@media screen and (max-width:418px){
  .topRouteList{
    padding-top:3.6%;
  }
  .route-item {
    height: 66px;
  }
  .route-item-right::after{
    width:16px;
    height:16px;
  }
  .route-item-right h4 {
    font-size: 14px;
  }
  /* p{
    font-size:12px;
  } */
  .line-phone{
    height:10px;
  }
  .page-footer-r p{
    font-size:12px;
  }

  .rules-text-p {
    padding-top: 0;
  }
  .phone-margin-b-20{
    margin-bottom: 0;
  }
  .rules-text-p img{
    margin-left:0;
  }
  .content-rule{
    padding: 8% 5%;
  }
  .phase3 h2{
    width: 85%;
    margin: 20px auto;
  }
  .rule-bottom-table table th.td-l,
  .rule-bottom-table table td.td-l {
    width: 65px;
  }
  .buttons-link {
    width: 80%;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .buttons-link .button-rule:link,
  .buttons-link .button-rule:visited,
  .buttons-link .button-rule:hover,
  .buttons-link .button-rule:active,
  .buttons-link .button-rule {
    width: 30%;
    margin-bottom: 2%;
    margin-right: 3%;
  }
}



