/* 答题数 公共组件 start */
:root{
    --publick-font-family: 'pingfang sc', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --publick-font-bold: 700;
}
.answerToleSum {
    display: flex;
    justify-content: center;
    height: 2rem;
    line-height: 2rem;
    font-size: .8rem;
    background-color: #fff5ec;
    color: #f47809;
}
/* 答题数 公共组件 end*/

/* 答题页面 start */
.answerSwiper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.answerSwiper .swiper-wrapper {
    height: 100%!important;
}
.answerSwiper .swiper-slide {
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
}
.answerCheckBox {
    padding: 1.5rem .75rem 0;
    box-sizing: border-box;
}

/* 翻书页面效果 */
.bookPage {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fff 0%, #fafafa 50%, #fff 100%);
    border-radius: 8px;
    box-shadow: 
        0 10px 40px rgba(0,0,0,0.15),
        inset 0 0 20px rgba(0,0,0,0.03),
        inset 3px 0 5px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.bookPage::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: .3rem;
    background: linear-gradient(to right, rgba(0,0,0,0.01), transparent);
    pointer-events: none;
}


 /* 翻书页面效果 */
       


/* 翻书的效果 end */

.translateSelection {
    display: flex;
    column-gap: .65rem;
}
.translateSelection .checkMore {
    width: 2.25rem;
    height: 1.3rem;
    line-height: 1.3rem;
    background-color: #ec6941;
    border-radius: 8px 15px 8px 8px;
    font-size: .6rem;
    color: #fff;
    text-align: center;
}
.translateSelection .answerText {
    flex: 1;
    font-size: .8rem;
    line-height: 1.2rem;
    color: #333;
    font-weight: 500;
    font-family: 'pingfang sc', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
}
 .syshij {
    margin: .5rem 0 0 0;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: .4rem;
    text-align: center;
    font-size: .7rem;
    color: #666;
}
 .syshij span {
    display: inline-block;
    width: 4rem;
    text-align: left;
 }
.solutionDl {
    margin: 1.5rem 0 .5rem;
}
.solutionDl dd {
    margin-bottom: .5rem;
}
.solutionDl .con {
    display: flex;
    align-items: center;
    column-gap: .5rem;
    padding: .7rem;
    border-radius: 10px;
    background-color: #f5f5f5;
}
.solutionDl .ridoCheck {
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 100%;
    border: 1px solid #dedede;
    text-align: center;
    text-transform: uppercase;
    font-size: .75rem;
    color: #666;
    text-align: center;
}
.solutionDl .ridoText {
    flex: 1;
    font-size: .73rem;
    color: #333;
    line-height: 1.5;
}
.solutionDl .con.active {
    background-color: #ffede1;
}
.solutionDl .con.active .ridoCheck {
    border-color: #e36a55;
    background-color: #e36a55;
    color: #fff;
}
.answerCorrect {
    padding: .75rem;
    border-radius: 10px;
    display: none;
    background-color: #fff0f0;
    column-gap: .7rem;
    color: #333;
    font-size: .8rem;
    margin-top: .5rem;
}
.answerCorrect.active {
    display: flex;
    align-items: center;
}
.answerCorrect span {
    display: inline-block;
    margin-left: .4rem;
}
.answerCorrect .correctSpan2 {
    color: #0db93a;
}
.answerCorrect .correctSpan1 {
    color: #e36a55;
}
.prevNextShow {
    margin: 3rem 0 4rem;
}
.prevNextShow div {
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 2.5rem;
    font-size: .8rem;
    text-align: center;
    margin-bottom: .65rem;
}
.prevNextShow .upAnswer {
    background-color: #e36a55;
    color: #fff;
    display: none;
}
.prevNextShow .upAnswer.active {
    display: block;
    opacity: 1;
}
.prevNextShow .next {
    background-color: #ffab30;
    color: #fff;
}
.prevNextShow .prev {
    background-color: #e6e6e6;
    color: #666;
}
.prevNextShow  div.active {
    opacity: 0 ;
    display: none;
}

