.container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.pc_content {
  display: block;
}

.mo_content {
  display: none;
}

.btn {
  border: 0;
  cursor: pointer;
}

.btn-black {
  background: #303030;
  color: #fff;
}

.btn-white {
  background: #fff;
}

header {
  width: 100%;
  position: fixed;
  z-index: 5;
  transition: all 0.3s;
}

header.active {
  background: rgba(0, 0, 0, 0.8);
}

header .container {
  display: flex;
  box-sizing: border-box;
  padding: 0 40px;
  height: 80px;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  width: 100px;
  z-index: 1;
}

header .logo img {
  width: 100%;
}

header nav ul {
  display: flex;
  color: #fff;
}

header nav ul li {
  padding: 28px;
  font-size: 16px;
  cursor: pointer;
}

header nav ul li:last-child {
  padding-right: 0;
}

header nav ul li.button span {
  border: 1px solid #fff;
  padding: 9px 16px;
  border-radius: 8px;
}

header nav ul li.button a {
  color:#fff;
  text-decoration:none;
} 

header nav ul li.active {
  color: #3399ff;
}

section.main {
  padding-top: 80px;
  background: url("../images/0/bg-main.png") no-repeat center/cover;
  height: 730px;
}

section.main .container {
  height: 100%;
}

section.main .text {
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
}

section.main .text h1 {
  font-size: 36px;
  font-weight: 700;
}

section.main .text p {
  font-size: 20px;
  margin-top: 22px;
  line-height: 1.5;
}

.section-1 {
  padding: 156px 0;
  text-align: center;
}

.section-1 .title {
  font-size: 30px;
  font-weight: bold;
}

.section-1 .text {
  font-size: 18px;
  margin-top: 22px;
}

.section-1 .list {
  margin-top: 80px;
}

.section-1 .list .img {
  width: 200px;
}

.section-1 .list .img img {
  width: 100%;
}

.section-1 .list .text {
  font-size: 17px;
  padding-bottom: 20px;
}

.section-1 .list {
  display: flex;
  padding: 0 90px;
  justify-content: space-between;
}

.section-2 {
  background: #f3f7ff;
  padding: 205px 0 136px 0;
  position: relative;
}

.section-2::after {
  content: "";
  display: block;
  width: calc(50% + 640px);
  height: 173px;
  position: absolute;
  background: #dfebff;
  top: 205px;
  left: calc(50% - 640px);
  z-index: 1;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.section-2 .text_box {
  width: 100%;
  padding: 52px 54px;
  height: 173px;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}

.section-2 .text_box .title {
  font-size: 30px;
  font-weight: bold;
}

.section-2 .text_box .text {
  font-size: 18px;
  margin-top: 22px;
}

.section-2 .main .img {
  position: absolute;
  width: 510px;
  right: 0;
  top: -85px;
  z-index: 2;
}

.section-2 .main .img img {
  width: 100%;
}

.section-2 .list .img {
  text-align: center;
}

.section-2 .list {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
  padding: 0 156px;
}

.section-2 .list > li {
  width: 230px;
}

.section-2 .list .img img {
  width: 150px;
}

.section-2 .list > li .text {
  min-width: 155px;
  width: 160px;
  margin: 0 auto;
}

.section-2 .list > li:last-child .text {
  width: 170px;
}

.section-2 .list > li .text li {
  font-size: 16px;
  margin-top: 18px;
  line-height: 24px;
  position: relative;
}

.section-2 .list > li .text li::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #2ea7ff;
  left: -8px;
  top: 10px;
  border-radius: 50%;
}

.section-3 {
  background: url("../images/2/bg-download.png") no-repeat 100% / cover;
  padding: 98px 0 88px 0;
  text-align: center;
  color: #fff;
}

.section-3 .title .img img {
  width: 40px;
}

.section-3 .title .img {
  margin-bottom: 22px;
}

.section-3 .title {
  font-size: 30px;
  font-weight: 700;
}

.section-3 .text {
  margin-top: 22px;
  font-size: 20px;
  line-height: 34px;
}

.section-3 .dw-infoText{
  width: 35%;
  height: 36px;
  margin: 0 auto;
  margin-top: 12px;
  line-height: 36px;
  border-radius: 100px;
  background-color: #0F87FFCC;
}

