.choose-reason .title,.cooperative-partner .title{
    text-align: center;
    font-weight: 400;
    color: #242629;
    line-height: 42px;
    font-size: 30px;
    padding-top: 56px;
    margin-bottom: 48px;
}
/* 选择Marketingforce的理由 start */
.choose-reason{
      padding-bottom: 56px;
}
.choose-reason .reason-box{
      margin-left: -16px;
      margin-right: -16px;
}
.choose-reason .reason-box .item{
    width: 25%;
    float: left;
    padding: 0 16px;
    box-sizing: border-box;
    padding-bottom: 24px;

}
.choose-reason .reason-box .item .inside-box{
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    padding: 40px 24px 0;
    box-sizing: border-box;
    height: 356px;
    transition: all 0.3s;
    pointer-events: none
}
.reason-box .item .img{
 height: 116px;
 width: 154px;
 margin: auto;
 position: relative;
 background-image: url(../images/reason-bg.png);
 background-size: cover;
}
.reason-box .item .img img{
    position: absolute;
    left: 0;
    right: 0;
    top: -21px;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
   }
.reason-box .item .txt .tit{
    font-weight: 400;
    color: #242629;
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
}
.reason-box .item .txt .des{
    font-weight: 400;
    color: #66686C;
    line-height: 20px;
    font-size: 14px;
}

.choose-reason .reason-box .item:hover .inside-box{
    margin-top: -20px;
  background: #FFFFFF;
  box-shadow: 3px 10px 40px 0px rgba(43,117,235,0.15);
}
/* 选择Marketingforce的理由 end */

/* 合作伙伴 start*/
.cooperative-partner{
    background: #FFFFFF;
    padding-bottom: 80px;
}
.cooperative-partner .coopp{
    background: #FCFCFC;
}
.cooperative-partner .list{
    margin-left: -1px;
    border-top: 1px solid #F0F0F0;
    border-left: 1px solid #F0F0F0;
}
.cooperative-partner .list .box{
    width: 180px;
    height: 100px;
    float: left;
    border-right: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    transition: all 0.1s;
}
.cooperative-partner .list .box:hover{
    border: 3px solid #337ADF;
}
.cooperative-partner .list .box img{
    width: 100%;
    height: 100%;
}
/* 合作伙伴 end*/

/* 页面各版块申请试用按钮 */
.global-trial{
    width: 120px;
    /* height: 40px;
    line-height: 40px; */
    line-height: 1;
    padding: 13px 0;
    background: #2B75EB;
    border-radius: 4px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    margin: auto;
    cursor: pointer;
    margin-top: 2px;
}
.choose-reason .global-trial{
  margin-top: 8px;
}
@media screen and (max-width:1300px){
    .whole-station .wsTxt{
          margin-left: auto;
          margin-right: auto;
    }
    .choose-reason .reason-box{
          margin-left: auto;
          margin-right: auto;
    }
    /*小屏文字掉下换行缩小展示*/
    .reason-box .item .txt .des .en{
        font-size: 13px;
    }
    .reason-box .item:nth-of-type(2) .txt .tit{
        font-size: 18px;
    }
}
@media screen and (max-width:1260px){
    .cooperative-partner .container{
       padding-left: 0;
       padding-right: 0;
    }
    .cooperative-partner{
        background-color: #f4f5f7;
        padding-top: 00px;
        padding-bottom: 40px;
     }
     .cooperative-partner .list{
         margin-top: 30px;
     }
  
     .cooperative-partner .container{
        padding: 0 16px;
     }
     .cooperative-partner .list .box{
         width: 33.333%;
         height: 75px;
         text-align: center;
     }
     .cooperative-partner .list img{
        /* width: 100%;
        height: 300px; */
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
       
     }
     .cooperative-partner .list .box img{
        width: auto;
        height: auto;
     }
     .cooperative-partner .list .mobile-hide{
        display: none;
     }
     .choose-reason .reason-box .item .inside-box{
        padding: 20px 14px 0;
     }
     .reason-box .item .txt .tit{
        margin-bottom: 6px;
     }
     .reason-box .item .txt .tit,.reason-box .item:nth-of-type(2) .txt .tit{
         font-size: 16px;
     }
     .choose-reason .reason-box .item{
        padding: 0 6px 16px;
     }
     .immediatelyapplay{
         display: none;
     }
}
@media screen and (max-width: 768px){
    .choose-reason .reason-box .item{
        width: 50%;
        padding: 0 8px;
        margin-bottom: 16px;
    }
    .choose-reason .title, .cooperative-partner .title{
        padding-top: 32px;
        margin-bottom: 28px;
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        line-height: 25px;

    }
    .choose-reason .reason-box .item:nth-child(3){
        clear: both;
    }
    .choose-reason .reason-box .item:hover .inside-box{
        margin-top: -10px;
    }
    .reason-box .item .img{
        width: 80px;
        height: 64px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .reason-box .item .img img{
        width: 30px;
        height: 30px;
        top: 0;
    bottom: 12px;
    }
    .choose-reason .reason-box .item .inside-box{
        padding: 20px 10px 0;
        height: 290px;
    }
    .reason-box .item .txt .tit{
        margin-top: 10px;
        font-size: 12px;
        font-weight: bold;
        line-height: 17px;
        margin-bottom: 8px;
    }
    
    .reason-box .item:nth-of-type(2) .txt .tit{
        font-size: 12px;
    }
    .reason-box .item .txt .des{
        line-height: 20px;
        font-size: 10px;
    }
    .reason-box .item .txt .des .en{
        font-size: 10px;
    }
    .choose-reason{
        padding-bottom: 30px;
    }
    .cooperative-partner{
        background: #FFFFFF;
    }
    .choose-reason .global-trial{
        margin-top: 14px;
    }
}

@media screen and (max-width:370px){
    .choose-reason .container{
       padding-left: 8px;
       padding-right: 8px;
    }
    .choose-reason .reason-box .item{
        padding: 0 4px;
    }
    .choose-reason .reason-box .item .inside-box{
        padding: 20px 4px 0;
    }
}
.immediatelyapplay{
    background-image: url(../images/applaybg.png);
    height: 84px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 84px;
}
.immediatelyapplay .form_input{
    display: inline-flex;
    width: 365px;
    height: 36px;
    background: #FFFFFF;
    vertical-align: middle;
    line-height: 36px;
    align-items: center;
    border-radius: 2px;
    margin-left: 8px;
}
.immediatelyapplay  .form_phone{
    width: 308px;
}
.immediatelyapplay  .form_fcode{
    width: 297px;
}
.immediatelyapplay .form_input input{
    height: 100%;
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
}
.immediatelyapplay .form_input .get_code{
    line-height: 32px;
    text-align: center;
    flex: 0 auto;
    margin-right: 2px;
    color: #FFFFFF;
    width: 102px;
    height: 32px;
    background: #2B75EB;
    border-radius: 2px;
    cursor: pointer;
}
.immediatelyapplay input {
    border: none;
    background: none;
}

.immediatelyapplay .form_btn{
    display: inline-flex;
    width: 144px;
    height: 36px;
    background: #32D5BC;
    border-radius: 2px;
    justify-content: center;
    margin-left: 10px;
}

.immediatelyapplay .form_btn input{
    font-weight: 500;
    color: #FFFFFF;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
}
.immediatelyapplay .form_input .get_code.disabled{
 pointer-events: none;
}
