body {
    font-size: 15px;
    line-height: 28px;
}

/*优秀用户*/
.panel-user {
    background-color: #fafafd;
}
.panel-user .box-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.panel-user .box-desc div {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    white-space: nowrap;
}
.panel-user .box-desc p {
    margin-bottom: 22px;
    font-size: 21px;
    line-height: 20px;
}
.panel-user .box-desc em {
    position: relative;
    z-index: 1;
    font-weight: 500;
    display: inline-block;
}
.panel-user .box-desc i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: -1;
    height: 9px;
    background-color: rgba(0,212,185,0.5);
}

/*合作伙伴*/
.panel-partner {
    text-align: center;
}
.panel-partner ul {
    display: inline-block;
    width: 800px;
    overflow: hidden;
}
.panel-partner ul li {
    float: left;
    width: 170px;
    height: 60px;
    margin:22px 15px;
    border-radius: 8px;
    background-color: #fafafd;
}
.panel-partner ul li img {
    display: inline-block;
    height: 60px;
}
.panel-partner ul li:nth-child(11),
.panel-partner ul li:nth-child(12),
.panel-partner ul li:nth-child(13) {
    width: 108px;
}
.panel-partner ul li:nth-child(11),
.panel-partner ul li:nth-child(12){
    margin-right: 11px;
}
.panel-partner ul li:nth-child(12),
.panel-partner ul li:nth-child(13) {
    margin-left: 11px;
}

/*图片轮播*/
.panel-slideShow {
    position: relative;
    border-radius: 20px;
    height: 450px;
    overflow: hidden;
}
.panel-slideShow .box-img {
    position:relative;
    top:0px;
    left:0px;
    width:945px;
    height:450px;
    cursor:default;
    overflow:hidden;
}
.panel-slideShow .box-img img {
    display: block;
    width: 100%;
}
.jssorl-009-spin img {
    animation-name:jssorl-009-spin;
    animation-duration:1.6s;
    animation-iteration-count:infinite;
    animation-timing-function:linear
}
.panel-slideShow .box-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
}
.panel-slideShow .box-arrow:after {
    display: inline-block;
    margin-top: 18px;
    content: " ";
    height: 12px;
    width: 12px;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.panel-slideShow .arrow-l {
    left:25px;
}
.panel-slideShow .arrow-l:after {
    margin-left: 20px;
    border-width: 0 0 1.5px 1.5px;
}
.panel-slideShow .arrow-r {
    right:25px;
}
.panel-slideShow .arrow-r:after {
    margin-left: 14px;
    border-width: 1.5px 1.5px 0 0;
}