.section-3 .info {
  font-size: 15px;
  padding: 10px 20px;
  margin-top: 15px;
  display: inline-block;
  border-radius: 20px;
  background: rgba(15, 135, 255, 0.8);
}

.section-3 .button_box {
  margin-top: 52px;
}

.section-3 .button_box button {
  border-radius: 10px;
  height: 60px;
  font-size: 16px;
}

.section-3 .button_box button:first-child {
  width: 260px;
}

.section-3 .button_box button:last-child {
  width: 190px;
  margin-left: 20px;
}

.section-4 {
  padding: 100px 0;
}


.section-4 .text_box {
  display: none;
}

.section-4 {
  background-color: #fff;
}

.section-4 .title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.section-4 .menu {
  width: 1100px;
  padding: 0 180px;
  margin: 0 auto;
  margin-top: 56px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cecece;
}
.section-4 > .container > img{
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-4 .menu li {
  padding: 22px 28px;
  font-size: 18px;

  color: #757575;
  cursor: pointer;
}

.section-4 .menu li.active {
  border-bottom: 6px solid #2ea7ff;
  font-weight: bold;
  color: #000;
}

.section-4 .content .title {
  font-size: 18px;
}

.section-4 .content {
  padding: 88px 0px 60px 0px;
}

.section-4 .text_box {
  padding-left: 10px;
  margin-top: 58px;
}

.section-4 .text_box ul li {
  font-size: 16px;
  margin-top: 12px;
  position: relative;
  line-height: 1.5;
}

.section-4 .text_box ul li:first-child {
  margin-top: 0;
}

.section-4 .text_box ul li::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #2ea7ff;
  left: -8px;
  margin-top: -2px;
  top: 50%;
  border-radius: 50%;
}

.section-4 .content_0 .swiper-wrap {
  height: 590px;
  width: 1100px;
  margin: auto;
  padding: 0 40px;
  margin-top: 22px;
  position: relative;
  background: url("../images/3/sub/img-phone-star.png") no-repeat 100% / cover;
}

.section-4 .content_0 .swiper-wrap {
  height: 590px;
  width: 1100px;
  margin: auto;
  padding: 0 40px;
  margin-top: 22px;
  position: relative;
  background: url("../images/3/sub/img-phone-star.png") no-repeat 100% / cover;
}

.section-4 .content_1 .swiper-wrap {
  height: 590px;
  width: 1100px;
  margin: auto;
  padding: 0 40px;
  margin-top: 22px;
  position: relative;
  background: url("../images/3/drive/img-phone-driver.png ") no-repeat 100% /
    cover;
}

.section-4 .content_2 .swiper-wrap {
  height: 590px;
  width: 1100px;
  margin: auto;
  padding: 0 40px;
  margin-top: 22px;
  position: relative;
  background: url("../images/3/corp/img-phone-business.png ") no-repeat 100% /
    cover;
}

.section-4 .content_3 .swiper-wrap {
  height: 590px;
  width: 1100px;
  margin: auto;
  padding: 0 40px;
  margin-top: 22px;
  position: relative;
  background: url("../images/3/admin/img-phone-manage.png") no-repeat 100% /
    cover;
}

.section-4 .content_4 .swiper-wrap {
  height: 590px;
  width: 1100px;
  margin: auto;
  padding: 0 40px;
  margin-top: 22px;
  position: relative;
  background: url(" ../images/3/business/img-phone-shop.png") no-repeat 100% /
    cover;
}

.section-4 .slider {
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 16px;
  margin-left: -130px;
  width: 260px;
  border-radius: 25px;
}

.section-4 .content {
  display: none;
}

.section-4 .slider .swiper-wrapper {
  width: 260px;
}

.section-4 .slider .swiper-slide {
  border-radius: 25px;
  overflow: hidden;
}

.section-4 .slider .swiper-slide img {
  width: 100%;
  float: left;
}

.section-4 .button_list {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  cursor: pointer;
}

.section-4 .button_list li {
  width: 182px;
}

.section-4 .button_list li img {
  width: 100%;
}




