body {
    min-width: 1200px;
}

.c_main_width {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.none {
    display: none !important;
}


/*header start*/
.header {
    font-size: 14px;
    background: #F7F7F7;
}

.header_box {
    position: relative;
    padding: 10px 0;
    color: #656F82;
}

.header_user_name {
    display: none;
    color: #2CC17B;
    padding: 0 3px;
    position: relative;
    cursor: pointer;
}

.header_user_name i {
    font-style: normal;
}

.header_login_out {
    display: none;
    position: absolute;
    height: 35px;
    width: 80px;
    background: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    color: #aaa;
    top: 33px;
    left: 0;
    z-index: 9999;
}

.header_login_out:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid white;
}

.header_box_r {
    position: absolute;
    right: 0;
    top: 10px;
}

.header_tel {
    margin-right: 30px;
}

.header_box_highlight {
    color: #04997B;
    font-style: normal;
}

/*header end*/




/*nav start*/
.h_nav {
    position: relative;
    height: 100px;
}

.h_nav_box {
    text-align: center;
    position: absolute;
    left: 200px;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: right;
}

.h_nav_box .logo-link {
    display: block;
    height: 100%;
    margin-right: 0;
    padding-bottom: 0;
    margin-top: 0;
}

.logo {
    display: inline-block;
    height: 60px;
    width: 210px;
}

.logo-link {
    display: block;
    width: 100%;
    height: 100%;

}

.logo-link-ing {
    display: block;
    /* height: 60px; */
    width: 100px;
    margin-top: 18px;
}

.h_nav_box a {
    vertical-align: top;
    display: inline-block;
    margin-right: 40px;
    padding-bottom: 12px;
    margin-top: 38px;
    color: #555;
    font-size: 17px;
}

.h_nav_box a.active {
    border-bottom: 2px solid #00997B;
    color: #00997B;
}

.h_nav_box a:hover {
    border-bottom: 2px solid #00997B;
    color: #00997B;
}

.h_nav_box .logo-link:hover {
    border: 0;
}

a.h_nav_app {
    position: relative;
    margin-top: 36px;
    background-color: #00997B;
    color: #fff;
    padding: 3px 16px;
    margin-right: 0;
    border-radius: 20px;
    border-bottom: 0
}

a.h_nav_app:hover {
    border-bottom: 0;
    color: #fff;
    cursor: pointer;
}

.codes-panel {
    height: 186px;
    width: 400px;
    background: #E4FFFB;
    position: absolute;
    top: 85px;
    right: -144px;
    z-index: 9999;
    display: none;
    padding-top: 25px;
}

.codes-panel-app {
    flex: 1 1 50%;
    width: 50%;
    text-align: center;
}

.codes-panel-app img {
    display: block;
    width: 73%;
    margin: 0 auto;
}

.codes-panel-app .code-text {
    font-size: 15px;
    color: #666;
}

.codes-panel .arrow {
    position: absolute;
    top: -15px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #e4fffb;
    margin-left: -3px;
}

/*nav end*/





/*footer start*/
.footer {
    background: #252931;
    padding-top: 20px;
    margin-top: -1px;
}

.footer_links {
    overflow: hidden;
    padding-bottom: 80px;
}

.footer_unit {
    color: #fff;
    float: left;
    margin-left: 50px;
    width: 20%;
}

.footer_unit h4 {
    font-weight: 300;
    font-size: 24px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 20px;
}

.footer_unit a {
    display: block;
    padding: 10px 0 10px 27px;
    color: #fff;
}

