* {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}

body {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

input,
select {
    vertical-align: text-top;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

ul,
li {
    list-style: none;
}

sup {
    vertical-align: top
}

html,
body {
    width: 100vw;
    height: 100vh;
}

img {
    display: block;
    border: 0;
}

.w100{
    width: 100%;
}

img.fullImg {
    width: 100%;
}

body {
    /* font-family: "PingFang SC"; */
    font-size: 28px;
    background: #ffffff;
}

a,
a:link {
    text-decoration: none;
    outline: none;
    border: 0;
}

a:hover,
a:active,
a:focus,
div:focus {
    text-decoration: none;
    outline: none;
    border: 0;
}

a,
img {
    -webkit-tap-highlight-color: transparent;
    /* -webkit-touch-callout: none; */
    /* -webkit-user-select: none;
user-select:none; */
    text-decoration: none;
    display: block;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: none;
    /* border-color: transparent; */
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #989898;
    /* font-size: 24px; */
    font-family: "PingFang SC";
}

i {
    font-style: normal;
}

/*超出两行显示省略号*/
.ellipsis2{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

/*flex布局*/
.flexCenterBetween{display: flex;flex-direction:row;align-items: center;justify-content: space-between;}
.flexCenterAround{display: flex;flex-direction:row;align-items: center;justify-content: space-around;}
.flexAround{display: flex;flex-direction:row;justify-content: space-around;}
.flexCenterCenter{display: flex;flex-direction:row;align-items: center;justify-content: center;}
.flexCenterCenterBot{display: flex;flex-direction:row;align-items: flex-end;justify-content: center;}
.flexCenter{display: flex;flex-direction:row;align-items: center;}
.flexEnd{display: flex;flex-direction:row;align-items: flex-end;}
.flexCenterTop{display: flex;flex-direction:row;align-items: flex-start;}
.flexTopBetween{display: flex;flex-direction:row;justify-content: space-between;align-items: flex-start;}
.flexEndBetween{display: flex;flex-direction:row;justify-content: space-between;align-items: flex-end;}
.flex1{flex:1;}

html,body{
    width: 100%;
}
.centerContent{
    max-width: 1280px;
    margin: 0 auto;
}

.imgAuto{
    width: 100%;
    height: auto;
}
.headerContent{
    padding: 7px 2%;
}
.headerContent .logoImg{
    width: 66px;
    height: 66px;
}
.changeTabs{
    /* margin-top: 20px; */
}
.changeTabs a{
    margin-left: 33px;
    font-size: 26px;
    color: #333333;
    /* font-weight: bold; */
    position: relative;
    cursor: pointer;
    text-align: center;
}
.changeTabs a.active::after{
    content: '';
    position: absolute;
    left: 0px;
    right: 0;
    bottom: -4px;
    width: 100%;
    background: #ffe614;
    height: 10px;
    border-radius: 5px;
    z-index: -1;
}
.advanceBox{
    padding:7.6% 0;
}
.submitContactUs{
    padding: 100px 0;
}
.homeGoodsWrap{
    padding:9% 0 7.6%;
}
.homeGoodsWrap .titleBox{
    color: #333333;
    font-size: 84px;
    text-align: center;
    font-weight: bold;
}
.homeGoodsWrap .subTitleBox{
    color: #6d6d6d;
    font-size: 28px;
    text-align: center;
    margin-bottom: 70px;
}
.homeGoodsLists .listTitle{
    color: #333333;
    font-size: 28px;
    position: relative;
    display: inline-block;
    font-weight: bold;
}
.homeGoodsLists .listTitle::after{
    content:'';
    position: absolute;
    left: 0px;
    bottom: -8px;
    width: 100%;
    height: 11px;
    background: #ffe614;
    border-radius: 6px;
}
.homeGoodsLists{
    position: relative;
}
.goodsLists{
    padding: 45px 0 40px 4%;
    flex-wrap: wrap;
}
.goodsLists a{
    width: 23%;
    /* margin: 0 2.6%; */
    cursor: pointer;
}
.goodsLists .goodsImg{
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.goodsLists .goodsImg img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.goodsLists .nameBox{
    margin-top: 10px;
    /* text-align: center; */
    color: #333333;
    font-size: 26px;
    height: 70px;
}
.submitInfo{
    width: 50%;
    padding: 0 35px;
}
.submitInfo .titleBox{
    font-size: 45px;
    color: #232323;
    font-weight: bold;
    margin-bottom: 55px;
}
.inputBox{
    border: 2px solid #232323;
    border-radius: 3px;
    padding: 10px 28px;
    color: #232323;
    font-size: 30px;
    margin-bottom: 25px;
    width: 100%;
    line-height: 40px;
    display: block;
}

.sendInfoBtn{
    width: 100%;
    height: 74px;
    text-align: center;
    line-height: 74px;
    border-radius: 5px;
    background: #ffe614;
    color: #2f2f2f;
    font-size: 36px;
    cursor: pointer;
}

.serviceProgress{
    padding:8% 0 7%;
}

.noTransportationGoods{
    width: 100%;
    background: url(../images/service3_bg.png) no-repeat center center;
    background-size: cover;
    padding: 56px 0 8%;
}
.goodsLink{
    position: relative;
}
.linkBtn{
    position: absolute;
    width: 20%;
    height: 10%;
    bottom: 22.2%;
    left: 9%;
}

.usersVoiceBox{
    padding: 5% 0 4%;
}

.usersVoiceTitle{
    width: 20%;
    height: auto;
    margin: 0 auto 5%;
}
.usersVoiceSwiper{
    padding-bottom: 4% !important;
}
.usersVoiceImg{
    width: 30% !important;
    margin: 0 1.5%;
}
.contactUsForm{
    padding: 10% 0 8%;
}
.contactUsForm .titleBox{
   width: 22%;
   height: auto;
   margin: 0 auto 6%;
}
.joinUsForm .formBox{
    margin: 0 2%;
    width: 42.5%;
}
.joinUsForm{
    width: 100%;
    justify-content: center;
}