#mobile-size {
  display: none;
}
#mobile-list{
  display: none;
}
.middle-section{
  width: 100%;
  height: auto;
  background: linear-gradient(to top, #E0F2FF, #fff, #fff, #fff);
  text-align: center;
  padding-bottom: 80px;
}
.middle-section-title{
  width: 100%;
  height: auto;
}
.middle-section-title > p{
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 42px;
}
.middle-section-title > div{
  width: 215px;
  height: 43px;
  background-color: #2EA7FF;
  border-radius: 23px;
  text-align: center;
  margin: 0 auto;
  line-height: 43px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 56px;
}
.starT-list{
  width: 100%;
  height: auto;
}
.starT-content-box{
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.starT-box{
  width: 18vw;
  height: auto;
  text-align: left;
}
.starT-box > p:nth-child(1){
  margin-left: 20px;
  font-weight: 800;
  font-size: 20px;
}
.starT-box > p {
  margin-left: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
}
.starT-box > img{
  width: 100%;
}
.starT-box:first-child > p > span{
  font-size: 16px;
  color: #2EA7FF;
}
.pc-list{
  margin: 0 20px;
}
#arrow{
  margin-bottom: 15px;
}
#img{
  margin-bottom: 30px;
}
.starT-box:nth-child(5) > #arrow{
  padding-top: 20px;
}





.section-5 {
  text-align: center;
  padding: 156px 0px;
  background: #f3f7ff;
}

.section-5 > .container > .title {
  font-size: 30px;
  font-weight: bold;
}

.section-5 > .container > .title img {
  width: 110px;
  vertical-align: middle;
}

.section-5 .table_list {
  margin-top: 56px;
  border-top: 2px solid #2ea7ff;
  display: flex;
  align-items: center;
}

.section-5 .table_list li {
  flex: 1;
  padding: 34px;
}

.section-5 .table_list li.info {
  color: #2ea7ff;
  text-align: left;
}

.section-5 .table_list li.info .title {
  font-size: 20px;
  font-weight: 700;
}

.section-5 .table_list li.info .text {
  font-size: 20px;
  margin-top: 16px;
  line-height: 30px;
}
.section-5 .table_list li .title {
  font-size: 20px;
}

.section-5 .table_list li .text {
  font-size: 16px;
  margin-top: 16px;
  line-height: 30px;
}

.section-5 .table .tr {
  display: flex;
  margin-top: 8px;
  font-size: 16px;
  border-bottom: 1px solid #2ea7ff;
  border-top: 1px solid #2ea7ff;
}

.section-5 .table .tr:first-child {
  margin-top: 0;
}

.section-5 .table .tr .title {
  flex-shrink: 0;
  width: 20%;
  background: #8ed0ff;
  color: #303030;
  padding: 27px 36px;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
}

.section-5 .table .tr .content {
  flex: 1;
}

.section-5 .table .tr .content .content_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
}

.section-5 .table .tr .content .content_title .content_box {
  flex: 1;
  font-size: 16px;
}

.section-5 .table .tr .content .content_title .content_box img {
  width: 16px;
}

.section-5 .table .tr .content .content_info {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  background: #e7f2fb;
  font-size: 16px;
}

.section-5 .table .tr.order .content .content_title {
  padding: 0;
  height: auto;
  line-height: 24px;
}
.section-5 .table .tr.order .content .content_title .content_box:first-child {
  flex-shrink: 0;
  flex: none;
  width: 33%;
  border-right: 2px solid #a3d6ff;
  background-color: #f3f7ff;
  color: #000;

}

.section-5 .table .tr.order .content .content_title .content_box:nth-child(2) {
  flex: 1;
  border-right: 2px solid #a3d6ff;
  background-color: #f3f7ff;
  color: #000;
  
}

.section-5 .table .tr.order .content .content_title .content_box:nth-child(3) {
  flex: 1;
  background-color: #f3f7ff;
  color: #000;

}


.section-5 .table .tr.order .content .content_box {
  padding: 12px 0px;
}

.section-5 .table .tr.order .content .content_info {
  line-height: 30px;
  height: auto;
  padding: 15px 0px;
}

.section-5 .list {
  margin-top: 24px;
  text-align: left;
  line-height: 32px;
  font-size: 15px;
}

.section-5 .list li {
  line-height: 28px;
  font-size: 16px;
  padding-left: 10px;
  position: relative;
}

.section-5 .list li::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  background: #000;
  left: 0;
  top: 50%;
}

.section-6 {
  height: 730px;
  position: relative;
}

