/* pc端 */
@media screen and (min-width: 576px) {
  .banner {
    /* height: 552px; */
  }
  .banner img {
    width: 100%;
    /* height: 552px; */
  }
  /* main */
  .main {
    background: #F7F8FC;
    padding-top: 50px;
  }
  .main .container {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
  }
  .main .tab-nav {
    width: 300px;
    margin-right: 20px;
  }
  .main .tab-nav .band {
    width: 300px;
    height: 195px;
    overflow: hidden;
    font-size: 0;
  }
  .main .tab-nav .public-nav-icon {
    display: none;
  }
  .main .tab-nav .band img {
    width: 100%;
    height: 100%;
  }
  .main .tab-nav {
    flex-shrink: 0;
  }
  .main .tab-nav .tab-nav-item {
    color: #333333;
    font-size: 20px;
    display: block;
    width: 300px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #F6F8FD;
    border-top: 1px solid #fff;
    cursor: pointer;
  }
  .main .tab-nav .tab-nav-item:hover,
  .main .tab-nav .tab-nav-item.active {
    background: #D3EFCF;
    border-color: #D3EFCF;
  }
  .main .tab-content {
    flex-grow: 1;
    overflow: hidden;
  }
  .main .tab-content .tab-content-item {
    margin-bottom: 42px;
  }
  .main .tab-content .head {
    height: 195px;
    text-align: center;
    padding-top: 58px;
    box-sizing: border-box;
  }
  .main .tab-content .head .title {
    color: #333333;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .main .tab-content .head .sub-title {
    color: #999999;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
  }
  .main .tab-content .head .sub-title::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #5ABD4A;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
  }
  /* 直销 */
  .main .direct .map .desc {
    color: #666;
    font-size: 16px;
    text-align: right;
    margin-right: 10px;
  }
  .main .direct .map .desc p {
    margin-bottom: 17px;
  }
  .main .direct .bottom {
    overflow: hidden;
  }
  .main .direct .bottom {
    box-shadow: 0 5px 20px #eee;
  }
  .main .direct .bottom .thumb {
    float: left;
    font-size: 0;
  }
  .main .direct .bottom .desc {
    width: 449px;
    height: 300px;
    float: left;
    padding: 54px 38px 0 42px;
    box-sizing: border-box;
  }
  .main .direct .bottom .desc .title {
    color: #333333;
    font-size: 18px;
    margin-bottom: 28px;
  }
  .main .direct .bottom .desc p {
    color: #666666;
    font-size: 14px;
    line-height: 1.8;
  }
  /* 分销 */
  .main .distribution .top {
    width: 823px;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
  }
  .main .distribution .top .thumb {
    width: 402px;
    height: 230px;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    box-shadow: 0 0 10px #999;
    font-size: 0;
  }
  .main .distribution .top .thumb img {
    width: 100%;
    height: 100%;
  }
  .main .distribution .top .desc {
    float: left;
    width: 401px;
    height: 230px;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
    padding-top: 78px;
  }
  .main .distribution .top .desc::after {
    content: '';
    width: 26px;
    height: 20px;
    position: absolute;
    left: 30px;
    top: 39px;
    background-image: url('../../public/img/quote.png');
    background-position: center center;
  }
  .main .distribution .top .desc p {
    color: #666;
    font-size: 16px;
    margin-bottom: 54px;
    line-height: 1.5;
  }
  .main .distribution .top .desc .join {
    width: 130px;
    height: 30px;
    border: 1px solid #5ABD4A;
    border-radius: 14px;
    color: #5ABD4A;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
  }
  .main .distribution .team {
    width: 823px;
    margin-bottom: 104px;
  }
  .main .distribution .team .title {
    color: #333333;
    font-size: 20px;
    position: relative;
    margin-bottom: 37px;
  }
  .main .distribution .team .title::after {
    content: '';
    width: 40px;
    height: 4px;
    background: #1FBC20;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: -16px;
  }
  .main .distribution .team p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
  }
  .main .distribution .condition {
    margin-bottom: 100px;
  }
  .main .distribution .condition .thumb {
    height: 230px;
    position: relative;
    margin-bottom: 70px;
    border-radius: 5px;
    overflow: hidden;
  }
  .main .distribution .condition .thumb img {
    width: 100%;
    height: 100%;
  }
  .main .distribution .condition .thumb::after {
    /* content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, .8); */
  }
  .main .distribution .condition .thumb span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 26px;
    z-index: 4;
  }
  .main .distribution .condition li {
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
    margin-left: 163px;
    box-sizing: border-box;
    position: relative;
  }
  .main .distribution .condition li::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -38px;
    background: url('../img/completed.png');
  }
  .main .distribution .process .title {
    color: #333333;
    font-size: 20px;
    margin-bottom: 80px;
    position: relative;
    display: inline-block;
    padding: 0 6px;
  }
  .main .distribution .process .title::after {
    content: '';
    width:100%;
    height:8px;
    background:rgba(90,189,74,1);
    opacity:0.3;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50%;
  }
  .main .distribution .process ul {
    display: flex;
    flex-wrap: wrap;
  }
  .main .distribution .process ul li {
    width: 25%;
    margin-bottom: 147px;
    text-align: center;
    color: 333px;
    font-size: 16px;
  }
  .main .distribution .process ul li .img {
    position: relative;
  }
  .main .distribution .process ul li .img::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 25px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url('../img/arrow.png');
  }
  .main .distribution .process ul li img {
    height: 55px;
  }
  .main .distribution .process ul li:nth-child(4) .img::after {
    top: 180px;
    right: none;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .main .distribution .process ul li:nth-child(5) .img::after,
  .main .distribution .process ul li:nth-child(6) .img::after,
  .main .distribution .process ul li:nth-child(7) .img::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .main .distribution .process ul li:nth-child(8) .img::after {
    width: 0;
  }
  .main .distribution .process ul li p {
    margin-top: 30px;
  }
  .main .distribution .expect .title {
    color: #333333;
    font-size: 20px;
    margin-bottom: 80px;
    position: relative;
    display: inline-block;
    padding: 0 6px;
  }
  .main .distribution .expect .title::after {
    content: '';
    width:100%;
    height:8px;
    background:rgba(90,189,74,1);
    opacity:0.3;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50%;
  }
}

