html {
    width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

body [v-cloak] {
    display: none !important;
}

body .hidden {
    display: none;
}

body #app {
    background: #f0f2f5;
}

body #app .youhui {
    color: #1DCD7B !important;
    /*background: #EBFFF5 !important;*/
}

body #app .fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    margin-top: 0 !important;
    margin-bottom: 60px !important;
    z-index: 10;
}

body #app .relative {
    position: relative;
}

body #app #container {
    margin-bottom: 60px;
}

body #app #video .top {
    position: relative;
    display: flex;
    width: 100%;
    height: calc(100vw * 56.25 / 100);
}

body #app #video .top img {
    width: 100%;
}

body #app #video .top .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

body #app #video .top .cover .free {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

body #app #video .top .cover .free img {
    width: 45px;
    height: 45px;
}

body #app #video .top .cover .free p {
    color: #fff;
}

body #app #video .price {
    background: #fff;
    padding: 9px 12px 15px;
    overflow: hidden;
    height: auto;
}

body #app #video .price .priceContainer {
    overflow: hidden;
    min-height: 24.5px;
}

body #app #video .price .priceContainer .rmb {
    float: left;
    font-size: 12px;
    line-height: 33px;
    color: #ff262d;
    margin-top: 0.5px;
    height: 1px;
}

body #app #video .price .priceContainer .price1 {
    float: left;
    font-size: 24px;
    height: 1px;
    color: #ff262d;
    line-height: 30px;
    font-weight: 700;
}

body #app #video .price .priceContainer .price2 {
    float: left;
    font-size: 12px;
    color: #B3B3B3;
    text-decoration: line-through;
    height: 16.5px;
    line-height: 37.5px;
    margin-left: 6px;
    margin-right: 12px;
}

body #app #video .price .priceContainer .tag {
    box-sizing: border-box;
    width: auto;
    font-size: 10px;
    background: #FFF2F3;
    border-radius: 2px;
    float: left;
    margin-top: 10px;
    margin-right: 6px;
    color: #F5565B;
    padding: 0 3px;
}

body #app #video .price .name {
    font-size: 17px;
    color: #333;
    margin-top: 9px;
    font-weight: 700;
}

body #app #video .message {
    margin-top: 9px;
    background: #fff;
}

body #app #video .message .messageNAV {
    height: 49px;
    box-sizing: border-box;
    border-bottom: 0.5px solid #e5e5e5;
    font-size: 15px;
    color: #666;
    padding: 0 12px;
    line-height: 49px;
}

body #app #video .message .messageNAV span {
    position: relative;
    display: inline-block;
    height: 100%;
    font-size: 15px;
    color: #333;
    font-weight: 700;
}

body #app #video .message img {
    width: 100vw;
    display: flex;
}

body #app #oneVone .top {
    position: relative;
    display: flex;
    height: auto;
}

body #app #oneVone .top img {
    width: 100%;
    height: calc(100vw / 100 * 100);
}

body #app #oneVone .price {
    background: #fff;
    padding: 9px 12px 15px;
    overflow: hidden;
    height: auto;
}

body #app #oneVone .price .priceContainer {
    overflow: hidden;
    min-height: 24.5px;
}

body #app #oneVone .price .priceContainer .rmb {
    float: left;
    font-size: 12px;
    line-height: 33px;
    color: #ff262d;
    margin-top: 0.5px;
    height: 1px;
}

body #app #oneVone .price .priceContainer .price1 {
    float: left;
    font-size: 24px;
    height: 1px;
    color: #ff262d;
    line-height: 30px;
    font-weight: 700;
}

body #app #oneVone .price .priceContainer .price2 {
    float: left;
    font-size: 12px;
    color: #B3B3B3;
    text-decoration: line-through;
    height: 16.5px;
    line-height: 37.5px;
    margin-left: 6px;
    margin-right: 12px;
}

body #app #oneVone .price .priceContainer .tag {
    box-sizing: border-box;
    width: auto;
    font-size: 10px;
    background: #FFF2F3;
    border-radius: 2px;
    float: left;
    margin-top: 10px;
    margin-right: 6px;
    color: #F5565B;
    padding: 0 3px;
}

