@charset "utf-8";
/* CSS Document */

.container {
    padding: 40px 0 98px;
}

.warp {
    background: #fff;
}

.table {
    display: table
}

.table .table-cell {
    display: table-cell;
    vertical-align: middle
}

.title {
    overflow: hidden;
    /* border-bottom: solid 1px #EDEDED; */
}

.title .title-box {
    float: left;
    padding-bottom: 22px;
    font-size: 28px;
    color: #387FFC;
}

.title .title-box span {
    display: block
}

.title .subtitle {
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    padding-left: 12px;
    position: relative;
    font-weight: bold;
}

.title .subtitle:before {
    content: "";
    position: absolute;
    background: #387FFC;
    width: 3px;
    height: 16px;
    top: 3px;
    left: 0;
}

.title ul {
    float: right;
    overflow: hidden
}

.title li {
    float: left;
    line-height: 25px;
    padding: 0 16px;
    position: relative;
}

.title li:before {
    content: "";
    position: absolute;
    background: #d3d3d3;
    width: 1px;
    height: 13px;
    top: 6px;
    left: 0;
}

.title li:first-child:before {
    display: none;
}

.title li a {
    display: block;
    font-size: 16px;
    color: #222222;
    text-decoration: none;
}

.title li a:hover {
    color: #387FFC;
}

.title li.more a {
    display: block;
    padding-right: 28px;
    position: relative;
    color: #999;
    font-size: 16px;
}

.title li.more.green a {
    color: #888;
    padding-left: 10px;
}

.title li.more:hover a {
    color: #00C250;
}

.title li.more a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 19px;
    height: 16px;
    background: url(../img/index-more-grey.png) 0 0 no-repeat;
}

.title li.more:hover a:before {
    background: url(../img/index-more-green.png) 0 0 no-repeat;
}

.title.big-title {
    border-bottom: solid 1px #EDEDED;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.dl-list dl a {
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}

.dl-list dt {
    font-size: 18px;
    color: #333333;
    height: 20px;
    margin-bottom: 13px;
    line-height: 20px;
}

.dl-list dt a {
    font-weight: bold;
}

.dl-list dt a:hover {
    color: #387FFC;
}

.dl-list dd {
    height: 30px;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    padding-left: 12px;
    position: relative;
}

.dl-list dd:before {
    content: "";
    position: absolute;
    background: #BBBBBB;
    width: 4px;
    height: 4px;
    top: 12px;
    left: 0;
}

.dl-list dd a:hover {
    color: #387FFC;
    text-decoration: underline;
}

.main .main-left {
    float: left;
    width: 908px
}

.main .main-left .ml-box {
    overflow: hidden
}

.main .main-left .ml-box1 {
    margin-bottom: 40px
}

