
/* 2020-04-20 11:30:45 fufei mo-music */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes svgLoading {
    0% {
        stroke-dashoffset: 2;
    }

    100% {
        stroke-dashoffset: -39;
    }
}

@keyframes svgLoading {
    0% {
        stroke-dashoffset: 2;
    }

    100% {
        stroke-dashoffset: -39;
    }
}

@-webkit-keyframes svgLoading87 {
    0% {
        stroke-dasharray: 18;
        stroke-dashoffset: 0;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 18;
        stroke-dashoffset: -36;
    }
}

@keyframes svgLoading87 {
    0% {
        stroke-dasharray: 18;
        stroke-dashoffset: 0;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 18;
        stroke-dashoffset: -36;
    }
}

.agent-mobile .bodylist.bodyteam .team .item_block:last-child {
    border: none;
}

.agent-mobile .bodylist.bodyteam .team .item_block {
    width: auto;
    margin: 0;
    padding: 0;
    float: none;
    margin: 0 5% 20px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.agent-mobile .bodylist.bodyteam .item_img {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    width: 30%;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.agent-mobile .bodylist.bodyteam .item_wrapper {
    margin: 0;
    margin-left: 4%;
    width: 64%;
    display: inline-block;
    vertical-align: middle;
}

.agent-mobile .bodylist.bodyteam .team .item_img img {
    position: relative;
}

.agent-mobile .bodylist.bodyteam .item_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.agent-mobile .bodylist.bodyteam .item_info {
    padding: 0;
    text-align: left;
}

.agent-mobile .bodylist.bodyteam .team .subtitle {
    margin-bottom: 8px;
    margin-top: 3px;
    color: #ccc;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.agent-mobile .bodylist.bodyteam .team .title {
    line-height: 22px;
    font-size: 14px;
}

.agent-mobile .bodylist.bodyteam .team .title,
.agent-mobile .bodylist.bodyteam .team .subtitle {
    text-align: left;
}

.agent-mobile .bodylist.bodyteam .item_des {
    display: block;
    margin-top: 3px;
    text-align: left;
    height: 36px;
    overflow: hidden;
    color: #474747;
}

.agent-mobile .bodylist.bodyteam .item_des {
    opacity: 0;
}

.agent-mobile .bodylist.bodyteam .loadingSvg {
    width: 100px;
    height: 100px;
}

.agent-mobile .bodylist.bodyteam .mplayer {
    width: 100%;
    height: 100%;
}

.agent-mobile .bodylist.bodyteam .item_block .mplayer i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    width: 2px;
    height: 16px;
    background-color: #ef8609;
    margin-left: -3px;
    transition: 0.36s ease;
    width: 2px;
    height: 16px;
    margin-left: -3px;
}

.agent-mobile .bodylist.bodyteam .mplayer .loadingSvg circle {
    transition: 1s;
    stroke-dasharray: 64;
    stroke-dashoffset: 64;
    stroke: #ef8609;
    stroke-width: 2;
    fill: none;
}

.agent-mobile .bodylist.bodyteam .item_block .mplayer i .after {
    display: inline-block;
    width: 4px;
    height: 10px;
    opacity: 0;
    transition: 0.36s ease;
    border-left: 2px solid #ef8200;
    border-right: 2px solid #ef8200;
    width: 6px;
    height: 16px;
    border-color: #ef8609;
    border-width: 4px;
    margin-left: -2px;
}

.agent-mobile .bodylist.bodyteam .item_block .mplayer i .before {
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #ef8609;
    display: inline-block;
    border-width: 4px 6px 4px 6px;
    border-style: solid;
    color: #000;
    margin-left: 2px;
    border-width: 8px 12px;
    margin-top: 0;
    transition: 0.36s ease;
    border-left-color: #111;
    border-width: 8px 12px;
    border-left-color: #ef8609;
}

.agent-mobile .bodylist.bodyteam .content {
    min-height: calc(100vh - 158px);
}

/* player */

.bodyindex .music .item_block.mplaying .item_img_w {
    animation: spin 46s infinite linear;
    -webkit-animation: spin 46s infinite linear;
}

.bodylist.bodymusic .item_block.mplaying .mplayer i {
    margin-top: -17px;
}

.agent-mobile .bodylist.bodyteam .mplaying .mplayer i {
    margin-top: -19px;
    background-color: transparent;
}

.agent-mobile .bodylist.bodyteam .mplaying .mplayer i .before {
    opacity: 0;
}

.agent-mobile .bodylist.bodyteam .mplaying .mplayer i .after {
    opacity: 1;
}

.agent-mobile .bodylist.bodyteam .mplaying img {
    box-shadow: #000 0 0 10px;
}

.agent-mobile .bodylist.bodyteam .mplaying .mplayer_curtime {
    color: #ef8200;
}

.agent-mobile .bodylist.bodyteam .mplaying .loadingSvg circle {
    transition: 1s;
    stroke-dasharray: 64;
    stroke-dashoffset: 64;
}

.agent-mobile .bodylist.bodyteam .loading .loadingSvg circle {
    transition: none;
    stroke-dasharray: 10;
    stroke-dashoffset: 2;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    animation: spin infinite 3s linear;
    -webkit-animation: spin infinite 3s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    stroke: #ef8609;
    stroke-width: 1px;
}

.agent-mobile .bodylistpost.bodyteam #postInfo {
    display: block;
}

