.severPersonsClass .banner{
    width: 100%;
    height: 600px;
    background:url(../imgs/banner.png) center center no-repeat;
}
.severPersonsClass .zk-app-phone-icon{
    position:absolute;
    top:40px;
    left:20px;
    width:27px;
    height:39px;
    background:url(../imgs/icon-phone.png) center center no-repeat;
    background-size:100% 100%;
}
.severPersonsClass .zk-app-user-icon{
    position:absolute;
    top:40px;
    left:20px;
    width:36px;
    height:38px;
    background:url(../imgs/user.png) center center no-repeat;
    background-size:100% 100%;
}
.severPersonsClass .zk-app-grade-icon{
    position:absolute;
    top:40px;
    left:20px;
    width:31px;
    height:34px;
    background:url(../imgs/grade.png) center center no-repeat;
    background-size:100% 100%;
}
.severPersonsClass .tip-style{
    width:53px;
    height:59px;
}
.severPersonsClass .cut-item{
    width:428px;
    height:573px;
    
}
.severPersonsClass .cut-item:nth-child(1){
    background:url(../imgs/cut1.png) top left no-repeat;
}
.severPersonsClass .cut-item:nth-child(2){
    background:url(../imgs/cut2.png) top left no-repeat;
}
.severPersonsClass .cut-item:nth-child(3){
    background:url(../imgs/cut3.png) top left no-repeat;
}
.severPersonsClass .zk-form-group{
    padding:20px 20px 0;
    background:#f0f0f0;
}
.severPersonsClass .cut-wrap{
    height:654px;
}
.severPersonsClass .form-tit{
    padding:0 63px;
    text-align: center;
    font-size:40px;
    line-height:60px;
    color:#666;
    margin:10px 0;
    position:relative;
}
.severPersonsClass .form-tit:before{
    content: "";
    position:absolute;
    top:0;
    left:0;
    width:53px;
    height:59px;
    background:url(../imgs/tip-style.png) top left no-repeat;
}
.severPersonsClass .form-tit:after{
    content: "";
    position:absolute;
    top:0;
    right:0;
    width:53px;
    height:59px;
    background:url(../imgs/tip-style.png) top left no-repeat;
}
.severPersonsClass .tip-txt{
    color:#f3395c;
}
.severPersonsClass .hint-txt{
    font-size:20px;
    color:#999;
    text-align: center;
    line-height:68px;
}
.severPersonsClass .p-tit{
    height:118px;
    line-height:118px;
    font-size:48px;
    text-align: center;
}
.severPersonsClass .p-con{
    width:50%;
}
.severPersonsClass .p-con:nth-child(1){
    background-color:#f54848;
    padding:35px 0 15px 30px;
}
.severPersonsClass .p-con:nth-child(2){
    background-color:#e8e8e8;
    padding:35px 30px 15px 0;
}
.severPersonsClass .bar{
    width:470px;
    height:63px;
    font-size:36px;
    line-height:63px;
    font-weight: 400;
    margin-bottom:20px;
}
.severPersonsClass .grey-bar{
    color:#fff;
    background:url(../imgs/grey-bar.png) top right no-repeat;
    padding-left:90px;
    text-align: left;
    margin-left:-2px;
}
.severPersonsClass .yellow-bar{
    color:#663c01;
    background:url(../imgs/yellow-bar.png) top right no-repeat;
    padding-right:90px;
    text-align: right;
}
.severPersonsClass .p-list{
    width:470px;
    padding:0!important;
}
.severPersonsClass .p-item{
    height:58px;
    line-height:56px;
    font-size:20px;
    margin-bottom:10px;
    width:470px;
}
.severPersonsClass .p-btn{
    display:block;
    border-radius: 4px;
    font-size:20px;
    line-height:54px;
    width:200px;
    text-align: center;
}
.severPersonsClass .p-con:nth-child(1) .p-item{
   border:1px solid #eb4545;
    border-right:none;
    text-align: right;
    color:#fff;
    padding-right:90px;
}
.severPersonsClass .p-con:nth-child(1) .p-btn{
    border:1px solid #fff;
    color:#fff;
    margin-right:90px;
}
.severPersonsClass .p-con:nth-child(2) .p-item{
    border:1px solid #dfdfdf;
    border-left:none;
    text-align: left;
    color:#666;
    padding-left:90px;
}
.severPersonsClass .p-con:nth-child(2) .p-btn{
    border:1px solid #d5d5d5;
    color:#666;
    margin-left:90px;
}
.severPersonsClass .promote-icon{
    width:136px;
    height:137px;
    position:absolute;
    background:url(../imgs/VS.png) top right no-repeat;
    bottom:120px;
    left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.severPersonsClass .zk-footer{
    width:100%;
    height:460px;
    background:url(../imgs/f-bg.png) center no-repeat;
    margin: auto;
    position:relative;
}
.severPersonsClass .zk-footer .zk-btn{
   position:absolute;
    top:310px;
    left:50%;
    transform: translateX(-50%);
    padding:5px 50px;
}
.severPersonsClass .box-3-tit{
    font-size:48px;
    line-height:88px;
    padding-top:40px;
    text-align: center;
}
.severPersonsClass .item3:not(:last-child){
    margin-right:40px;
}
.severPersonsClass .list3{
    padding:55px 0 40px;
    border-bottom:1px solid #e9e9e9;
}
.severPersonsClass .item3{
    position:relative;
    border-radius: 3px;
    float:left;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}
.severPersonsClass .item3 .link{
    background-color:#f2f2f2;
    display:block;
    width:220px;
    padding:40px 0 50px;
    border-radius: 3px;
    cursor: default;
}
.severPersonsClass .icons3{
    width:90px;
    height:90px;
    margin:0 auto 20px;
}
.severPersonsClass .icon-hands{
    background:url(../imgs/hands.png) center no-repeat;
}
.severPersonsClass .icon-task{
    background:url(../imgs/task.png) center no-repeat;
}
.severPersonsClass .icon-test{
    background:url(../imgs/tesk.png) center no-repeat;
}
.severPersonsClass .icon-online{
    background:url(../imgs/online.png) center no-repeat;
}
.severPersonsClass .item3:before{
    position:absolute;
    left:15px;
    top:-8px;
    height:38px;
    line-height:38px;
    padding:0 3px;
    font-size:20px;
    color:#fff;
    font-weight:600;
}
.severPersonsClass .item3:nth-child(1):before{
    content:"01";
    background-color:#f56568;
}
.severPersonsClass .item3:nth-child(2):before{
    content:"02";
    background-color:#48afd2;
}
.severPersonsClass .item3:nth-child(3):before{
    content:"03";
    background-color:#39cb85;
}
.severPersonsClass .item3:nth-child(4):before{
    content:"04";
    background-color:#f2bb12;
}
.severPersonsClass .item3 .link:hover{
    background-color:#fff;
    box-shadow: 1px 0px 21px rgba(0,0,0,.1);
}
.severPersonsClass .list4{
    padding:40px 30px 50px;
}
.severPersonsClass .item4 .link{
    width:240px;
    display: block;
    cursor: default;
}
.severPersonsClass .item4:not(:last-child){
     padding-right:110px;
}
.severPersonsClass .icons4{
    width:190px;
    height:190px;
    margin:0 auto;
}
.severPersonsClass .icon-pt{
    background:url(../imgs/pt.png) center no-repeat;
}
.severPersonsClass .icon-ps{
    background:url(../imgs/ps.png) center no-repeat;
}
.severPersonsClass .icon-pp{
    background:url(../imgs/pp.png) center no-repeat;
}
.severPersonsClass .box-3 .zk-btn{
    width:700px;
    margin:2px auto 18px;
}
.severPersonsClass .tab-item{
    width:33.33%;
    height:70px;
    line-height:70px;
    text-align:center;
    font-size:26px;
    color:#666;
    background-color:#e1e1e1;
    float:left;
    position:relative;
}
.severPersonsClass .tab-item:not(:last-child){
    border-right:3px solid #f0f0f0;
}
.severPersonsClass .tab-item.active{
    background-color:#f54848;
    color:#fff;
}
.severPersonsClass .tab-item:not(:last-child).active{
    border-right:3px solid #f54848;
}
.severPersonsClass .tab-item.active:before{
    content:'';
    position:absolute;
    bottom:-11px;
    left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width:11px 11px 0 11px;
    border-style:solid dashed dashed dashed;
    border-color:#f54848 transparent transparent transparent;
}
.severPersonsClass .tab-show{
    background-color:#fff;
    padding:45px 20px 25px 30px;
}
.severPersonsClass .tab-box dt{
    font-size:20px;
    color:#666;
    height:50px;
    line-height:50px;
    width:110px;
    padding-right:10px;

}

.severPersonsClass .tab-box dd{
  float:left;
    width:840px;
}
.severPersonsClass .tab-box dd .link{
    float:left;
    display:block;
    height:50px;
    line-height:50px;
    width:140px;
    margin-right:10px;
    font-size:20px;
    color:#fff;
    background-color:#f54848;
    cursor: default;
    text-align:center;
    border-radius: 3px;
    margin-bottom:20px;
}
.severPersonsClass .tab-box dd .link:hover{
    background-color:#e14242;
}
.severPersonsClass .sidebar{
    position:fixed;
    top:200px;
    left:10px;
    width:157px;
    height:366px;
    background:url(../imgs/sidebar.png) center no-repeat;
}
.severPersonsClass .sidebar .list{
    padding:100px 15px 0 13px;
}
.severPersonsClass .sidebar .item.active .link{
    color:#fcff00;
}
.severPersonsClass .sidebar .link{
    display:block;
    height:50px;
    line-height:50px;
    color:#fff;
    font-size:16px;
    border-bottom:1px solid #a93ddb;
    text-align: center;
}
.severPersonsClass .top-icon{
    display:block;
    width:31px;
    height:33px;
    background:url(../imgs/top-icon.png) center no-repeat;
    margin:15px auto 0;
}
.severPersonsClass .swiper-box{
    width:1000px;
    margin:0 auto;
    position:relative;
    padding-bottom:40px;
}
.severPersonsClass .swiper-button-prev{
    position:absolute;
    top:59%;
    transform: translateY(-50%);
    left:-85px;
    width:44px;
    height:44px;
    background:url(../imgs/btn-l.png) center no-repeat;
    z-index:50;
}
.severPersonsClass .swiper-button-next{
    position:absolute;
    top:59%;
    right:-85px;
    transform: translateY(-50%);
    width:44px;
    height:44px;
    background:url(../imgs/btn-r.png) center no-repeat;
    z-index:50;
}
.severPersonsClass #t-slider{
    height:510px;
}
.severPersonsClass .t-content{
    position:relative;
    height:470px;
    margin:20px 0;
}
.severPersonsClass .t-con{
    padding:30px 475px 50px 35px;
    border:10px solid #f0f0f0;
    position:relative;
    height:470px;
}

.severPersonsClass .t-content img{
    position:absolute;
    top:-20px;
    right:0;
    width:450px;
    height:510px;
}
.severPersonsClass .t-content .zk-btn{
   height:60px;
    line-height:50px;
    width:230px;
    font-size:26px;
}
.severPersonsClass .t-content .zk-btn.bg-black{
    background:#414141;
    margin-left:10px;
}
.severPersonsClass .t-content .btn-wrap{
    position:absolute;
    left:35px;
    bottom:50px;
}
.severPersonsClass .tab-item:nth-child(1):after{
    content:"";
    position:absolute;
    top:-7px;
    right:20px;
    width:48px;
    height:30px;
    z-index:30;
    background:url(../imgs/hot.png) center no-repeat;
}
.severPersonsClass .tab-item:nth-child(2):after{
    content:"";
    position:absolute;
    top:-7px;
    right:20px;
    width:48px;
    height:30px;
    z-index:30;
    background:url(../imgs/new.png) center no-repeat;
}