/*全局设置*/
* {
    font-family: "PingFangSC-Regular",sans-serif;
    /*font-weight: 600;*/
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    /*font-size: 16px;*/
    list-style: none;
    /*font-weight: 400;*/
    color: rgba(103,102,99,1);
    line-height: 25px;
}

html {
    height: 100%;
}

html, body {
    min-width: 1233px;
    width: 100%;
    /*height: 100%;*/
    overflow:visible
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

/* 去除a标签带来的虚框 */
a:hover, a:focus {
    cursor: pointer;
    text-decoration: none;
    /* bblr: expression(this.onFocus=this.blur()); */  /* IE使用 */
    outline-style: none;  /* FF使用 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button:hover {
    cursor: pointer;
}

/*行块元素*/
.inb {
    display: inline-block;
}

/*浮动元素*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*宽度*/
.w1233 {
    width: 1233px;
    min-width: 1233px;
    max-width: 1233px;
}

.w110 {
    width: 110px;
}

.w143 {
    width: 143px;
}

.w160 {
    width: 160px;
}

/*高度*/
.h2 {
    height: 2px;
}

.h80 {
    height: 80px;
    line-height: 80px;
}

/*定位*/
.position_relative {
    position: relative;
}

.position_absolute {
    position: absolute;
}

.position_fixed {
    position: fixed;
}

/*文本位置*/
.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

/*字体*/
.fwb {
    font-weight: bold;
}

.fc141414 {
    color: #141414 !important;
}

.fs10 {
    font-size: 10px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs28 {
    font-size: 28px;
}

/*外边距*/
.mauto {
    margin: auto;
}

.mt-27 {
    margin-top: -27px;
}

.mt-18 {
    margin-top: -18px;
}

.mt-12 {
    margin-top: -12px;
}

.mt-5 {
    margin-top: -5px;
}

.mt5 {
    margin-top: 5px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt14 {
    margin-top: 14px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt23 {
    margin-top: 23px;
}

.mt25 {
    margin-top: 25px;
}

.mt30{
    margin-top: 30px;
}

.mt50{
    margin-top: 50px;
}

.mt51{
    margin-top: 51px;
}

.mt100{
    margin-top: 100px;
}

.mr-30 {
    margin-right: -30px;
}

.mr5 {
    margin-right: 5px;
}

.mr210 {
    margin-right: 210px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb23 {
    margin-bottom: 23px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb160 {
    margin-bottom: 160px!important;
}

.ml-30 {
    margin-left: -30px;
}

.ml-23 {
    margin-left: -23px;
}

.ml-18 {
    margin-left: -18px;
}

.ml-12 {
    margin-left: -12px;
}

.ml-10 {
    margin-left: -10px;
}

.ml5 {
    margin-left: 5px;
}

.ml279 {
    margin-left: 279px;
}

/*内边距*/
.pt-5 {
    padding-top: -5px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt15 {
    padding-top: 20px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb100 {
    padding-bottom: 100px!important;
}

/*hr*/
hr {
    height: 2px;
    background: rgba(255,224,0,1);
}

/*清除浮动*/
.clear:after {
    display:block;
    content:' ';
    clear:both;
    /*display: table;*/
    /*content: " ";*/
}

/*黄色小圆点*/
.circle {
    display: inline-block;
    width:10px;
    height:10px;
    background:rgba(255,224,0,1);
    border-radius:5px;
}

/*盒子*/
.et_box {
    width: 100%;
    height: 100%;
}

/*导航*/
.navigation_top {
    /*height: 80px;*/
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 199;
    width: 100%;
    height: 80px;
    line-height: 80px;
}

.navigation {
    /*width: 1233px;*/
    min-width: 727px;
    max-width: 1233px;
}

.navigation ul {
    float: right;
}

.navigation ul li {
    float: left;
    height: 80px;
    line-height: 80px;
    margin-right: 40px;
}

.navigation ul li a {
    display: inline-block;
    color: #141414;
    font-size: 16px;
}

.navigation ul li a.active {
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(29,28,19,1);;
}

.enter_erp {
    width:100px;
    height:36px;
    background:rgba(20,20,20,1);
    border-radius:18px;
    opacity:0.88;
    /*float: right;*/
    color: #FFFFFF;
    padding: 8px 22px;
    font-size: 14px;
}

/*悬浮框*/
#floating_window {
    display: none;
}

.floating_window {
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 1;
}

.floating_window li {
    border: 1px dashed;
}

.floating_window li:hover {
    cursor: pointer;
}

.floating_window li:nth-child(1){
    background-color: #FFFFFF;
}

.floating_window li:nth-child(2){
    background-color: #FFE000;
}

.floating_window li:nth-child(3){
    background-color: #2F2B12;
}

.fw_help {
    display: none;
    position: absolute;
    right: 69px;
    /*left: -154px;*/
    text-align: center;
    border-radius: 2px;
    /*width: 143px;*/
    width: max-content;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0,0,0,.1);
    top: 125px;
}

.fw_help p {
    /*height: 50px;*/
    /*line-height: 50px;*/
    display: block;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.fw_help p:last-child {
    padding-top: 0;
    padding-bottom: 10px;
}

.fw_help p:first-child {
    padding-top: 10px;
}

.little_triangle {
    display: none;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: transparent transparent #FFFFFF;
    position: absolute;
    transform: rotate(90deg);
    top: 138px;
    right: 57px;
}

/*banner块*/
.main {
    /*height: 900px;*/
}

.banner {
    background: #FFE000;
    padding-top: 200px;
    padding-bottom: 60px;
}

.banner_img {
    /*background: url('../img/home_banner_2.png') 100% 100%;*/
    /*width: 100%;*/
    /*height: 500px;*/
    position: relative;
}

.banner_img img {
    width: 100%;
}

/*动画*/
/*淡入*/
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}
.fade_in {

}
/*淡出*/
.fade_out {

}

.arrow_a {
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 2s; /*动画持续时间*/
    -webkit-animation-iteration-count: infinite; /*动画次数*/
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 1.5s; /*延迟时间*/
    transition: all 2s;
}

.arrow_b {
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    transition: all 2s;
}

.animate_btn_slide {
    position: relative;
    width: 24px;
    height: 70px;
    margin-top: 70px;
    transition: all .8s;
}

.animate_btn_slide ul {
    position: absolute;
    top: 0;
    transition: all .8s;
}

.animate_btn_slide ul:hover {
    cursor: pointer;
    top: 10px;
}

/*公司介绍*/
.introduce {
    display: flex;
}

.introduce_left, .introduce_right {
    display: inline-block;
    position: relative;
}

.introduce_left {
    width: 670px;
}

.il_phone {
    position: absolute;
    bottom: -82px;
    right: -40px;
}

.introduce_right {
    width: 501px;
    margin-top: 103px;
    margin-left: 74px;
}

.ir_explain {
    font-weight: 400;
    color: rgba(103,102,99,1);
    line-height: 25px;
}

/*卖家开户流程*/
.seller_account_open_process {
    width: 100%;
    height: 640px;
    margin-top: 140px;
    background:rgba(241,241,241,1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.saop_msg_left {
    display: inline-block;
    width: 386px;
    height: 240px;
}

.saop_msg_left_txt {
    position: absolute;
    top: 61px;
    right: 0;
    text-align: right;
}

.saop_msg_right {
    display: inline-block;
    width: 743px;
    /*margin-left: 83px;*/
    float: right;
    margin-top: 57px;
}

.saop_msg_right ul li {
    float: left;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 14px;
}


.saop_msg_right ul li p {
    font-size:14px;
    font-weight:400;
    color:rgba(103,102,99,1);
    line-height:20px;
}

.saop_msg_right ul li p:nth-child(2) {
    margin-top: 10px;
}

/*仓库流程*/
.warehouse_process {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 650px;
}

.wp_right_txt {
    position: absolute;
    top: 61px;
    right: 0;
    text-align: right;
}
/*我们的服务*/
.our_service {
    width: 100%;
    height: 1010px;
    background:rgba(241,241,241,1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.os_msg ul li {
    float: left;
    width: 392px;
    height: 206px;
    margin-right: 27px;
    margin-bottom: 25px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.os_msg ul li:nth-child(3n) {
    margin-right: 0;
}

/*新闻动态*/
.news {
    width: 100%;
    /*height: 840px;*/
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_msg {
    margin: auto;
    text-align: center;
}

.news_msg p:nth-child(1) {
    margin-top: 100px;
    margin-bottom: 80px;
    font-size:28px;
    font-weight:300;
    color:rgba(20,20,20,1);
    line-height:40px;
}

.more {
    text-align: right;
    margin-bottom: 18px;
}

.more a {
    font-size: 14px;
    font-weight:400;
    color:rgba(89,86,101,1);
    line-height:22px;
}

.news_lst li {
    width: 400px;
    height: 470px;
    text-align: center;
    float: left;
    margin-right: 16px;
    box-shadow:2px 2px 15px 0 rgba(98,98,99,0.2);
    transition: all .8s;
}

.news_lst li:hover {
    cursor: pointer;
    box-shadow: 2px 2px 15px 0 rgba(98, 98, 99, .8);
}

.news_lst li:last-child {
    margin-right: 0;
}

.news_lst li > img {
    width: 390px;
    height: 330px;
    margin-bottom: 30px;
    transition: all .8s;
}

.news_lst li:hover > img {
    width: 400px;
    height: 340px;
}

.news_lst li p {
    width:330px;
    height:40px;
    font-size:14px;
    color:rgba(20,20,20,1);
    line-height:20px;
    text-align: left;
    margin: 0 auto 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_lst li span {
    /*width:70px;*/
    height:17px;
    font-size:12px;
    color:rgba(153,153,153,1);
    line-height:17px;
    margin-left: 4px;
}

.times {
    margin: 0 auto 20px;
    width:330px;
    height:17px;
    line-height:17px;
    text-align: left;
    display: flex;
    align-items: center;
}

.times img {
    width: 12px;
    height: 12px;
}

/*footer*/
.footer {
    background: #141414;
}

.footer_msg {
    height: 320px;
    display: flex;
    align-items: center;
    margin: auto;
}

.Qr_code p {
    width:153px;
    height:22px;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:22px;
    margin: 8px auto;
}

.footer_msg_website {
    height: 218px;
}

.footer_msg_website p {
    font-size:18px;
    font-weight:500;
    color:rgba(255,224,0,1);
    line-height:25px;
}

.footer_msg_website ul {
    font-size:14px;
    font-weight:400;
    color:rgba(159,158,157,1);
    line-height:30px;
}

.footer_msg_website ul li:hover {
    cursor: pointer;
}

.footer hr {
    height:2px;
    background:linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 54%,rgba(255,255,255,0) 100%);
}

.copyright {
    text-align: center;
    font-size:14px;
    font-weight:400;
    color:rgba(89,86,101,1);
    line-height:22px;
    margin-top: 12px;
    padding-bottom: 14px;
}

/*关于我们*/
/*banner*/
.about_banner, .service_banner, .dynamic_news_banner, .dynamic_detail_banner {
    padding: 60px 0 0;
    /*background: url("../img/banner_bg.png") 100% 100% no-repeat;*/
}
.about_banner > img, .service_banner > img, .dynamic_news_banner > img, .dynamic_detail_banner > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.about_banner_box, .service_banner_box, .dynamic_news_banner_box {
    /*position: absolute;*/
    /*top: 0;*/
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.about_animate, .service_animate, .dynamic_animate {
    display: inline-block;
    width: 650px;
    height: 400px;
    /*background-color: #9d9d9d;*/
    /*border: 1px solid;*/
    position: relative;
}

.about_animate img, .service_animate img , .dynamic_animate img {
    position: absolute;
}

.about_banner_5 {
    left: 210px;
    bottom: 25px;
}

.about_banner_2 {
    top: 117px;
    left: 282px;
}

.about_banner_12 {
    top: 138px;
    left: 380px;
}

.about_banner_3 {
    left: 247px;
    bottom: 95px;
}
.about_banner_9 {
    top: 241px;
    left: 131px;
}

.about_banner_10 {
    top: 197px;
    left: 192px;
}

.about_banner_11 {
    top: 167px;
    left: 216px;
}

.about_banner_7 {
    top: 197px;
    left: 564px;
}

.about_banner_8 {
    top: 224px;
    left: 487px;
}

.about_banner_14 {
    top: 139px;
    left: 551px;
}

.about_banner_13 {
    top: 92px;
    left: 511px;
}

.about_banner_15 {
    top: 131px;
    left: 470px;
}

.about_banner_16 {
    top: 94px;
    left: 430px;
}

.about_banner_4 {
    top: 134px;
    left: 405px;
}

.about_banner_17 {
    top: 230px;
    left: 37px;
}

.about_banner_18 {
    top: 175px;
    left: 92px;
}

.about_banner_6 {
    top: 130px;
    left: 146px;
}

.about_banner_19 {
    top: 49px;
    left: 192px;
}

.about_banner_20 {
    top: 27px;
    left: 263px;
}

.about_banner_16 {
    top: 94px;
    left: 430px;
}

.about_content {
    width: 100%;
}

.about_content_msg {
    display: flex;
    margin: 130px auto 172px;
    /*padding-bottom: 107px;*/
}

.ac_left {
    width: 520px;
    height: 324px;
    position: relative;
}

.ac_left, .ac_right {
    display: inline-block;
}

.ac_left img:first-child {
    width: 100%;
    /*height: 324px;*/
}

.ac_left_about_img {
    position: absolute;
    top: 43px;
    width: 470px;
}

.triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border: 35px solid;
    border-color: transparent transparent #FFFFFF;
    position: absolute;
    transform: rotate(45deg);
    top: 8px;
    right: 15px;
}

.ac_right {
    width: 536px;
    margin-left: 83px;
}

/*我的服务*/
.service {
    width: 100%;
}

/*banner*/
.service_banner_8 {
    top: 77px;
    left: 284px;
}

.service_banner_4 {
    top: 122px;
    left: 147px;
}

.service_banner_5 {
    top: 97px;
    left: 379px;
}

.service_banner_6 {
    top: 260px;
    left: 249px;
}

.service_banner_9 {
    top: 187px;
    left: 57px;
}
.service_banner_10 {
    top: 181px;
    left: 2px;
}
.service_banner_11 {
    top: 67px;
    left: 215px;
}
.service_banner_12 {
    top: 36px;
    left: 395px;
}
.service_banner_13 {
    top: 93px;
    left: 505px;
}
.service_banner_3 {
    top: 129px;
    left: 569px;
}
.service_banner_2 {
    top: 248px;
    left: 593px;
}

.service .our_service {
    background: #FFFFFF;
}

.service .os_msg ul li {
    float: left;
    width:390px;
    height:200px;
    margin-right: 28px;
    margin-bottom: 29px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(204,204,204,1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.service .os_msg ul li:nth-child(3n) {
    margin-right: 0;
}

/*企业动态之新闻动态*/
.dynamic_news {
    width: 100%;
}

.news_banner_14 {
    top: 115px;
    left: 196px;
}

.news_banner_6 {
    top: 199px;
    left: 274px;
}

.news_banner_12 {
    top: 63px;
    left: 245px;
}

.news_banner_13 {
    top: 31px;
    left: 303px;
}

.news_banner_11 {
    top: 102px;
    left: 425px;
}

@keyframes news_banner_4 {
    from {
        transform: translateX(-9px) translateY(10px) rotate(0deg) scale(0.9) translateZ(0px);
    }

    to {
        transform: translateX(30px) translateY(0px) rotate(0deg) scale(1) translateZ(0px);
    }
}

.news_banner_4 {
    top: 157px;
    left: 179px;
    animation-name: news_banner_4;
    animation-duration: 11s;
    animation-iteration-count: infinite;
    animation-direction:alternate;
    /*transition: all 5s linear;*/
}

@keyframes news_banner_3 {
    from {
        transform: translateX(20px) translateY(10px) rotate(0deg) scale(1) translateZ(0px);
    }
    to {
        transform: translateX(-5px) translateY(0px) rotate(0deg) scale(1) translateZ(0px);
    }
}

.news_banner_3 {
    top: 120px;
    left: 512px;
    animation-name: news_banner_3;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-direction:alternate;
}

@keyframes news_banner_5 {
    from {
        transform: translateX(-45px) translateY(-15px) rotate(0deg) scale(.9) translateZ(0px);
    }
    to {
        transform: translateX(0px) translateY(10px) rotate(0deg) scale(1) translateZ(0px);
    }
}

.news_banner_5 {
    top: 51px;
    left: 429px;
    animation-name: news_banner_5;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-direction:alternate;
    /*transition: all 10s linear;*/
}

.news_banner_10 {
    top: 199px;
    left: 162px;
}

@keyframes news_banner_9 {
    from {
        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1) translateZ(0px);
    }

    to {
        transform: translateX(55px) translateY(36px) rotate(0deg) scale(1) translateZ(0px);
    }
}

.news_banner_9 {
    top: 258px;
    left: 2px;
    animation-name: news_banner_9;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-direction:alternate;
}

@keyframes news_banner_8 {
    from {
        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1) translateZ(0px);
    }

    to {
        transform: translateX(-25px) translateY(-25px) rotate(0deg) scale(1) translateZ(0px);
    }
}

.news_banner_8 {
    top: 316px;
    left: 456px;
    animation-name: news_banner_8;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction:alternate;
}

@keyframes news_banner_7 {
    from {
        transform: translateX(-50px) translateY(-20px) rotate(0deg) scale(1) translateZ(0px);
    }

    to {
        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1) translateZ(0px);
    }
}

.news_banner_7 {
    top: 213px;
    left: 565px;
}

.dynamic_news .news {
    height: auto;
}

.dynamic_news .news_lst li {
    margin-right: 15px;
    margin-bottom: 28px;
}

.dynamic_news .news_lst li:nth-child(3n) {
    margin-right: 0;
}

.dynamic_news .news_lst li > img {
    /*width: 370px;*/
    width: 100%;
    height: 320px;
}

.dynamic_news .news_lst li:hover > img {
    /*width: 390px;*/
    width: 100%;
    height: 330px;
}

.news_page {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 83px;
    margin-bottom: 160px;
}

.news_page img:hover {
    cursor: pointer;
}

.news_page ul {
    display: inline-block;
    padding-bottom: 1px;
}

.news_page ul li {
    float: left;
    margin-left: 21px;
}

.news_page ul li:last-child {
    margin-right: 21px;
}

.news_page ul li a {
    display: inline-block;
    /*width:20px;*/
    /*height:20px;*/
    line-height: 20px;
    padding: 0 6px;
    color: #595665;
    font-size: 14px;
    border-radius: 100%;
}

.news_page ul li a:hover {
    background: #9d9d9d;
}

.news_page ul li a.active {
    background:rgba(255,224,0,1);
}

/*企业动态之详情*/
.dynamic_detail {
    width: 100%;
}

.main_body img {
    width:395px;
    height:259px;
}

.main_body img:first-child {
    margin-top: 50px;
}

.main_body img:last-child {
    margin-top: 50px;
}

.main_body p {
    margin-bottom: 20px;
    font-size:14px;
    font-weight:400;
    color:rgba(89,86,101,1);
}

.dynamic_detail_content {
    padding: 0 15px;
}

.dynamic_detail_content .times {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 87px;
}

.dynamic_detail_content .times img {
    width: 12px;
    height: 12px;
}

.dynamic_detail_msg button {
    width:200px;
    height:40px;
    background:rgba(255,224,0,1);
    border-radius:30px;
    margin-top: 80px;
    margin-bottom: 160px;
}

/*合作伙伴*/
.our_service.partners {
    min-height: 700px;
    height: fit-content;
}

.partners .os_msg ul li {
    width: min-content;
    height: min-content;
    margin-right: 8px;
    margin-bottom: 70px;
    background-color: transparent;
}

.partners .os_msg ul li:nth-child(3n) {
    margin-right: 0;
}

.partners .os_msg a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners .os_msg a img {
    width: 240px;
    height: 70px;
}

.partners .os_msg a:hover img {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1);
}

.partners .os_msg a img {
    /*width: 100%;*/
    transition: all .5s;
}

/*亚马逊服务页面*/
.as_service {
    background: #ffffff;
}
.as_msg {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.as_msg>ul, .as_msg>ul>li {
    width: 100%;
}

.as_msg>ul>li {
    height: 350px;
    /*border: 1px solid;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.as_msg>ul>li>div {
    display: inline-block;
    width: 50%;
    float: left;
}

.as_msg>ul>li>div img {
    width: 100%;
    box-shadow: 0 10px 10px #ccc;
}

.as_msg>ul>li:nth-of-type(odd) ul{
    text-align: left;
    padding-left: 30px;
}

.as_msg>ul>li:nth-of-type(even) ul{
    text-align: right;
    padding-right: 30px;
}

.as_msg>ul>li>div h4 {
    border-bottom: 7px solid rgb(255, 224, 0);
    display: inline-block;
    width: 90px;
}

/*物流轨迹*/
.logistics_track {
    width: 100%;
    min-height: 200px;
}

.logistics_track_display {
    min-width: 727px;
    max-width: 1233px;
    min-height: 100px;
    margin: 35px auto 83px;
    padding: 0 60px;
}

.logistics_track_search {
    text-align: center;
}

.logistics_track_search input {
    width: 300px;
    display: inline-block;
    margin-right: 20px;
    line-height: 38px;
}