.agent-mobile .bodylistpost.bodyteam #postInfo .subtitle {
    display: inline-block;
    margin-bottom: 20px;
}

.agent-mobile .bodylistpost.bodyteam #postInfo .title,
.agent-mobile .bodylistpost.bodyteam #postInfo .subtitle {
    text-align: left;
}

.agent-mobile .bodylistpost.bodyteam .mplay_try {
    line-height: 20px;
    font-size: 12px;
    color: #333;
}

.agent-mobile .bodylistpost.bodyteam .mplayer {
    display: inline-block;
    line-height: 20px;
    position: relative;
    width: 30px;
    height: 30px;
    vertical-align: -12px;
    margin-left: 10px;
    border: 2px solid #ef8200;
    border-radius: 50%;
}

.agent-mobile .bodylistpost.bodyteam .mplayer i .after {
    border-color: #ef8200;
    display: inline-block;
    width: 4px;
    height: 10px;
    opacity: 0;
    transition: 0.36s ease;
    border-left: 2px solid #ef8200;
    border-right: 2px solid #ef8200;
}

.agent-mobile .bodylistpost.bodyteam .mplayer i .before {
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #ef8609;
    display: inline-block;
    border-width: 4px 6px 4px 6px;
    border-style: solid;
    color: #000;
    margin-left: 2px;
    border-width: 8px 12px;
    margin-top: 0;
    transition: 0.36s ease;
    border-left-color: #111;
    border-left-color: #ef8609;
}

.agent-mobile .bodylistpost.bodyteam .mplayer i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    width: 2px;
    height: 16px;
    background-color: #ef8200;
    margin-left: -3px;
    transition: 0.36s ease;
}

/* .agent-mobile .bodylistpost.bodyteam .loading .loadingSvg {
  width: 100px;
  height: 100px;
} */
.agent-mobile .bodylistpost.bodyteam .mplayer .loadingSvg circle {
    transition: 1s;
    transform-origin: center center;
    stroke-dasharray: 64;
    stroke-dashoffset: 64;
    stroke: #ef8200;
    stroke-width: 2;
    fill: none;
}

.agent-mobile .bodylistpost.bodyteam .loading .loadingSvg circle {
    transition: none;
    stroke-dasharray: 21;
    stroke-dashoffset: 2;
    -webkit-animation: svgLoading infinite 2s linear;
    animation: svgLoading infinite 2s linear;
}

.agent-mobile .bodylistpost.bodyteam .mplaying .item_img_w {
    animation: spin 46s infinite linear;
    -webkit-animation: spin 46s infinite linear;
}

.agent-mobile .bodylistpost.bodyteam .mplaying .mplayer i {
    margin-top: -15px;
    background-color: transparent;
}

.agent-mobile .bodylistpost.bodyteam .mplaying .mplayer i .before {
    opacity: 0;
}

.agent-mobile .bodylistpost.bodyteam .mplaying .mplayer i .after {
    opacity: 1;
}

.agent-mobile .bodylistpost.bodyteam .mplaying img {
    box-shadow: #000 0 0 10px;
}

.agent-mobile .bodylistpost.bodyteam .mplaying .mplayer_curtime {
    color: #ef8200;
}

.agent-mobile .bodylistpost.bodyteam .mplaying .loadingSvg circle {
    transition: 1s;
    stroke-dasharray: 64;
    stroke-dashoffset: 64;
}

.agent-mobile .bodyindex .module.mcustomize .description {
    color: #fff;
}

.agent-mobile .bodyindex .team .item_block > .details {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.agent-mobile .bodyindex .team .item_block {
    position: relative;
}

.agent-mobile .bodyindex .team .mplayer {
    display: none;
}

.agent-mobile .bodyindex .team .bx-pager .bx-pager-item a {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}

/* 2020/04/20 yyq 修改 */
.ff_indexPage .mlist .module_container .container_category a:first-child {
    display: inline-block;
}

.ff_indexPage .mcustomize {
    padding: 0 4%;
    background: linear-gradient(to right, #ef8200 64%, #faf9fe 64%);
}

.agent-pc .container_category a:after {
    background-color: #ef8200;
}

/* 2020/04/20 yyq 修改 */

.ff_indexPage .mlist .container_header .subtitle {
    color: #fff;
}

#sitecontent .ff_indexPage .service .item_block .item_wrapper .description {
    color: #000;
}

#sitecontent .ff_indexPage .service .item_block .item_img .item_mask {
    border: none;
}

/* 2020/06/29 yyq 修改 */
.bodylist.bodyteam #banner div {
    height: 300px;
}
/* 2020/06/29 yyq 修改 */

/* 2020/07/13 yyq 修改 */
/* 手机 */
.agent-mobile .bodyindex #sitecontent {
    background-color: #ef8212;
}
/* 2020/07/13 yyq 修改 */

/* 2020/07/17 yyq 修改 */
/* 手机端 */
.agent-mobile .bodylist.bodyteam #banner div {
    height: 58px;
    background-position: center;
    background-size: cover;
}

.agent-mobile .bodyindex .project .item_block .item_info {
    background-color: transparent;
    text-align: center;
}
/* 2020/07/17 yyq 修改 */