.section-6::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  background: #e7f5ff;
  top: 0;
  right: 0;
  z-index: -1;
}

.section-6 .container {
  display: flex;
  background: #e7f5ff;
  align-items: center;
  justify-content: center;
}

.section-6 .img {
  background: #fff;
}

.section-6 .img img {
  height: 730px;
  margin-left: -50px;
  float: left;
}

.section-6 .text_box {
  padding: 22px;
  flex: 1;
  height: 100%;
}

.section-6 .text_box .title {
  font-size: 30px;
  font-weight: bold;
}

.section-6 .text_list {
  margin-top: 32px;
}

.section-6 .text_list li {
  margin-top: 10px;
  font-size: 18px;
  padding-left: 25px;
  position: relative;
}

.section-6 .text_list li::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-right: 2px solid #2ea7ff;
  border-bottom: 2px solid #2ea7ff;
  left: 8px;
  top: 2px;
}

.section-7 {
  text-align: center;
  padding: 100px 0px;
  background: url("../images/6/bg-1.png") no-repeat top center / cover;
}

.section-7 .title .img {
  width: 142px;
  margin: 0 auto 50px auto;
}

.section-7 .title .img img {
  width: 100%;
}

.section-7 .title {
  font-size: 24px;
}

.section-7 .title > span {
  font-size: 30px;
  display: block;
  margin-top: 12px;
  font-weight: 700;
}

.section-7 .title > span .line {
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  z-index: 2;
}

.section-7 .title > span .line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background: #bde4ff;
  bottom: 0px;
  left: -5px;
  z-index: -1;
}

.section-7 .text {
  margin-top: 34px;
  line-height: 34px;
  font-size: 17px;
}

.section-8 {
  background: #333c5f;
  padding: 96px 0;
  text-align: center;
}

.section-8 .info {
  font-size: 30px;
  padding: 12px 24px;
  font-weight: bold;
  color: #fff;
  background: #252d50;
  display: inline-block;
  border-radius: 60px;
}

.section-8 .content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
}

.section-8 .content .img {
  width: 480px;
}

.section-8 .content .img img {
  width: 100%;
}

.section-8 .content .text_box .title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
}

.section-8 .content .text_box .title span {
  color: #2ea7ff;
  font-weight: inherit;
  font-size: inherit;
}

.section-8 .content .text_box .text {
  font-size: 16px;
  text-align: left;
  line-height: 30px;
  color: #fff;
  margin-top: 32px;
}

.section-9 {
  padding-top: 156px;
  text-align: center;
}

.section-9 .container > .title {
  font-size: 30px;
  font-weight: bold;
}

.section-9 .history {
  margin-top: 58px;
  display: flex;
  padding: 0 256px;
  box-sizing: border-box;
  align-items: center;
}

.section-9 .history li {
  flex: 1;
  position: relative;
}

.section-9 .history li:last-child::after {
  display: none;
}

.section-9 .history li::after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 2px;
  background: #2ea7ff;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(15px);
}

.section-9 .history li .num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2ea7ff;
  font-size: 16px;
  font-weight: bold;
  color: #2ea7ff;
  margin: 0 auto;
}

.section-9 .history li .text {
  margin-top: 10px;
}

.section-9 .form {
  text-align: left;
}
.section-9 .info {
  margin-top: 114px;
  margin-bottom: 32px;
  color: #e4625c;
  font-size: 15px;
}

.section-9 .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}

.section-9 .table {
  margin-bottom: 60px;
}

.section-9 .table .tr:first-child {
  border-top: 1px solid #bddbf0;
}

.section-9 .table .tr {
  border-bottom: 1px solid #bddbf0;
  display: flex;
}

.section-9 .table .tr .th {
  width: 200px;
  padding: 30px 16px;
  color: #757575;
  background: #f5fbff;
}

.section-9 .table .tr .th span {
  color: #ff0b00;
}

.section-9 .table .tr .td {
  flex: 1;
  display: flex;
  align-items: center;
}

.section-9 .table .tr .td input {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #8eb7dc;
}

.section-9 .table .tr .td {
  padding: 0 20px;
}

.section-9 textarea {
  width: 100%;
  height: 120px;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #8eb7dc;
}

.section-9 .radio_box {
  position: relative;
}

