:root {
    --gj-main-color: #F87D13;
    --gj-hr-color: #FF6200;
}

body,
div,
form,
section,
header,
footer,
p,
ul,
li,
input,
select,
button,
fieldset {
    margin: 0;
    padding: 0;
    font-size: inherit;
}

body,
div,
form,
section,
header,
footer,
p,
ul,
li,
input,
select,
button,
fieldset {
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

header,
footer,
section {
    display: block;
}

body {
    font-family: MicrosoftYaHei, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 2;
    color: #333333;
    background-color: #FFFFFF;
    padding-top: 120px;
}

input,
select {
    font-size: 100%;
    outline: none;
}

a {
    text-decoration: none;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
}

a,
button {
    -webkit-transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, box-shadow 0.3s linear, border-color 0.3s linear;
    -moz-transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, box-shadow 0.3s linear, border-color 0.3s linear;
    -o-transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, box-shadow 0.3s linear, border-color 0.3s linear;
    -ms-transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, box-shadow 0.3s linear, border-color 0.3s linear;
    transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, box-shadow 0.3s linear, border-color 0.3s linear;
}

input::-webkit-input-placeholder {
    color: #AAAAAA;
}

input:-moz-placeholder {
    color: #AAAAAA;
}

input::-moz-placeholder {
    color: #AAAAAA;
}

input:-ms-input-placeholder {
    color: #AAAAAA;
}

/* 控制编辑区域 */
input[type="date"]::-webkit-datetime-edit {
    color: #333333;
    padding: 0 8px;
}

/* 年月日之间斜线 */
input[type="date"]::-webkit-datetime-edit-text {
    color: #333333;
}

/* 年字 */
input[type="date"]::-webkit-datetime-edit-year-field {
    color: #333333;
    background-color: transparent;
}

/* 月字 */
input[type="date"]::-webkit-datetime-edit-month-field {
    color: #333333;
    background-color: transparent;
}

/* 日字 */
input[type="date"]::-webkit-datetime-edit-day-field {
    color: #333333;
    background-color: transparent;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-col {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex-align {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.flex-end {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex-justify {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-between {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex-auto {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.common-head-box {
    padding-left: 100px;
    display: flex;
    justify-content: flex-end;
}

.common-head-add {
    float: right
}

.common-nav-block {
    flex: 1;
}

.common-head-add::after {
    content: " ";
    width: 0;
    height: 0;
    display: block;
    clear: both
}

.common-head-add__wrapper {
    position: relative;
    float: left;
    padding-right: 40px
}

.common-head-add__com {
    color: #d7e0f0;
    line-height: 64px;
    cursor: pointer;
}

.common-head-add__com>.iconfont {
    margin-right: 5px;
    font-size: 22px;
    vertical-align: middle;
    color: #fff;
}

.common-head-add__com>span {
    vertical-align: middle;
    position: relative;
    color: #fff;
}

.common-head-add__com.active>span::before {
    position: absolute;
    top: -10px;
    right: -27px;
    content: "New";
    display: inline-block;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    padding: 1px 5px;
    background: #E44B27;
    border-radius: 13px;
    white-space: nowrap;
    animation: scale 1200ms infinite;
}

.common-head-add__com>span.nickname {
    display: inline-block;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.common-head-add__com.hide-el {
    position: relative;
    margin-right: 20px
}

.common-head-add__com.hide-el::before {
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #fff;
    position: absolute;
    right: -20px;
    top: 48%
}

.mode-dorp {
    position: absolute;
    top: 26px;
    right: 20px;
    width: 140px;
    z-index: 99;
    display: none;
}

.mode-dorp .dorp-list {
    position: absolute;
    top: 28px;
    left: 0px;
    border-radius: 3px;
    box-shadow: 0px 0px 20px #b7b7b7;
    overflow: hidden;
    background: #fff;
    color: #262e33;
    padding: 20px 0px;
}

.mode-dorp .dorp-list .dorp-item {
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    padding: 0px 24px;
    box-sizing: border-box;
    font-size: 14px;
}

.mode-dorp .dorp-list .dorp-item a {
    text-decoration: none;
    color: inherit;
}

.mode-dorp .dorp-list .dorp-item em {
    margin-right: 14px;
}

.mode-dorp .dorp-list .dorp-item:hover {
    color: #131a69;
    background: #f5f7f9;
}

.animation {
    position: relative;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -o-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: transform .8s ease, opacity .8s ease;
    -moz-transition: transform .8s ease, opacity .8s ease;
    -o-transition: transform .8s ease, opacity .8s ease;
    -ms-transition: transform .8s ease, opacity .8s ease;
    transition: transform .8s ease, opacity .8s ease;
}

.animation.fade-in {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.gj-btn {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 2px;
    padding: 0 52px 0 54px;
    border-radius: 5px;
    background-color: var(--gj-main-color);
    user-select: none;
}

.gj-btn:hover {
    background-color: var(--gj-hr-color);
}

.gj-sprite,
.checkbox-icon::after {
    background: url('/res/cms/images/home_spirit.png') 0px 0px no-repeat;
}

.gj-sprite.icon-logistics {
    width: 28px;
    height: 28px;
    background-position: -9px -8px;
}

.gj-sprite.icon-lcl {
    width: 18px;
    height: 18px;
    background-position: -9px -73px;
}

.gj-sprite.icon-air {
    width: 18px;
    height: 18px;
    background-position: -36px -72px;
}

.gj-sprite.icon-full {
    width: 19px;
    height: 12px;
    background-position: -63px -75px;
}

.tab-title .icon-btn:hover .gj-sprite.icon-lcl,
.tab-title .on .gj-sprite.icon-lcl {
    background-position: -9px -45px;
}

.tab-title .icon-btn:hover .gj-sprite.icon-air,
.tab-title .on .gj-sprite.icon-air {
    background-position: -36px -45px;
}

.tab-title .icon-btn:hover .gj-sprite.icon-full,
.tab-title .on .gj-sprite.icon-full {
    background-position: -63px -48px;
}

.gj-sprite.icon-arrow {
    width: 24px;
    height: 24px;
    background-position: -131px -11px;
}

.gj-sprite.icon-close {
    width: 25px;
    height: 25px;
    background-position: -52px 0px;
    background-size: 180px;
}

.gj-sprite.icon-menu {
    width: 32px;
    height: 32px;
    background-position: -47px -7px;
}

.icon-btn {
    font-size: 16px;
    color: var(--gj-main-color);
    letter-spacing: 2px;
    padding-left: 2px;
    background-color: transparent;
}

.icon-btn .text {
    margin-left: 8px;
}

.icon-btn:hover {
    color: var(--gj-hr-color);
}

.gj-radio,
.gj-checkbox {
    position: relative;
    margin: 0 3%;
}

.radio-list {
    margin: 0 -3%;
}

.gj-radio input,
.gj-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
}

.gj-radio .radio,
.gj-checkbox .checkbox {
    color: #777777;
    margin-top: 6px;
    cursor: pointer;
}

.gj-checkbox .checkbox-icon,
.gj-radio .radio-icon {
    width: 12px;
    height: 12px;
    border: 1px solid #777777;
    background-color: #FFFFFF;
    position: relative;
}

.gj-radio .radio-icon {
    border-radius: 50%;
}

.gj-radio .radio-icon::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #44A956;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.gj-checkbox .checkbox-text,
.gj-radio .radio-text {
    margin-left: 4px;
}

.gj-checkbox input:checked+.checkbox,
.gj-radio input:checked+.radio {
    color: #36A249;
}

.gj-checkbox input:checked+.checkbox .checkbox-icon,
.gj-radio input:checked+.radio .radio-icon {
    border-color: #36A249;
}

.gj-checkbox input:checked+.checkbox .checkbox-icon {
    background-color: #36A249;
}

.gj-radio input:checked+.radio .radio-icon::after {
    opacity: 1;
}

.gj-checkbox input:checked+.checkbox .checkbox-icon::after {
    display: block;
}

.checkbox-icon::after {
    content: "";
    width: 12px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: -91px -77px;
    z-index: 1;
    display: none;
}

.gj-container {
    max-width: 1440px;
    margin: 0 auto;
}

.gj-img-container img {
    max-width: 100%;
    max-height: 100%;
    margin-top: 10px;
}

.gj-img-container .new_logo img{
    width: 180px;
    height: 41px;
}

.gj-img-container .login_logo {
    background: url('/res/cms/images/home_spirit.png') -10px -151px no-repeat ;
    display: inline-block;
    width: 158px;
    height: 48px;
    margin-top: 10px;
}

.gj-img-container .logo_en {
    background: url('/res/cms/images/home_spirit.png') -10px -210px no-repeat ;
}

.gj-img-container.code img {
    margin-top: 0;
}


.gj-logo-m .gj-img-container img {
    max-width: 100%;
    max-height: 100%;
}

.gj-header {
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    overflow:visible;
}

.gj-header .gj-container {
    height: 60px;
}

.gj-header .gj-logo .gj-img-container {
    height: 60px;
}

.gj-logo-m .gj-img-container {
    width: 64px;
    display: inline-block;
}
.gj-logo-m .logo-desc {
    display: inline-block;
    font-size: 12px;
    padding-top: 8px;
}

.gj-logo-m .logo-desc img {
    height: 15px;
}

.gj-header .gj-logo .logo-desc {
    font-size: 16px;
    height: 60px;
    line-height: 70px;
    color: #fff;
    margin-left: 8px;
}

.gj-header .login-menu-container {
    margin-left: 50px;
    position: relative;
}

.gj-header .switch_language {
    margin-left: 25px;
    line-height: 66px;
    position: relative;
    cursor: pointer;
}

.gj-header .switch_language i {
    color: #fff;
}

.gj-header .switch_language img {
    vertical-align: middle;
    width: 20px;
}
.gj-header .switch_language .img_switch {
    background: url('/res/cms/images/home_spirit.png') -113px -73px no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
}
.gj-header .switch_language .switch_up,
.gj-header .switch_language .switch_down {
    background: url('/res/cms/images/home_spirit.png') no-repeat;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
}
.gj-header .switch_language .switch_up {
    background-position: -115px -44px;
}
.gj-header .switch_language .switch_down {
    background-position: -140px -44px;
}

.gj-header .switch_language .switch_panel {
    position: absolute;
    text-align: center;
    z-index: 999;
    width: 100%;
    line-height: 36px;
    border-radius: 3px;
    box-shadow: 0px 0px 20px #b7b7b7;
    overflow: hidden;
    background: #fff;
    color: #262e33;
}

.gj-header .switch_language .switch_panel span{
    display: inline-block;
    width: 100%;
}

.gj-header .login-menu-container .gj-btn {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    padding: 0 28px;
}

.gj-header .login-menu-container .login-menu-list {
    padding: 10px 0;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 1px 4px rgba(0, 46, 100, 0.16);
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s linear;
}
.is_login button {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    padding: 0 28px;
    border-radius: 4px;
    background-color: var(--gj-main-color);
    color: #fff;
}

.is_login button:hover {
    color: #fff;
    background-color: #DB6E1D;
}

.gj-header .login-menu-container .menu-item {
    display: block;
    color: #111111;
    white-space: nowrap;
    padding: 5px 16px;
}

.gj-header .login-menu-container .menu-item:hover {
    color: var(--gj-main-color);
    background-color: rgba(238, 238, 238, 0.39);
}

.gj-header .login-menu-container:hover .login-menu-list {
    visibility: visible;
    opacity: 1;
}

.gj-header .m-operation {
    height: 32px;
}

.gj-header .m-operation .gj-sprite {
    display: block;
}

.gj-header .m-operation .show-menu,
.gj-header .m-operation .hide-menu {
    cursor: pointer;
}

.gj-header .m-operation .show-menu {
    display: inline-block;
}

.gj-header .m-operation .hide-menu {
    display: none;
}

.gj-header .m-menu {
    position: fixed;
    width: 100%;
    top: 60px;
    left: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.gj-header .m-menu .menu-list {
    max-height: 100%;
    padding: 0 20px;
    overflow-y: scroll;
}

.gj-header .m-menu .link {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.gj-header .m-menu .link:last-child {
    border-bottom: none;
}

.gj-banner {
    height: 1920px;
    height: 388px;
    padding-top: 100px;
    background: url(/res/cms/images/gj_banner.jpg) no-repeat center 100%;
}

.gj-banner .banner-desc {
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    letter-spacing: 4px;
    padding-left: 4px;
}
.gj-banner .banner-desc {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.gj-banner .banner-desc .banner-desc-box{
    width: 15%;
    text-indent: 20px;
    background: url(/res/cms/images/logistics_banner_icon.png) no-repeat center left 20px;
    background-size: 15px;
    font-size: 18px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 60%);
}

.gj-banner .banner-title {
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    letter-spacing: 24px;
    padding-left: 24px;
    margin-top: 12px;
    line-height: 1.5;
}

.gj-form-container {
    margin-top: -80px !important;
}

.gj-form-container .icon-btn {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 0;
    padding: 8px 24px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.gj-form-container .icon-btn .text {
    margin-left: 6px;
}

.gj-form-container .icon-btn.on {
    color: var(--gj-main-color);
    background-color: #FFFFFF;
}

.gj-form-container .icon-btn:hover {
    color: var(--gj-main-color);
}

.gj-form-container .tab-content {
    min-height: 280px;
    padding: 24px;
    background-color: #FFFFFF;
    box-shadow: 0px 16px 36px rgba(0, 46, 100, 0.16);
}

.gj-form-container .tab-content .content-item {
    display: none;
}

.gj-form-container .tab-content .content-item:first-child {
    display: block;
}

.gj-form-container .fill-in {
    width: 64%;
    position: relative;
}

.gj-form-container .service {
    width: 34%;
    position: relative;
}

.gj-form-container .subject {
    color: #AAAAAA;
}

.gj-form-container fieldset {
    padding: 4px 16px 8px;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    overflow: hidden;
    width: 32%;
}

.gj-form-container .gj-form .address-input {
    font-size: 20px;
    border: none;
    appearance: none;
    cursor: pointer;
}

.gj-form-container .gj-form .el-autocomplete {
    width: 100%;
}

.gj-form-container .gj-form .address-input input {
    line-height: 20px;
    font-size: 20px;
    border: none;
    appearance: none;
    cursor: pointer;
    padding: 0;
    text-overflow: ellipsis;
}
.address-input  input::-webkit-input-placeholder {
    color: #AAAAAA;
}

.address-input  input:-moz-placeholder {
    color: #AAAAAA;
}

.address-input  input::-moz-placeholder {
    color: #AAAAAA;
}

.address-input  input:-ms-input-placeholder {
    color: #AAAAAA;
}
.gj-form-container .address fieldset {
    width: 40%;
    overflow: hidden;
}

.gj-form-container .tab-content .arrow {
    margin: 0 4px;
}

.gj-form-container .gj-form input {
    width: 100%;
    height: 26px;
    font-size: 16px;
    border: none;
}

.gj-form-container .info,
.gj-form-container .explain,
.gj-form-container .number {
    margin-top: 8px;
}

.gj-form-container .info fieldset {
    margin-right: 12px;
}

.gj-form-container .info fieldset:last-child {
    margin-right: 0;
}

.gj-form-container .service-item {
    margin-top: 32px;
}

.gj-form-container .service-item:first-child {
    margin-top: 0;
}

.gj-form-container .gj-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.gj-form-container .number-wrap {
    margin: 0 -1%;
}

.gj-form-container .number-item {
    margin: 4px 1%;
    max-width: 23%;
}

.gj-form-container .number-item:last-child {
    margin-right: 0;
}

.gj-form-container .number .main-color {
    color: var(--gj-main-color);
    cursor: pointer;
}

.gj-form-container .number-titl {
    font-size: 18px;
    color: #111111;
    margin-right: 8px;
    width: 50px;
}

.gj-form-container .num-in {
    text-align: center;
    background-color: #EEEEEE;
    border-radius: 4px;
    overflow: hidden;
}

.gj-form-container .sub,
.gj-form-container .add,
.gj-form-container .number input {
    height: 28px;
    line-height: 28px;
}

.gj-form-container .sub,
.gj-form-container .add {
    width: 28px;
    color: #777777;
    cursor: pointer;
}

.gj-form-container .sub {
    border-right: 1px solid #DDDDDD;
}

.gj-form-container .add {
    border-left: 1px solid #DDDDDD;
}

.gj-form-container .number input {
    border: 1px solid #DDDDDD !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input {
    -moz-appearance: textfield;
}

.gj-feature .feature-item {
    padding: 62px 0;
}

.gj-feature .feature-item.bg {
    background-color: #F7F7F7;
}
.gj-feature .feature-item.aircraft_bg {
    background: url('/res/cms/images/home_bg_aircraft.jpg') center center no-repeat;
    background-size: auto 100%;
}
.gj-feature .feature-item.aircraft_bg .feature-text .feature-title{
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 41px;
}
.gj-feature .feature-item.aircraft_bg .feature-text .feature-desc{
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
}
.gj-feature .feature-item.aircraft_bg .feature-text .feature-text_tag{
    width: 62px;
    height: 8px;
    background: #FFFFFF;
    margin: -14px 0 30px 0;
}
.gj-feature .feature-item .feature-text .state_now{
    width: 160px;
    height: 46px;
    background: #F87E23;
    border-radius: 4px;
    border: 1px solid #F87E23;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
}
.gj-feature .feature-item.citing .gj-container .feature-title{
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 41px;
    text-align: center;
}
.gj-feature .feature-item.citing .gj-container .feature-title::after{
    display: none;
}
.gj-feature .feature-item.citing .gj-container .feature-text_tag{
    width: 62px;
    height: 8px;
    background: #F67D29;
    margin: 0 auto;
    margin-top: -15px;
}
.gj-feature .feature-item.citing .gj-container .feature-desc{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
    text-align: center;
}

.gj-feature .gj-img-container,
.gj-feature .feature-text {
    width: 46%;
}
.gj-feature .feature-text .feature-text_tag{
    width: 62px;
    height: 8px;
    background: #F67D29;
}
.home_exhibition .feature-item .feature-text .feature-title::after{
    display: none;
}
.home_exhibition .feature-item .feature-text .feature-title{
    margin-top: 20px;
}
.home_exhibition .feature-item .feature-text .feature-title, .home_exhibition .feature-item .feature-text .text-item-title{
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    line-height: 41px;
}
.home_exhibition .feature-item .feature-text .feature-desc, .home_exhibition .feature-item .feature-text .text-item-desc{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
}
.gj-feature .text-item {
    margin-top: 20px;
}

.gj-feature .text-item:first-child {
    margin-top: 0;
}

.gj-feature .text-item .text-item-title {
    font-size: 28px;
}

.gj-feature .text-item .text-item-desc {
    font-size: 16px;
    color: #909090;
    opacity: 0.8;
    margin-top: 10px;
}

.gj-feature .gj-btn {
    margin-top: 24px;
}

.gj-feature .feature-title {
    font-size: 32px;
    color: #111111;
    padding-bottom: 34px;
    position: relative;
}

.gj-feature .feature-title::after {
    content: "";
    width: 40px;
    height: 4px;
    background-color: #44A956;
    position: absolute;
    left: 0;
    bottom: 0;
}

.gj-feature .feature-desc {
    font-size: 16px;
    color: #444444;
    margin: 26px 0 16px;
}
.gj-feature .feature_boxs {
    display: flex;
    flex-wrap: wrap;
}
.gj-feature .feature_boxs .feature_box{
    width: calc(50% - 10px);
    height: 260px;
    margin-bottom: 26px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.gj-feature .feature_boxs .feature_box:nth-of-type(2n + 1){
    margin-right: 20px;
}
.gj-feature .feature_boxs .feature_box .feature_box_bg{
    height: 100%;
    position: relative;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.16);
}
.gj-feature .feature_boxs .feature_box .feature_box_bg img{
    border-radius: 15px;
}
.gj-feature .feature_boxs .feature_box .feature_box_bg .feature_box_explain{
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    padding-top: 13px;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
    border-radius: 0px 0px 15px 15px;
}
.gj-feature .feature_boxs .feature_box .feature_box_content{
    height: 240px;
    margin-top: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.08);
    border-radius: 0px 15px 15px 0px;
    box-sizing: border-box;
    padding: 20px 20px 0 24px;
    color: #5A430F;
    line-height: 20px;
}
.gj-feature .feature_boxs .feature_box .feature_box_nobgm{
    height: 32px;
    width: 45px;
    position: absolute;
    right: 16px;
    bottom: 0;
    background: url('/res/cms/images/home_nobgm.png') no-repeat;
    background-size: 100%;
}

.gj-footer {
    background-color: #232f3b;
    color: #FFFFFF;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
}

.gj-footer .footer-logo .gj-img-container {
    height: 48px;
}

.gj-footer .footer-logo .logo-desc {
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 22px;
}

.gj-footer .footer-logo .contact {
    margin-top: 10px;
}

.gj-footer .footer-logo .contact a {
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.6;
    margin: 0 10px;
}

.gj-footer .footer-nav {
    margin-top: 32px;
    overflow: hidden;
}

.gj-footer .footer-nav .footer-nav-item {
    width: 20%;
}

.gj-footer .footer-nav .line {
    width: 1px;
    height: 80px;
    margin-top: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.gj-footer .footer-nav .nav-title {
    font-size: 16px;
    font-weight: bold;
}

.gj-footer .footer-nav .nav-links {
    margin-left: -42px;
    margin-top: 20px;
}
.gj-footer .footer-nav .nav-img {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.gj-footer .footer-nav .nav-img .img-item {
    flex: 0 0 46%;
    margin-right: 4%;
}
.gj-footer .footer-nav .nav-img .img-item:last-of-type {
    margin-right: 0;
}
.gj-footer .footer-nav .nav-img .img-item img {
    width: 100%;
}
.gj-footer .footer-nav .nav-img .img-item>div {
    text-align: center;
    line-height: 1.2;
}


.gj-footer .footer-nav .link-item {
    color: #FFFFFF;
    margin-left: 42px;
    margin-top: 6px;
}

.gj-triangle {
    border-width: 100px 60px;
    border-style: solid;
    opacity: .04;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 50%;
    top: -16%;
    transform: translateX(-50%) rotate(20deg);
}

.gj-footer .copyright {
    text-align: center;
    opacity: 0.6;
    padding-bottom: 16px;
    margin-top: 72px;
}

.gj-footer .copyright span,
.gj-footer .copyright a {
    color: #FFFFFF;
    margin: 0 10px;
}

.gj-footer .code-desc {
    font-size: 20px;
    opacity: 0.8;
    text-align: center;
}

.gj-footer .footer-code {
    margin-left: 80px;
}

.gj-footer .code {
    width: 160px;
    height: 160px;
    padding: 8px;
    border-radius: 8px;
    background-color: #FFFFFF;
    overflow: hidden;
    margin-top: 22px;

}

.gj-dialog {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.24);
    z-index: 1001;
    display: none;
}

.gj-dialog .dialog-content {
    width: 600px;
    padding: 44px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 16px 36px rgba(0, 46, 100, 0.16);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gj-dialog .close-btn {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

.gj-dialog .dialog-title {
    font-size: 24px;
    color: var(--gj-main-color);
    text-align: center;
}

.gj-dialog .dialog-desc {
    font-size: 16px;
    color: #444444;
    text-align: center;
    margin-top: 10px;
}

.gj-dialog .code {
    width: 160px;
    height: 160px;
    padding: 8px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    margin: 16px auto 0;
}

.gj-m {
    display: none;
}

.selectCitys {
    position: absolute;
    left: 0;
    top: 66px;
    width: 480px;
    height: 240px;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 18px;
    padding-top: 5px;
    overflow-y: auto;
}

.end.selectCitys {
    left: 52%;
    width: 600px;
}

.air.selectCitys {
    width: 272px;
    height: auto;
    max-height: 220px;
}

.fba.selectCitys {
    width: 48%;
    left: 52%;
    z-index: 200;
}

.selectCitys .currentCity {
    display: inline-block;
    height: 30px;
    cursor: pointer;
    width: 100%;
}

.fcl .selectCitys .currentCity,
.lcl .selectCitys .currentCity {
    width: 30%;
}

.en .fcl .selectCitys,
.en .lcl .selectCitys {
    width:360px;
}

.en .fcl .selectCitys .currentCity,
.en .lcl .selectCitys .currentCity {
    width: 100%;
}

.name.floatLeft {
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fba.selectCitys span {
    display: inline-block;
    height: 24px;
    cursor: pointer;
    width: 26%;
}

.air.selectCitys .currentCity{
    display: block;
}

.infoPanel {
    position: absolute;
    top: 181px;
    left: 0;
    width: 920px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    z-index: 998;
    padding: 20px 10px;
    margin: 0;
}

.infoPanel table {
    font-size: 14px;
}

.infoPanel .m_tab {
    display: none;
}

.infoPanel .el-tabs__content input{
    font-size: 14px;
}

.infoPanel th {
    width: 15%;
    border: 0;
    text-align: center;
    background-color: #f9fafb;
    font-weight: 700;
}
.infoPanel td {
    border: 0;
    padding: 5px;
    vertical-align: top;
    text-align: center;
}
.flex-auto .infoPanel input {
    height: 30px;
    border: 1px solid #bbbaba;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 6px;
}
.infoPanel select {
    width: 130px;
    height: 30px;
    border: 1px solid #bbbaba;
    border-radius: 3px;
    padding-left: 10px;
}
.infoPanel .addPackage {
    cursor: pointer;
    margin: 0;
    text-indent: 3px;
}
.infoPanel .deteledPackInfo {
    cursor: pointer;
    padding-top: 7px;
}
.infoPanel .confirmGroup {
    margin: 0;
    float: right;
}
.infoPanel .confirmGroup div {
    display: inline-block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}
.infoPanel .confirmGroup .confirm {
    background-color: var(--gj-main-color);
    color: #fff;
    margin-right: 6px;
    margin-bottom: 10px;
}
.infoPanel .confirmGroup .cancel {
    background-color: #F8F8F8;
    color: #A2A7AB;
    margin-left: 6px;
    margin-bottom: 10px;
}
.infoPanel .goodInfoPanel {
    position: absolute;
    text-align: left;
    top: 42px;
    left: 6px;
    width: 100%;
    height: 180px;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    z-index: 999;
    padding-left: 10px;
    display: none;
    padding-top: 8px;
}
.infoPanel .goodInfoPanel div {
  cursor: pointer;
  height: 24px;
  line-height: 24px;
}
.infoPanel .addPackage span {
    width: 10px;
}

.el-card {
    position: absolute;
    top: 182px;
    left: 0;
    z-index: 1000;
}

.el-card .opTitle {
    text-align: right;
    margin-right: -12px;
    margin-bottom: 5px;
}

.el-card .opTitle i {
    cursor: pointer;
}

.specificationsPanel {
    background: #fff;
}

.specificationsPanel table {
    border: 1px solid #c4cdd4;
    border-collapse: collapse;
    font-size: 14px;
}

.specificationsPanel table td {
  border: 1px solid #c4cdd4;
  width: 90px;
  height: 24px;
  line-height: 24px
}

.specificationsPanel table td div {
    font-size: 14px;
}

.service .usd {
    margin-left: 30px;
    display:inline-block;
    color: #777;
}
.service .usd input{
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 60px;
    font-size: 14px;
    text-indent: 10px;
}
.consultBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}
.consultBtn i {
    font-size: 20px;
}
.consultWeChat {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: -216px;
    transform: translate(0, -50%);
    transition: right .5s linear 0s;
}
.consultWeChat .accordion {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-95%, -50%);
    background: url('/res/cms/images/home_spirit.png') -97px -31px no-repeat;
    display: inline-block;
    width: 40px;
    height: 80px;
    background-size: 150px 200px;
    cursor: pointer;
}
.consultWeChat .content {
    width: 216px;
    height: auto;
    font-size: 16px;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 16%);
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
    border-radius: 10px 0 0 10px;
}

.consultWeChat .tel_icon {
    background: url('/res/cms/images/hgj/phone_icon.png') no-repeat;
    background-size: 22px;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 6px;
}
.consultWeChat .state_now{
    width: 160px;
    height: 46px;
    background: #F87E23;
    border-radius: 4px;
    border: 1px solid #F87E23;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: block;
    cursor: pointer;
    margin-left: 10px;
}

.consultWeChat .mobile_btn {
    margin-left: 34px;
    height: 35px;
    background: #F87E23;
    border-radius: 4px;
    border: 1px solid #F87E23;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: block;
    cursor: pointer;
}
.consultWeChat .float_frame_chat {
    background: url('/res/cms/images/home_spirit.png') -77px -3px no-repeat;
    background-size: 140px 190px;
}
.consultWeChat .specific_info {
    margin-left: 34px;
    display: inline-block;
}
.consultWeChat .tel .specific_info {
    margin: 10px 0 10px 34px;
}
.consultWeChat .tel {
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}
.consultWeChat .chat {
    margin-top: 12px;
}



.infoPanel .el-tabs__content {
    overflow: inherit;
}
.infoPanel .el-tabs__content .inputGoodInfo {
    margin: 10px 0;
    display: inline-block;
}
.infoPanel .el-tabs__content .inputGoodInfo input {
    width: 150px;
    display: inline-block;
}
.infoPanel .el-tabs__content .inputGoodInfo span {
    width: auto;
}
.infoPanel .el-tabs__content .inputGoodInfo .title {
    margin-right: 10px;
}
.infoPanel .el-tabs__content .inputGoodInfo .unit {
    margin-left: 10px;
    margin-right: 50px;
}
.infoPanel .el-button {
    background-color: var(--gj-main-color);
    border: 0;
}
.infoPanel .el-button span {
    width: auto;
    margin: 0;
}
.infoPanel .el-upload__input {
    display: none;
}
.infoPanel .el-upload-list__item {
    background-color: #eee;
}
.infoPanel .el-upload-list__item:hover {
    background-color: rgb(221, 216, 216);
}

.infoPanel .el-tabs__active-bar {
    background-color: var(--gj-main-color);
}

.infoPanel .el-tabs__item.is-active {
    color: var(--gj-main-color);
}

.infoPanel .el-tabs__item.is-active:hover {
    color: var(--gj-main-color);
}

.infoPanel .el-tabs__item:hover {
    color: var(--gj-main-color);
}

.el-checkbox-group {
    font-size: 14px;
}

.content-item .el-checkbox {
    color: #777;
    width: 80px;
}

.content-item .el-checkbox__inner {
    color: #777;
    border: 1px solid #777;
}

.content-item .el-checkbox__input.is-checked+.el-checkbox__label {
    color:  #36A249;
} 

.content-item .el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #777;
}

.content-item .el-checkbox__input.is-checked .el-checkbox__inner, .content-item .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    color: #36A249;
    background-color: #36A249;
    border-color: #36A249;
}
.tab-content .el-input__prefix {
    left: -3px;
}

.mobile .el-select {
    width: 80px;
    height: 24px;
    border-right: 1px solid #DDDDDD;
}
.mobile .el-select span.el-input__suffix .el-input__icon {
    height: auto;
}
.mobile .el-select .el-input__inner {
    padding-left: 3px;
    /* text-align: center; */
}
.gj-form-container .mobile .mobile_input {
    width: calc(100% - 85px);
}
.table_hear {
    color: #fff;
    width: 50%;
    height: 100%;
    line-height: 60px;
    text-align: center;
}
.table_hear span {
    display: inline-block;
    width: 25%;
}
.table_hear a {
    color: #fff;
    display: inline-block;
    height: 55px;
    font-size: 16px;
}
.table_hear .current_item {
    border-bottom: 5px solid #fff;
}
.el-autocomplete .el-input {
    display: block;
}


.red {
    color: #ff0000;
    font-size: 12px;
    line-height: 1;
    text-align: left;
}

button {
    user-select: none;
}
.icon-close::before{
    content: ''
}
.pdd_r30 {
    padding-right: 30px;
}
.pointer {
    cursor: pointer;
}
.grey {
    color: #A2A7AB;
    font-weight: normal;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.not_login, .is_login {
    display: inline-flex;
}
.is_login {
    display: none;
}
.wechat_btn {
    display: none;
}
.el-autocomplete-suggestion.citys {
    width: 480px !important;
}
.el-autocomplete-suggestion.citys li {
    width: 32%;
    display: inline-block;
}

.z_index200 {
    z-index: 200 !important;
}

@media screen and (max-width: 1440px) {
    .gj-container {
        padding: 0 60px;
    }
}

