.channelImprove:after, .channelProces li:after, .channelProces:after, .proxyCondition:after {
    content: ''
}

.mainContent {
    width: 1200px;
    margin: 0 auto
}

.banner {
    background-image: url(../images/img_banner_cooperation.png)
}

.banner .bannerContent {
    color: #fff
}

.banner .bannerContent h1 {
    font-size: 32px;
    margin: 0
}

.banner .bannerContent p {
    font-size: 18px
}

.banner .bannerContent .bannerBtn a {
    display: inline-block;
    margin: 40px 10px;
    width: 140px
}

.greyContainer {
    background: #f5f6f8
}

.channelTitle {
    font-size: 36px;
    text-align: center;
    margin: 0 auto 60px;
    padding-top: 100px;
    font-weight: 400
}

.channelImprove {
    padding: 0;
    text-align: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 38px
}

.channelImprove:after {
    display: inline-block;
    width: 100%
}

.channelImprove li {
    width: 47%;
    display: block;
    float: left;
    margin-bottom: 60px
}

.channelImprove li span {
    font-size: 18px;
    color: #000
}

.channelImprove li div {
    float: left;
    margin-right: 20px;
    width: 60px;
    font-size: 60px;
    margin-top: 2px
}

.channelImprove li p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-left: 80px
}

.swiper-slide {
    width: 240px;
    background: #fff
}

.swiper-slide img {
    height: 140px;
    width: 100%
}

.loopBox {
    width: 980px;
    margin: 0 auto;
    position: relative
}

.loopContent {
    padding: 20px;
    text-align: center
}

.loopContent span {
    font-size: 18px;
    color: #081E42
}

.loopContent p {
    font-size: 14px;
    color: #666;
    margin: 10px 0 0;
    position: relative
}

.proxyCondition {
    width: 100%;
    border: 1px solid #eee;
    border-right: none
}

.proxyCondition li {
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    display: block;
    float: left;
    text-align: center;
    padding: 50px 40px;
    height: 300px
}

.proxyCondition li img {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px
}

.proxyCondition li span {
    font-size: 24px;
    color: #081E42;
    line-height: 24px;
    margin: 24px 0 18px;
    display: block
}

.proxyCondition li p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 0
}

.proxyCondition:after {
    width: 100%;
    display: block;
    clear: both
}

.channelProces {
    width: 100%;
    padding-bottom: 100px
}

.channelProces:after {
    width: 100%;
    clear: both;
    display: block
}

.channelProces li {
    width: 16.6%;
    float: left;
    display: block;
    position: relative;
    padding: 0 45px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.channelProces li:after {
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    right: -6px;
    top: 50%;
    margin-top: -24px
}

.channelProces li:last-child::after {
    display: none
}

.channelProces li div {
    width: 80px;
    height: 80px;
    font-size: 35px;
    background: #f5f5f5;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 10px
}

.channelProces li div:before {
    color: #081E42
}

.channelApple {
    width: 320px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    background: #2A75ED;
    color: #fff;
    text-align: center;
    clear: both;
    cursor: pointer;
    margin: 120px auto 100px;
    font-size: 18px;
    display: block
}

.channelAdvantage, .channelAdvantage div {
    height: 80px;
    line-height: 80px
}

.channelAdvantage {
    position: absolute;
    width: 48px;
    top: 50%;
    margin-top: -40px;
    z-index: 2;
    outline: 0;
    cursor: pointer;
    font-size: 30px;
    text-align: center
}

.channelAdvantage div:before {
    color: #666
}

.channelAdvantage:hover {
    background: rgba(0, 0, 0, .2)
}

.channelAdvantage:hover div:before {
    color: #fff !important
}

.channelAdvantage.btnNext {
    right: -60px
}

.channelAdvantage.btnPrev {
    left: -60px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.check-channel {
    background: #f8f8f8;
    padding: 100px 0 150px;
    text-align: center
}

.check-channel h2 {
    color: #081E42;
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 60px
}

.channel-search-box {
    position: relative
}

.channel-search-box input {
    width: 520px;
    height: 56px;
    line-height: 56px;
    text-indent: 20px;
    border: none;
    outline: 0;
    border-radius: 4px;
    font-size: 16px
}

.channel-search-box ::-webkit-input-placeholder {
    color: #b2b2b2
}

.channel-search-box :-moz-placeholder {
    color: #b2b2b2
}

.channel-search-box ::-moz-placeholder {
    color: #b2b2b2
}

.channel-search-box :-ms-input-placeholder {
    color: #b2b2b2
}

.channel-search-box .comBtn {
    width: 160px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    display: inline-block;
    margin-left: 20px
}

.channel-tip {
    font-size: 14px;
    position: absolute;
    left: 180px;
    top: 70px;
    text-align: left;
    display: none;
    padding-left: 20px
}

.channel-tip i {
    position: absolute;
    left: 0;
    top: 3px
}

.channel-tip.success {
    color: #2FCE63
}

.channel-tip.fail {
    color: #FB6161
}