.section-9 .radio_box input:checked + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("../images/7/radio_button_checked.png") no-repeat 100% / cover;
}

.section-9 .radio_box label {
  padding-left: 25px;
  display: block;
  line-height: 20px;
  cursor: pointer;
  margin-left: 20px;
  position: relative;
}

.section-9 .radio_box label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("../images/7/radio_button_unchecked.png") no-repeat 100% /
    cover;
}

.section-9 .radio_box input {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.section-9 .check_box {
  position: relative;
}

.section-9 .check_box input:checked + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("../images/7/check_box-on.png") no-repeat 100% / cover;
}

.section-9 .td .check_box:first-child {
  margin-left: 0;
}

.section-9 .check_box label {
  padding-left: 25px;
  display: block;
  line-height: 20px;
  cursor: pointer;
  margin-left: 20px;
  position: relative;
}

.section-9 .check_box label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("../images/7/check_box_outline.png") no-repeat 100% / cover;
}

.section-9 .check_box input {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.section-9 button {
  width: 300px;
  height: 60px;
  font-size: 16px;
  color: #fff;
  background: #222222;
  margin: 60px auto 0 auto;
  display: block;
  border: 0;
}

.section-9 .text_box {
  background: #f1f2f7;
  padding: 54px 0px 28px 0px;
  text-align: center;
  margin-top: -30px;
  line-height: 24px;
  font-size: 16px;
}

.section-10 {
  padding: 156px 0;
  overflow: hidden;
  text-align: center;
}
#app-icons{
  overflow: hidden;
}

.section-10 .title {
  font-size: 30px;
  font-weight: 700;
}

.section-10 .slider {
  margin-top: 56px;
}

.section-10 .slider img {
  width: 140px;
  height: 140px;
}

.section-10 .slider .text {
  margin-top: 24px;
  font-size: 16px;
}

.up_button {
  position: fixed;
  left: calc(50% + 650px);
  bottom: 80px;
  opacity: 0;
  transition: all 0.3s;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 4;
}

.up_button.active {
  opacity: 1;
}

.up_button img {
  width: 100%;
}

footer {
  padding: 56px 0;
  background: #121212;
  color: #fff;
}
footer .select {
  position: absolute;
  right: 150px;
  top: 0px;
  transition: height 0.3s;
  width: 166px;
  height: 36px;
  overflow: hidden;
}

footer .select.active {
  height: 110px;
}

footer .select li {
  width: 130px;
  height: 36px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ffffff;
  position: relative;
  box-sizing: border-box;
}