body #app #oneVone .price .name {
    font-size: 17px;
    color: #333;
    margin-top: 9px;
    font-weight: 700;
}

body #app #oneVone .message {
    margin-top: 9px;
    background: #fff;
}

body #app #oneVone .message .messageNAV {
    height: 49px;
    box-sizing: border-box;
    border-bottom: 0.5px solid #e5e5e5;
    font-size: 15px;
    color: #666;
    padding: 0 12px;
    line-height: 49px;
}

body #app #oneVone .message .messageNAV span {
    position: relative;
    display: inline-block;
    height: 100%;
}

body #app #oneVone .message .messageNAV .selected {
    color: #333;
    font-weight: 700;
}

body #app #oneVone .message .messageNAV .selected::after {
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #ff262d;
    left: calc(50% - 9px);
    bottom: 0;
    content: " ";
}

body #app #oneVone .message .messageNAV .teacher {
    margin-left: 30px;
}

body #app #oneVone .message .class {
    width: 100vw;
    display: flex;
}

body #app #oneVone .message .teacherContainerParent {
    padding: 15px 12px;
}

body #app #oneVone .message .teacherContainerParent .teacher_ {
    background: #F7F8FA;
    border-radius: 3px;
    color: #333333;
    overflow: hidden;
    margin-bottom: 9px;
}

body #app #oneVone .message .teacherContainerParent .teacher_ .header {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    float: left;
    margin: 15px 12px;
}

body #app #oneVone .message .teacherContainerParent .teacher_ .teacherContainer {
    padding: 15px 0;
    float: left;
    width: calc(100% - 68px);
    position: relative;
}

body #app #oneVone .message .teacherContainerParent .teacher_ .teacherContainer .teacherName {
    font-size: 14px;
    line-height: 20px;
}

body #app #oneVone .message .teacherContainerParent .teacher_ .teacherContainer .litsten {
    height: 65px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

body #app #oneVone .message .teacherContainerParent .teacher_ .teacherContainer .teacherDES {
    font-size: 12px;
    line-height: 17px;
    padding-right: 43px;
    margin-top: 3px;
}

body #app #book .top {
    position: relative;
    display: flex;
    height: auto;
}

body #app #book .top img {
    width: 100vw;
    height: calc(100vw / 100 * 100);
}

body #app #book .price {
    background: #fff;
    padding: 9px 12px 15px;
    overflow: hidden;
    height: auto;
}

body #app #book .price .priceContainer {
    overflow: hidden;
    min-height: 24.5px;
}

body #app #book .price .priceContainer .rmb {
    float: left;
    font-size: 12px;
    line-height: 33px;
    color: #ff262d;
    margin-top: 0.5px;
    height: 1px;
}

body #app #book .price .priceContainer .price1 {
    float: left;
    font-size: 24px;
    height: 1px;
    color: #ff262d;
    line-height: 30px;
    font-weight: 700;
}

body #app #book .price .priceContainer .price2 {
    float: left;
    font-size: 12px;
    color: #B3B3B3;
    text-decoration: line-through;
    height: 16.5px;
    line-height: 37.5px;
    margin-left: 6px;
    margin-right: 12px;
}

body #app #book .price .priceContainer .tag {
    box-sizing: border-box;
    width: auto;
    font-size: 10px;
    background: #FFF2F3;
    border-radius: 2px;
    float: left;
    margin-top: 10px;
    margin-right: 6px;
    color: #F5565B;
    padding: 0 3px;
}

body #app #book .price .name {
    font-size: 17px;
    color: #333;
    margin-top: 9px;
    font-weight: 700;
}

body #app #book .message {
    margin-top: 9px;
    background: #fff;
}

body #app #book .message .messageNAV {
    height: 49px;
    box-sizing: border-box;
    border-bottom: 0.5px solid #e5e5e5;
    font-size: 15px;
    color: #666;
    padding: 0 12px;
    line-height: 49px;
}

body #app #book .message .messageNAV span {
    position: relative;
    display: inline-block;
    height: 100%;
    font-weight: 700;
    color: #333;
}

body #app #book .message img {
    width: 100vw;
    display: flex;
}

