
.container .title_en {
  color: #000000;
  font-size: 40px;
  margin-top: 150px;
  display: inline-block;
}
.desc-box{display: flex;}
.container .desc-box .title {
  color: #333;
  font-size: 28px;
  display: inline-block;
  margin-left: 68px;
}
.container .desc-box .fz-44px {
  font-size: 44px;
}
.container .desc-box p {
  color: #666;
  font-size: 18px;
  line-height: 40px;
  padding-left: 68px;
}
.container .gold_line {
  margin-top: 50px;
}
.container p span {
  font-weight: bold;
  color: #444;
}



.container .history .col-xs-0 {
  visibility: hidden;
}
.container .history {
  position: relative;
  min-height: 300px;
  margin-top: 50px;
}
.container .history .time {
  width: 170px;
  height: 56px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  background: #966625;
  border-radius: 10px;
  margin: 80px auto 0 auto;
  position: relative;
  z-index: 2;
}
.container .history .history_img {
  margin: 0;
  width: 100%;
}
.container .history .left {
  text-align: right;
  margin-top: 40px;
  padding: 0 52px 0 0;
}
.container .history .right {
  text-align: left;
  margin-top: 40px;
  padding: 0 0 0 52px;
}
.container .history p {
  margin: 0;
  line-height: 26px;
  margin-bottom: 66px;
  position: relative;
}
.container .history p .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/about/icon.png) no-repeat;
  position: absolute;
  top: 1px;
}
.container .history .left p {
  padding-right: 40px;
}
.container .history .right p {
  padding-left: 40px;
}
.container .history .left p .icon {
  right: 0;
}
.container .history .right p .icon {
  left: 0;
}
.container .history p:last-child {
  margin: 0;
}
.container .history p .line {
  display: inline-block;
  position: absolute;
  top: 12px;
  width: 50px;
  height: 3px;
  background: url(../images/about/line.jpg) no-repeat;
}
.container .history .left p .line {
  right: -52px;
}
.container .history .right p .line {
  left: -52px;
}
.container .time_line {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  border-left: 2px solid #cacaca;
}

.ios {
  display: inline-block;
  width: 229px;
  height: 74px;
  background: url("../image/01_22.png") 0 0 no-repeat;
  background-size: 229px 74px;
  padding: 10px 20px;
}

.android {
  display: inline-block;
  width: 229px;
  height: 74px;
  background: url("../image/01_23.png") 0 0 no-repeat;
  background-size: 229px 74px;
  padding: 10px 20px;
  margin-right: 20px;
}

.flex-box {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap
}
.top-count-box .flex-item:nth-child(2),.top-count-box .flex-item:nth-child(5) {
  width: 400px;
  height: 222px;
}
.flex-box .join_us {
  width: 90px;
  height: 200px;
  border: none;
}
.flex-item > .img img {
  margin: 18px 0 12px 0;
}
.driver-join-box .img img {
  margin: 48px 0 36px 0;
}
.driver-join-box .link-img{
  width: 50px;
}
.flex-box .join_us .img img {
  width: 90px;
  height: 90px;
}
.flex-item > .title {
  text-align: center;
  color: #333;
  padding-bottom: 6px;
}
.flex-box .join_us > .title {
  text-align: center;
  color: #222;
  font-size: 18px;
  padding-bottom: 14px;
}
.flex-item > .text {
  width: 100%;
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 160%;
}
.flex-box .img_partners {
  width: 200px;
  height: 80px;
  line-height: 76px;
	border-radius: 10px;
  border: 1px solid #E6E6E6;
	margin-bottom: 50px;
}
.join-now{
  width: 300px;
  height: 44px;
  border: 1px solid #4888FF;
  color: #4888FF;
  line-height: 44px;
  font-size: 16px;
  margin: 42px auto;
  position: relative;
  background: url("../image/2021/qrcode.png") no-repeat 260px 5px;
}
.join-now:hover{
  border: 1px solid #4888FF;
  color: #fff;
  background: url("../image/2021/qrcode-hover.png") #4888FF no-repeat 260px 5px;
}
.qcode-pop{
  display: none;
  position:absolute;
  width: 355px;
  height: 420px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(72, 136, 255, 0.4);
  border-radius: 8px;
  bottom: 70px;
  left: -30px;
}
.join-now:hover .qcode-pop{
  display: block;
}
@media screen and (max-width: 1024px)  {
  .container {
    width: 100%;
    padding: 0 22px 0 22px;
  }
  .flex-item > .img img {
    margin: 0 auto 0 auto;
  }
  .container p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    margin-top: 20px;
  }
  .banner_box .fw-1{display: none;}
  #main .banner_box .text{
    width: 100%;
  }
  #main .banner_box .text .title{
    font-size: 42px;
    padding-top: 50px;
    margin-bottom: 0;
    padding-left: 60px;
  }
  #main .banner_box .text{
    top: 50px;
  }
  #main .banner_box .download-go{
    margin-left: 60px;
  }
  .driver-join-box .link-img{
    display: none;
  }
  .driver-join-box .flex-item{
    width: 400px;
    margin-bottom: 50px;
  }
  .driver-join-box .flex-item .text {
    margin-top: 5px;
  }
  .container .desc-box p{
    padding-left: 10px;
  }
  #footer .left{width: 60%;}
  #footer .right{padding: 60px 15px 30px 0;}
  #footer .right p{
    color: #333;
    margin-top: 0;
  }
  .container .m-text{padding-right: 20px;}
  .container .gold_line {
    margin-top: 26px;
  }
  .flex-box{
    justify-content: center;
    flex-wrap: wrap;
  }
  .flex-box .flex-item{
    border: none;
  }
  .flex-box .join_us{
    width: 146px;
  }
  #main .desc-box img{
    width: 90%;
  }
  .flex-box .img_partners{
    width: 270px;
    margin: 20px;
  }
}
@media screen and (max-width: 640px) {
  #main .banner_box .text .title{
    font-size: 42px;
    padding-top: 5rem;
    margin-bottom: 0;
    padding-left: 60px;
  }
  .container .history .col-xs-0 {
    display: none;
  }
  .container .history .time {
    margin: 45px 0 0 0;
  }
  .container .time_line {
    left: 18px;
    margin: 0;
  }
  .container .history .left {
    text-align: left;
    padding: 0 0 0 40px;
    margin-top: 50px;
  }
  .container .history .right {
    text-align: left;
    padding: 0 0 0 40px;
    margin-top: 50px;
  }
  .container .history p {
    margin-bottom: 30px;
  }
  .container .history .left p {
    padding: 0;
  }
  .container .history .right p {
    padding: 0;
  }
  .container .history .right p .icon {
    left: -33px;
  }
  .container .history .left p .icon {
    right: auto;
    left: -33px;
  }
  .container .history .left.img_box {
    padding: 0;
  }
  .container .history p .line {
    display: none;
  }
}