/* 多选确认答案按钮 */
.querAnswer {
    background-color: #ffede1;
    color: #e36a55;
     height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 2.5rem;
    font-size: .8rem;
    text-align: center;
    margin-top: 1rem;
    display: none;
}
.querAnswer.active {
    display: block;
}
/* 选项禁用态 */
.solutionDl .con.disabled {
    pointer-events: none;
    opacity: 0.8;
}

/* 确认按钮禁用态 */
.querAnswer.disabled {
    pointer-events: none;
    opacity: 0.6;
}
.solutionDl.disabled .con {
  pointer-events: none; 
  opacity: 0.8;         
}
/* 答题页面 end */


/* 答案提交页面 start */
.layPop {
    padding: 1.5rem 0;
    text-align: center;
}
.layPop .title {
    font-size: .9rem;
    line-height: 1;
    color: #333;
    margin-bottom: 1.5rem;
}
.layPop .tolaExam {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1rem;
    font-size: .73rem;
    color: #333;
}
.layPop .tolaExam span {
    display: inline-block;
    color: #e36a55;
}
.layui-layer {
    padding: 0!important;
    border-radius: 1rem !important;
}
.layui-layer-btn {
    text-align: center !important;
    padding: 0 !important;
    border-top: 1px solid #e6e6e6 !important;
    display: flex !important;
}
.layui-layer-btn0 {
    width: 50% !important;
    height: 2.5rem !important;
    line-height: 2.5rem !important;
    background-color: transparent !important;
    text-align: center !important;
    font-size: .73rem !important;
    color: #999 !important;
    box-sizing: border-box;
    border: none !important;
    margin: 0 !important;
}
.layui-layer-btn1 {
    width: 50% !important;
     height: 2.5rem !important;
    line-height: 2.5rem !important;
    background-color: transparent !important;
    text-align: center !important;
    font-size: .73rem !important;
    color: #e36a55 !important;
    border: none !important;
    margin: 0 !important;
    
    border-left: 1px solid #e6e6e6 !important;
}
/* 答案提交页面 end */


/* 答题结果 start */
.examResultBg {
    padding: 2rem .75rem 0;
    position: relative;
}
.examResultBg::before {
    display: block;
    width: 100%;
    height: 5rem;
    content: '';
    position: absolute;
    top: 0rem;
    left: 0;
    background: url(../images/iconLi/dtbg.png) no-repeat center bottom;
    background-size: 100%;
}
.examResultBox {
    position: relative;
    z-index: 2;
    padding: 1.65rem .85rem;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    background-image: url(../images/iconLi/dtjgbox.png);
}