body #app #skill .top {
    position: relative;
    display: flex;
    height: auto;
}

body #app #skill .top img {
    width: 100vw;
    height: calc(100vw / 100 * 100);
}

body #app #skill .price {
    background: #fff;
    padding: 9px 12px 15px;
    overflow: hidden;
    height: auto;
}

body #app #skill .price .priceContainer {
    overflow: hidden;
    min-height: 24.5px;
}

body #app #skill .price .priceContainer .rmb {
    float: left;
    font-size: 12px;
    line-height: 33px;
    color: #ff262d;
    margin-top: 0.5px;
    height: 1px;
}

body #app #skill .price .priceContainer .price1 {
    float: left;
    font-size: 24px;
    height: 1px;
    color: #ff262d;
    line-height: 30px;
    font-weight: 700;
}

body #app #skill .price .priceContainer .price2 {
    float: left;
    font-size: 12px;
    color: #B3B3B3;
    text-decoration: line-through;
    height: 16.5px;
    line-height: 37.5px;
    margin-left: 6px;
    margin-right: 12px;
}

body #app #skill .price .priceContainer .tag {
    box-sizing: border-box;
    width: auto;
    font-size: 10px;
    background: #FFF2F3;
    border-radius: 2px;
    float: left;
    margin-top: 10px;
    margin-right: 6px;
    color: #F5565B;
    padding: 0 3px;
}

body #app #skill .price .name {
    font-size: 17px;
    color: #333;
    margin-top: 9px;
    font-weight: 700;
}

body #app #skill .message {
    margin-top: 9px;
    background: #fff;
}

body #app #skill .message .messageNAV {
    height: 49px;
    box-sizing: border-box;
    border-bottom: 0.5px solid #e5e5e5;
    font-size: 15px;
    color: #666;
    padding: 0 12px;
    line-height: 49px;
}

body #app #skill .message .messageNAV span {
    position: relative;
    display: inline-block;
    height: 100%;
    color: #333;
    font-weight: 700;
}

body #app #skill .message img {
    width: 100vw;
    display: flex;
}

body #app #news {
    background: #fff;
}

body #app #news .top {
    padding: 20px 12px 15px;
    font-size: 21px;
    color: #333;
    line-height: 29.5px;
    font-weight: 700;
}

body #app #news .des {
    padding: 0 12px;
    color: #cdcdcd;
}

body #app #news .des > p {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

body #app #news .des > p img {
    width: 12px;
    height: 12px;
}

body #app #news .des > p img,
body #app #news .des > p span {
    display: inline-block;
    vertical-align: middle;
}

body #app #news .des .viewTimes {
    margin-left: 15px;
}

body #app #news .des .viewTimes .icon {
    margin-right: 2px;
}

body #app #news .des .createTime {
    margin-left: 15px;
}

body #app #news .des .createTime .icon {
    margin-right: 2px;
}

body #app #news .message {
    margin-top: 30px;
    padding: 0 13.5px;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 1.5px;
}

body #app #news .message p {
    margin: 20px 0;
}

body #app #news .message img {
    max-width: 100%;
    margin: 10px 0;
}

body #app #QA .top {
    background: #fff;
    padding: 12px;
    border-bottom: 0.5px solid #e5e5e5;
}

body #app #QA .top p {
    color: #333;
    font-size: 21px;
    line-height: 29.5px;
    font-weight: 700;
}

body #app #QA .top .pp {
    height: 59px !important;
    overflow: hidden !important;
    margin-bottom: 20px;
}

body #app #QA .top div {
    margin-top: 20px;
    color: #333;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.5px;
    position: relative;
}

body #app #QA .top div .moremore {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 59px;
    background: rgba(255, 255, 255, 0.9);
    top: 54px;
    overflow: hidden;
}

body #app #QA .top div .moremore div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

body #app #QA .top div .moremore .zhankai {
    margin-top: 0 !important;
}

body #app #QA .top div .moremore p {
    font-size: 12px;
    color: #735051;
}

body #app #QA .top div .moremore img.allow {
    width: 12px;
    height: 12px;
}

body #app #QA .top div .moremore img.wenben {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: -10;
}

body #app #QA .top .QAihde {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body #app #QA .top img {
    width: 100%;
}