/* mobile端 */
@media screen and (max-width: 575.98px) {
  .banner {
    margin-top: 50px;
    font-size: 0;
  }
  .banner img {
    width: 100%;
  }
  .main {
    background: #F7F8FC;
    padding-top: 0.3rem;
  }
  .main .container {
    width: 9.4rem;
    margin: 0 auto;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .main .tab-nav .band {
    display: none;
  }
  .main .tab-nav .public-nav-icon {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 0.3rem;
    transform: translateY(-50%);
  }
  .main .tab-nav .public-nav-icon #toggleSlideBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
  }
  .main .tab-nav .public-nav-icon embed {
    width: 1rem;
    height: 1rem;
  }
  .main .tab-nav ul {
    background: #fff;
    font-size: 0.4rem;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #eee;
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
  }
  .main .tab-nav li {
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
  }
  .main .tab-nav li a {
    color: #333;
    display: block;
  }
  .main .tab-content .head {
    text-align: center;
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
    box-sizing: border-box;
  }
  .main .tab-content .head .title {
    color: #333333;
    font-size: 0.5rem;
    margin-bottom: 0.2rem;
  }
  .main .tab-content .head .sub-title {
    color: #999999;
    font-size: 0.4rem;
    position: relative;
    text-transform: uppercase;
  }
  .main .tab-content .head .sub-title::after {
    content: '';
    width: 1rem;
    height: 2px;
    background: #5ABD4A;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    bottom: -0.3rem;
    transform: translateX(-50%);
  }
  .main .direct .map img {
    width: 100%;
  }
  .main .direct .map .desc {
    color: #666666;
    text-align: right;
    font-size: 0.3rem;
  }
  .main .direct .map .desc p {
    margin-bottom: 0.15rem;
  }
  .main .direct .bottom {
    margin-top: 0.3rem;
  }
  .main .direct .bottom .thumb {
    font-size: 0;
    float: left;
    margin-right: 0.2rem;
  }
  .main .direct .bottom .thumb img {
    width: 4rem;
  }
  .main .direct .bottom .desc {
    width: 100%;
    color: #666666;
    font-size: 0.4rem;
  }
  .main .direct .bottom .desc p {
    line-height: 1.6;
  }
  .main .direct .bottom .desc .title {
    color: #333;
    font-weight: bold;
    margin-bottom: 0.2rem;
  }
  .main .condition .thumb img {
    width: 100%;
  }
  .main .distribution .top .thumb {
    font-size: 0;
  }
  .main .distribution .top .thumb img {
    width: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .main .distribution .top .desc {
    color: #666666;
    font-size: 0.4rem;
    position: relative;
    padding-top: 1rem;
  }
  .main .distribution .top .desc::after {
    content: '';
    width: 0.8rem;
    height: 0.6rem;
    position: absolute;
    left: 0;
    top: 0.2rem;
    background-image: url(../../public/img/quote.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .main .distribution .top .desc .join {
    color: #1FBC20;
    border: 1px solid #1FBC20;
    width: 2.5rem;
    height: 0.7rem;
    border-radius: 0.7rem;
    text-align: center;
    line-height: 0.7rem;
    float: right;
  }
  .main .distribution .team {
    margin-bottom: 0.4rem;
  }
  .main .distribution .team .title {
    color: #333;
    font-size: 0.5rem;
    position: relative;
    margin-bottom: 0.4rem;
    clear: both;
  }
  .main .distribution .team .title::after {
    content: '';
    width: 1rem;
    height: 0.1rem;
    background: #1FBC20;
    position: absolute;
    left: 0;
    bottom: -0.2rem;
  }
  .main .distribution .team p {
    color: #666;
    font-size: 0.3rem;
    line-height: 1.6;
  }
  .main .distribution .condition .thumb {
    font-size: 0;
    position: relative;
    margin-bottom: 0.3rem;
  }
  .main .distribution .condition .thumb img {
    border-radius: 0.1rem;
  }
  .main .distribution .condition .thumb span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
    font-size: 0.5rem;
  }
  .main .distribution .condition li {
    color: #666;
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .main .distribution .condition li::before {
    float: left;
    content: '';
    width: 0.4rem;
    height: 0.4rem;
    background: url('../img/completed.png');
    background-size: contain;
    margin-right: 0.2rem;
    background-repeat: no-repeat;
  }
  .main .distribution .process {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .main .distribution .process .title {
    color: #333;
    font-size: 0.5rem;
    position: relative;
    margin-bottom: 0.4em;
  }
  .main .distribution .process .title::after {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 2rem;
    height: 0.2rem;
    background: #5ABD4A;
    z-index: 0;
    opacity: 0.3;
  }
  .main .distribution .process ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
  }
  .main .distribution .process li {
    width: 33.33%;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .main .distribution .process li .img img {
    width: 1rem;
  }
  .main .distribution .process li p {
    color: #666;
    font-size: 0.3rem;
    text-align: center;
  }
  .main .expect {
    padding-bottom: 0.6rem;
  }
  .main .expect .title {
    color: #333;
    font-size: 0.5rem;
    position: relative;
    margin-bottom: 0.4rem;
  }
  .main .expect .title::after {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 2rem;
    height: 0.2rem;
    background: #5ABD4A;
    z-index: 0;
    opacity: 0.3;
  }
  .main .expect img {
    width: 100%;
  }
}