/* 通用 */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    font-weight: normal;
    box-sizing: border-box;
    font-family: PingFang, Microsoft Yahei, sans-serif;
}

html,
body {
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

.bold {
    font-weight: bold;
}

.zixun2 {
    display: none;
}

.phone2 {
    display: none;
}

.wechat2 {
    display: none;
}

a {
    text-decoration: none;
}

/* 滚动条 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: hsla(0, 0%, 49%, .7);
    -webkit-border-radius: 6px
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: hsla(0, 0%, 49%, .7);
    -webkit-border-radius: 6px
}


/* 页面开始 */
.page {
    color: #17233d;
}

.main {}

.white {
    background: #fff;
    padding: 80px 0 100px 0;
}

.grey {
    background: #F9FAFC;
    padding: 80px 0 100px 0;
}

.section-title {
    margin-bottom: 48px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.page-btn {
    width: 280px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(48, 34, 13, 0.1);
    background: linear-gradient(180deg, #FF6738 0%, #FF0900 100%);
}

.page-btn:hover {
    background: #FD472F;
}



/* 头部 */
.header {
    width: 100%;
    height: 60px;
    padding: 0 60px;
    z-index: 100;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-active {
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(110, 125, 150, 0.1);
}

.header .left {
    height: 100%;
    display: flex;
    align-items: center;
}

.header .logo {
    width: 63px;
    height: 26px;
    margin-right: 28px;
    background: url('../images/register/logo_white@2x.png') no-repeat;
    background-size: 100% 100%;
}

.header-active .logo {
    background: url('../images/register/logo_dark@2x.png') no-repeat !important;
    background-size: 100% 100% !important;
}

.header .separate {
    width: 1px;
    height: 22px;
    background: rgba(255, 255, 255, 0.08);
}

.header-active .separate {
    background: rgba(0, 0, 0, 0.08);
}

.header .name {
    padding-left: 21px;
    font-size: 16px;
    color: #fff;
}

.header-active .name {
    color: #000000;
}

.header .right {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000000;
}

.header .phone-icon {
    width: 20px;
    height: 20px;
    background: url('../images/register/phone1@2x.png') no-repeat;
    background-size: cover;
}

.header-active .phone-icon {
    background: url('../images/register/phone2@2x.png') no-repeat !important;
    background-size: cover !important;
}

.header .phone {
    margin: 0 32px 0 6px;
    color: #fff;
}

.header-active .phone {
    color: #0D1726;
}

.header .btn {
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.header .login {
    width: 80px;
    margin-right: 8px;
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.32);
}

.header-active .login {
    color: #0D1726;
    border: 1px solid #D8DDE6;
}

.header .btn-click {
    width: 108px;
    font-weight: bold;
    color: #FFF;
    background: linear-gradient(180deg, #FF6738 0%, #FF0900 100%);
}

.header .btn-click:hover {
    background: #FD472F;
}



/* 横幅 */
.index {
    height: 560px;
    background: url(../images/register/bg@2x.png) no-repeat;
    background-position: 50%;
    background-size: cover;
}

.banner {
    max-width: 1700px;
    /* max-width: 1478px; */
    min-height: 1300px;
    padding-top: 121px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.banner .left {
    width: 672px;
}

.banner .head {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.banner .title {
    line-height: 76rpx;
    padding: 0 24px 0 16px;
    font-size: 54px;
    color: #fff;
    text-shadow: 0px 2px 16px #1F73FF;
}

.banner .tag {
    width: 196px;
    height: 48px;
    padding-right: 4px;
    border-radius: 24px;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 0px 2px 11px #1F73FF;
    background: linear-gradient(270deg, #4398FF 0%, rgba(49, 143, 255, 0.5) 50%, #4398FF 100%);
}

.banner .tag img {
    width: 32px;
    height: 32px;
    margin-right: 6px;
}

.banner .desc {
    line-height: 36px;
    padding-left: 16px;
    font-size: 23px;
    /* 允许在西文单词中换行 */
    word-break: break-all;
    text-align: justify;
    color: #FFF;
    text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
}

.banner .desc span {
    font-weight: bold;
}

.banner .separate {
    width: 672px;
    height: 24px;
    margin: 8px 0 12px;
}

.banner .list {
    padding-left: 16px;
    display: flex;
    align-items: center;
}

.banner .item {
    margin-right: 32px;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, .8);
}

.banner .item:last-child {
    margin-right: 0;
}

.banner .item img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.banner .btn {
    width: 184px;
    height: 48px;
    line-height: 48px;
    margin: 60px 0 0 16px;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(180deg, #FF6738 0%, #FF0900 100%);
}

.banner .btn:hover {
    background: #FD472F;
}

.banner .right {
    width: 628px;
    height: 418px;
}



/* 痛点 */
.pain {}

.pain .pain-bg {
    width: 1200px;
    height: 380px;
    position: relative;
    background: url('../images/register/pain-bg@2x.png') no-repeat;
    background-size: cover;
}

.pain .problem {
    padding-left: 21px;
    display: flex;
    flex-direction: column;
    position: absolute;
}

.pain .one {
    top: 57px;
    left: 79px;
}

.pain .two {
    top: 57px;
    right: 77px;
}

.pain .three {
    top: 194px;
    left: 0;
}

.pain .four {
    top: 194px;
    right: 0;
}

.pain .title {
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    color: #0D1726;
}

.pain .title::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 9px;
    left: -21px;
    transform: rotate(45deg);
    background: #FFC0BF;
}

.pain .title sapn {
    margin-left: 2px;
    font-weight: bold;
    color: #FD472F;
}

.pain .desc {
    width: 288px;
    line-height: 24px;
    margin-top: 10px;
    font-size: 16px;
    color: #79808C;
}

.pain .scene {
    line-height: 24px;
    margin-bottom: 58px;
    font-size: 16px;
    display: flex;
}

.pain .name {
    margin-right: 28px;
    color: #0D1726;
}

.pain .scene span {
    margin-right: 50px;
    position: relative;
    color: #444C59;
}

.pain .scene span::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: -12px;
    background: #D8DDE6;
}

.pain span:last-child {
    margin-right: 0;
}



/* 智能化解决方案 */
.platform {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.platform-list {
    width: 100%;
    margin-bottom: 56px;
}

.platform-list li {
    display: flex;
    justify-content: space-between;
}

.platform-list li .lt {
    width: 422px;
    padding-top: 24px;
}

.platform-list li .rt {
    width: 746px;
    height: 496px;
    overflow: hidden;
    text-align: center;
}

.platform-list li .rt img {
    width: 746px;
    height: 496px;
}

.platform-list li .lt .sidebar {
    padding: 19px 20px;
    margin-bottom: 8px;
    display: flex;
    cursor: pointer;
    transition: all .3s;
}

.platform-list .imgs {
    width: 36px;
    padding-top: 3px;
}

.platform-list .imgs img {
    width: 24px;
    height: 24px;
}

.platform-list .imgs img:last-child {
    display: none;
}

.platform-list li .lt .sidebar.active .imgs img:last-child {
    display: inline-block;
}

.platform-list li .lt .sidebar.active .imgs img:first-child {
    display: none;
}

.platform-list li .lt .sidebar .writ {
    width: calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
}

.platform-list .platform-title {
    line-height: 30px;
    font-size: 22px;
    color: rgba(13, 23, 38, .72);
}

.platform-list .platform-desc {
    line-height: 24px;
    margin-top: 8px;
    font-size: 16px;
    color: #79808C;
}

.platform-list li .lt .sidebar.active {
    padding: 24px 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 9px 9px 43px 0px rgb(110 134 162 / 17%);
}

.platform-list .sidebar.active .platform-title {
    color: #0D1726;
}



/* 可视化车辆管理 */
.visualization {
    padding-bottom: 46px;
    background: #fff;
}

.visualization-bg {
    height: 800px;
    padding-top: 80px;
    background: url(../images/register/map-bg@2x.png) no-repeat;
    background-position: 50%;
    background-size: cover;
}



/* 案例 */
.case {}

.case .content {
    width: 100%;
    padding: 48px 0;
    margin-bottom: 56px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(110, 125, 150, 0.12);
    background: url(../images/register/case.png) no-repeat;
    background-size: cover;
}

.case .sub-title {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}

.case .article {
    width: 100%;
    padding: 0 24px;
    display: flex;
    justify-content: space-around;
}

.case .article img {
    width: 36px;
    height: 32px;
    margin: 8px 0;
}

.case .mark {
    align-self: flex-end;
}

.case .desc {
    width: 954px;
    display: flex;
    flex-direction: column;
}

.case .desc-item {
    line-height: 30px;
    margin-bottom: 16px;
    font-size: 18px;
    word-break: break-all;
    display: flex;
}

.case .name {
    white-space: nowrap;
    font-weight: bold;
    color: #444C59;
}

.case p {
    text-align: justify;
    color: #6D7582;
}

.case .arrow {
    width: 44px;
    height: 44px;
    margin-bottom: 24px;
}

.case .list {
    width: 100%;
    padding: 0 124px;
    display: flex;
    justify-content: space-between;
}

.case .item {}

.case .label {
    line-height: 24px;
    margin-bottom: 12px;
    font-size: 18px;
    color: #444C59;
}

.case .num {
    line-height: 48px;
    font-size: 48px;
    color: #2474FF;
}

.case span {
    line-height: 28px;
    margin-left: 12px;
    font-size: 20px;
    font-weight: normal;
}



/* 免费试用流程 */
.process {}

.process .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.process .item {
    width: 262px;
    height: 312px;
    padding: 40px 0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 24px 0px rgba(110, 125, 150, 0.1);
    border: 1px solid #F9FAFC;
}

.process .img {
    width: 108px;
    height: 108px;
}

.process .num {
    width: 74px;
    height: 60px;
}

.process .title {
    font-size: 22px;
    z-index: 1;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
}

.process .desc {
    width: 222px;
    margin-top: 16px;
    font-size: 16px;
    text-align: center;
    color: #6D7582;
}

.process .next {
    width: 26px;
    height: 14px;
}



/* 新闻 */
.news {
    padding-bottom: 34px;
}

.slider {
    transform: translateX(-10px);
}

.news .item {
    width: 386px;
    padding-bottom: 24px;
    margin-bottom: 20px;
    border-radius: 8px;
    display: block;
    transform: translateY(0);
    transition: transform .3s ease-out;
    background: #FFF;
    box-shadow: 0px 4px 16px -2px rgba(0, 0, 0, 0.06);
}

.news .item:hover {
    transform: translateY(-8px);
    box-shadow: 0px 4px 16px -2px rgba(0, 0, 0, 0.1);
}

.news .item:hover .news-title {
    color: #2474ff;
}

.news .item img {
    width: 386px;
    height: 220px;
    border-radius: 8px 8px 0 0;
    display: block;
}

.news .news-title {
    line-height: 30px;
    padding: 0 24px;
    margin: 24px 0 8px 0;
    font-size: 22px;
    color: #0D1726;
    /* 省略 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .desc {
    line-height: 24px;
    padding: 0 24px;
    font-size: 16px;
    color: #6D7582;
    min-height: 48px;
    /* 省略 */
    display: -webkit-box;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



/* 页脚 */
.foot {
    font-size: 14px;
    background: #0d1a2f;
}

.foot .top {
    padding: 60px 0 25px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(61, 71, 88, 0.5);
}

.foot .left {}

.foot .left img {
    width: 84px;
    height: 30px;
    margin-bottom: 24px;
}

.foot .title {
    color: #d7dde4;
}

.foot .contact {
    margin-top: 6px;
    color: #808695;
}

.foot .right {
    display: flex;
}

.foot .item {
    margin-left: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.foot .tip {
    color: #d7dde4;
    margin-bottom: 8px;
}

.foot .item img {
    width: 124px;
    height: 124px;
}

.foot .bottom {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #808695;
}

.foot a {
    color: #808695;
}

.foot a:hover {
    color: #fff;
}

.foot .bottom img {
    width: 14px;
}

.foot .ml {
    margin-left: 12px;
}



/* 咨询 */
.ask {
    border-radius: 8px;
    position: fixed;
    /* transform: translateY(-50%);
    top: 50%; */
    right: 24px;
    bottom: 8%;
    z-index: 900;
    border: 1px solid #f5f7f9;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.ask .ask-item {
    padding: 15px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.ask .ask-item:hover .text {
    color: #1f6cdd;
}

.ask .ask-item img {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
}

.ask .zixun2,
.phone2,
.wechat2,
.attention2 {
    display: none;
}

.ask .text {
    font-size: 12px;
    color: #657180;
}

.ask .zc-line .zixun3 {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 8px;
    right: 17px;
}

.ask .separate {
    width: 48px;
    height: 1px;
    border-radius: 1px;
    margin: 0 auto;
    background: #f5f7f9;
}

/* hover */
.ask .zc-line:hover .dialog {
    padding: 10px 28px;
    display: block;
}

.ask .phone:hover .dialog {
    padding: 8px 16px;
    display: block;
}

.ask .phone .dialog:before {
    top: 23px;
}

.ask .wechat:hover .dialog {
    padding: 12px;
    display: block;
}

.ask .wechat .dialog:before {
    top: 100px;
}

.ask .dialog {
    border-radius: 4px;
    display: flex;
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 88px;
    transform: translateY(-50%);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #f5f7f9;
    background: #fff;
}

.ask .dialog:before {
    content: "";
    position: absolute;
    top: 14px;
    right: -4px;
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-transform: rotate(49deg);
    transform: rotate(49deg);
}

.ask .title {
    line-height: 17px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    color: #505a6e;
}

.ask .desc {
    line-height: 28px;
    font-size: 20px;
    white-space: nowrap;
    color: #17233d;
}

.ask .dialog img {
    width: 140px;
    height: 140px;
    margin-bottom: 8px;
}



/* 弹窗 */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.24);
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
}

.container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-r {
    position: relative;
    width: 460px;
    padding: 40px 50px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 12px;
}

.container-r .close-btn {
    position: absolute;
    top: 19px;
    right: 19px;
    cursor: pointer;
}

.container-r .close-btn img {
    width: 18px;
    height: 18px;
}

.container-r h1 {
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #000000;
}

.container-r .desc {
    line-height: 22px;
    margin: 8px 0 28px;
    font-size: 14px;
    text-align: center;
    color: #444C59;
}

.container-r form {
    position: relative;
}

.container-r ul li.popup-item {
    padding: 0 4px 0 16px;
    height: 44px;
    background: #ffffff;
    border-radius: 4px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #E4E8F0;
}

.input-box {
    display: flex;
    align-items: center;
    height: 42px;
    padding: 4px 0;
    box-sizing: border-box;
    vertical-align: middle;
}

.input-box img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.code input {
    width: 194px;
}

.code .button {
    min-width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border-radius: 2px;
    text-align: center;
    white-space: nowrap;
    color: #2474FF;
    background: #EBF6FF;
    cursor: pointer;
}

.code .disabled {
    cursor: not-allowed;
    color: rgba(31, 108, 221, 0.5);
}

/* 输入框 */
.input-box input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    border: none;
    outline: none;
    color: #333333;
}

.modal input:-webkit-autofill {
    transition: background-color 2000s;
}

.modal input::placeholder {
    font-size: 16px;
    color: #79808C;
}

/* 使用webkit内核的浏览器 */
.modal input::-webkit-input-placeholder {
    font-size: 16px;
    color: #79808C;
}

/* Firefox版本4-18 */
.modal input:-moz-placeholder {
    font-size: 16px;
    color: #79808C;
}

/* Firefox版本19+ */
.modal input::-moz-placeholder {
    font-size: 16px;
    color: #79808C;
}

/* IE浏览器 */
.modal input:-ms-input-placeholder {
    font-size: 16px;
    color: #79808C;
}


.container-r ul li.blank {
    height: 28px;
}

a.online-btn {
    height: 50px;
    background: #2474ff;
    cursor: pointer;
    border-radius: 4px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 50px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

a.online-btn:hover {
    background: #5090ff;
}

.fill {
    position: absolute;
    left: 0px;
    height: 22px;
    font-size: 14px;
    color: #e34950;
    line-height: 22px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    /* Firefox 不显示加减符号 */
    -moz-appearance: textfield;
}

.container-r .tip {
    line-height: 22px;
    padding: 12px 12px 16px;
    font-size: 14px;
    text-align: center;
    color: #79808C;
}
.componey-list {
  display: none;
  width: 361px;
  position: absolute;
  left: -1px;
  top: 48px;
  max-height: 216px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px 0;
}
.componey-list::-webkit-scrollbar {
  width: 0 !important;
}
.componey-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #303030;
  line-height: 22px;
  cursor: pointer;
  padding: 0 16px;
  box-sizing: border-box;
}
.item-ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.componey-item:hover {
  background: #f0f8ff;
  color: #1f6cdd;
}
