.main {
    width: 1300px;
    margin: 30px auto 100px;
}
.main .jump {
    width: 220px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background-color: #CC8A5E;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 18px;
}

.user-info {
    width: 1111px;
    /* height: 620px; */
    /* background: url(../img/intro/intro-bg.png) no-repeat; */
    margin: 20px auto 0;
    border-width: 20px;
    border-style: solid;
    border-image-source: url(../img/intro/intro-bg.png);
    border-image-slice: 20 20 20 20 fill;
    border-image-repeat: stretch;
}
.user-info .box {
    display: flex;
    justify-content: space-between;
    padding: 30px 50px;
}
.left {
    width: 501px;
}
.left .basic {
    display: flex;
}
.basic img {
    margin-top: 20px;
    width: 111px;
    height: 111px;
    border-radius:50%;
}
.basic .status {
    padding: 10px 0 0 12px;
    color: #8F8F8F;
    width: 378px;
    box-sizing: content-box;
}
.status .nickname {
    display: inline-block;
    width: 200px;
    font-size: 26px;
    color: #EE7777;
    font-weight: bold;
}
.status .nickname.nickname-blue {
    color: #4FA3FC;
}
.status .login-time {
    font-size: 16px;
    margin: 4px 0;
}
.status .id {
    font-size: 20px;
    margin-left: 20px;
}
.status img {
    margin-top: 0;
    width: 21px;
    height: 21px;
}
.status .status-list {
    width: 100%;
    display: flex;
}
.status .first {
    display: flex;
    align-items: center;
}
.status .first .words {
    margin-left: 4px;
}
.status .status-list:nth-child(2n+1){
    justify-content: space-between;
}

.status .words {
    color: #7E5E59;
    font-size: 20px;
}

.left .comment {
    margin-top: 30px;
    width: 100%;
    height: 253px;
    background-color: #F9EDE4;
    box-sizing: border-box;
    padding: 20px;
}
.comment .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #886B65;
}
.comment .title .client {
    font-size: 22px;
}
.comment .title .star {
    display: flex;
}
.comment .star img {
    width: 25px;
    height: 24px;
}
.comment .star .score {
    margin-left: 20px;
}
.comment .list {
    margin: 20px 0;
}
.comment .list li {
    background: url(../img/intro/line-short.png);
    color: #8F8F8F;
    background-repeat: repeat-x;
    background-position: center bottom;
    line-height: 30px;
    margin-bottom: 8px;
}
.list li span:nth-child(2n) {
    margin-left: 50px;
}
.all-comment {
    display: flex;
    justify-content: center;
}
.all-comment a {
    display: inline-block;
    width: 119px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #CC8A5E;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 16px;
}

.right {
    width: 429px;
}
.right .price {
    margin-top: 10px;
    width: 425px;
    height: 82px;
    background-color: #F7E7DC;
    border-radius: 40px;
}
.right .price {
    padding-left: 25px;
    color: #7E5E59;
    display: flex;
}
.price .standard {
    display: flex;
    align-items: center;
    padding-top: 14px;
}
.price .standard span {
    font-size: 20px;
}
.price .standard i {
    margin: 0 80px 0 0;
    font-size: 14x;
    color: #8F8F8F;
}
.price .tips {
    margin-top: 4px;
    font-size: 16px;
}
.price .price-right {
    display: flex;
    align-items: center;
}
.price .price-right img {
    margin-right: 4px;
    width: 25px;
    height: 43px;
}
.price .price-right span {
    font-size: 28px;
}
.right .schedule {
    margin-top: 40px;
    width: 429px;
    height: 207px;
    background-color: #ECD4C6;
    color: #8F726B;
}
.schedule .content {
    padding: 0 18px;
}
.schedule .title {
    font-size: 20px;
    background: url(../img/intro/line-short.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    line-height: 50px;
}
.schedule ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}
.schedule ul li span {
    width: 140px;
}

