.header {
    width: 100%;
    height: 48px;
    background: #fff;
    position: fixed;
    z-index: 999;
    border-bottom: 1px solid #eaeaea;
}

.header_back {
    width: 30px;
    position: absolute;
    left: 15px;
    top: 9px;
}

.header_back img {
    width: 100%;
}

.index_top {
    background-image: -webkit-linear-gradient(to right, #FFF8DF, #FFE59F);
    background-image: linear-gradient(to right, #FFF8DF, #FFE59F);
    border-radius: 12px;
    border-bottom: 2px solid #ffcc30;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px;
}

.index_top_text {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #a85521;
    position: absolute;
    left: 15px;
    right: 60px;
}

.index_top_img {
    width: 90px;
}

.index_top_img img {
    width: 90px;
}

.header_txt {
    width: 80%;
    left: 10%;
    position: absolute;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.padding {
    padding: 10px 15px;
}

.heightbox {
    height: 49px;
}

.padding_top {
    padding-top: 8px;
}

.footheight {
    height: 75px;
}

.title {
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    color: #000;
}

.despak {
    font-size: 12px;
    color: #ccc;
}

.heightbj {
    height: 15px;
    background: #f8f8f8;
}

.nextdiv {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.next {
    width: 100%;
    border: 0px;
    padding: 10px 15px;
    color: #fff;
    font-size: 17px;
    border-radius: 22px;
    opacity: 0.5;
}

.nextopabj {
    opacity: 1;
}

.paddingtop {
    padding: 10px 0px;
}

.skilltwo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.skilltwo_tas {
    height: 22px;
    line-height: 22px;
    padding: 4px 6px 4px 7px;
    border-radius: 12px;
    border: solid 1px #2aafff;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    color: #2aafff;
}

.inputtextareadiv {
    padding: 10px;
    border-radius: 12px;
    background-color: #f4f8fb;
}

.inputtextarea {
    resize: none;
    width: 100%;
    background: #f4f8fb;
    border: 0px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.34;
    letter-spacing: normal;
    color: #333;
}

.inputtextareatxt {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    text-align: right;
    letter-spacing: normal;
    color: #999999;
}

.buttonrecord {
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.86;
    letter-spacing: normal;
    color: #666666;
}

.buttonrecordimg {
    padding: 0px;
    margin: 0px auto;
    text-align: center;
}

.chenks {
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 7px 10px 6px;
    border-radius: 6px;
    background-color: #f2f2f2;
    float: left;
}

.audiobox {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

audio::-webkit-media-controls-play-button {
    height: 22px;
    width: 22px;
    min-width: 22px;
    border-radius: 50%;
    flex-basis: 22px;
}

audio::-webkit-media-controls-volume-control-container {
    display: none;
}

audio::-webkit-media-controls-current-time-display {
    order: 1;
    color: #fff;
    text-shadow: unset;
}

audio::-webkit-media-controls-time-remaining-display {
    order: 2;
    color: rgba(255, 255, 255, 0.6);
    text-shadow: unset;
}

.listings {
    width: 100%;
    overflow: hidden;
    padding-right: 15px;
    box-sizing: border-box;
    display: none;
}

.listing {
    width: 100%;
    overflow: hidden;
    padding-right: 15px;
    box-sizing: border-box;
}

.listing_item {
    width: 33.3333%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}

.listing_item_img {
    width: 100%;
}

.listing_item_img p {
    text-align: center;
    padding-top: 8px;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
}

.listing_item_img img {
    width: 100%;
    height: 105px;
    overflow: hidden;
    border-radius: 12px;
}

.listing_itemright {
    width: 20px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.listing_itemright img {
    width: 20px;
}

.righttxt {
    color: #3ce813;
}

.wrongtxt {
    color: #999999;
    ;
}

.mansgesSkill {
    margin-right: 20px;
    position: relative;
}

.mansgesSkill_publics {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mansgesSkill_button {
    padding: 7px 10px 7px 11px;
    border-radius: 15px;
    background-color: #48a9ff;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.mansgesSkill_title {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #333333;
}

.mansgesSkill_padding {
    padding: 10px 0px;
}

.mansgesSkill_num {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #999999;
}

.mansgesSkill_nums {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #999999;
}

.mansgesSkill_nums s {
    margin-left: 5px;
}

.mansgesSkill_ico {
    margin-right: 5px;
}

.mansgesSkill_font {
    font-weight: bold;
    color: #333333;
}

.audiobj {
    padding: 5px 15px 2px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    background-image: -webkit-linear-gradient(to right, #fdaf68, #ed6937);
    background-image: linear-gradient(to right, #fdaf68, #ed6937);
    border-radius: 45px;
    background-size: 100%;
    position: relative;
    margin-right: 15px;
}

.audioSeconds {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
}

.media-controls-container,
.media-controls-container * {
    background: url(../assets/yuyin-bg@2x.png);
    background-size: 100%;
    border-radius: 12px;
}

.loader {
    padding-top: 5px;
}

.lines {
    width: 1px;
    height: 10px;
    float: left;
    margin-right: 5px;
    border-radius: 50px;
    margin-bottom: 5px;
    background-color: #fff;
    -webkit-animation: 1s ease-in-out infinite;
    -moz-animation: 1s ease-in-out infinite;
    -o-animation: 1s ease-in-out infinite;
    animation: 1s ease-in-out infinite;
}

.loader .lines:nth-child(2) {
    width: 1px;
    height: 15px;
    margin-top: -2px;
}

.loader .lines:nth-child(3) {
    width: 1px;
    height: 10px;
}

.loader .lines:nth-child(4) {
    width: 1px;
    height: 15px;
    margin-top: -2px;
}

.loader .lines:nth-child(5) {
    width: 1px;
    height: 12px;
}

.loader .lines:nth-child(6) {
    width: 1px;
    height: 15px;
    margin-top: -2px;
}

.loader .lines:last-child {
    margin-bottom: 0px;
}

.line {
    width: 1px;
    height: 10px;
    float: left;
    margin-right: 5px;
    border-radius: 50px;
    margin-bottom: 12px;
    background-color: #fff;
    -webkit-animation: expand 1s ease-in-out infinite;
    -moz-animation: expand 1s ease-in-out infinite;
    -o-animation: expand 1s ease-in-out infinite;
    animation: expand 1s ease-in-out infinite;
}

.loader .line:nth-child(2) {
    -webkit-animation-delay: 180ms;
    -moz-animation-delay: 180ms;
    -o-animation-delay: 180ms;
    animation-delay: 180ms;
}

.loader .line:nth-child(3) {
    -webkit-animation-delay: 360ms;
    -moz-animation-delay: 360ms;
    -o-animation-delay: 360ms;
    animation-delay: 360ms;
}

.loader .line:nth-child(4) {
    -webkit-animation-delay: 540ms;
    -moz-animation-delay: 540ms;
    -o-animation-delay: 540ms;
    animation-delay: 540ms;
}

.loader .line:nth-child(5) {
    -webkit-animation-delay: 360ms;
    -moz-animation-delay: 360ms;
    -o-animation-delay: 360ms;
    animation-delay: 360ms;
}

.loader .line:nth-child(6) {
    -webkit-animation-delay: 180ms;
    -moz-animation-delay: 180ms;
    -o-animation-delay: 180ms;
    animation-delay: 180ms;
}

.loader .line:last-child {
    margin-bottom: 0px;
}


/*  KEYFRAMES
========================================== */

@-webkit-keyframes expand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

@-moz-keyframes expand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

@-o-keyframes expand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes expand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

.Exampleimg {
    border-radius: 12px;
}

.Exampleimg img {
    border-radius: 12px;
}