.main .main-left .ml-slide {
    float: left;
    width: 330px;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.main .main-left .ml-slide ul {
    overflow: hidden;
}

.main .main-left .ml-slide li {
    float: left;
    width: 330px;
}

.main .main-left .ml-slide li a {
    float: left;
    width: 160px;
    height: 102px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.main .main-left .ml-slide li a:first-child {
    width: 100%;
    margin-bottom: 10px;
    height: 210px;
}

.main .main-left .ml-slide li a:last-child {
    float: right
}

.main .main-left .ml-slide li a img {
    width: 100%;
    height: 100%;
}

.main .main-left .ml-slide li a span {
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(#0E243F), to(transparent));
    background: linear-gradient(to top, #0E243F, transparent);
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    bottom: 0px;
    left: 0px;
    height: 58px;
}

.main .main-left .ml-pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0
}

.main .main-left .ml-pagination dl {
    display: inline-block;
    overflow: hidden
}

.main .main-left .ml-pagination dd {
    float: left;
    background: #DDDDDD;
    width: 20px;
    height: 3px;
    margin: 0 8px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    border-radius: 2px;
}

.main .main-left .ml-pagination dd.active {
    background: #1480FF;
}

.main .main-left .ml-picture {
    float: left;
    width: 330px;
    overflow: hidden;
    height: 400px;
}

.main .main-left .ml-picture img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.main .main-left .dl-list {
    float: left;
    width: 500px;
    margin-left: 30px;
}

.main .main-left .ml-option {
    height: 42px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 22px;
}

.main .main-left .ml-option span {
    float: left;
    font-size: 20px;
    color: #222;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    margin-right: 38px;
}

.main .main-left .ml-option span:before {
    content: "";
    position: absolute;
    background: #2278E3;
    width: 100%;
    height: 3px;
    bottom: -18px;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main .main-left .ml-option span.active {
    font-size: 24px;
    color: #387FFC;
    height: 24px;
    line-height: 24px;
}

.main .main-left .ml-option span.active:before {
    opacity: 1
}

.main .main-left .dl-list dl:first-child {
    margin-bottom: 40px;
}

.main .main-right {
    float: right;
    width: 280px;
    overflow: hidden;
}

.main .main-right .title .subtitle {
    font-size: 16px;
    font-weight: bold;
}

.main .main-right .title .subtitle:before {
    height: 16px;
    top: 2px
}

.main .main-right .login {
    padding: 0
}

.main .main-right .login li {
    overflow: hidden
}

.main .main-right .login .user-box {

    padding-bottom: 15px;

    border-bottom: 1px solid #f2f2f2;
}

.main .main-right .login .user-box .user-info-wra {}

.main .main-right .login .user-box .user-info-wra .i-username:hover {
    color: #387FFC;
}

.main .main-right .login .user-box .index-user-avatar {
    width: 76px;
    height: 76px;
    display: block;
    float: left;
    margin-right: 20px;
    border-radius: 50%;
}

.main .main-right .login .user-box .user-info {
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 76px;
    display: none;
}

.main .main-right .login .user-box .user-info .i-username {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    max-width: 145px;
    word-break: break-all;
}

.main .main-right .login .user-box .user-info .i-sub {
    color: #666;
    font-size: 16px;
}

.login-maeni {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 76px;
}

.login-maeni a {
    color: #000;
    font-size: 18px;
    -webkit-transition: .2s;
    transition: .2s;
}

.login-maeni a:hover {
    color: #387FFC;
}

.login-maeni .l-divider {
    margin: 0 15px;
    font-size: 12px;
    color: #D2D2D2;
    vertical-align: middle;
}


.main .main-right .login li.login-btn .avatar-url {
    display: none
}

.main .main-right .login li.login-btn {
    margin-bottom: 16px;
    padding: 0 15px;
}

.main .main-right .login li.login-btn a {
    width: 104px;
    height: 32px;
    border: solid 1px #387FFC;
    border-radius: 32px;
    font-size: 14px;
    color: #387FFC;
    text-align: center;
    line-height: 32px;
    text-decoration: none
}

.main .main-right .login li.login-btn a:hover {
    background: #387FFC;
    color: #FFF
}

.main .main-right .login li.quick-login {
    text-align: left;
}

.main .main-right .login li.quick-login dl {
    margin-left: 96px;
    overflow: hidden;
}

.main .main-right .login li.quick-login dt {
    float: left;
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    padding-right: 10px;
}

.main .main-right .login li.quick-login dd {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background: url(../images/icon.png) no-repeat;
    cursor: pointer
}

/*.main .main-right .login li.quick-login dd:nth-child(2){ background-position:0 0}*/
/*.main .main-right .login li.quick-login dd:nth-child(3){ background-position:-20px 0}*/
/*.main .main-right .login li.quick-login dd:nth-child(4){ background-position:-40px 0}*/
.main .main-right .login li.quick-login dd.login-wx {
    background-position: 0 0
}

.main .main-right .login li.quick-login dd.login-qq {
    background-position: -20px 0
}

.main .main-right .login li.quick-login dd.login-wb {
    background-position: -40px 0
}

.main .main-right .index-product {
    margin: 30px 0;
}

.main .main-right .index-product .index-c-wra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    margin-top: 16px;
}

.main .main-right .index-product .each-product {
    color: #222;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.main .main-right .index-product .each-product.wechat:hover .wechat-code {
    display: block;
}

.main .main-right .index-product .each-product.wechat .wechat-code {
    min-width: 126px;
    max-width: 126px;
    height: 126px;
    position: absolute;
    top: -131px;
    left: -115px;
    display: none;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
}

.main .main-right .index-product .each-product img {
    width: 42px;
    height: 42px;
    display: block;
}

.main .main-right .index-product .each-product p {
    text-align: center;
    margin-top: 7px;
    font-size: 14px;
}


.main .main-right .kuaiji-top-news .title {
    margin: 24px 0;
}

.main .main-right .recommend {}

.main .main-right .recommend .title {
    margin: 24px 0;
}

.main .main-right .recommend-cont {
    margin-top: 16px
}

.main .main-right .recommend-cont li {
    height: 31px;
    padding-left: 51px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.main .main-right .recommend-cont li i {
    position: absolute;
    background: #FFCC00;
    font-size: 12px;
    color: #FFF;
    line-height: 16px;
    font-style: normal;
    top: 0;
    left: 0;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
}

.main .main-right .recommend-cont li a {
    text-decoration: none;
    color: #333
}

.main .main-right .recommend-cont li a:hover {
    text-decoration: underline;
    color: #387FFC;
}

.main .main-right .excellent-course {
    margin-top: 22px
}

.main .main-right .excellent-course-cont {
    padding: 10px 0 20px
}

.main .main-right .excellent-course-cont li {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    padding-left: 12px;
    position: relative;
    margin-bottom: 10px;
}

.main .main-right .excellent-course-cont li:before {
    content: "";
    position: absolute;
    background: #BBBBBB;
    width: 4px;
    height: 4px;
    top: 13px;
    left: 0
}

.section {
    width: 1200px;
    margin: 65px auto 0;
}

.wd-bk {
    position: relative;
}

.wd-bk .wd-bk-option {
    position: absolute;
    top: 0;
    left: 0;
}

.wd-bk .wd-bk-option span {
    float: left;
    font-size: 24px;
    color: #666666;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding-bottom: 20px;
}

.wd-bk .wd-bk-option span:before {
    content: "";
    position: absolute;
    background: #387FFC;
    width: 100%;
    height: 3px;
    bottom: 3px;
    left: 0;
    opacity: 0;
}

.wd-bk .wd-bk-option span.active {
    font-size: 24px;
    color: #387FFC;
}

.wd-bk .wd-bk-option span.active:before {
    opacity: 1
}

.wd-bk li {
    display: none;
    overflow: hidden
}

.wd-bk li:first-child {
    display: block
}

.wd-bk li .wd-bk-tags {
    padding-bottom: 22px;
    overflow: hidden;
    border-bottom: solid 1px #EDEDED;
}

.wd-bk li .wd-bk-tags dl {
    float: right
}

.wd-bk li .wd-bk-tags dd {
    float: left;
    line-height: 25px;
    padding: 0 16px;
    position: relative;
}

.wd-bk li .wd-bk-tags dd a {
    display: block;
    font-size: 16px;
    color: #222222;
    text-decoration: none;
}

.wd-bk li .wd-bk-tags dd a:hover {
    color: #387FFC;
}

.wd-bk li .wd-bk-tags dd:before {
    content: "";
    position: absolute;
    background: #d3d3d3;
    width: 1px;
    height: 13px;
    top: 6px;
    left: 0;
}

.wd-bk li .wd-bk-tags dd:first-child:before {
    display: none
}

.wd-bk li.wd-cont {}

.wd-bk li .title dl {
    float: right;
    overflow: hidden
}

.wd-bk li .title dd {
    float: left;
    font-size: 12px;
    color: #666666;
    line-height: 18px
}

.wd-bk li .title dd a {
    display: block;
    color: #666666
}

.wd-bk li .title dd.more a {
    display: block;
    padding-right: 28px;
    position: relative;
    color: #999;
    font-size: 16px;
}

.wd-bk li .title dd.more:hover a {
    color: #00C250;
    text-decoration: none;
}

.wd-bk li .title dd.more a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 19px;
    height: 16px;
    background: url('../img/index-more-grey.png') 0 0 no-repeat;
}

.wd-bk li .title dd.more:hover a:before {
    background: url('../img/index-more-green.png') 0 0 no-repeat;
}

.wd-bk li .wd-left {
    float: left;
    width: 889px;
    margin-top: 40px;
}

.wd-bk li .wd-left .title {
    padding-bottom: 10px;
    border-bottom: solid 1px #E9E9E9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wd-bk li .wd-left .subtitle {
    font-weight: normal;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 3px;
}

.wd-bk li .wd-left .wenda-subtitle {
    font-weight: normal;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 9px;
}

.wd-bk li .wd-left .subtitle:before {
    display: none;
}

.wd-bk li .wd-left .wenda-subtitle:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    background: #387FFC;
    bottom: -19px;
    left: 0;
    display: block;
}

.wd-bk li .wd-left .qa {
    float: left;
    width: 542px;
}

.wd-bk li .wd-left .qa .subtitle {
    overflow: hidden
}

.wd-bk li .wd-left .qa .subtitle span {
    margin-right: 20px;
    cursor: pointer;
    float: left;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #222;
    -webkit-transition: .2s;
    transition: .2s;
}

.wd-bk li .wd-left .qa .subtitle span.active {
    background: #EBF3F9;
    color: #387FFC;
    border-radius: 2px;
}

.wd-bk li .wd-left .qa .title dd.more a {
    color: #999;
}

.wd-bk li .wd-left .qa .title dd.more:hover a {
    color: #00C250;
    text-decoration: none;
}

.wd-bk li .wd-left .qa .title dd.more a:before {}

.wd-bk li .wd-left .qa-cont {
    padding-top: 15px;
}

.wd-bk li .wd-left .qa-cont dl {
    display: none
}

.wd-bk li .wd-left .qa-cont dl:first-child {
    display: block
}

.wd-bk li .wd-left .qa-cont dd {
    padding: 13.5px 0;
}

.wd-bk li .wd-left .qa-cont dd:last-child {
    border-bottom: none
}

.wd-bk li .wd-left .qa-cont dd .qa-problem {
    overflow: hidden
}

.wd-bk li .wd-left .qa-cont dd .qa-problem i {
    float: left;
    background: #387FFC;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #FFF;
    font-style: normal;
}

.wd-bk li .wd-left .qa-cont dd .qa-problem span {
    -webkit-transition: .2s;
    transition: .2s;
    float: left;
    margin-left: 8px;
    width: 506px;
    font-size: 16px;
    color: #222;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.wd-bk li .wd-left .qa-cont dd .qa-problem span:hover {
    color: #387FFC;
}

.wd-bk li .wd-left .qa-cont dd .qa-answer {
    overflow: hidden;
    margin-top: 18px;
}

.wd-bk li .wd-left .qa-cont dd .qa-answer i {
    float: left;
    background: #FFCC01;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #FFF;
    font-style: normal;
}

.wd-bk li .wd-left .qa-cont dd .qa-answer span {
    float: left;
    margin-left: 8px;
    width: 506px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.wd-bk li .wd-left .qa-cont dd .qa-answer span * {
    font-size: 14px !important;
    color: #777777 !important;
    font-weight: normal !important;
}

.wd-bk li .wd-left .qa-cont dd .qa-answer img {
    display: none;
}

.wd-bk li .wd-left .qa-search {
    margin-top: 18px;
    overflow: hidden;
}

.wd-bk li .wd-left .qa-search input {
    padding: 0;
    border: none;
    outline: none
}

.wd-bk li .wd-left .qa-search .search-text {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 38px;
    padding: 0 12px;
    font-size: 16px;
    color: #666;
    border: 1px solid #387FFC;
    box-sizing: border-box;
}

.wd-bk li .wd-left .qa-search .search-submit {
    background: #2177E4;
    width: 45px;
    height: 38px;
    font-size: 22px;
    color: #ffffff;
    font-family: '微软雅黑';
    cursor: pointer;
    line-height: 38px;
    padding: 0;
}

.wd-bk li .wd-left .qa-search .search-submit img {
    width: 24px;
    vertical-align: -4px;
}

.wd-bk li .wd-left .qa-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wd-bk li .wd-left .qa-expert {
    float: left;
    width: 306px;
    margin-left: 30px;
}

.wd-bk li .wd-left .expert-cont {
    margin-top: 6px
}

/* .wd-bk li .wd-left .expert-cont dd {
    padding: 20px 0;
    overflow: hidden;
} */

.wd-bk li .wd-left .expert-cont dd a {
    display: flex;
    /* display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #387ffc; */
}

.wd-bk li .wd-left .expert-cont dd a .teacher-introa span {
    width: 86%;
}

.wd-bk li .wd-left .expert-cont dd a:hover {
    text-decoration: none;

}

.wd-bk li .wd-left .expert-cont dd a:hover .expert-info span {
    color: #387FFC;
}

.teacher-introa {
    color: #666 !important;
    height: 50px;
}

.teacher-introa a {
    color: #666 !important;
}

.wd-bk li .wd-left .expert-cont dd .expert-pic {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.wd-bk li .wd-left .expert-cont dd .expert-info {
    /* max-width: 236px; */
}

.wd-bk li .wd-left .expert-cont dd .expert-info span {
    display: block;
    font-size: 16px;
    color: #387ffc;
    line-height: 20px;
    margin-bottom: 8px;
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: bold;
}

.wd-bk li .wd-left .expert-cont dd .expert-info p {
    font-size: 14px;
    color: #666;
}

.wd-bk li .wd-right {
    float: right;
    width: 280px;
}

.wd-bk li .wd-right .accounting-qa {}

.wd-bk li .wd-right .title {
    padding-bottom: 24px;
}

.wd-bk li .wd-right .title .subtitle {
    font-size: 16px;
    font-weight: normal
}

.wd-bk li .wd-right .title .subtitle:before {
    background: #387FFC
}

.wd-bk li .wd-right .accounting-qa-pic {
    height: 220px;
    background: rgba(249, 251, 254, 1);
    overflow: hidden;
}

.wd-bk li .wd-right .accounting-qa-pic .index-wxcode {
    margin: 30px auto 20px;
    width: 130px;
    height: 130px;
}

.wd-bk li .wd-right .accounting-qa-pic .text-poster {
    width: 208px;
    margin: 0 auto;
    height: 16px;
}

.wd-bk li .wd-right .hot-tags {
    margin-top: 23px;
}

.wd-bk li .wd-right .hot-tags .title .subtitle {
    color: #333333;
    font-weight: bold;
}

.wd-bk li .wd-right .hot-tags-cont {}

.wd-bk li .wd-right .hot-tags-cont dl {
    overflow: hidden;
    /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 243px;
    overflow: hidden;
}

.wd-bk li .wd-right .hot-tags-cont dd {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.wd-bk li .wd-right .hot-tags-cont dd a {
    display: block;
    font-size: 14px;
    color: #878787;
    line-height: 28px;
    padding: 0 18px;
    border: solid 1px #EDEDED;
    border-radius: 15px;
    text-decoration: none;
}

.wd-bk li .wd-right .hot-tags-cont dd a:hover {
    background: #387ffc;
    color: #FFF;
    border: 1px solid #387ffc;
}

.wd-bk li.bk-cont .title {
    margin-bottom: 20px
}

.wd-bk li.bk-cont .title .subtitle {
    font-weight: normal;
    font-size: 18px
}

.wd-bk li .bk-left {
    float: left;
    width: 390px
}

.wd-bk li .bk-left .bkl-cont {
    overflow: hidden
}

.wd-bk li .bk-left .bkl-cont a {
    float: left;
    width: 187px;
    min-height: 108px;
    margin-bottom: 15px;
    position: relative
}

.wd-bk li .bk-left .bkl-cont a:first-child {
    width: 100%
}

.wd-bk li .bk-left .bkl-cont a:nth-child(3n+2) {
    float: right
}

.wd-bk li .bk-left .bkl-cont a img {
    width: 100%
}

.wd-bk li .bk-left .bkl-cont a span {
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    bottom: 0px;
    left: 0px
}

.wd-bk li .bk-right {
    float: right;
    width: 780px
}

.wd-bk li .bk-right .bkr-left {
    float: left;
    width: 304px;
    margin-left: 1px
}

.wd-bk li .bk-right .bkr-left a {
    display: block;
    margin-bottom: 13px
}

.wd-bk li .bk-right .bkr-right {
    float: right;
    width: 453px
}

.wd-bk li .bk-right .bkr-right .subtitle {
    padding-left: 31px;
    position: relative
}

.wd-bk li .bk-right .bkr-right .subtitle:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(../images/icon.png) no-repeat;
    background-position: -42px -20px
}

.wd-bk li .bk-right .bkr-right dt {
    overflow: hidden;
    /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7px
}

.wd-bk li .bk-right .bkr-right dt a {
    float: left;
    background: #F5F5F5;
    font-size: 14px;
    color: #555555;
    line-height: 35px;
    padding: 0 11px;
    border-radius: 5px;
    text-decoration: none;
    margin-bottom: 10px
}

.wd-bk li .bk-right .bkr-right dd {
    padding: 6px 0;
    overflow: hidden
}

.wd-bk li .bk-right .bkr-right dd i {
    float: left;
    background: #387FFC;
    width: 95px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    font-style: normal
}

.wd-bk li .bk-right .bkr-right dd a {
    float: left;
    max-width: 326px;
    margin-left: 18px;
    font-size: 14px;
    color: #555555;
    line-height: 30px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.section .title .title-box {}

.section .title .title-box span {
    position: relative;
}

.section .title .title-box span:before {
    content: "";
    position: absolute;
    background: #387FFC;
    width: 100%;
    height: 3px;
    bottom: -22px;
    left: 0;
}

.public .left {
    float: left;
    width: 864px
}

.public .left .title ul {
    margin-top: 18px
}

.public .left .public-pic {
    float: left;
    width: 330px;
    overflow: hidden;
}

.public .left .public-pic a {
    float: left;
    width: 160px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.public .left .public-pic a:first-child {
    width: 100%;
    margin-bottom: 8px
}

.public .left .public-pic a:last-child {
    float: right
}

.public .left .public-pic a img {
    width: 100%;
    height: 102px;
}

.public .left .public-pic a:first-child img {
    width: 100%;
    height: 210px;
}

.public .left .public-pic a span {
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(#0E243F), to(transparent));
    background: linear-gradient(to top, #0E243F, transparent);
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    bottom: 0px;
    left: 0px;
    height: 58px;
}

.public .left .dl-list {
    float: left;
    width: 480px;
    margin-left: 30px;
}

.public .right {
    float: right;
    width: 280px;
}

.public .right .figure {
    padding-bottom: 24px
}

.public .right .figure-cont {
    margin-top: 20px;
}

.public .right .figure-cont ul {
    overflow: hidden
}

.public .right .figure-cont li {
    float: left;
    width: 128px;
}

.public .right .figure-cont li:nth-child(2n+1) {
    margin-right: 20px;
}

.public .right .figure-cont .figure-txt {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.public .right .figure-cont .figure-txt a:hover {
    color: #387FFC;
    text-decoration: underline;
}

.public .right .figure-cont .figure-pic img {
    width: 128px;
    height: 73px;
    border-radius: 4px;
}

.update {}

.update-cont {
    margin-top: 6px
}

.update-cont li {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    padding-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.update-cont li:before {
    content: "";
    position: absolute;
    background: #BBBBBB;
    width: 4px;
    height: 4px;
    top: 12px;
    left: 0
}

.update-cont li a:hover {
    color: #387FFC;
}

.public .right .pcourse {}

.public .right .pcourse-cont {
    margin-top: 12px
}

.public .right .pcourse-cont li {
    overflow: hidden
}

.public .right .pcourse-cont li .pcourse-pic {
    float: left;
    width: 160px
}

.public .right .pcourse-cont li .pcourse-info {
    float: right;
    width: 126px
}

.public .right .pcourse-cont li .pcourse-txt {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    min-height: 60px;
    padding-bottom: 6px
}

.public .right .pcourse-cont li .pcourse-btn {
    height: 24px
}

.public .right .pcourse-cont li .pcourse-btn a {
    float: right;
    background: #387FFC;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 24px;
    font-size: 12px;
    color: #FFF;
    text-decoration: none
}

.public .right .utilities {
    margin-bottom: 30px;
}

.public .right .utilities-cont {}

.public .right .utilities-cont ul {
    overflow: hidden
}

.public .right .utilities-cont li {
    float: left;
    width: 33.3332%;
    text-align: center;
    margin-top: 20px;
}

.public .right .utilities-cont li a {
    text-decoration: none
}

.public .right .utilities-cont li a img {
    margin-bottom: 10px;
    width: 32px;
}

.public .right .utilities-cont li i {
    display: block;
    height: 36px;
    margin: 0 auto;
    background: url(../images/utilities-icon.png) no-repeat;
    background-position: 0 0
}

.subbanner {
    border-top: none
}

.section4 .title ul {
    margin-top: 18px
}

.section4 .left {
    float: left;
    width: 330px;
    position: relative;
}

.section4 .left .slide2 {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.section4 .left .slide2 ul {
    overflow: hidden
}

.section4 .left .slide2 li {
    float: left;
    width: 420px;
    height: 210px;
    position: relative;
}

.section4 .left .slide2 li img {
    width: 100%;
    height: 100%;
    display: block;
}

.section4 .left .slide2 li span {
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(#0E243F), to(transparent));
    background: linear-gradient(to top, #0E243F, transparent);
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    bottom: 0px;
    left: 0px;
    height: 58px;
}

.section4 .left .pagination2 {
    position: absolute;
    left: 0;
    top: 221px;
    width: 100%;
}

.section4 .left .pagination2 dl {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section4 .left .pagination2 dd {
    width: 20px;
    height: 3px;
    background: #DDDDDD;
    border-radius: 2px;
    margin-right: 16px;
}

.section4 .left .pagination2 dd:last-child {
    margin-right: 0;
}

.section4 .left .pagination2 dd.active {
    background: rgba(56, 127, 252, 1);
}

.section4 .left .free-audition {
    margin-top: 50px;
}

.section4 .left .free-audition-cont {
    margin-top: 25px;
}

.section4 .left .free-audition-cont ul {
    overflow: hidden;
    /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section4 .left .free-audition-cont li {
    float: left;
    width: 160px;
    height: 102px;
    position: relative;
    cursor: pointer;
}

.section4 .left .free-audition-cont li:hover .free-audition-name {
    opacity: 1;
}

.section4 .left .free-audition-cont li .free-audition-pic {
    overflow: hidden;
    border-radius: 4px;
}

.section4 .left .free-audition-cont li .free-audition-pic img {
    height: 102px;
}

.section4 .left .free-audition-cont li .free-audition-name {
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: rgba(56, 127, 252, .9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section4 .left .free-audition-cont li .free-audition-name a {
    text-align: center;
    font-size: 14px;
    color: #fff;
    max-width: 92px;
    white-space: pre-line;
    line-height: 1.6;
    text-decoration: none;
}

.section4 .dl-list {
    float: left;
    width: 480px;
    margin-left: 30px;
}

.section4 .right {
    float: right;
    width: 280px;
}

.section4 .right .keyword {}

.section4 .right .keyword-change {
    height: 28px;
    overflow: hidden
}

.section4 .right .keyword-change span {
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    padding-left: 36px;
    cursor: pointer;
    position: relative;
}

.section4 .right .keyword-change span:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../images/icon.png) no-repeat;
    background-position: 0 -41px;
    top: 0;
    left: 0
}

.section4 .right .keyword-cont {
    height: 242px;
    margin-top: 20px;
}

.section4 .right .keyword-cont ul {
    display: none;
    overflow: hidden;
}

.section4 .right .keyword-cont ul:first-child {
    display: block
}

.section4 .right .keyword-cont li {
    float: left;
    width: 90px;
    text-align: center;
    margin: 0 0 4px 4px;
}

.section4 .right .keyword-cont li:nth-child(3n+1) {
    margin-left: 0
}

.section4 .right .keyword-cont li a {
    display: block;
    font-size: 14px;
    color: #FFF;
    line-height: 40px;
    background: #35D586;
    text-decoration: none;
}

.section4 .right .keyword-cont li:nth-child(2) a,
.section4 .right .keyword-cont li:nth-child(12) a {
    background: #FF7E7E
}

.section4 .right .keyword-cont li:nth-child(3) a,
.section4 .right .keyword-cont li:nth-child(10) a {
    background: #8299FF
}

.section4 .right .keyword-cont li:nth-child(4) a,
.section4 .right .keyword-cont li:nth-child(6) a,
.section4 .right .keyword-cont li:nth-child(11) a {
    background: #50AAFF
}

.section4 .right .keyword-cont li:nth-child(5) a,
.section4 .right .keyword-cont li:nth-child(7) a,
.section4 .right .keyword-cont li:nth-child(14) a {
    background: #FFA54C
}

.section4 .right .live {
    margin-top: 32px
}

.section4 .right .live .title {
    padding-bottom: 6px;
    border-bottom: solid 1px #E4F0FF
}

.section4 .right .live .title .title-option {
    float: left;
    height: 20px
}

.section4 .right .live .title .title-option span {
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-right: 16px;
    cursor: pointer;
    position: relative
}

.section4 .right .live .title .title-option span:before {
    content: "";
    position: absolute;
    background: #387FFC;
    width: 100%;
    height: 1px;
    bottom: -6px;
    left: 0px;
    display: none
}

.section4 .right .live .title .title-option span.active {
    color: #387FFC
}

.section4 .right .live .title .title-option span.active:before {
    display: block
}

.section4 .right .live .title ul {
    margin-top: 0
}

.section4 .right .live .title li {
    padding: 0
}

.section4 .right .live-cont {
    margin-top: 12px;
    position: relative
}

.section4 .right .live-cont:before {
    content: "";
    position: absolute;
    background: #D8D8D8;
    width: 1px;
    height: 100%;
    top: 0;
    left: 7px
}

.section4 .right .live-cont ul {
    display: none
}

.section4 .right .live-cont ul:first-child {
    display: block
}

.section4 .right .live-cont li {
    padding: 6px 0 6px 21px;
    position: relative
}

.section4 .right .live-cont li:before {
    content: "";
    position: absolute;
    background: #387FFC;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    top: 13px;
    right: 0
}

.section4 .right .live-cont li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 5px transparent;
    border-left: solid 5px #FFF;
    border-bottom: solid 5px transparent;
    top: 20px;
    right: 9px
}

.section4 .right .live-cont li a {
    text-decoration: none
}

.section4 .right .live-cont li .live-date {
    font-size: 12px;
    color: #387FFC;
    line-height: 17px;
    position: relative
}

.section4 .right .live-cont li .live-date:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../images/icon.png) no-repeat;
    background-position: -28px -41px;
    top: 1px;
    left: -21px
}

.section4 .right .live-cont li .live-name {
    width: 170px;
    font-size: 12px;
    color: #333333;
    line-height: 17px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.section7 .title {
    margin-bottom: 11px
}

.section7 .title ul {
    margin-top: 21px
}

.section7 .title li {
    float: left;
    line-height: 25px;
    padding: 0 16px;
    position: relative
}

.section7 .title li a {
    display: block;
    font-size: 14px;
    color: #555555;
    line-height: 25px;
    padding: 0 7px;
    border-radius: 25px;
    text-decoration: none
}

.section7 .title li a:hover {
    background: #387FFC;
    color: #FFF
}

.section7 .title li:before {
    content: "";
    position: absolute;
    background: #96C3FA;
    width: 1px;
    height: 14px;
    top: 6px;
    left: 0
}

.section7 .title li:first-child:before {
    display: none
}

.section7 .training-left {
    float: left;
    width: 270px
}

.section7 .training-center {
    float: left;
    width: 588px;
    margin-left: 30px
}

.section7 .training-center dt ul {
    overflow: hidden;
    /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section7 .training-center dt li {
    float: left;
    width: 186px
}

.section7 .training-center dt li .tc-name {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px
}

.section7 .training-center dd {
    padding-top: 31px
}

.section7 .training-center dd .title {
    margin-bottom: 20px
}

.section7 .training-center dd .subtitle {
    font-weight: normal;
    font-size: 18px;
    padding-left: 20px
}

.section7 .training-center dd ul {
    overflow: hidden;
    /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section7 .training-center dd li {
    float: left;
    width: 183px;
    height: 94px;
    text-align: center;
    line-height: 94px;
    border: solid 1px #F7F7F7
}

.section7 .training-right {
    float: right;
    width: 283px
}

.section7 .training-right .ranking-option {
    background: #F4F4F4;
    height: 52px;
    overflow: hidden
}

.section7 .training-right .ranking-option span {
    float: left;
    width: 94px;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    position: relative
}

.section7 .training-right .ranking-option span:before {
    content: "";
    position: absolute;
    background: #387FFC;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    display: none
}

.section7 .training-right .ranking-option span.active {
    font-size: 18px;
    color: #387FFC
}

.section7 .training-right .ranking-option span.active:before {
    display: block
}

.section7 .training-right .ranking-cont {
    height: 398px;
    padding: 16px 50px 0 21px;
    border: solid 1px #F1F1F1
}

.section7 .training-right .ranking-cont ul {
    display: none
}

.section7 .training-right .ranking-cont ul:first-child {
    display: block
}

.section7 .training-right .ranking-cont li {
    padding: 7px 0;
    overflow: hidden
}

.section7 .training-right .ranking-cont li .ranking-logo {
    float: left;
    width: 50px;
    height: 50px;
    background: #C8C6FB;
    border-radius: 50px
}

.section7 .training-right .ranking-cont li .ranking-name {
    float: right;
    width: 148px;
    min-height: 50px;
    font-size: 14px;
    color: #333333;
    line-height: 20px
}

.section7 .training-right .ranking-cont li .ranking-name span {
    display: block;
    color: #bbbbbb
}

.section9 .title {
    margin-bottom: 8px
}

.section9 .title .title-box span {
    float: left;
}

.section9 .title .title-box a {
    float: left;
    font-size: 24px;
    color: #666666;
    line-height: 58px;
    text-decoration: none;
    margin-left: 42px
}

.section9 .left {
    float: left;
    width: 928px
}

.section9 .left dl {
    overflow: hidden
}

.section9 .left dt {
    float: left;
    width: 280px
}

.section9 .left dd {
    float: right;
    width: 640px
}

.section9 .left dd ul {
    overflow: hidden;
    /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section9 .left dd li {
    float: left;
    width: 208px;
    margin-bottom: 8px
}

.section9 .left dd li .info {
    background: #F8F8F8;
    padding: 9px 6px
}

.section9 .left dd li .name {
    height: 40px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    overflow: hidden
}

.section9 .left dd li .price {
    line-height: 19px;
    margin-top: 9px;
    overflow: hidden
}

.section9 .left dd li .price span {
    float: left;
    font-size: 14px;
    color: #FF5B5B
}

.section9 .left dd li .price i {
    float: right;
    font-size: 12px;
    color: #999999;
    font-style: normal
}

.section9 .right {
    float: right;
    width: 225px
}

.section9 .right .toplist-option {
    height: 20px;
    padding-bottom: 4px;
    border-bottom: solid 1px #E4F0FF
}

.section9 .right .toplist-option span {
    float: left;
    margin-right: 23px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    cursor: pointer;
    position: relative
}

.section9 .right .toplist-option span:before {
    content: "";
    position: absolute;
    background: #2278E3;
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0;
    display: none
}

.section9 .right .toplist-option span.active {
    font-size: 16px;
    color: #387FFC
}

.section9 .right .toplist-option span.active:before {
    display: block
}

.section9 .right .toplist-cont {}

.section9 .right .toplist-cont ul {
    display: none
}

.section9 .right .toplist-cont ul:first-child {
    display: block
}

.section9 .right .toplist-cont li {
    overflow: hidden
}

.section9 .right .toplist-cont li .toplist-logo {
    float: left;
    width: 58px;
    height: 58px;
    border-radius: 58px;
    background: #E5E5E5;
    margin-top: 26px;
    overflow: hidden
}

.section9 .right .toplist-cont li .toplist-info {
    float: left;
    width: 157px;
    padding: 15px 0 15px 10px;
    border-bottom: solid 1px #F5F5F5
}

.section9 .right .toplist-cont li .webo-info {
    float: left;
    width: 157px;
    padding: 15px 0 15px 10px;
    border-bottom: solid 1px #F5F5F5;
    margin-top: 20px;
}

.section9 .right .toplist-cont li .toplist-name {
    font-size: 14px;
    color: #333333;
    line-height: 18px
}

.section9 .right .toplist-cont li .toplist-wx {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    margin-top: 2px
}

.section9 .right .toplist-cont li .toplist-txt {
    font-size: 12px;
    color: #999999;
    line-height: 20px
}

.section9 .right .toplist-cont li .toplist-concern {
    font-size: 12px;
    color: #FF962F;
    line-height: 20px
}

.section10 {
    border-top: none;
    margin-top: 64px
}

.section10 ul {
    overflow: hidden;
    /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section10 li {
    float: left;
    width: 282px;
    overflow: hidden
}

.wait-answer-wra {
    padding-top: 15px;
}

.wait-answer-wra .each-w-a {
    margin-bottom: 16px;
    font-size: 16px;
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wait-answer-wra .each-w-a .l {
    text-decoration: none;
    margin-right: 10px;
}

.wait-answer-wra .each-w-a .l:hover {
    color: #387FFC;
}

.wait-answer-wra .each-w-a .l img {
    /* width: 20px; */
    height: 23px;
    margin-right: 2px;
    margin-top: -6px;
    margin-left: -3px;
}

.wait-answer-wra .each-w-a .l .xs {
    font-size: 17px;
    color: #EFBF01;
    margin-right: 4px;
}

.wait-answer-wra .each-w-a .r {
    color: #EFBF01;
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.footer {
    background: #f6f6f6 !important;
}

.wd-bk li .wd-left .expert-cont dd .expert-info span.teacher-title {
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    background: rgba(243, 243, 243, 1);
    border-radius: 2px;
    margin-left: 10px;
    color: #888;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}



/* add caojy */


.each-hoshi {
    width: 16px;
    height: 16px;
    background: url(../img/star-full.png)0 0 no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 5px;

}

.each-hoshi.half {
    background: url(../img/star-half.png)0 0 no-repeat;
}

.each-hoshi.empty {
    background: url(../img/star.png)0 0 no-repeat;
}

.innerAddress {
    margin-left: 3px;
    color: #8CA5D1;
    padding: 0 5px;
    height: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F7FA;
    min-width: 80px;

}

.innerAddress img {
    color: #839DCE;
    height: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    margin-right: 0px;
    width: 14px;
}

.dd {
    padding: 20px 0;
    width: 306px;
    border-top: 1px solid rgba(211, 211, 211, 1);
}

.dd:hover .teacher-introa>a span {
    text-decoration: underline;
}

.teacher-introa>a span:hover {
    text-decoration: underline;
}

.expert-cont dd:nth-child(1) {
    border-top: none;
    padding-top: 10px;
}

.teacher-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.teacher-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 11px;
}

.teacher-right {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
}

.teacher-infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.teacher-infos .teacher-star {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.teacher-intro {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 25px;
    margin-top: 20px;
}

.text-multiple-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.teacher-tag {
    margin-top: 27px;
    margin-left: -10px;
}

.teacher-tag span {
    display: inline-block;
    height: 24px;
    background: rgba(243, 243, 243, 1);
    border-radius: 2px;
    text-align: center;
    padding: 0 11px;
    line-height: 24px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    margin-left: 10px;
}

.teacher-star b {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin-left: 5px;
}