#head .banner {
    background: url("../images/3-trade/banner.jpg") no-repeat;
    width: 100%;
    height: 280px;
    background-position: center 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#head .banner span {
    padding-left: 24px;
    padding-right: 20px;
    color: #fff;
    font-size: 36px;
    letter-spacing: 3px;
}

#content .container {
    position: relative;
    overflow: hidden;
    padding-bottom: 2000px;
    margin-bottom: -2000px;
    padding-left: 6%;
    padding-right: 2%;
}

#content .tab-list {
    display: flex;
    justify-content: space-around;
    padding: 0 148px;
    height: 50px;
    line-height: 50px;
}

#content .tab-list li {
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in-out;
}

#content .tab-list li:hover {
    color: #0382fe;
    border-bottom: 2px solid #0382fe;
}

#content .tab-list li:last-child {
    margin-bottom: 0;
}

#content .tab-list .tab-active {
    color: #0382fe;
    border-bottom: 2px solid #0382fe;
}

#content .tab-list li img {
    position: absolute;
    bottom: 0;
    left: -8px;
    display: none;
}

#content .tab-list-sub li a {
    padding: 14px 70px 14px 40px;
    display: inline-block;
}

#content .tab-list-sub li a:hover {
    color: #0382fe;
}

#content .current {
    color: #0382fe;
}

.container-bg {
    padding-top: 30px;
    padding-bottom: 80px;
    background: #f2f2f2;
    overflow: hidden;
}

.container-bg .text {
    overflow: hidden;
}

#content .tab-list-sub {
    float: left;
    background: #fff;
}

#content .tab-list-sub li {
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

#content .tab-list-sub li img {
    vertical-align: middle;
    padding-right: 14px;
}

#content .panel {
    float: left;
    display: none;
    padding-bottom: 2000px;
    margin-bottom: -2000px;
}

#content .tab-active {
    display: block;
}

#content .container .status {
    background: #fff;
}

#content .container .status-title {
    position: absolute;
    color: #fff;
    font-size: 30px;
    padding: 44px 0 0 40px;
}

#content .container .status .spirit-status-bg {
    background: url("../images/3-trade/3trade-bg1.jpg") no-repeat;
    width: 100%;
    height: 126px;
    position: relative;
    margin-bottom: 40px;
}

#content .container .status .luxuries-status-bg {
    background: url("../images/3-trade/3trade-bg3.jpg") no-repeat;
    width: 100%;
    height: 126px;
    position: relative;
    margin-bottom: 40px;
}

#content .container .status .fast-status-bg {
    background: url("../images/3-trade/3trade-bg5.jpg") no-repeat;
    width: 100%;
    height: 126px;
    position: relative;
    margin-bottom: 40px;
}

#content .container .status .store-status-bg {
    background: url("../images/3-trade/3trade-bg7.jpg") no-repeat;
    width: 100%;
    height: 126px;
    position: relative;
    margin-bottom: 40px;
}

#content .container .status p {
    padding: 0 50px 28px;
}

#content .container .spirit-pain-bg {
    background: url("../images/3-trade/3trade-bg2.jpg") no-repeat;
    width: 100%;
    height: 210px;
    margin: 36px 0;
    color: #fff;
}

#content .container .luxuries-pain-bg {
    background: url("../images/3-trade/3trade-bg4.jpg") no-repeat;
    width: 100%;
    height: 210px;
    margin: 36px 0;
    color: #fff;
}

#content .container .fast-pain-bg {
    background: url("../images/3-trade/3trade-bg6.jpg") no-repeat;
    width: 100%;
    height: 210px;
    margin: 36px 0;
    color: #fff;
}

#content .container .store-pain-bg {
    background: url("../images/3-trade/3trade-bg8.jpg") no-repeat;
    width: 100%;
    height: 210px;
    margin: 36px 0;
    color: #fff;
}

#content .container .pain-bg .industry-pain {
    display: inline-block;
    padding-top: 40px;
    padding-left: 58px;
    padding-bottom: 40px;
    font-size: 24px;
}

#content .container .pain .pain-item {
    display: flex;
    justify-content: space-around;
    padding: 0 26px;
    position: relative;
}

#content .container .pain .pain-item::before {
    content: '';
    width: 40%;
    height: 1px;
    background: #2975c0;
    position: absolute;
    bottom: 18px;
    opacity: 0.9;
}

#content .container .pain .pain-item li {
    padding: 8px 20px;
    border: 1px dashed #fff;
    background: #2975c0;
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0.9;
}

#content .container .pain .pain-item li span {
    display: inline-block;
    text-align: center;
    margin-right: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    background: #fff;
    color: #2975c0;
}

#content .container .solution-bg {
    background: url("../images/3-trade/3trade-tiao.png") no-repeat;
    background-size: contain;
    width: 93%;
    height: 22px;
    position: absolute;
    left: 50px;
}

#content .container .solution .solution-futrue {
    background: #fff;
    padding: 20px 50px 20px;
}

#content .container .solution .solution-futrue p {
    padding: 14px 0 30px 0;
}

#content .panel h2 {
    padding-top: 22px;
    padding-bottom: 10px;
    font-size: 40px;
    color: #0c1d23;
}

#content .panel h4 {
    padding-top: 26px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #323435;
    letter-spacing: 1px;
}

#content .panel p {
    line-height: 30px;
    text-indent: 2em;
    color: #323435;
    opacity: 0.8;
}

#content .panel .text-list {
    padding-left: 2em;
    text-indent: 0;
}