.channelTopBanner {
  position: relative; }
  .channelTopBanner img {
    width: 100%; }

.mobileTopBanner {
  display: none; }

.channelContent {
  padding: 80px 0; }

.channelTitle {
  text-align: center;
  color: rgba(1, 1, 1, 0.8);
  font-size: 34px; }

.mobileChannelList {
  display: none; }

.channelList {
  padding: 40px 0; }

.pcChannelList {
  padding-top: 80px; }

.channelListItemBox {
  max-width: calc(16.66% - 10px);
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 36, 89, 0.1);
          box-shadow: 0px 10px 20px rgba(0, 36, 89, 0.1);
  padding: 39px 20px; }

.channelListItemBox + .channelListItemBox {
  margin-left: 12px; }

.channelListItem {
  text-align: center;
  margin-bottom: 22px; }

.channelFullPage {
  width: 100%;
  background: rgba(1, 1, 1, 0.05); }

.channelItemType {
  color: #0047BA; }

.channelItemInfo {
  text-align: center;
  font-size: 14px;
  color: rgba(1, 1, 1, 0.8); }

.channelCooperationWay {
  width: 100%;
  height: 722px;
  background: url("../images/channelCooperationBg.png") no-repeat center;
  background-size: 100% 100%;
  padding: 80px 0 100px; }
  .channelCooperationWay img {
    width: 100%; }

.cooperationWayBox {
  margin: 0 auto; }

.cooperationWayTitle {
  color: #fff;
  font-size: 34px;
  text-align: center;
  margin-bottom: 100px; }

.cooperationWayItem {
  width: 537px;
  height: 302px;
  background: #fff;
  border-radius: 16px;
  padding: 40px 47px; }

.wayItemTitle {
  color: #0047BA;
  font-size: 34px;
  text-align: center; }

.wayItemInfo {
  color: rgba(1, 1, 1, 0.8);
  margin-top: 31px;
  line-height: 26px; }

.cooperationFlowBox {
  padding-top: 80px; }
  .cooperationFlowBox .cooperationFlowItem {
    position: relative;
    width: 20%;
    text-align: center; }
    .cooperationFlowBox .cooperationFlowItem .flowItemBox {
      width: 120px;
      height: 120px;
      line-height: 120px;
      margin: 0 auto;
      background: rgba(1, 1, 1, 0.05);
      border-radius: 50%;
      text-align: center; }
    .cooperationFlowBox .cooperationFlowItem .flowItemBox i {
      font-size: 40px;
      color: #0047BA; }
    .cooperationFlowBox .cooperationFlowItem .flowItemText {
      color: rgba(1, 1, 1, 0.8);
      font-size: 20px;
      margin-top: 30px; }
    .cooperationFlowBox .cooperationFlowItem .line {
      position: absolute;
      left: 0;
      top: 135px;
      width: 100%;
      border-bottom: 1px dashed rgba(1, 1, 1, 0.1); }
    .cooperationFlowBox .cooperationFlowItem .line::after {
      left: 50%;
      top: -5px;
      position: absolute;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #C4C4C4; }

.channelRightApply {
  padding: 80px 0 20px; }
  .channelRightApply .channelApply {
    display: block;
    width: 120px;
    height: 33px;
    line-height: 33px;
    margin: 0 auto;
    background: #0060ff;
    font-size: 14px;
    border-radius: 0;
    color: #fff;
    text-align: center;
    padding: 0; }
  .channelRightApply .assistantPhone {
    text-align: center;
    font-size: 20px;
    color: rgba(1, 1, 1, 0.6);
    margin-top: 20px; }

.pcRightApply .channelApply:hover {
  background-color: #2379ff !important; }

.mobileCooperationFlow {
  display: none; }

.mobileRightApply {
  display: none; }

.row {
  margin-left: 0;
  margin-right: 0; }

.cooperationForm {
  padding-bottom: 0 !important; }

@media screen and (max-width: 767.98px) {
  .channelContent {
    padding: 30px 15px; }
  .pcChannelList {
    display: none; }
  .mobileChannelList {
    display: block; }
  .channelTitle {
    font-size: 24px; }
  .channelListItemBox {
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 1.2rem; }
  .channelListItemBox.col-6 {
    max-width: calc(50% - 5px) !important; }
  .channelListItemBox + .channelListItemBox {
    margin-left: 0; }
  .channelListItemBox:nth-child(2n-1) {
    margin-right: 10px; }
  .channelCooperationWay .cooperationWayItem {
    width: calc(100% - 20px);
    height: auto;
    width: 85%;
    margin: 10px auto;
    padding: 1rem 1.5rem; }
  .channelCooperationWay {
    background: url("../images/channelCooperationBg_mobile.png") no-repeat center;
    height: auto;
    padding: 40px 0 60px; }
  .cooperationWayTitle {
    font-size: 26px;
    margin-bottom: 10px; }
  .wayItemTitle {
    font-size: 18px; }
  .wayItemInfo {
    font-size: 14px;
    margin-top: 6px; }
  .channelFullPage .channelList {
    padding: 20px 0 0; }
  .channelItem {
    margin-top: 30px; }
    .channelItem img {
      width: 48px;
      height: 48px; }
  .channelItemRight {
    width: calc(100% - 66px);
    margin-left: 10px; }
    .channelItemRight div:first-child {
      color: #010101;
      font-size: 16px;
      margin-bottom: 5px; }
    .channelItemRight div:last-child {
      font-size: 14px;
      color: rgba(1, 1, 1, 0.8); }
  .pcCooperationFlow {
    display: none; }
  .mobileCooperationFlow {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding-top: 30px; }
  .timeLine-item {
    position: relative; }
    .timeLine-item:not(:last-child) {
      height: 120px; }
    .timeLine-item:not(:last-child)::after {
      content: '';
      height: calc(100% - 70px);
      position: absolute;
      left: 35px;
      top: 70px;
      border: 1px dashed rgba(1, 1, 1, 0.1); }
  .timeLine-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: rgba(1, 1, 1, 0.05);
    border-radius: 50%;
    text-align: center; }
    .timeLine-icon i {
      font-size: 32px;
      color: #0047BA; }
  .timeLine-text {
    width: calc(100% - 70px);
    font-size: 14px;
    color: rgba(1, 1, 1, 0.8);
    padding-top: 20px; }
    .timeLine-text div {
      width: 110px;
      margin: 0 auto; }
  .pcRightApply {
    display: none; }
  .mobileRightApply {
    display: block; }
    .mobileRightApply .channelApply {
      width: 100%;
      height: 45px;
      line-height: 45px;
      text-align: center;
      background: #0060ff;
      font-size: 18px; }
  .channelRightApply {
    padding: 60px 0 20px; }
  .cooperationForm {
    padding-bottom: 40px !important; }
  .assistantPhone {
    font-size: 18px !important; } }

@media (min-width: 768px) and (max-width: 911.98px) {
  .channelCooperationWay {
    height: auto;
    padding: 60px 0 120px; }
  .cooperationWayBox {
    width: 100%; }
  .cooperationWayItem {
    width: 100%;
    height: 220px !important;
    padding: 20px; }
  .cooperationWayTitle {
    margin-bottom: 75px; }
  .wayItemInfo {
    font-size: 14px; }
  .channelListItemBox {
    padding: 6px 10px; }
  .wayItemInfo {
    margin-top: 12px; } }

@media (min-width: 912px) and (max-width: 1199.98px) {
  .channelCooperationWay {
    height: auto;
    padding: 60px 0 120px; }
  .cooperationWayBox {
    width: 100%; }
  .cooperationWayItem {
    width: 90% !important;
    height: 240px !important;
    margin: 0 auto;
    padding: 25px 20px; }
  .channelListItemBox {
    padding: 40px 10px; }
  .cooperationWayTitle {
    margin-bottom: 70px; } }

@media (min-width: 1200px) {
  .cooperationWayBox {
    width: 1140px; }
  .cooperationWayBox .col-md-6:first-child .cooperationWayItem {
    margin-left: -15px; }
  .cooperationWayBox .col-md-6:last-child .cooperationWayItem {
    margin-left: 18px; } }

@media (max-width: 1199.98px) {
  .mobileTopBanner {
    display: block !important; }
  .pcTopBanner {
    display: none; } }