footer .select_icon {
  background: url("../images/9/arrow_drop_down.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  border: 1px solid #ffffff;
  left: 130px;
  top: 0px;
}

footer .text > div {
  font-size: 13px;
}

footer .title2 {
  margin-top: 16px;
  line-height: 24px;
}

footer .title3 {
  margin-top: 16px;
}

@media screen and (max-width: 980px) {
  .pc_content {
    display: none !important;
  }
  header .container {
    padding: 0;
    display: flex;
    justify-content: space-between;
    height: auto;
  }

  .mo_content {
    display: block;
  }

  .menu_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 6;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
  }

  header {
    padding: 20px 18px;
    box-sizing: border-box;
  }

  header nav {
    width: 100%;
    overflow-x: auto;
  }
  header nav ul {
    display: block;
    padding: 0 !important;
  }

  header nav ul li {
    padding: 20px;
    color: #303030;
  }

  header nav ul li.active {
    background: #ebf7ff;
  }

  header nav ul li.button span {
    border: 1px solid #ababab;
    padding: 12px 16px;
    width: calc(100% - 40px);
    display: inline-block;
  }

  header .logo {
    width: 70px;
    padding: 0;
  }

  header aside {
    position: fixed;
    width: 220px;
    background: #fff;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 8;
  }

  header aside .close {
    padding: 20px;
    box-sizing: border-box;
    display: table;
    width: 100%;
  }

  header aside .close img {
    width: 18px;
    float: right;
  }

  header .hambur {
    width: 22px;
  }

  header .hambur img {
    width: 100%;
  }

  header nav ul {
    box-sizing: content-box;
    padding: 0 20px;
  }

  header nav ul li:last-child {
    padding-right: 10px;
  }

  .container {
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
  }

  section.main .text {
    position: relative;
    top: 60%;
    left: 0px;
  }

  section.main .text h1 {
    font-size: 32px;
    line-height: 1.3;
  }

  section.main .text p {
    font-size: 16px;
  }

  section.main {
    height: 440px;
    background: url("../images/0/bg-main.png") no-repeat center/cover;
    background-position: 8%;
  }

  .section-1 {
    padding: 60px 0px 40px 0px;
  }

  .section-1 .title {
    font-size: 22px;
    line-height: 1.3;
  }

  .section-1 .text {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.5;
  }

  .section-1 .list .text {
    font-size: 16px;
    margin-top: 10px;
    line-height: 20px;
  }

  .section-1 .list {
    padding: 0;
    flex-wrap: wrap;
    margin-top: 42px;
    justify-content: center;
  }

  .section-1 .list li {
    flex: 1 1 40%;
  }

  .section-1 .list li:nth-child(even) {
    padding-left: 15px;
  }

  .section-1 .list li:nth-child(odd) {
    padding-right: 15px;
  }

  .section-1 .list li:last-child {
    display: none;
  }

  .section-1 .list .img {
    width: 100%;
  }

  .section-2 {
    padding: 60px 0px;
    text-align: center;
  }

  .section-2 .text_box .title {
    font-size: 22px;
  }

  .section-2 .text_box {
    padding: 0;
    height: auto;
  }

  .section-2::after {
    display: none;
  }

  .section-2 .main .img {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    position: static;
    top: auto;
    margin-top: 40px;
  }

  .section-2 {
    padding: 60px 0px 30px 0px;
  }

  .section-2 .list {
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 0;
  }

  .section-2 .list > li {
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
    width: 100%;
  }

  .section-2 .list .img img {
    width: 110px;
  }

  .section-2 .list > li .text {
    margin: 0;
    flex: 1;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 20px;
  }

  .section-2 .list > li .text li {
    margin-top: 5px;
  }

  .section-2 .list > li .text li:first-child {
    margin-top: 0;
  }

  .section-2 .list > li .text li::after {
    left: -12px;
  }

  .section-2 .list > li:nth-child(even) {
    padding-left: 5px;
  }

  .section-2 .list > li:nth-child(odd) {
    padding-right: 5px;
  }
  .section-3 {
    padding: 60px 0px;
  }

  .section-3 .button_box button {
    height: 48px;
  }

  .section-3 .button_box button:last-child {
    margin-left: 0;
    margin-top: 15px;
    width: 260px;
  }
  .section-3 .button_box {
    margin-top: 32px;
  }

  .section-3 .title {
    font-size: 22px;
  }

  .section-3 .title .img {
    margin-bottom: 12px;
  }

  .section-3 .text {
    font-size: 14px;
    line-height: 1.3;
  }
  .section-3 .dw-infoText {
    width: 80%;
    font-size: 14px;
    height: auto;
    line-height: 22px;
  }

  .section-3 .info {
    font-size: 12px;
  }

  .section-4 {
    padding: 60px 0px;
  }

  .section-4 .title {
    font-size: 22px;
  }

  .section-4 {
    position: relative;
  }
  .section-4 > .container > img{
    width: 100%;
    max-width: 537px;
    top: 42%;
  }
  .section-4 .menu {
    width: 100%;
    box-sizing: content-box;
    padding: 0;
    overflow-x: auto;
  }

  .section-4_bg {
    width: 100%;
    height: 504px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }

  .section-4 .content {
    padding: 42px 0 70px 0;
  }

  .section-4 .slider {
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -118px;
    width: 236px;
    overflow: hidden;
  }

  .section-4 .slider .swiper-slide {
    border-radius: 25px;
  }

  .section-4 .slider .swiper-wrapper {
    width: 236px;
  }

  .section-4 .menu {
    margin: 0 -20px;
    width: calc(100% + 40px);
    margin-top: 12px;
  }

  .section-4 .menu li {
    flex: 1;
    font-size: 14px;
    padding: 20px 0px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
  }

  .section-4 .menu li.active {
    border-bottom: 0;
  }

  .section-4 .menu li.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
    border-bottom: 6px solid #2ea7ff;
  }

  .section-4 .menu li:last-child {
    display: none;
  }

  .section-4 .text_box {
    display: block;
  }

  .section-4 .content {
    padding-bottom: 0;
  }

  .section-4 .content_0 .swiper-wrap {
    width: 280px;
    height: 545px;
    padding: 0;
    background: url("../images/phone-01 2.png") no-repeat 100% / cover;
  }

  .section-4 .content_1 .swiper-wrap {
    width: 280px;
    height: 545px;
    padding: 0;
    background: url("../images/phone-01 2.png") no-repeat 100% / cover;
  }

  .section-4 .content_2 .swiper-wrap {
    width: 280px;
    height: 545px;
    padding: 0;
    background: url("../images/phone-01 2.png") no-repeat 100% / cover;
  }

  .section-4 .content_3 .swiper-wrap {
    width: 280px;
    height: 545px;
    padding: 0;
    background: url("../images/phone-01 2.png") no-repeat 100% / cover;
  }

  .section-4 .content_4 .swiper-wrap {
    width: 280px;
    height: 545px;
    padding: 0;
    background: url("../images/phone-01 2.png") no-repeat 100% / cover;
  }


  /* middle-section */

  #mobile-size{
    display: block;
  }
  #pc-list{
    display: none;
  }
  #mobile-list{
    display: block;
  }
  .middle-section{
    background: none;
  }
  .middle-section-title > p{
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
  }
  .starT-content-boxM {
    width: 100%;
    height: auto;
  }
  .starT-boxM{
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding-bottom: 42px;
  }
  .starT-boxM > h2{
    font-size: 20px;
    font-weight: 800;
    color: #2EA7FF;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 16px;
  }
  .starT-boxM > p{
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-left: 20px;
  }
  .starT-boxM > img{
    width: 100%;
    max-width: 360px;
    margin-bottom: 20px;
  }
  .starT-boxM:first-child > p > span{
    font-size: 16px;
    color: #2EA7FF;
  } 




    .section-5 .table .tr.order .content .content_title .content_box:first-child{
      font-size: 12px;
    }
    .section-5 .table .tr.order .content .content_title .content_box:nth-child(2){
      font-size: 12px;
    }
    .section-5 .table .tr.order .content .content_title .content_box:nth-child(3){
      font-size: 12px;
    }
    


  .section-6 .text_box {
    padding-right: 0;
  }
  .section-6 .text_box .title {
    font-size: 22px;
  }

  .section-6 .container {
    display: block;
  }

  .section-6 {
    height: auto;
    padding-bottom: 40px;
    background: #e7f5ff;
  }

  .section-6::after {
    display: none;
  }

  .section-6 .img {
    display: table;
  }

  .section-6 .img img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .section-6 .text_box {
    padding-left: 0;
  }

  .section-7 {
    padding: 100px 20px;
  }

  .section-8 .content {
    display: block;
  }

  .section-8 .content .img {
    width: 100%;
  }

  .section-8 .content .text_box {
    margin-top: 40px;
  }

  .table_list li.active {
    background: #2ea7ff;
    font-weight: bold;
    color: #fff;
  }

  .table_list li.active .title {
    font-weight: bold;
  }

  .table_list li:first-child {
    display: none;
    flex: none;
  }

  .table_list li .text {
    display: none;
  }

  .section-5 .container {
    padding: 0;
  }

  .section-5 .table_list li {
    padding: 12px;
    text-align: center;
    justify-content: center;
  }

  .section-5 .table_list {
    width: calc(100%);
    margin-top: 56px;
    border-top: 0;
  }

  .section-5 .table_list li {
    border: 1px solid #2ea7ff;
    padding: 15px 0;
    box-sizing: border-box;
    border-right: 0;
  }

  .section-5 {
    padding: 60px 0px;
  }

  .section-5 .list {
    padding-left: 20px;
  }

  .section-5 .table {
    margin-top: 20px;
  }

  .section-5 .table_list li .title {
    font-size: 16px;
  }

  .section-5 .table .tr .content .content_title {
    height: 52px;
    text-align: center;
    width: 35%;
  }

  .section-5 .table .tr .content .content_title .content_box {
    font-size: 14px;
  }

  .section-5 .table .tr .content .content_info {
    height: auto;
    padding: 15px;
    font-size: 14px;
    line-height: 1.4 !important;
    box-sizing: border-box;
    justify-content: left;
    text-align: left;
  }

  .section-5 .table .tr {
    position: relative;
  }

  .section-5 .table .tr .title {
    width: 65%;
    text-align: left;
    box-sizing: border-box;
    padding: 20px 20px 20px 20px;
    text-align: left;
    font-size: 14px;
  }

  .section-5 .table .tr .content {
    flex: auto;
  }

  .section-5 .table .tr .content_title {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0px;
  }

  .section-5 .table .tr {
    display: block;
  }

  .section-5 .table .tr .content_title .content_box:nth-child(2) {
    display: none;
  }

  .section-5 .table .tr .content_title .content_box:nth-child(3) {
    display: none;
  }

  .section-5 .table .tr.order .content .content_title {
    line-height: 15px;
  }

  .section-5 .table .tr .content .content_title .content_box img {
    margin-top: 2px;
  }

  .section-5 .table .tr.order .content .content_title .content_box:first-child {
    width: 100%;
    border-right: 0;
  }

  .section-5 .table .tr.order .content .content_info {
    text-align: left;
    padding: 15px;
  }

  .section-7 {
    padding: 60px 20px;
  }

  .section-7 .title {
    font-size: 18px;
  }

  .section-7 .title > span {
    font-size: 22px;
    line-height: 1.3;
  }

  .section-7 .title .img {
    width: 110px;
    margin-bottom: 24px;
  }

  .section-6 .img {
    background: transparent;
  }

  .section-6 .text_list li {
    font-size: 15px;
  }

  .section-7 .title > span .line::after {
    display: none;
  }

  .section-7 .text {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 22px;
  }

  .section-8 {
    padding: 60px 0px;
  }

  .section-8 .content .text_box .title {
    font-size: 22px;
  }

  .section-8 .content .text_box .title span {
    display: block;
  }

  .section-8 .content .text_box .text br {
    display: none;
  }

  .section-8 .content .text_box .text {
    margin-top: 24px;
    line-height: 1.5;
  }

  .section-8 .info {
    font-size: 22px;
  }

  .section-9 {
    padding-top: 60px;
  }

  .section-9 .table {
    margin-bottom: 42px;
  }

  .section-9 .history {
    margin-top: 24px;
  }

  .section-9 .container > .title {
    font-size: 22px;
  }

  .section-9 .info {
    margin-top: 42px;
    font-size: 12px;
  }

  .section-9 .title {
    color: #555;
  }

  .section-9 .history {
    padding: 0;
    align-items: flex-start;
  }

  .section-9 .table .tr {
    display: block;
    margin-top: 5px;
  }

  .section-9 .table .tr .th {
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    padding: 10px 0 0 0;
  }

  .section-9 .check_box label {
    margin-left: 0;
  }

  .section-9 .radio_box label {
    margin-left: 0;
  }

  .section-9 .table .tr {
    border-bottom: 0;
  }

  .section-9 .table .tr:first-child {
    border: 0;
  }

  .section-9 .history li .text {
    font-size: 12px;
  }

  .section-9 .history li {
    padding: 0 5px;
  }

  .section-9 .table .tr .td {
    padding: 10px 0;
  }

  .section-9 .table .tr .td .radio_box {
    margin-left: 20px;
  }

  .section-9 .table .tr .td .radio_box:first-child {
    margin-left: 0;
  }

  .section-9 .table .tr .td .check_box {
    margin-left: 10px;
  }

  .section-9 .table .tr .th.top_app {
    margin-top: 15px;
  }

  .section-10 .slider .text {
    font-size: 14px;
    margin-top: 12px;
  }

  .section-10 .slider img {
    width: 100%;
    height: auto;
  }

  .section-9 .table .tr .td .check_box:first-child {
    margin-left: 0;
  }

  .section-10 {
    padding: 60px 0;
  }

  .section-10 .title {
    font-size: 22px;
  }

  .section-10 .slider {
    margin-top: 32px;
  }

  .up_button {
    left: auto;
    right: 20px;
    bottom: 20px;
  }

  footer .select {
    position: static;
    margin-top: 20px;
  }

  footer .select_icon {
    top: auto;
    left: 150px;
  }

  footer .text > div {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
  }
  footer .text > div span {
    font-size: inherit;
    color: inherit;
    display: block;
  }
}