body #app #QA .nickname {
    background: #fff;
    height: 49px;
    line-height: 48.5px;
    font-size: 12px;
    color: #999;
    padding: 0 12px;
}

body #app #QA .nickname .name {
    margin-right: 15px;
}

body #app #QA .nickname .name span {
    display: inline-block;
}

body #app #QA .ansInfo {
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    padding: 0 12px;
    background: #fff;
    margin-top: 9px;
    border-bottom: 0.5px solid #e5e5e5;
}

body #app #QA .ans {
    padding: 15px 12px;
    background: #fff;
    margin-bottom: 9px;
    position: relative;
    overflow: hidden;
}

body #app #QA .ans .zan {
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*right: 12px;*/
    float: right;
    margin-top: 27.5px;
}

body #app #QA .ans .zan img {
    width: 18px;
    height: 18px;
}

body #app #QA .ans .zan img + span {
    color: #333;
    font-size: 12px;
    margin-top: 2px;
}

body #app #QA .ans .zan img, body #app #QA .ans .zan img + span {
    display: inline-block;
    vertical-align: middle;
}

body #app #QA .ans .info {
    overflow: hidden;
}

body #app #QA .ans .info .inlineBlock,
body #app #QA .ans .info .inlineBlock + span {
    display: inline-block;
    vertical-align: middle;
}

body #app #QA .ans .info .inlineBlock + span {
    margin-top: 5px;
}

body #app #QA .ans .info .imgCon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: 5px;
}

body #app #QA .ans .info .imgCon .viewURL {
    width: 21px !important;
    height: 21px !important;
}

body #app #QA .ans .info .nameTime {
    display: inline-block;
    vertical-align: middle;
}

body #app #QA .ans .info .nameTime p {
    font-size: 12px;
    color: #999;
}

body #app #QA .ans .info .tag {
    float: right;
    font-size: 10px;
    color: #FF262D;
    border: 0.5px solid #FF262D;
    border-radius: 2px;
    padding: 1px 2px;
}

body #app #QA .ans .message {
    color: #333;
    font-size: 15px;
    line-height: 25px;
    margin-top: 6px;
    letter-spacing: 0.75px;
    max-height: 79px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

body #app #bottom {
    height: 60px;
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0 12px;
    border-top: 0.5px solid #E5E5E5;
    box-sizing: border-box;
    z-index: 1000;
}

body #app #bottom img {
    width: 163.5px;
    height: 45px;
    float: left;
    margin-top: 7.5px;
}

body #app #bottom button {
    width: 120px;
    height: 44px;
    background: #FF262D;
    color: #fff;
    /* margin: 20px 0; */
    margin-top: 7.5px;
    float: right;
    line-height: 30px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
}

body #app #downModal {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 1000;
}

body #app #downModal .container {
    background: #fff;
    height: 240px;
    width: 300px;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    box-sizing: border-box;
    padding-top: 40px;
}

body #app #downModal .container .logo {
    width: 45px;
    height: 45px;
}

body #app #downModal .container .text {
    margin-top: 19.5px;
    font-size: 16px;
    color: #333;
    line-height: 23px;
    font-weight: 700;
}

body #app #downModal .container .bottom {
    height: 54px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    line-height: 54px;
    border-top: 0.5px solid #e5e5e5;
    font-size: 17px;
}

body #app #downModal .container .bottom span {
    flex: 1;
}

body #app #downModal .container .bottom :nth-child(1) {
    border-right: 0.5px solid #e5e5e5;
    color: #666 !important;
}

body #app #downModal .container .bottom :nth-child(2) {
    color: #333333;
}

body #app #wechat {
    width: 100% !important;
    text-align: center;
}

body #app #wechat img {
    width: 90% !important;
}
.van-toast__text{
  color: #fff!important;
}
.huifumessage{
    margin-top: 6px;
    font-size: 15px;
    color: #333;
    line-height: 25px;
    position: relative;
}
.abcd{
    float: right;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #fff;
    color: #735051;
    /*pointer-events: none;*/
}
.abcd img{
    width: 10.5px;
    height: 6px;
}
/*# sourceMappingURL=share.css.map */
