.container {
    width: 100%;
    margin: 0 auto
}

.container .banner {
    width: 100%;
    height: 314px
}

.container .banner .swiper-container1 {
    width: 100%;
    height: 100%
}

.container .banner .swiper-container1 .swiper-slide {
    background-image: url(../../images/helpCenter/banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative
}

.container .banner .swiper-container1 .swiper-slide .goInfo {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between
}

.container .banner .swiper-container1 .swiper-slide .goInfo h3 {
    font-size: 36px;
    color: #fff;
    height: 77px
}

.container .banner .swiper-container1 .swiper-slide .goInfo .searchHot {
    height: 66px
}

.container .banner .swiper-container1 .swiper-slide .goInfo .searchHot input {
    width: 722px;
    height: 44px;
    float: left;
    padding-left: 20px
}

.container .banner .swiper-container1 .swiper-slide .goInfo .searchHot button {
    width: 90px;
    height: 44px;
    background: #0088FF;
    color: #fff
}

.container .banner .swiper-container1 .swiper-slide .goInfo .searchHot p {
    color: #fff;
    font-size: 12px;
    padding-top: 20px
}

/*.container .title {
    width: 100%;
    height: 60px;
    background-color: #EEF0F4
}*/

.container .title ul {
    height: 100%;
    width: 1200px;
    margin: 0 auto
}

.container .title ul li {
    display: inline-block;
    line-height: 58px;
    width: 120px;
    text-align: center;
    cursor: pointer
}

.container .title ul li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #7d7d7d;
    font-size: 16px
}

.container .title ul li:hover {
    border-bottom: 2px solid #1883FF
}

.container .title ul li:hover > a {
    color: #6BA4FC
}

.container .title ul .active {
    border-bottom: 2px solid #1883FF
}

.container .title ul .active a {
    color: #6BA4FC
}

.container .infoCon {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 50px 0
}

.container .infoCon .infoL {
    width: 273px;
    margin-right: 46px
}

.container .infoCon .infoR .infoGuide {
    width: 931px;
    height: 266px;
    border: 1px solid #f1f1f1;
    box-sizing: border-box
}

.container .infoCon .infoR .infoGuide h4 {
    height: 56px;
    padding-left: 25px;
    border-bottom: 1px solid #f1f1f1;
    line-height: 56px;
    color: #7c7c7c;
    font-size: 18px
}

.container .infoCon .infoR .infoGuide ul {
    width: 100%;
    padding-left: 44px;
    display: flex;
    flex-flow: row wrap;
    margin-top: 15px
}

.container .infoCon .infoR .infoGuide ul li {
    width: 295px;
    margin-top: 15px
}

.container .infoCon .infoR .infoGuide ul li i {
    display: inline-block;
    width: 2px;
    height: 2px;
    background-color: #797980;
    margin-right: 6px;
    margin-bottom: 4px
}

.container .infoCon .infoR .infoGuide ul li span {
    color: #7d7d7d;
    font-size: 14px
}

.container .infoCon .infoR .infoShop h3 {
    font-size: 24px;
    color: #333;
    height: 80px;
    line-height: 80px
}

.container .infoCon .infoR .infoShop .shop-wrapper > p {
    width: 954px;
    /*height: 61px;*/
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    border-left: 2px solid #0d8eff;
    background-color: #f9f9fb;
    padding: 0 15px 0 10px;
    margin-bottom: 20px;
    line-height: 61px
}

.container .infoCon .infoR .infoShop .shop-wrapper > p:nth-of-type(2n+0) {
    line-height: 24px;
    padding-top: 5px
}

.container .infoCon .infoR .infoShop .shop-wrapper .img1, .container .infoCon .infoR .infoShop .shop-wrapper .img2, .container .infoCon .infoR .infoShop .shop-wrapper .img3 {
    margin-bottom: 25px
}