.right .contact {
    margin-top: 12px;
    position: relative
}
.right .contact img {
    width: 173px;
    height: 69px;
    position: absolute;
    top: 0px;
    left: 30%
}
.right .contact .img {
    position: absolute;
    top: 0;
    left: 210px
}
.right .contact img:first-child {
    margin-right: 10px;
}
.intro {
    overflow: auto;
}
.intro .title {
     display: flex;
     justify-content: center;
}
.intro .title img {
    width: 1023px;
    height: 29px;
}
.intro .content {
    margin: 10px auto;
    width: 1000px;
    height: auto;
    background-color: #FAF3EE;
    color: #7E5E59;
    padding: 30px 20px;
    box-sizing: border-box;
    font-size: 16px;
    overflow: auto;
}
.intro .content-box {
    resize: none;
    overflow: hidden;
    height: auto;
    background-color: #FAF3EE;
    width: 100%;
    border: none;
    word-break: break-all; /*！！！！！！！！！中文换行，数字和英文不换行的处理*/
}

.audio-list {
    width: 1111px;
    margin: 20px auto 0;
}
.audio-list img {
    width: 189px;
    height: 81px;
    margin: auto;
}
.audio-box-bg {
    width: 1115px;
    height: auto;
    margin-bottom: 50px;
    border-width: 14px;
    border-style: solid;
    border-image-source: url(../img/intro/audio-list-bg.png);
    border-image-width:  170px auto 20px auto;
    border-image-slice: 170 0 20 0 fill;
    border-image-repeat: stretch;
    display: flex;

}
.audio-box {
    padding: 20px 20px 6px;
}
.audio-list ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
}
.audio-list ul li {
    margin: 0 6px 14px;
    width: 336px;
    height: 106px;
    background: url(../img/intro/item-bg.png);
    position: relative;
}
.audio-list ul li .tags {
    width: 310px;
    position: absolute;
    top: 10px;
    left: 14px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    color: #AB5D3A;
}
.tags .left-tag .slash {
    margin: 0 4px;
}
.tags .left-tag .red {
    color: #ED827E;
}
.tags .left-tag .blue {
    color: #4FA3FC;
}

.play-list {
    position: absolute;
    top: 44px;
    left: 18px;
}
.play-list .play-list-box {
    width: 300px;
    height: 48px;
    background: #CE997C;
    border-radius: 35px 35px 35px 35px;
    position: relative;
}
 .play-list .play-list-box .img-play {
    position: absolute;
    left: 20px;
    top: 15px;
    width: 16px;
    height: 17px;
    cursor: pointer;
}
.play-list .play-list-box .img-sound {
    position: absolute;
    right: 17px;
    top: 16px;
    width: 17px;
    height: 13px;
    cursor: pointer;
}
.play-list .play-list-box .timer {
    position: absolute;
    left: 50px;
    top: 10px;
    width: 98px;
    height: 23px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    text-align: left;
    text-transform: none;
}

/* 自定义进度条样式 */
.play-list .play-list-box .progress-bar-bg {
    position: absolute;
    left: 153px;
    top: 20px;
    width: 100px;
    height: 6px;
    color: #555;
    background-color: #F0F0F0;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset;
    cursor: pointer;
}
.progress-bar {
    background-color: #AB5D3A;
    width: 0;
    height: 6px;
    border-radius: 10px;
}
.progress-bar-bg span {
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #AB5D3A;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    margin-left: -5px;
}




.audio-list .experience:nth-child(2n) {
    margin-top: 16px;
}
.experience .title {
    display: flex;
    color: #F89296;
    margin: 0 10px;
}
.experience .title .title-words {
    width: 5em;
    font-size: 24px;
    font-weight: bold;
}
.experience .title .title-line {
    width: 100%;
    height: 33px;
    background: url(../img/intro/line-short.png);
    background-repeat: repeat-x;
    background-position: center;
}
.experience .content {
    margin: 10px auto;
    width: 1111px;
    height: auto;
    background-color: #FAECE2;
    color: #7E5E59;
    padding: 18px 24px;
    box-sizing: border-box;
    font-size: 16px;
}
.experience .content-box {
    resize: none;
    overflow: hidden;
    height: auto;
    width: 100%;
    border: none;
    word-break: break-all; /*！！！！！！！！！中文换行，数字和英文不换行的处理*/
}


/* .experience .content-box:hover, .experience .content-box:focus {
overflow-y: auto; /* 鼠标悬停或聚焦时显示滚动条 */
/* } */ 