.footer_code {
    position: absolute;
    right: 80px;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.footer_code img {
    width: 160px;
    height: 160px;
    margin-bottom: 20px;
}

.footer_copy_right {
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 10px 0 20px 0;
}

.copy-ul li {
    margin-bottom: 15px;
}

.copy-public {
    position: relative;
    top: 4px;
}

.copy-ul li a {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
}

.copy-ul li a:hover {
    color: #fff;
}

.copy-ul li a:last-child {
    margin-right: 0;
}
.contact {
    margin-left: 20px;
}

/*footer end*/
/* 营业执照弹窗 */
.licence-masker {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
}

.licence-image {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*page start*/

.page {
    padding: 60px 0;
    font-size: 0;
    text-align: center;
}

.page a {
    padding: 4px 10px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #DDDDDD;
    border-right: 0;
    color: #77797B;
}

.page a:hover {
    color: #000;
    cursor: pointer;
    background: #EEEEEE;
}

.page a.current {
    color: #fff;
    cursor: pointer;
    background: #2cc17b;
}

.page a:first-child {
    border-radius: 4px 0 0 4px;
}

.page a:last-child {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #DDDDDD;
}

/*page end*/


/*cover start*/

.cover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.cover-box {
    position: fixed;
    width: 450px;
    z-index: 10000;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -225px;
    margin-top: -100px;
    border-radius: 10px;
    text-align: center;
}

.cover-box-title {
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.cover-box-btn {
    margin: 20px 0;
    height: 35px;
    line-height: 35px;
    outline: 0;
    border: 0;
    font-size: 15px;
    background: #2CC17B;
    border-radius: 30px;
    color: #fff;
    width: 80px;
}

.cover-box-title {
    font-size: 14px;
    color: #888;
}

.cover-box-content {
    font-size: 20px;
}

.cover-box-btn:hover {
    cursor: pointer;
    background: #0f9757;
}

/*cover end*/


/*app download*/
.app-header {
    height: 100px;
    box-shadow: 0 0 40px #aef3f3;
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #fff;
}

.app-page {
    padding-top: 100px;
}

.screen-1 {
    background: url("../images/app-screen-1-bg.png") bottom center no-repeat;
    background-size: 100% auto;
    text-align: center;
    background-color: #Fff;
}

.screen-1-img-1 {
    width: 678px;
    left: 50%;
    margin-left: -339px;
    position: absolute;
    top: 0;
    opacity: 0;
}

.screen-1-img-2 {
    position: absolute;
    width: 1050px;
    margin: 0;
    left: 50%;
    margin-left: -525px;
    opacity: 0;
}

.screen-1-img-3 {
    position: absolute;
    width: 180px;
    left: 50%;
    margin-left: -90px;
    bottom: -180px;
    opacity: 0;
}

.download-times {
    color: #2CC17B;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: -220px;
    opacity: 0;
}

.app-header-a {
    display: inline-block;
}

.download-times:before {
    position: absolute;
    content: '扫描下方二维码即可下载';
    font-size: 23px;
    top: -217px;
    left: 50%;
    margin-left: -136px;
    color: #484848;
    letter-spacing: 2px;
}

.screen-2 {
    background-color: #Fff;
}

.screen-2-img-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.screen-2-img-1 {
    position: absolute;
    top: 330px;
    left: -260px;
    width: 260px;
    opacity: 0;

}

.screen-2-text {
    position: absolute;
    width: 400px;
    left: -450px;
    top: 410px;
    font-size: 16px;
    line-height: 30px;
    opacity: 0;
}

.screen .c_main_width {
    height: 100%;
}

.screen {
    position: relative;
    height: 800px;
}

.screen-3 {
    background: #F4F7FA;
}

.screen-3-img-2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.screen-3-img-1 {
    position: absolute;
    z-index: 8888;
    right: -300px;
    width: 300px;
    opacity: 0;
    top: 200px;
}

.screen-3-text {
    position: absolute;
    z-index: 8888;
    right: -500px;
    top: 300px;
    text-align: right;
    font-size: 16px;
    line-height: 30px;
    width: 500px;
    opacity: 0;
}

.screen-4 {
    background: url("../images/app-screen-4-img-bg.jpg") top center no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.screen-4-img-1 {
    display: inline-block;
    margin: 100px auto 40px auto;
}

.screen-4-text {
    text-align: center;
    color: #fff;
    font-size: 21px;
}

.screen-4-img-2 {
    margin-top: 200px;
}

.screen-5 {
    text-align: center;
}

.screen-5-img-1 {
    margin-top: 60px;
}

.app-comment {
    margin: 60px 200px;
}

.app-comment-unit {
    position: relative;
    padding: 0 0 0 100px;
    text-align: left;
    min-height: 90px;
}

.app-comment-avatar {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 10px;
}

.app-comment-name {
    padding-top: 15px;
    font-weight: 300;
}

.app-comment-company {
    font-size: 14px;
    color: #8F98AA;
}

.app-comment-text {
    font-size: 18px;
    padding-top: 10px;
}

.app-person {
    position: absolute;
    right: 0;
    top: 22px;
    font-size: 14px;
    color: #8F98AA;
    padding-left: 26px;
}

.screen-6 {
    overflow: hidden;
}

.screen-6-img-1 {
    width: 100%;
}

.screen-7 {
    background: #252931;
    text-align: center;
}

.screen-7-img-1 {
    margin-top: 200px;
}

.screen-7-text {
    color: #fff;
    font-size: 20px;
    padding: 20px 0;
}

.app-ico {
    text-align: center;
    margin-top: 200px;
}

.app-ico-ios {
    width: 300px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

/*app download*/


/*about us*/
.about-us {
    padding: 40px 0;
}

.about-us-1 {
    margin: 40px 0;
}

.about-us-box {
    padding: 40px 0;
    position: relative;
    min-height: 550px;
    text-align: left;
}

.about-us-text {
    padding: 16px 0;
    text-indent: 2em;
    font-size: 18px;
    line-height: 35px;
    color: #000;
}

.about-us-text-box {
    position: absolute;
    left: 500px;
    top: 40px;
}

.media-report {
    background: #252931;
    padding: 100px 0 50px 0;
}

.report-list {
    margin: 80px 0;
    width: 1300px;
    overflow: hidden;
}

.report-unit {
    height: 280px;
    width: 370px;
    background: #fff;
    float: left;
    margin-right: 44px;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}

.report-unit:hover .report-cover {
    display: block;
}

.report-cover {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.check-detail {
    display: block;
    height: 30px;
    width: 130px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    margin: 120px auto 0 auto;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.report-unit-logo {
    height: 30px;
}

.report-unit-logo img {
    height: 100%;
}

.report-unit h2 {
    font-weight: 300;
    font-size: 20px;
    margin-top: 20px;
}

.report-unit p {
    font-size: 15px;
    margin-top: 20px;
    color: #aaa;
    line-height: 26px;

}

.about-us-more {
    position: absolute;
    right: 40px;
    bottom: 20px;
}

.about-us-map {
    padding: 100px 0;
}

.about-us-map-box {
    margin: 80px 0;
    padding: 100px 0 0 50px;
    position: relative;
}

.about-us-map-box h3 {
    font-weight: 300;
    line-height: 50px;
}

.about-us-map-box p {
    color: #666666;
    line-height: 30px;

}

.about-us-map-img {
    position: absolute;
    right: 0;
    top: 10px;
}

/*about us*/


/*home start*/
.home_top {
    position: relative;
    height: 530px;
    background: url("/static2/images2/home-banner.png") top center;
    background-size: 100% 100%;
}

.home_banner {
    height: 100%;
    position: relative;
}

.banner_car {
    width: 681px;
    height: 292px;
    position: absolute;
    bottom: 33px;
    right: -65px;
}

.banner_slogan_box {
    width: 620px;
    height: 87px;
    position: absolute;
    top: 40px;
    left: 10px;
    font-size: 0;
}

.banner_slogan_box span {
    color: #04997B;
    font-size: 69px;
    display: inline-block;
    font-weight: 800;
    margin-right: 37px;
    letter-spacing: 1px;
}

.small_slogan_box {
    width: 441px;
    height: 54px;
    line-height: 54px;
    position: absolute;
    top: 160px;
    left: 56px;
    background: #FFE300;
    color: #04997B;
    text-align: center;
}

.small_slogan_box:before {
    position: absolute;
    content: '';
    border-left: 0px solid transparent;
    border-right: 44px solid transparent;
    border-top: 54px solid #FFE300;
    bottom: 0;
    right: -43px;
}

.small_slogan_box:after {
    position: absolute;
    content: '';
    border-left: 43px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 54px solid #FFE300;
    bottom: 0;
    left: -42px;
}

.small_slogan_box span {
    font-size: 26px;
    font-weight: 700;
    display: inline-block;
    margin: 0 15px;
}

.code-img {
    top: 245px;
    left: 50px;
    box-sizing: border-box;
    width: 190px;
    position: absolute;
    border-radius: 5px;
    padding: 15px;
    background: #fff;
}

.code-img img {
    display: block;
    width: 100%;
    min-height: 160px;
}

.code-img-2 {
    left: 300px;
}

.guide-text {
    text-align: center;
    font-size: 16px;
    color: #333;
}

.guide-text .icon {
    position: relative;
    top: 6px;
}

.guide-desc {
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-top: 10px;
}

.home_service {
    font-size: 0;
    padding: 120px 0;
}

.d_service {
    font-size: 0;
    padding: 50px 0;
}

.process-box {
    display: flex;
}

.process-item {
    flex: 1 1 20%;
    width: 20%;
    text-align: center;
}

.process-item img {
    height: 116px;
}

.process-arrow .icon {
    position: relative;
    top: 35px;
}

.process-name {
    font-size: 17px;
    color: #333;
    padding: 15px 0;
}

.process-desc {
    font-size: 14px;
    color: #888;
}

.h_service_unit {

    display: inline-block;
    width: 25%;
    text-align: center;
}

.h_service_unit h4 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 600;
    color: #444444;
}

.h_service_unit span {
    display: block;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    color: #989898;
    margin-bottom: 6px;
}

.home_about {
    overflow: hidden;
    min-height: 725px;
    background: url("../../static2/images/home_about_bg.png") top center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
}

.home_about .home_about_tile {
    position: relative;
    margin: -466px 0 20px 0;
    font-size: 50px;
    font-weight: 300;
}

.home_about .home_about_tile:before,
.home_about .home_about_tile:after {
    position: absolute;
    top: 12px;
    content: '';
    width: 8px;
    height: 50px;
    background: #1CBE7B;
    border-radius: 3px;
}

.home_about .home_about_tile:before {
    left: 365px;
}

.home_about .home_about_tile:after {
    right: 365px;
}

.home_about span {
    font-size: 26px;
}

.home_about p {
    font-size: 21px;
    padding: 8px 156px;
    text-align: left;
    text-indent: 2em;
    line-height: 40px;
}

.home_app {
    overflow: hidden;
    padding-bottom: 50px;
}

.h_app_unit {
    overflow: hidden;
    position: relative;
    margin-top: 120px;
    padding-bottom: 100px;
}

.h_app_unit .home_app_title {
    position: relative;
    margin-top: 80px;
    padding: 20px 0;
    font-size: 30px;
    font-weight: 300;
}

.h_app_unit .home_app_title:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 6px;
    width: 100px;
    background: #000;
}

.h_app_unit p {
    width: 405px;
    font-size: 16px;
    color: #656F82;
    line-height: 24px;
}

.home_cooperation {
    overflow: hidden;
    background: url("../../static2/images2/h-c.png") left center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    height: 625px;
}

.home_cooperation .home_cooperation_title {
    position: relative;
    margin: 55px 0 20px 0;
    font-size: 36px;
    color: #04997B;
    font-weight: 300;
}

.driver_title {
    position: relative;
    margin: 25px 0 100px 0;
    font-size: 36px !important;
    color: #04997B;
    font-weight: 300 !important;
    text-align: center;
}

.yellow-line {
    position: absolute;
    width: 100px;
    height: 4px;
    background: #ffce3ceb;
    left: 50%;
    margin-left: -50px;
    bottom: -18px;
}

.driver_title_small {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    padding-top: 15px;
    color: #fff;
}

.driver-process {
    display: block;
    margin: 0 auto;
    height: 436px;
}

.h_case {
    margin-top: 35px;
    font-size: 0;

}

.h_case .case {
    position: relative;
    width: 320px;
    height: 405px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 30px #d0cfcf;
    background: #fff;
    margin: 0 40px;

}

.h_case img {
    margin: 23px 0 50px 0;
    width: 280px;
    height: 190px;
}

.h_case h2 {
    color: #000;
    font-size: 21px;
    font-weight: 300;
}

.h_case p {
    margin-top: 30px;
    line-height: 24px;
    padding: 0 15px;
    text-align: left;
    font-size: 14px;
    color: #656F82;
}

.h_case_more {
    margin: 105px 0 120px 0;
    display: inline-block;
    font-size: 20px;
    padding: 10px 35px;
    border: 1px solid #C7CFDE;
    border-radius: 40px;
    background: #fff;
}

.h_case_more:hover {
    cursor: pointer;
    background: #000;
    color: #fff;
}

.home_app_code {
    position: relative;
    height: 580px;
}

.h_evaluation_text {
    font-size: 20px;
    color: #656F82;
}

.h_evaluation_list {
    width: 1050px;
    margin: 110px auto;
}

.h_evaluation_list ul {}

.h_evaluation_list ul li {
    text-align: left;
    position: relative;
    box-sizing: border-box;
    padding: 20px 0 20px 130px;
}

.h_ev_avatar {
    position: absolute;
    top: 20px;
    left: 0;
    width: 80px;
    height: 80px;
}

.h_ev_name {
    margin-top: 5px;
    font-weight: 300;
    font-size: 22px;
}

.h_ev_name i {
    font-style: normal;
    font-size: 18px;
    color: #8F98AA;
}

.h_ev_desc {
    margin-top: 10px;
    font-size: 18px;
}

.h_ev_time {
    position: absolute;
    right: 0;
    top: 30px;
    color: #8F98AA;
    font-size: 18px;
}

.h-feed-enter {
    width: 300px;
    height: 70px;
    background: url("../images/banner-feed-bg-1.jpg") center top no-repeat;
    background-size: 100% 100%;
    display: block;
    margin-top: 95px;
    margin-left: 50px;
    cursor: pointer;
    position: relative;
    text-align: center;
    color: #fff;
    line-height: 70px;
    font-size: 21px;
    letter-spacing: 2px;
    border-radius: 10px;
}

.h-feed-enter-hover {
    background: url("../images/banner-feed-bg-2.jpg") center top no-repeat;
    background-size: 100% 100%;
}

.finger-icon {
    position: absolute;
    width: 70px;
    right: 60px;
    bottom: -70px;
    opacity: 0;
}

.alert-tips {
    font-size: 13px;
    color: #888;
    padding-top: 10px;
    letter-spacing: 1px;
}

.ltl-tips {
    background: #252931;
    padding: 15px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}

.ltl-tips span {
    color: #ff4d1f;
    padding: 0 10px;
    font-size: 37px;
    font-weight: 300;
}

/*e end*/


/*radio*/
.radio {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-left: 20px;
    margin-right: 3px;
    position: relative;
    top: 5px;
    cursor: pointer;
}

.radio.active {
    position: relative;
}

.radio-text {
    cursor: pointer;
    font-size: 18px;
}

.radio.active:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #29C17B;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -6px;
    border-radius: 50%;
}

/*radio*/


/*feed*/
.feed-container {
    margin: 0 120px;
    overflow: hidden;
}

.feed-unit-title {
    position: relative;
    padding-left: 30px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.fee-icon {
    position: absolute;
    height: 25px;
    width: 25px;
    left: 0;
    top: 0;
}

.fee-icon-1 {
    background: url("../../static2/images/feed-ico-1.png") no-repeat left top;
}

.fee-icon-2 {
    background: url("../../static2/images/feed-ico-2.png") no-repeat left top;
}

.fee-icon-3 {
    background: url("../../static2/images/feed-ico-3.png") no-repeat left top;
}

.fee-icon-4 {
    background: url("../../static2/images/feed-ico-4.png") no-repeat left top;
}

.feed-unit-title-text {
    font-weight: 300;
    font-size: 18px;
}

.form-part-in {
    width: 380px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border: 1px solid #d6d8dd;
    outline: 0;
    box-sizing: border-box;
    padding: 0 5px;
    margin-top: 15px;
}

.form-part {
    padding-left: 30px;
    padding-bottom: 1px;
}

.form-part-in:focus {
    border: 1px solid #2CC17B;
}

.feed-right {
    position: absolute;
    width: 410px;
    top: 140px;
    right: 120px;
    min-height: 100px;

}

.carrier-container {
    position: relative;
    border-bottom: 1px solid #C9D0DE;
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: none;
}

.carrier-mobile {
    color: #2cc178;
    font-size: 14px;
}

.feed-ico-5 {
    margin: 0 2px 0 10px;
    position: relative;
    top: 2px;
}

.authorized-service {
    display: inline-block;
    background: orangered;
    color: #fff;
    height: 20px;
    padding: 0 8px;
    font-size: 12px;
    margin-left: 10px;
    line-height: 20px;
    border-radius: 13px;
}

.carrier-title {
    font-size: 18px;
    font-weight: 300;
}

.carrier-box {
    position: relative;
    min-height: 70px;
    padding: 10px 0 10px 90px;
}

.carrier-avatar {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.carrier-company {
    font-size: 15px;
    font-weight: 300;
    padding: 10px 0;
}

.need-delivery {
    display: none;
}

.carrier-user-name {
    font-size: 14px;
}

.feed-desc {
    background: #f0f0f0;
    padding: 20px;
    box-sizing: border-box;
}

.input-unit-text {
    color: #757575;
    margin-left: -30px;
}

.feed-desc p {
    font-size: 14px;
    color: #9098A8;
    line-height: 26px;
    position: relative;
    margin: 0 10px;
}

.feed-desc p:before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #9098A8;
    border-radius: 50%;
    content: '';
    left: -15px;
    top: 8px;
}

.feed-sub {
    padding: 40px 0 0 0;
    text-align: right;
}

.feed-sub-btn {
    height: 43px;
    width: 150px;
    border-radius: 30px;
    background: #2CC17B;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 18px;
}

.feed-sub-btn.order-disabled {
    background: #bebebe;
    color: #7e7c7c;
}

.feed-sub-btn.order-disabled:hover {
    background: #bebebe;
    color: #7e7c7c;
}

.feed-sub-btn:hover {
    background: #1e9c61;
    cursor: pointer;
}

.feed-result {
    border-top: 1px solid #C9D0DE;
    overflow: hidden;
    padding: 40px 0 15px 0;
}

.feed-result-guider {
    overflow: hidden;
    margin: 20px 0 20px 0;
}

.feed-result-1 {
    float: left;
    font-size: 15px;
}

.feed-result-2 {
    float: right;
    font-size: 15px;
    color: #FF4400;
}

.feed-result-3 {
    float: right;
    font-size: 26px;
    position: relative;
    top: -10px;
    color: #FF4400;
}

.line-guide,
.price-guide {
    background: #ffcf94;
    width: 380px;
    height: 30px;
    line-height: 30px;
    margin-left: 30px;
    margin-top: 10px;
    font-size: 13px;
    color: red;
    padding-left: 10px;
    box-sizing: border-box;
}

.feed-guide {
    color: red;
}

.calculate-ing {
    color: #aaa;
    display: none;
}

.r-period-text i {
    font-size: 12px;
    font-style: normal;
    color: #aaa;
}

.city-after {
    position: relative;
}

.city-after:after {
    position: absolute;
    content: '提示：目前只开放下列城市';
    right: -322px;
    top: 17px;
    font-size: 12px;
    color: #aaa;
    width: 300px;
}

.price-details {
    color: #FF4400;
    font-size: 12px;
    font-style: normal;
    padding: 0 5px;
}

/*feed*/


/*success*/
.success-container {
    overflow: hidden;
    text-align: center;
}

.success-box-logo {
    text-align: center;
    color: #fff;
    font-size: 33px;
    width: 665px;
    height: 372px;
    background: url(../images/success-logo.png) center top no-repeat;
    background-size: 100% 100%;
    margin: 30px auto;
    line-height: 403px;
}

.success-box-tips {
    color: #fff;
    font-size: 16px;
    line-height: 56px;
    text-align: center;
    height: 52px;
    background: url(../images/success-tips_03.png) center top no-repeat;
}

.success-box-app {
    width: 200px;
    margin: 20px 0 60px 0;
}

/*success*/


/*article*/
.article-container {
    padding: 50px 100px;
    background: #f5f5f5;
    margin-bottom: 100px;
}

/*article*/

/*404*/
.not-found-container {
    padding: 50px 0;
    text-align: center;
}

.not-found-container p {
    font-size: 16px;
    color: #aaa;
}

.not-found-container p a {
    padding: 0 4px;
    color: #2CC17B;
}

.agree-tick {
    display: inline-block;
    height: 11px;
    width: 11px;
    border: 1px solid #bfbfbf;
    position: relative;
    top: 2px;
    margin-right: 5px;
    cursor: pointer;
}

.agree-tick.active:after {
    position: absolute;
    content: '';
    height: 7px;
    width: 7px;
    background: #2DC17B;
    left: 2px;
    top: 2px;
}

.code-app {
    width: 150px;
    position: absolute;
    top: 0px;
    right: 210px;
}

.mini-app {
    width: 150px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.code-app img {
    width: 150px;
}

.mini-app img {
    width: 150px;
}

.code-text {
    font-size: 15px;
    color: #fff;
    display: block;
    text-align: center;
    padding-top: 10px;
}

.drivers {
    width: 800px;
    margin: 75px auto 0 auto;
    position: relative;
}

.drivers-slide {
    height: 270px !important;
}

.swiper-button-prev {
    background: rgba(0, 0, 0, 0.5) !important;
    height: 40px !important;
    width: 40px !important;
    left: -60px !important;
    outline: 0;
}

.swiper-button-prev .icon {
    margin-top: 7px;
}

.swiper-button-next {
    background: rgba(0, 0, 0, 0.5) !important;
    height: 40px !important;
    width: 40px !important;
    right: -60px !important;
    outline: 0;
}

.swiper-button-next .icon {
    margin-top: 7px;
}

.driver-content {
    margin: 15px;
    background: #fff;
    height: 230px;
    box-shadow: 0px 6px 14px #e5e5e5;
    position: relative;
    overflow: hidden;
}

.driver-avatar {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    top: 50%;
    margin-top: -75px;
    left: 30px;
}

.driver-desc {
    text-align: left;
    margin-top: 52px;
    margin-left: 220px;
    font-size: 15px;
    color: #888;
}

.driver-desc strong {
    color: #333;
    font-weight: 600;
    font-size: 17px;
    margin-right: 14px;
}

.driver-said {
    text-align: left;
    margin-top: 20px;
    margin-left: 220px;
    font-size: 16px;
    color: #333;
    padding: 15px;
    letter-spacing: 1px;
    line-height: 25px;
    background: #F9F9F9;
    margin-right: 20px;
}

.dj-img {
    height: 116px;
}

.driver-banner {
    height: 580px;
    background: url(../images2/driver-banner.jpg) center top no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.driver-banner-box {
    height: 480px;
    background: rgba(255, 255, 255, 0.5);
    margin-top: 52px;
}

.driver-person {
    position: absolute;
    left: 15px;
    bottom: -48px;
}

.driver-slogan {
    font-weight: 600;
    font-size: 51px;
    color: #05997A;
    margin: 55px 0 0 344px;
    letter-spacing: 7px;
    display: inline-block;
}

.driver-small-slogan {
    margin: 26px 0 0 345px;
    width: 380px;
    height: 46px;
    background: #05997A;
    position: relative;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    letter-spacing: 3px;
}

.driver-small-slogan:after {
    position: absolute;
    content: '';
    border-left: 33px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 46px solid #05997a;
    margin-left: -3px;
    bottom: 0;
    left: -30px;
}

.driver-small-slogan:before {
    position: absolute;
    content: '';
    border-left: 0px solid transparent;
    border-right: 32px solid transparent;
    border-top: 46px solid #05997a;
    margin-left: -3px;
    bottom: 0;
    right: -32px;
}

.driver-code {
    margin: 26px 0 0 435px;
    width: 200px;
    text-align: center;
}

.driver-code img {
    width: 160px;
    height: 160px;
}

.driver-guide-desc {
    background: #05997A;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    position: relative;
    margin-top: 14px;
}

.driver-guide-desc .arrow {
    position: absolute;
    top: -15px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #05997A;
    margin-left: -3px;
}

.d-login-box {
    position: absolute;
    height: 100%;
    width: 400px;
    background: #fff;
    top: 0;
    right: 0;
}

.login-form {
    padding-top: 40px;
}

.d-login-success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
    text-align: center;
    display: none;
}

.d-login-success .icon {
    margin: 120px 0 20px 0;
}

.d-success-text {
    color: #666;
    text-align: center;
    font-size: 19px;
    padding: 5px 0;
}

.login-unit {
    height: 55px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 35px 30px;
    box-sizing: border-box;
    position: relative;
}

.login-unit-last {
    margin-bottom: 10px;
}

.mobile {
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 17px;
    outline: 0;
    border: 0;
    height: 100%;
    width: 100%;
}

.validate {
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 17px;
    outline: 0;
    border: 0;
    height: 100%;
    width: 60%;
}

.get-validate {
    box-sizing: border-box;
    font-size: 17px;
    position: absolute;
    right: 0;
    height: 100%;
    width: 40%;
    top: 0;
    text-align: center;
    color: #05997A;
    line-height: 55px;
    cursor: pointer;
}

.get-validate:after {
    width: 2px;
    height: 20px;
    position: absolute;
    content: '';
    left: 0px;
    top: 50%;
    margin-top: -10px;
    background: #ddd;
}

.error {
    font-size: 14px;
    color: red;
    margin: 14px 30px;
    visibility: hidden;
    padding-left: 5px;
}

.error .icon {
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.join-btn {
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #05997A;
    color: #fff;
    font-size: 19px;
    border-radius: 50px;
    margin: 15px 30px;
    letter-spacing: 2px;
}

.join-btn:hover {
    background: #037b62;
    cursor: pointer;
}

.d-agree {
    margin: 15px 30px 42px 30px;
    font-size: 14px;
    color: #666;
}

.agree-box {
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid #ccc;
    margin-right: 5px;
    cursor: pointer;
    top: 3px;
    position: relative;
}

.agree-box.active:after {
    position: absolute;
    content: '';
    height: 9px;
    width: 9px;
    background: #05997A;
    top: 3px;
    left: 3px;
}

.d-agree a {
    color: #4cafe9;
    cursor: pointer;
}

.handle {
    color: #aaa;
}

.join-btn.handle {
    background: #c5c5c5;
    color: #959595;
}

.us-banner {
    height: 530px;
    background: url(../images2/us-banner.png) center top no-repeat;
    background-size: 100% 100%;
}

.client-banner {
    height: 710px;
    background: url(../images2/client-banner.jpg) bottom center no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.client-coop {
    height: 785px;
    background: url(../images2/client-2.jpg) bottom center no-repeat;
    background-size: 100% 100%;
}

.client-coop-box {
    overflow: hidden;
    padding-top: 25px;
}

.client-banner-car {
    height: 473px;
    position: absolute;
    left: -200px;
    bottom: 50px;
}

.client-banner-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.client-banner-wrapper {
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.client-banner-txt {
    margin-top: 120px;
    height: 66px;
}

.client-banner-desc {
    width: 715px;
    margin: 60px auto;
    border: 2px solid #acacac;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 50px;
    font-size: 19px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    line-height: 48px;
}

.client-btn {
    height: 60px;
    width: 260px;
    margin: 0 auto;
    background: #21B781;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    border-radius: 60px;
}

.client-btn:hover {
    cursor: pointer;
    background: #159f6d;
}

.client-banner-box {
    height: 100%;
    position: relative;
}

.us-banner-box {
    height: 100%;
    position: relative;
}

.us-banner-car {
    position: absolute;
    right: -100px;
    bottom: 30px;
}

.client-form {
    width: 720px;
    margin: 50px auto;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    padding: 30px 0 50px 0;
    position: relative;
}

.client-submit-success {
    position: absolute;
    top: 155px;
    left: 0;
    width: 100%;
    bottom: 50px;
    background: #fff;
    text-align: center;
    padding-top: 100px;
    display: none;
}

.client-app-code {
    width: 200px;
}

.client-unit {
    width: 60%;
    text-align: left;
    margin: 20px auto;
}

.client-unit-title {
    font-size: 16px;
    padding: 8px 0;
    color: #666;
}

.client-unit-i {
    position: relative;
    margin-bottom: 25px;
}

.client-unit-text {
    border: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 15px;
    width: 100%;
    outline: 0;
}

.us-slogan {
    position: absolute;
    left: 0px;
    top: 60px;
}

.d_us-box {
    background: url(../images2/h-c.png) center left no-repeat;
    background-size: 100% 100%;
}

.us-box {
    display: flex;
    margin-bottom: 85px;
}

.us-box-left {
    flex: 1 1 50%;
    width: 50%;
}

.us-map {
    height: 409px;
}

.us-box-right {
    flex: 1 1 50%;
    width: 50%;
    font-size: 17px;
    color: #444;
    padding-left: 30px;
    position: relative;
}

.us-contact {
    padding: 25px;
}

.contact-title {
    padding-bottom: 5px;
}

.contact-title .icon {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.contact-text {
    padding-left: 22px;
}

.intro-about {
    height: 1300px;
    background: url(../images2/intro-bg-1.jpg) center top no-repeat;
    background-size: 100% 100%;

}

.intro-about-us {
    overflow: hidden;
    background: #fff;
    margin-top: -60px;
    position: relative;
    z-index: 9999;
    padding: 15px 0 30px 0;
}

.intro-about-text {
    font-size: 15px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
    margin: 25px 40px;
}

.intro-about-2 {
    margin-top: 50px;
    box-shadow: 0px 2px 10px #d3d3d3;
}

.intro-about-img {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.intro-about-img img {
    height: 100%;
    width: 100%;
}

.intro-about-left {
    flex: 1 1 50%;
    width: 50%;
    height: 364px;
}

.intro-about-right {
    flex: 1 1 50%;
    width: 50%;
    height: 364px;
}

.green-p {
    font-size: 16px;
    color: #fff;
    padding: 50px 60px;
    line-height: 35px;
}

.gray-p {
    font-size: 16px;
    color: #333;
    padding: 50px 60px;
    line-height: 35px;
}

.intro-culture {
    height: 646px;
    background: url(../images2/intro-culture.jpg) center top no-repeat;
    background-size: 100% 100%;
}

.intro-culture-box {
    overflow: hidden;
}

.intro-culture-items {
    display: flex;
    padding-top: 30px;
}

.culture-item {
    background: #fff;
    flex: 0 0 286px;
    width: 286px;
    margin: 0 57px;
}

.culture-item img {
    width: 100%;
    height: 230px;
}

.culture-item-text {
    padding: 30px 20px;
}

.culture-item-text strong {
    font-weight: 800;
    color: #00997B;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}

.culture-item-text p {
    font-size: 15px;
}

.intro-history {
    background: url(../images2/h-c.png) center left no-repeat;
    background-size: 100% 100%;
}

.intro-history-box {
    overflow: hidden;
    padding: 80px 0;
}

.intro-history-left {
    float: left;
    width: 488px;
    height: 657px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 6px #ccc;
    margin-left: 56px;
    position: relative;
}

.intro-history-right {
    float: right;
    width: 488px;
    height: 657px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 6px #ccc;
    margin-right: 56px;
    position: relative;
}

.history-title {
    position: absolute;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #21B781;
    width: 120px;
    color: #fff;
    font-size: 21px;
    top: 30px;
    left: 0;
}

.history-content {
    margin-top: 114px;
}

.history-content p {
    color: #333;
    margin: 20px 30px;
    font-size: 15px;
}

.intro-cover {
    background: url(../images2/intro-cover.jpg) center left no-repeat;
    background-size: 100% 100%;
}

.intro-cover-box {
    height: 746px;
    overflow: hidden;
}

.china-map {
    display: block;
    margin: 30px auto 0 auto;
}

.intro-phone {
    width: 425px;
    margin-top: -138px;
}

.app-function {
    background: url(../images2/app-function.jpg) center left no-repeat;
    background-size: 100% 100%;
}

.app-function-box {
    height: 736px;
    overflow: hidden;
}

.intro-comment {
    overflow: hidden;
    padding-top: 115px;
}

.comment-owner {
    float: left;
    width: 380px;
    height: 436px;
    background: #Fff;
    margin-left: 145px;
    position: relative;

}

.comment-driver {
    float: right;
    width: 380px;
    height: 436px;
    background: #Fff;
    margin-right: 145px;
    position: relative;
}

.comment-avatar {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #21B781;
    left: 50%;
    margin-left: -60px;
    top: -60px;
}

.comment-title {
    text-align: center;
    font-size: 17px;
    color: #555;
    margin-top: 80px;
    font-weight: 600;
}

.comment-ul {
    margin: 30px 30px 30px 50px;
}

.comment-li {
    font-size: 15px;
    color: #555;
    padding: 10px 0;
    position: relative;
}

.comment-li:after {
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    background: #21B781;
    border-radius: 5px;
    left: -20px;
    top: 50%;
    margin-top: -3px;
}

.qa-box {
    overflow: hidden;
}

.qa-item {
    width: 50%;
    height: 162px;
    float: left;
    font-size: 18px;
    color: #333;
    box-sizing: border-box;
    padding-left: 310px;
    position: relative;
    margin-bottom: 40px;
}

.qa-text {
    margin-top: 60px;
    position: relative;
}

.qa-text:after {
    position: absolute;
    content: '';
    height: 4px;
    width: 70px;
    top: -20px;
    left: 0;
    background: #FFE300;
}

.qa-text span {
    color: #21B781;
}

.qa-item img {
    position: absolute;
    width: 162px;
    height: 162px;
    left: 100px;
    top: 0;
}

.client-process {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 50px 0;
}

.client-process-box {
    float: left;
    margin-bottom: 20px;
    box-sizing: border-box;
    background: #fff;
    padding: 20px;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
}

.client-process-box:nth-child(even) {
    float: right;
    margin-right: 5%;
}

.client-process-icon-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url("/static2/images2/tender-icon1.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
}

.client-process-icon-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url("/static2/images2/tender-icon2.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
}

.client-process-icon-3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url("/static2/images2/tender-icon3.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
}

.client-process-icon-4 {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url("/static2/images2/tender-icon4.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
}

.client-process-total {
    margin-top: 20px;
    position: relative;
    padding-left: 40px;
    height: 30px;
}

.client-process-tv {
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background: url("/static2/images2/tender-icon5.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.client-process-box-title {
    padding-left: 40px;
    height: 50px;
    position: relative;
}

.client-process-box-title p {
    line-height: 30px;
    font-size: 20px;
}

.client-process-line {
    position: relative;
    margin-bottom: 5px;
}

.client-process-blue {
    background: #48AFF0;
    height: 12px;
    border-radius: 6px;
    display: inline-block;
}

.client-process-green {
    background: #2CC17B;
    height: 12px;
    border-radius: 6px;
    display: inline-block;
}

.client-process-text {
    font-style: normal;
    font-size: 14px;
    color: #656F82;
}

.client-process-highlight {
    color: #F55353;
    padding: 0 1px;
    font-weight: 300;
}

.client-process-total-text {
    font-size: 18px;
}

.select-list-panel {
    display: none;
    position: absolute;
    background: #fff;
    font-size: 12px;
    left: 0;
    border: 1px solid #ccc;
    z-index: 5555;
    right: 0;
    box-sizing: border-box;
    margin-top: -1px;
    box-shadow: 0 2px 5px #e4e4e4;
}

.select-list-panel .pos {
    padding: 15px 10px;
    font-size: 15px;
    border-bottom: 1px solid #efefef;
}

.select-list-panel .pos:hover {
    background: #CAE1FF;
    cursor: pointer;
}

.pos-district {
    color: #C1C1C1;
    padding-left: 3px;
}

.client-btn.handle {
    background: #c5c5c5;
    color: #959595;
}