.examResultCon {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.examResultCon .icon {
    width: 4rem;
    height: 4rem;
}
.examResultCon .icon img {
    display: block;
    height: 100%;
    object-fit: contain;
}
.examResultCon .icon .img2 {
    display: none;
}
.examPoints .tip {
    font-size: 1rem;
    color: #e36a55;
    margin: .8rem 0 .5rem;
    font-weight: 500;
}
.examPostTxt {
    font-size: .7rem;
    line-height: 1;
    color: #666;
}
.examPostTxt span {
    color: #333;
}
.examPostTxt2 {
    display: none;
}
.examReap {
    margin-top: 1.667rem;
    padding-top: 1rem;
    border-top: 1px dashed #e6e6e6;
}
.examReap .title {
    font-size: .73rem;
    color: #333;
    font-weight: var(--publick-font-bold);
    margin-bottom: 1rem;
}
.examReapText {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    font-size: .7rem;
    color: #666;
}
.examReapText em {
    font-style: normal;
}
.examReapText .examReapTrue {
    color: #0db93a;
    font-weight: var(--publick-font-bold);
}
.examReapText .examReapFalse {
    color: #e36a55;
    font-weight: var(--publick-font-bold);
}
.examPointLink {
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    margin: 1rem 0 3rem;
    padding: 0 .75rem;
}
.examPointLink a {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 2.5rem;
    font-size: .8rem;
    text-align: center;
    font-weight: var(--publick-font-bold);
}
.examPointLink .lookEsam  {
    background-color: #f8d5a2;
    color: #b58438;
}
.examPointLink .lookRank  {
    background-color: #ffede1;
    color: #e36a55;
}
.examPointLink .returnCourse  {
    background-color: #e5e5e5;
    color: #666666;
}
/* 答题结果 end */

/* 考试排名 start */
.testRankingBg {
    padding-top: 2.25rem;
    position: relative;
}
.testRankingBg::before {
    display: block;
    width: 100%;
    height: 6rem;
    content: '';
    position: absolute;
    top: 0rem;
    left: 0;
    background: linear-gradient(to right ,#f5a40e 0%, #ee8d2b 50%, #e77649 100%);
}
.testRankingBox {
    position: relative;
    z-index: 3;
    padding: .75rem;
    background-color: #fff;
    border-radius: 1rem 1rem 0 0;
}
.testRankingBg .title {
    position: relative;
    z-index: 2;
    font-size: .9rem;
    color: #fff;
    padding: 0 .75rem;
    margin-bottom: 1rem;
}
.testRankingBox .post {
    font-size: .75rem;
    color: #333;
    font-weight: var(--publick-font-bold);
    margin-bottom: 1.5rem;
}
.testRankinNum {
    text-align: center;
    margin-bottom: 1rem;
}
.testRankinNum .tip {
    font-size: .65rem;
    color: #666;
}
.testRankinNum .number {
    font-size: 1.2rem;
    color: #e36a55;
     font-family: 'DINPro-Medium';
}
.testRankingTable {
    width: 100%;
}
.testRankingTable td {
    text-align: center;
    font-family: 'DINPro-Medium';
    font-size: 1rem;
    line-height: 1.5;
    font-weight: var(--publick-font-bold);
}
.testRankingTable th {
    font-size: .65rem;
    color: #333;
    font-weight: 500;
}
.translateSelectionBox {
    margin-top: .5rem;
    background-color: #fff;
    padding: .75rem;
    min-height: 25rem;
}
.translateSelectionTable {
    width: 100%;
    overflow-x: auto;
}
.translateSelectionTable th {
    font-size: .75rem;
    color: #333;
    line-height: 2rem;
    font-weight: 500;
}
.translateSelectionTable tbody tr {
    border-top: 1px solid #dedede;
}
.translateSelectionTable td {
    text-align: center;
    padding: 1.5rem .3rem 1rem 0;
    text-align: center;
    line-height: 1.5;
    font-size: .65rem;
}
.translateSelectionTable td:nth-child(2){
    font-size: .75rem;
    color: #333;
    font-weight: var(--publick-font-bold);
}
.translateSelectionTable td:nth-child(3){
    font-size: .65rem;
    color: #666;
}
.translateSelectionTable td[data-num-test]:not([data-num-test="0"]){
    color: #e36a55;
}
.translateSelectionTable td[data-num-test][data-num-test="0"]{
    color: #333;
}
/* 考试排名 end */

/*  问卷调查start*/
.reloadSwiper {
    overflow: hidden;
    width: 100%;
    height: 100% !important;
}
.reloadSwiper .swiper-wrapper {
    height: 100%!important;
}
.reloadSwiper .swiper-slide {
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
}
.reloadBg {
    min-height: 18rem;
}
.reloadBox {
    padding: 0 .75rem 3rem;
    box-sizing: border-box;
}
.tipElPage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .75rem;
    height: 2rem;
    line-height: 2rem;
    background-color: #fff5ec;
}
.tipElPage .tip {
    font-size: .65rem;
    color: #d70000;
}
.tipElPage .swiper-pagination {
    position: relative;
    width: auto;
    bottom: 0;
    font-size: .8rem;
    color: #333;
    font-weight: var(--publick-font-bold);
}
.reloadText {
    font-size: .8rem;
    color: #333;
    line-height: 1.2rem;
    margin: 1.5rem 0 1.2rem;
}
.reloadBtnBox {
    display: flex;
    align-items: center;
    padding: .75rem;
    column-gap: .5rem;
    background-color: #f5f5f5;
    border-radius: .4rem;
    margin-bottom: .7rem;
}
.reloadBtnBox .reloadBtnCheck {
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #dedede;
    border-radius: 100%;
    background-position: center;
    background-size: .85rem;
    background-repeat: no-repeat;
}
.reloadBtnBox .reloadBtn {
    font-size: .73rem;
    line-height: 1.5;
    color: #333;
    font-weight: 500;
    flex: 1;
}
.reloadBtnBox.active {
    background-color: #ffede1;
}
.reloadBtnBox.active .reloadBtnCheck {
    background-image: url(../images/iconLi/dagou.png);
    background-color: #e36a55;
    border-color: #e36a55;
}
.prevNextShow.prevNextShow2{
    margin: 0 0 4rem;
    padding: 0 .75rem;
}
.reloadText textarea {
    display: block;
    width: 100%;
    min-height: 7.5rem;
    border: 1px solid #dedede;
    background-color: #f5f5f5;
    border-radius: .4rem;
    padding: .75rem;
    box-sizing: border-box;
}
/*  问卷调查end*/

/* 问卷调查结果 start */
.questionnaireResult {
    padding: 3rem .85rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.questionnaireResult .icon {
    width: 6.5rem;
    height: 6.5rem;
}
.questionnaireResult .icon img {
    display: block;
    height: 100%;
    object-fit: contain;
}
.questionnaireResult .title {
    font-size: .8rem;
    color: #333;
    margin: 1.5rem 0 5rem;
    font-weight: var(--publick-font-bold);
}
.questionnaireResultLink {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: .8rem;
}
.questionnaireResultLink a {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 2.5rem;
    font-size: .8rem;
    text-align: center;
}
.questionnaireResultLink .a1 {
    color: #b58438;
    background-color: #f8d5a2;
}
.questionnaireResultLink .a2 {
    color: #666;
    background-color: #e6e6e6;
}
/* 问卷调查结果 end */

/* 登录界面 start */
.logngColumn {
    padding: 7rem 1.6rem;
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/iconLi/logingbg.png);
    background-color: #fff;
}
.logngColumn .title {
    padding: 0 .3rem 4rem;
}
.logngColumn .title span {
    display: block;
   background: linear-gradient(to right, #ef100e, #ff6600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-family: 'DingTalk JinBuTi';
}
.logingBtn button {
    display: block;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 2.5rem;
    text-align: center;
    font-size: .8rem;
    color: #fff;
    background: linear-gradient(to right, #98e05f, #0de3ac);
    border: none;
}
.logingAgreement {
    display: flex;
    column-gap: .3rem;
    margin-top: 2.5rem;
}
.logingAgreement .logingRidio {
    width: .7rem;
    height: .7rem;
    border: 1px solid #999;
    border-radius: 100%;
    background-position: center;
    background-size: .45rem;
    background-repeat: no-repeat;
}
.logingAgreement .logingRidio.active {
    background-image: url(../images/iconLi/dagou.png);
    border-color: #e36a55;
    background-color: #e36a55;
}
.logingAgreement .agreementText {
    flex: 1;
    font-size: .6rem;
    color: #999;
    line-height: .7rem;
}
.logingAgreement .agreementText a {
    color: #d70000;
}
/* 登录界面 end */

/* 身份选择 start */
.statusColumn {
    padding: 4.75rem .75rem;
}
.statusCon {
    display: flex;
    margin-bottom: .75rem;
    border-radius: .5rem 2rem .5rem 2rem;
    padding: .8rem 1rem 0;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    column-gap: .75rem;
}
.statusCon .img {
    width: 4rem;
    height: 4rem;
    position: relative;
}
.statusCon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.statusCon .text {
    flex: 1;
    font-size: .8rem;
    color: #333;
    font-weight: var(--publick-font-bold);
}
.statusCon1 {
    background-color: #f9e9e9;
} 
.statusCon2 {
    background-color: #ebf7ff;
}
.statusRido {
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #f5f5f5;
    border-radius: 100%;
    background-position: center;
    background-size: .75rem;
    background-repeat: no-repeat;
    background-color: #fff;
} 
.statusCon.active .statusRido {
    background-image: url(../images/iconLi/dagou.png);
    border-color: #e36a55;
    background-color: #e36a55;
}
/* 身份选择 end */


/* 个人中心 start */
.personalColumn {
    padding: 1.3rem .75rem;
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/iconLi/wdbg.png);
    background-color: #f7f7f7;
}
.personalBox1 {
    background-color: #fff;
    border-radius: .8rem;
    padding: 0 1rem;
}
.userConter {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
    column-gap: .65rem;
}
.userConter .img {
    width: 3.75rem;
    height: 3.75rem;
    border: 2px solid #fff;
    border-radius: 100%;
    position: relative;
    top: -.85rem;
}
.userConter img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.userConter .userCon {
    flex: 1;
}
.userConter  .name {
    font-size: .8rem;
    line-height: 1.5rem;
    color: #333;
    font-weight: var(--publick-font-bold);
}
.userConter .phone {
    font-size: .65rem;
    color: #7a4d00;
}
.personalImport {
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
}
.personalImport dd {
    width: calc(33.3333% - .75rem);
}
.personalImport .con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.personalImport .icon {
    width: 1.667rem;
    height: 1.5rem;
}
.personalImport .icon img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.personalImport .post {
    font-size: .7rem;
    color: #333;
    line-height: 1.5rem;
    text-align: center;
    margin-top: .2rem;
}
.toolsTitle {
    font-size: .7rem;
    color: #222;
    margin: 1rem 0 .7rem;
}
.personalBox2 {
    padding: .35rem .75rem 0;
    border-radius: .35rem;
    background-color: #fff;
}
.personalBox2Dl .con {
    display: flex;
    padding: .85rem 0;
    border-bottom: 1px solid #e6e6e6;
    justify-content: space-between;
    align-items: center;
}
.personalBox2Dl .text {
    display: flex;
    flex: 1;
    column-gap: .35rem;
}
.personalBox2Dl .icon {
    width: 1rem;
    height: 1rem;
}
.personalBox2Dl img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.personalBox2Dl .title {
    flex: 1;
    font-size: .7rem;
    color: #444;
}
.personalBox2Dl .more {
    width: .6rem;
    height: .6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .5rem;
    background-image: url(../images/iconLi/usermore.png);
}
.outCenterBtn button {
    display: block;
    width: 100%;
    margin-top: .8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 2.5rem;
    text-align: center;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    font-size: .65rem;
    color: #999;
}
/* 个人中心 end */

/*  我的问卷 start*/
.myQuestColumn {
    background-color: #f5f5f5;
}
.questSearchBg {
    padding: 1rem .75rem .4rem;
    background-color: #dd6b57;
}
.questSearch {
    display: flex;
    height: 1.667rem;
    line-height: 1.667rem;
    border-radius: 1.667rem;
    background-color: rgba(255,255,255,0.5);
}
.questSearch .input {
    flex: 1;
    padding: 0 .7rem;
    box-sizing: border-box;
}
.questSearch input {
    display: block;
    width: 100%;
     height: 1.667rem;
    line-height: 1.667rem;
    border: none;
    background-color: transparent;
    font-size: .65rem;
    color: #fff;
}
.questSearch input::placeholder {
    color: #fff;
}
.myQuestTable {
    margin-top: .65rem;
    display: flex;
    align-items: center;
    column-gap: 1.5rem;
    color: #fff;
    font-size: .75rem;
}
.myQuestTable .con {
    padding-bottom: .4rem;
    position: relative;
    display: block;
    color: #fff;
}
.myQuestTable .con::before{
    display: block;
    content: "";
    width: 0%;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
}
.myQuestTable dd.hover .con::before{
    width: 100%;
}
.myQuestTableBg {
    margin-top: .6rem;
    padding: 0 .75rem;
}
.myQuestTableDl dd {
    margin-bottom: .7rem;
}
.myQuestTableDl a {
    display: block;
    padding: .65rem;
    background-color: #fff;
    border-radius: .5rem;
    position: relative;
    overflow: hidden;
}
.myQuestTableDl .imgTextBox {
    display: flex;
    column-gap: .68rem;
    position: relative;
}
.myQuestTableDl .img {
    width: 6.5rem;
    height: 4rem;
    border-radius: .5rem;
    overflow: hidden;
}
.myQuestTableDl .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.myQuestTableDl .text {
    flex: 1;
}
.myQuestTableDl .title {
    font-size: .75rem;
    line-height: 1.3rem;
    height: 2.6rem;
    color: #333;
    font-family: var(--publick-font-bold);
}
.myQuestTableDl .tigPoSt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .3rem;
}
.myQuestTableDl .tig {
    position: relative;
    right: -1rem;
    height: 1.1rem;
    line-height: 1.1rem;
    border-radius: 1.1rem;
    background-color: #fff3e1;
    padding: 0 1rem 0 .7rem;
    font-size: .6rem;
    color: #dd6b57;
}
.myQuestTableDl .tig[data-tig="已结束"]{
    background-color: #e6e6e6;
    color: #666;
}
.myQuestTableDl .post {
    font-size: .7rem;
    line-height: 1.1rem;
    color: #666;
}
.myQuestTableDl .time {
    margin: .5rem;
    font-size: .6rem;
    line-height: 1.1rem;
    color: #999;
}
/* 我的问卷 end */

/* 学习记录 start */
.studyClumn {
    padding: 1rem .75rem 0;
    
}
.studyRecordBox{
    display: flex;
    padding: 1rem 0;
    border-radius: .5rem;
    background-color: #f9eede;
}
.studyRecordCon {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.studyRecordCon .num {
    font-size: 1rem;
    color: #d70000;
    font-weight: var(--publick-font-bold);
}
.studyRecordCon .tip {
    font-size: .7rem;
    color: #333;
    margin-top: .6rem;
}
.studyRecordCon1{
    border-right: 1px solid #d1c0a5;
}
.studyDl {
    margin-top: .8rem;
}
.studyDl .con {
    display: flex;
    column-gap: .7rem;
    padding: .8rem 0;
    border-bottom: 1px solid #e6e6e6;
}
.studyDl dd:last-child .con{
    border-bottom: none;
}
.studyDl .img {
    width: 7rem;
    height: 4.75rem;
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
}
.studyDl img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.studyDl .tig {
    font-size: .6rem;
    height: 1rem;
    border-radius: .5rem 0 .5rem 0;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 .6rem;
}
.studyDl .text {
    flex: 1;
   
}
.studyDl .title {
     font-size: .75rem;
    line-height: 1.2rem;
    height: 2.4rem;
    color: #333;
    margin-bottom: .6rem;
}
.studyDl .postStatus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .65rem;
    color: #666;
}
.studyDl .statusTig {
    width: 4rem;
    height: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.studyDl .statusTig[data-status-tig="已学习"]{
    background-image: url(../images/iconLi/yxx.png);
}
.studyDl .statusTig[data-status-tig="已完成"]{
    background-image: url(../images/iconLi/ywc.png);
}
.studyDl .statusTig[data-status-tig="去学习"]{
    background-image: url(../images/iconLi/qxx.png);
}
/* 学习记录 end */
.userProClumn {
    background-color: #fff;
    padding: 1.2rem .75rem;
}
.userProClumn .title {
    font-size: .9rem;
    line-height: 1.5rem;
    color: #000;
    font-weight: var(--publick-font-bold);
    margin-bottom: 1rem;
}
.userProClumn .textC {
    font-size: .65rem;
    line-height: 1.2rem;
    color: #000;
    margin-bottom: 1rem;
}
.userProClumn .userProTitle {
    display: block;
    font-size: .75rem;
    line-height: 1.2rem;
    margin-bottom: .8rem;
    font-weight: var(--publick-font-bold);
}
/* 用户协议 start */

/* 修改手机号 start */
.alterPhoneColumn {
    padding: 0 .75rem;
}
.alterPhoneForm {
    background-color: #fff;
    padding: 0 .75rem 1rem;
    border-radius: .4rem;
}
.alterPhoneForm .item {
    display: flex;
    align-items: center;
    height: 3rem;
    line-height: 3rem;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
}
.alterPhoneForm .input {
    flex: 1;
    box-sizing: border-box;
}
.alterPhoneForm input {
    display: block;
      height: 3rem;
    line-height: 3rem;
    border: none;
    background-color: transparent;
    width: 100%;
}
.alterPhoneForm .phone {
    font-size: .75rem;
    color: #333;
}

.alterPhoneForm .item input::placeholder {
    text-align: right;
}
.alterPhoneForm .item2 input::placeholder {
    text-align: left;
}
.alterPhoneForm .item input {
    text-align: right;
}
.alterPhoneForm .item2 input {
    text-align: left;
}
.alterPhoneForm .tip {
    font-size: .55rem;
    line-height: 1.2rem;
    color: #e50000;
    margin-top: .7rem;
}
.passwordTip {
     font-size: .55rem;
    line-height: 1.2rem;
    color: #e50000;
    display: none;
}
.passwordTip.active {
    display: block;
}
.alterPhoneColumn .logingAgreement {
    margin: 1.2rem 0 1.667rem;
}
.alterPhoneBtn button {
    display: block;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 2.5rem;
    font-size: .9rem;
    color: #fff;
    background-color: #dd6b57;
    text-align: center;
    border: none;
}
.alterPhoneForm .yzmTime {
    color: #dd6b57;
}
.alterPhoneForm .yzmTime.disabled {
    color: #999;
    pointer-events: none;
    cursor: not-allowed;
}
/* 修改手机号 end */

/* 意见反馈 start */
.feedbckForm {
    padding: .75rem;
    background-color: #fff;
    border-radius: .6rem;
    overflow: hidden;
}
.feedbckForm .item {
    margin-bottom: .7rem;
}
.feedbckForm .title {
    font-size: .7rem;
    color: #333;
    margin-bottom: .65rem;
}
.feedbckForm .textArea {
    min-height: 6rem;
    border: 1px dashed #dbdbdb;
    border-radius: .3rem;
    padding: .5rem .75rem;
}
.feedbckForm textarea {
    display: block;
    width: 100%;
    min-height: 5.5rem;
    background-color: transparent;
    border: none;
}
.feedbckForm .count {
text-align: right;
font-size: .6rem;
color: #c7c7c7;
}
.feedbckForm .input {
     border: 1px dashed #dbdbdb;
    border-radius: .3rem;
    height: 2rem;
    padding: 0 .75rem;
}
.feedbckForm .input.flex-1 {
    flex: 1;
}
.feedbckForm .item.flex {
    display: flex;
}
.feedbckForm .item.flex .img {
    width: 3rem;
    height: 2rem;
    border: 1px dashed #dbdbdb;

}
.feedbckForm .item.flex img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.feedbckForm .input input {
    height: 2rem;
    line-height: 2rem;
    border: none;
    display: block;
    width: 100%;
}
.upFeedback {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 4rem;
    background-image: url(../images/iconLi/sctp.png);
    margin-top: .3rem;
}
.feedbackBtn {
    margin-top: 1rem;
}
.feedbackBtn button {
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 2.5rem;
    width: 100%;
    text-align: center;
    font-size: .9rem;
    color: #fff;
    background-color: #dd6b57;
    border: none;
}
/* 意见反馈 end */


/* 团队建设 start */
.jsFlex {
    display: flex;
}
.jsMenu{
    width: 5rem;
    border-right: 1px solid #e6e6e6;
}
.jsTextImg {
    flex: 1;
}
.sjMenudl dd {
    padding: .75rem 0  .75rem .75rem;
}
.sjMenudl .menuyj{
    font-size: .7rem;
    line-height: 1.5;
    color: #333;
}
.sjMenudl ul li a {
    display: block;
    font-size: .6rem;
    line-height: 2rem;
    padding-left: .35rem;
    color: #333;
    border-bottom: 1px solid transparent;
}
.sjMenudl dd.hover{
    background-color: #e36a55;
}
.sjMenudl dd.hover .menuyj{
    color: #fff;
}
.sjMenudl dd.hover ul li a {
    color: #fff;
}
.sjMenudl>dd.hover>.con>ul>li.hover>a {
    border-color: #fff;
}
.sjMenudl .menuSj {
    padding-left: .5rem;
}
.sjMenudl .menuSj span a {
    font-size: .55rem;
}
.sjMenudl .menuSj span>a {
    border: none;
}
.sjMenudl .menuSj span.hover>a {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.jsTextImg{
    padding: .75rem;
}
.jsTextImg .pic{
    border-radius: 10px;
    background-color: #ccc;
}
.jsTextImg .pic::before{
    padding-top: 67.56756%;
}
.jsTextImg dd{
    margin-bottom: 1rem;
}
.jsTextImg .title{
    font-size: .75rem;
    line-height: 1;
    color: #333;
    margin-top: .7rem;
}
/* 团队建设 end */


/* 新增平台链接 start */
.QRColumn{
    padding: 2.5rem 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/iconLi/qrbg.png);
    height: 100%;
}
.QRColumn .mobileBody{
    background: transparent;
}
.QRDl{
    padding: 1.5rem .5rem;
    border: 10px solid #da291f;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.QRDl dd{
    width: calc((100% - 1rem)/2);
}
.QRDl .con{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.QRDl .img{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .75rem;
    background-color: #fff;
    border-radius: .5rem;
    height: 7rem;
    width: 100%;
    box-sizing: border-box;
}
.QRDl img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.QRDl .tip{
    font-size: .7rem;
    color: #333;
    line-height: 1.5;
    margin-top: .75rem;
}
/* 新增平台链接 end */

/* 团队建设 start */
.jsFlex {
    display: flex;
}
.jsMenu{
    width: 5rem;
    border-right: 1px solid #e6e6e6;
    position: relative;
}
.jsTextImg {
    flex: 1;
}
.sjMenudl{
    position: sticky;
    left: 0;
    top: 0;
}
.sjMenudl dd {
    padding: .75rem 0  .75rem .75rem;
}
.sjMenudl .menuyj{
    font-size: .7rem;
    line-height: 1.5;
    color: #333;
}
.sjMenudl ul li a {
    display: block;
    font-size: .6rem;
    line-height: 2rem;
    padding-left: .35rem;
    color: #333;
    border-bottom: 1px solid transparent;
}
.sjMenudl dd.hover{
    background-color: #e36a55;
}
.sjMenudl dd.hover .menuyj{
    color: #fff;
}
.sjMenudl dd.hover ul li a {
    color: #fff;
}
.sjMenudl dd.hover ul li.hover a{
    border-color: #fff;
}
.jsTextImg{
    padding: .75rem;
}
.jsTextImg .pic{
    border-radius: 10px;
    background-color: #ccc;
}
.jsTextImg .pic::before{
    padding-top: 67.56756%;
}
.jsTextImg dd{
    margin-bottom: 1rem;
}
.jsTextImg .title{
    font-size: .75rem;
    line-height: 1;
    color: #333;
    margin-top: .7rem;
}
/* 团队建设 end */
