@font-face {
    font-family: ytStkIcon;
    src: url("/static/home/fonts/jdIonIcons.woff");
}
/*jstanchuang*/
.overall-fiexd{
    width: 100%;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    background: rgba(000, 000, 0000, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 33;
}
.overall-fiexd span{
    display: block;
    padding:15px;
    font-size: 16px;
    color:#fff;
    background: rgba(000, 000, 0000, 0.5);
    border-radius: 5px;
}
/*===========================tanchaung*/
.overallposition-a{
    width: 100%;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    background: rgba(000, 000, 0000, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 29;
}
.overallposition-a .warps{
    width: 100%;
    height: 100%;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overallposition-a .overallposition-a-contents{
    width: 540px;
    height: 500px;
    background: #fff;
    border-radius: 12px;
    position: relative;
}
.overallposition-a .overallposition-a-contents .topclose{
    width: 100%;
    height: 38px;
    padding:19px 20px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
}
.overallposition-a .overallposition-a-contents .topclose img{
    cursor: pointer;
    display: block;
    width: 12px;
    height: 12px;
}
.overallposition-a .overallposition-a-contents .closebtn-titles{
    width: 100%;
    height: 68px;
    text-align: center;
    color:#222222;
    font-size: 20px;
}
.overallposition-a .overallposition-a-contents .closebtn-mains{
    width: 100%;
    height: 286px;
    overflow-y: auto;
    padding:0 58px;
    box-sizing: border-box;

}
.overallposition-a .overallposition-a-contents .closebtn-mains li{
    width: 100%;
    height: 118px;
    background: linear-gradient(to right,#ffe6dd,#fdfbf8);
    margin-bottom: 23px;
    position: relative;
    padding:0 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.overallposition-a .overallposition-a-contents .closebtn-mains li::before{
    content:'';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left:100px;
    top:-12.5px;
}
.overallposition-a .overallposition-a-contents .closebtn-mains li::after{
    content:'';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left:100px;
    bottom:-12.5px;
}
.overallposition-a .overallposition-a-contents .closebtn-mains li .les{
    width:116px;
    border-right: 1px dashed #eec2a2;
}
.overallposition-a .overallposition-a-contents .closebtn-mains li .les .tps{
    color:#ff4332;
    font-size: 49px;
}
.overallposition-a .overallposition-a-contents .closebtn-mains li .les .tps span{
    font-size: 19px;
}
.overallposition-a .overallposition-a-contents .closebtn-mains li .les .btms{
    font-size: 14px;
    color:#ff4233;
}
.overallposition-a .overallposition-a-contents .closebtn-mains li .ris{
    width: 216px;
}
.overallposition-a .overallposition-a-contents .closebtn-mains li .ris .txts{
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px dashed #eae3df;
    color:#ff4332;
    font-size: 16px;
}
.overallposition-a .overallposition-a-contents .closebtn-mains li .ris .txts span{
    display: inline-block;
    padding:0 6px;
    height: 18px;
    color:#ffffff;
    font-size: 14px;
    line-height: 18px;
    background: #ff4332;
    border-radius: 3px;
    margin-right: 5px;
}
.overallposition-a .overallposition-a-contents .closebtn-mains li .ris .txts1{
    width: 100%;
    padding-top: 16px;
    color:#999999;
    font-size: 14px;
}
.overallposition-a .overallposition-a-contents .closebtn-warpbtn{
    width: 100%;
    padding-top: 23px;
    display: flex;
    justify-content: center;
}
.overallposition-a .overallposition-a-contents  .closebtn-warpbtn .btn1{
    width: 240px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(to right,#ff4132,#f99440);
    border-radius: 3px;
    cursor: pointer;
    color:#fff;
    font-size: 14px;
}
/*================index*/
.headers{
    width: 100%;
    height: 64px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headers .lefts{
    display: flex;
    align-items: center;
    padding-left: 32px;
    flex-shrink: 0;
}
.headers .lefts .logos{
    width: 161px;
    height: 47px;
}
.headers .lefts .logos img{
    display: block;
    width: 100%;
    height: 100%;
}
.headers .lefts .uls{
    display: flex;
    align-items: center;
    padding-left: 107px;
}
.headers .lefts .uls li{
    margin-right: 48px;
    position: relative;
}
.headers .lefts .uls li a{
    color:#222222;
    font-size: 14px;
}
.headers .lefts .uls li.hovers a{
    color:#235ff9;
}
.headers .lefts .uls li.hovers::after{
    content: "";
    width: 11px;
    height: 4px;
    background: #235ff9;
    position: absolute;
    left:calc(50% - 5.5px);
    bottom:-8px;
    border-radius: 12px;
}
.headers .rights{
    display: flex;
    align-items: center;
}
.headers .rights .ris{
    display: flex;
    align-items: center;
    width: auto;
    height: 64px;
    justify-content: center;
    margin-left: 10px;
    padding:0 10px;
}
.headers .rights .ris img{
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
}
.headers .rights .ris a{
    color:#222222;
    font-size: 14px;
}
.headers .rights .ris.hovers{
    background: #235ff9;
}
.headers .rights .ris.hovers a{
    color:#fff;
}
.fotters{
    width: 100%;
    height: 370px;
    background: #0b0e12;
}
.fotters .tops{
    width: 1200px;
    margin:0 auto;
    padding-top: 42px;
    display: flex;
    justify-content: space-between;
}

.fotters .tops .lefts{

}
.fotters .tops .lefts img{
    max-width: 300px;
    max-height: 100px;
}
.fotters .tops .lefts span{
    display: block;

    color:#fff;
    padding-top: 17px;
    font-size: 12px;
}
.fotters .tops .rights{
    display: flex;
    justify-content: space-between;
}

.fotters .tops .rights .les{
    padding-right: 150px;
}
.fotters .tops .rights .les .imgs{
    width: 104px;
    height: 104px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fotters .tops .rights .les .imgs img{
    display: block;
    width: 86px;
    height: 86px;
}
.fotters .tops .rights .cens{
    padding-right: 147px;
}
.fotters .tops .rights .cens span{
    display: block;
    color:#ffffff;
    font-size: 12px;
    padding-bottom: 20px;
}
.fotters .tops .rights .ris{
    padding-right: 62px;
}
.fotters .tops .rights .sp1,
.fotters .tops .rights a{
    display: block;
    color:#fff;
    font-size: 14px;
    padding-bottom: 18px;
    padding-bottom: 18px;
}
.fotters .bottoms{
    margin-top: 56px;
    border-top: 1px solid #24272a;
}
.fotters .bottoms .sp1{
    display: block;
    width: 100%;
    height: 64px;
}
.fotters .bottoms .sp1 span{
    display: block;
    width: 1200px;
    height: 64px;
    line-height: 64px;
    color:#fff;
    font-size: 12px;
    margin:0 auto;
}
.fotters .bottoms .sp2{
    display: block;
    width: 100%;
    height: 64px;
    background: #000000;
}
.fotters .bottoms .sp2 a{
    display: block;
    width: 1200px;
    height: 64px;
    line-height: 64px;
    color:#fff;
    font-size: 12px;
    margin:0 auto;
}
.index{
    width: 100%;
    background: #f6f6f6;
    min-width: 1200px;
}
.index .carousels{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.index .carousels .mains{
    width: 160px;
    height: 400px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left:calc(50% - 600px );
    z-index: 8;
    padding:20px 0 0;
    box-sizing: border-box;
}
.index .carousels .mains li{
    width: 100%;
    height: 72px;
    line-height: 72px;
    border-bottom: 1px solid #907c6a;
    padding:0 20px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.index .carousels .mains li::after{
    content:'';
    width: 6px;
    height: 10px;
    background: url("../images/index_r.png") no-repeat center / cover;
    position: absolute;
    right:20px;
    top:calc(50% - 5px);
}
.index .carousels .mains li a{
    color:#fff;
    font-size: 14px;
}
.index .carousels .mains li .inuls{
    width: 360px;
    height: 400px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    right:-360px;
    top:-20px;
    z-index: 99;
    padding:25px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: start;
    overflow-y: auto;
}
.index .carousels .mains li:nth-child(2) .inuls{
    top:-92px;
}
.index .carousels .mains li:nth-child(3) .inuls{
    top:-164px;
}
.index .carousels .mains li:nth-child(4) .inuls{
    top:-236px;
}
.index .carousels .mains li:nth-child(5) .inuls{
    top:-308px;
}

.index .carousels .mains li::before{
    content:"";
    width: 0;
    height: 0;
    border-left:8px solid #7f7d7b;
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
    border-right:10px solid transparent;
    position: absolute;
    right: -18px;
    top:calc(50% - 5px);
    display: none;
    z-index: 999;
}
.index .carousels .mains li.hoverbefore::before{
    display: block;
}
.index .carousels .mains li .inuls::-webkit-scrollbar{
    background-color: #f1f1f1;
    border-radius: 10px;
    width:6px;
  }
.index .carousels .mains li .inuls::-webkit-scrollbar-thumb{
    background-color:#cecece;
    border-radius:10px;
}
.index .carousels .mains li .inuls a{
    display: block;
    line-height: 24px;
    color:#222222;
    font-size: 14px;
    margin-right: 32px;
    margin-bottom: 28px;
}
.index .carousels .mains li .inuls a:hover{
   color:#f00;
}
.index .carousels .btns{
    width: 120px;
    height: 30px;
    position: absolute;
    z-index: 7;
    bottom: 30px;
    left:calc(50% - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.index .carousels .btns li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(00, 00, 00, 0.5);
    margin-right: 10px;
    cursor: pointer;
}
.index .carousels .btns li:last-child{
    margin-right: 0;
}
.index .carousels .btns li.hovers{
    background: #fff
}
.index .contents{
    width: 1200px;
    margin:0 auto;
    padding: 60px 0;
}
.index .contents .titles{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.index .contents .titles .les{
    display: flex;
}

.index .contents .titles .ris a{
    display: block;
    color:#999;
    padding-top:8px;
}
.index .contents .titles .tits{
    color:#222222;
    font-size: 26px;
    padding-right: 24px;
    font-weight: 900;
}
.index .contents .titles .uls{
    display: flex;
    align-items: center;
}
.index .contents .titles .uls li{
    font-size: 16px;
    color:#222222;
    padding:0 25px;
    border-right: 1px solid #cecece;
    cursor: pointer;
}
.index .contents .titles .uls li:last-child{
    border-right: 0;
}
.index .contents .titles .uls li.hovers{
    color:blue;
}
.index .contents .mains1{
    width: 100%;
    display: flex;
    box-shadow: 0 10px 10px 10px #efefef;
    margin-bottom: 60px;
}
.index .contents .mains1 .lefts{
    width: 640px;
    height: 472px;
    background: url("../images/index_lefts.png") no-repeat center / cover;
    padding-top: 84px;
    box-sizing: border-box;
}
.index .contents .mains1 .lefts .tps{
    width: 100%;
    text-align: center;
    color:#141e28;
    font-size: 24px;
    padding-bottom: 25px;
}
.index .contents .mains1 .lefts .times{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}
.index .contents .mains1 .lefts .times span{
    color:#666666;
    font-size: 16px;
}
.index .contents .mains1 .lefts .times span:first-child{
    padding-right: 32px;
}
.index .contents .mains1 .lefts .imgs{
    width: 100%;
    height: 66px;
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.index .contents .mains1 .lefts .imgs img{
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
}
.index .contents .mains1 .lefts  .teachers{
    width: 100%;
    text-align: center;
    color: #ff913e;
    font-size: 16px;
    padding-bottom: 60px;
}
.index .contents .mains1 .lefts  .looks{
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
}
.index .contents .mains1 .lefts  .looks a{
    display: block;
    width: 224px;
    height: 44px;
    background: #235ff9;
    color:#fff;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
}
.index .contents .mains1 .rights{
    width: 560px;
    height: 472px;
    padding:14px 14px 14px 16px;
    box-sizing: border-box;
    overflow-y: auto;
}
.index .contents .mains1 .rights::-webkit-scrollbar{
    background-color: #f1f1f1;
    border-radius: 10px;
    width:6px;
  }
  .index .contents .mains1 .rights::-webkit-scrollbar-thumb{
    background-color:#cecece;
    border-radius:10px;
}
.index .contents .mains1 .rights li{
    width: 100%;
    height: 115px;
}
.index .contents .mains1 .rights li a{
    display: block;
    width: 100%;
    height: 115px;
    display: flex;
    justify-content:space-between;
    padding:0 12px;
    box-sizing: border-box;
    align-content: center;
    align-items: center;
}
.index .contents .mains1 .rights li a .les{
    width: 65px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.index .contents .mains1 .rights li a .les img{
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.index .contents .mains1 .rights li a .les span{
    display: block;
    width: 100%;
    text-align: center;
    color:#222222;
    font-size: 14px;
    padding-top: 12px;
}
.index .contents .mains1 .rights li a .ris{
    width: calc(100% - 65px);
}
.index .contents .mains1 .rights li a .ris .tps{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 17px;
}
.index .contents .mains1 .rights li a .ris .tps .ls{
    display: flex;
    align-items: center;
}
.index .contents .mains1 .rights li a .ris .tps .ls img{
    display: block;
    width: 18px;
    height: 18px;
}
.index .contents .mains1 .rights li a .ris .tps .ls span{
    color:#222222;
    font-size: 14px;
    padding-left: 9px;
}
.index .contents .mains1 .rights li a .ris .tps .rs{
    width: 90px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color:#999999;
    font-size: 14px;
    background: #f5f5f5;
}
.index .contents .mains1 .rights li a .ris .bms{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.index .contents .mains1 .rights li a .ris .bms .sp1{
    display: block;
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color:#fff;
    font-size: 12px;
    background: #338aff;
}
.index .contents .mains1 .rights li a .ris .bms .sp2{
    display: block;
    width: calc(100% - 55px);
    color:#222222;
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.index .contents .mains1 .rights li.hovers{
    background: #ffecea;
}
.index .contents .mains1 .rights li.hovers a .ris .tps .rs{
    color:#ff4032;
    background: #fff;
}
.index .contents .mains2{
    width: 100%;
    margin-bottom: 60px;
}
.index .contents .mains2 .uls{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
.index .contents .mains2 .uls li{
   width: 285px;
   height: 320px;
   background: #fff;
   transition:transform .3s linear;
}
.index .contents .mains2 .uls li:hover{
    transform: translate(-3px,-5px);
    box-shadow: 0 0 5px 5px #efefef;
}
.index .contents .mains2 .uls li .imgs{
    width: 285px;
    height: 176px;
}
.index .contents .mains2 .uls li .imgs img{
    display: block;
    width: 285px;
    height: 176px;
}
.index .contents .mains2 .uls li .txts{
    width: 100%;
    padding:0 10px;
    box-sizing: border-box;
    height: 46px;
    line-height: 46px;
    color:#222222;
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.index .contents .mains2 .uls li  .objects{
    width: 100%;
    height: 50px;
    padding:0 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.index .contents .mains2 .uls li  .objects span{
    display: inline-block;
    height: 20px;
    padding:0 10px;
    line-height: 20px;
    color:#000;
    font-size: 12px;
    background: #f3f3f3;
    margin-bottom: 5px;
    margin-right: 8px;
}
.index .contents .mains2 .uls li  .pays{
    width: 100%;
    padding:0 10px;
    box-sizing: border-box;
    color:#ff0017;
    font-size: 30px;
    font-weight: 900;
}
.index .contents .mains2 .uls li  .pays span{
    font-size: 14px;
    font-weight: normal;
}
.index .contents .mains3{
    width: 100%;
    height: 554px;
    display: flex;
    justify-content: space-between;
}
.index .contents .mains3 .lefts,
.index .contents .mains3 .centers,
.index .contents .mains3 .rights{

}
.index .contents .mains3 .centers{
     width: calc(400px - 15px);
}
.index .contents .mains3 .rights{
    width: calc(800px - 15px);
}
.index .contents .mains3 .lefts .tits,
.index .contents .mains3 .centers .tits,
.index .contents .mains3 .rights .tits{
    width: 100%;
    height: 114px;
    padding:60px 0 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index .contents .mains3 .lefts .tits span,
.index .contents .mains3 .centers .tits span,
.index .contents .mains3 .rights .tits span{
    color:#222222;
    font-size: 26px;
    font-weight: 900;
}
.index .contents .mains3 .lefts .tits a,
.index .contents .mains3 .centers .tits a,
.index .contents .mains3 .rights .tits a{
    color:#999;
    font-size: 14px;
}
.index .contents .mains3 .lefts .uls,
.index .contents .mains3 .centers .uls,
.index .contents .mains3 .rights .uls{
    width: 100%;
    height: 440px;
    background: #fff;
    padding:10px;
    box-sizing: border-box;
}
.index .contents .mains3 .lefts .uls li,
.index .contents .mains3 .centers .uls li,
.index .contents .mains3 .rights .uls li {
    width: 100%;
}
.index .contents .mains3 .rights .uls{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.index .contents .mains3 .rights .uls li{
    width: 50%;
    margin-bottom: 27px;
}
.index .contents .mains3 .lefts .uls li a,
.index .contents .mains3 .rights .uls li a{
    display: block;
    width: 100%;
    display: flex;
    height: 82px;
    padding: 0 10px;
    align-items: center;
    box-sizing: border-box;
}
.index .contents .mains3 .lefts .uls li a:hover,
.index .contents .mains3 .centers .uls li a:hover,
.index .contents .mains3 .rights .uls li a:hover{
    background: #f7f7f7;
}
.index .contents .mains3 .lefts .uls li .les{
    width: 40px;
    color:#d6d6d6;
    font-size: 24px;
    font-weight: 900;
}
.index .contents .mains3 .lefts .uls li .ris{
    width: calc(100% - 40px);
}
.index .contents .mains3 .lefts .uls li .ris .txts{
    color:#222222;
    font-size: 16px;
    padding-bottom: 14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.index .contents .mains3 .lefts .uls li:nth-child(1) .les{
    color:#ff0017;
}
.index .contents .mains3 .lefts .uls li:nth-child(2) .les{
    color:#ff6600;
}
.index .contents .mains3 .lefts .uls li:nth-child(3) .les{
    color:#ffaa00;
}
.index .contents .mains3 .lefts .uls li .ris .times{
    color:#999999;
    font-size: 12px;
}
.index .contents .mains3 .centers .uls li a{
    display: block;
    width: 100%;
    height: 82px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    box-sizing: border-box;
}
.index .contents .mains3 .centers .uls li a .txts{
    width: 100%;
    color:#222222;
    font-size: 16px;
    padding-bottom: 14px;
}
.index .contents .mains3 .centers .uls li a .txts1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index .contents .mains3 .centers .uls li a .txts1 .sp1{
    display: block;
    width: 30px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #98d482;
    color:#fff;
    font-size: 12px;
    border-radius: 3px;
}
.index .contents .mains3 .centers .uls li a .txts1 .sp2{
    width: calc(100% - 40px);
    color: #999999;
    font-size: 14px;
}
.index .contents .mains3 .rights .uls li a .les{
    width: 56px;
    height: 46px;
    display: flex;
    align-items: center;
}
.index .contents .mains3 .rights .uls li a .les img{
    display: block;
    width: 36px;
    height: auto;
}

.index .contents .mains3 .rights .uls li a .ris{
    width: calc(100% - 56px);
}
.index .contents .mains3 .rights .uls li a .ris .txts{
    width: 100%;
    color:#222222;
    font-size: 16px;
    padding-bottom: 14px;
}
.index .contents .mains3 .rights .uls li a  .ris .txts1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.index .contents .mains3 .rights .uls li a  .ris .txts1 .sp1{
    display: block;
    width: 30px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #f4a469;
    color:#fff;
    font-size: 12px;
    border-radius: 3px;
}

.index .contents .mains3 .rights .uls li a  .ris .txts1 .sp2{
    width: calc(100% - 40px);
    color: #999999;
    font-size: 14px;
}
.index .contents .mains4{
    width: 100%;
    height: 388px;
    background: #fff;
    display: flex;
    align-items: center;
    padding:0 20px 0 68px;
    box-sizing: border-box;
    justify-content: space-between;
    margin-bottom: 60px;
}
.index .contents .mains4 .lefts{
    width: 695px;
}
.index .contents .mains4 .lefts li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index .contents .mains4 .lefts li .les{
    width: 259px;
    height: auto;
}
.index .contents .mains4 .lefts li .les img{
    display: block;
    width: 210px;
    height: auto;
    position: relative;
    top:29px;
}
.index .contents .mains4 .lefts li .ris{
    width: 380px;
}
.index .contents .mains4 .lefts li .ris .names{
    width: 100%;
    color:#141e28;
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 16px;
}
.index .contents .mains4 .lefts li .ris .objects{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 68px;
}
.index .contents .mains4 .lefts li .ris .objects span{
    display: inline-block;
    height: 23px;
    padding:0 10px;
    box-sizing: border-box;
    border:1px solid #235ff9;
    font-size: 12px;
    text-align: center;
    line-height: 21px;
    color:#235ff9;
    margin-right: 10px;
    margin-bottom: 10px;
}
.index .contents .mains4 .lefts li .ris .txts{
    width: 100%;
    color:#141e28;
    font-size: 14px;
    padding-bottom: 23px ;
    border-bottom: 1px dashed #ececed;
}
.index .contents .mains4 .lefts li .ris .txts1{
    width: 100%;
    color:#141e28;
    font-size: 14px;
    padding-top: 23px ;
}
.index .contents .mains4 .lefts li .ris .txts1 span{
    color:#999999;
}
.index .contents .mains4 .rights{
    width: 377px;
    height: 330px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}
.index .contents .mains4 .rights li{
    width: 88px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 4px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.index .contents .mains4 .rights li img{
    width: 100%;
    height: 100%;
}
.index .contents .mains4 .rights li.hovers::after{
    width: 88px;
    height: 96px;
    border:1px solid #98d482;
    content: "";
    position: absolute;
    left:0;
    top:0;
}

/*=================精品课程boutique*/
.boutique{
    width: 100%;
    background: #f6f6f6;
}
.boutique .contents{
    width: 1200px;
    margin:0 auto;
    padding-top: 20px;

}
.boutique .contents .tops{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    box-sizing: border-box;
    background: #fff;
    padding: 20px 0 20px 33px;
}
.boutique .contents .tops .lefts{
    width: 115px;
    color:#666666;
    font-size: 14px;
}
.boutique .contents .tops .cens{
    width: 910px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    gap: 18px 26px;
}
.boutique .contents .tops .cens li{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding:0 7px;
    color:#000;
    font-size: 14px;
    cursor: pointer;
}
.boutique .contents .tops .cens li.hovers{
   background: #e5efff;
}
.boutique .contents .tops .cens li.hovers a{
    font-weight: 900;
    color: #235ff9;
}
.boutique .contents .tops .rights{
    width: calc(100% - 910px - 115px);
    display: flex;
    align-content: flex-end;
    align-items: end;
}
.boutique .contents .tops .rights a{
    color:#999999;
    font-size: 14px;
    flex-shrink:0;
    margin-bottom: 18px;
    line-height: 32px;
}
.boutique .contents .centers{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 68px;
}
.boutique .contents .centers li{
   width: 285px;
   height: 320px;
   background: #fff;
   transition:transform .3s linear;
   margin-bottom: 23px;
   margin-right: 20px;
}
.boutique .contents .centers li:nth-child(4n){
    margin-right: 0;
}
.boutique .contents .centers li:hover{
    transform: translate(-3px,-5px);
    box-shadow: 0 0 5px 5px #efefef;
}
.boutique .contents .centers li .imgs{
    width: 285px;
    height: 176px;
}
.boutique .contents .centers li .imgs img{
    display: block;
    width: 285px;
    height: 176px;
}
.boutique .contents .centers li .txts{
    width: 100%;
    padding:0 10px;
    box-sizing: border-box;
    height: 46px;
    line-height: 46px;
    color:#222222;
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.boutique .contents .centers li  .objects{
    width: 100%;
    height: 50px;
    padding:0 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.boutique .contents .centers li  .objects span{
    display: inline-block;
    height: 20px;
    padding:0 10px;
    line-height: 20px;
    color:#000;
    font-size: 12px;
    background: #f6f6f6;
    margin-bottom: 5px;
    margin-right: 8px;
}
.boutique .contents .centers li  .pays{
    width: 100%;
    padding:0 10px;
    box-sizing: border-box;
    color:#ff0017;
    font-size: 30px;
    font-weight: 900;
}
.boutique .contents .centers li  .pays span{
    font-size: 14px;
    font-weight: normal;
}
.boutique .contents .warps .empty-state {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    min-height: 400px;
}
.boutique .contents .warps .empty-state .empty-content {
    text-align: center;
    max-width: 400px;
}
.boutique .contents .warps .empty-state .empty-content .empty-icon-wrapper {
    margin-bottom: 30px;
    animation: course-index-float 3s ease-in-out infinite;
}
.boutique .contents .warps .empty-state .empty-content .empty-icon-wrapper .empty-svg {
    display: inline-block;
}
@keyframes course-index-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.boutique .contents .warps .empty-state .empty-content .empty-text h3 {
    font-size: 24px;
    color: #333;
    margin: 0 0 15px 0;
    font-weight: 600;
}
.boutique .contents .warps .empty-state .empty-content .empty-text p {
    font-size: 16px;
    color: #666;
    margin: 0 0 8px 0;
    line-height: 1.6;
}
.boutique .contents .warps .empty-state .empty-content .empty-text .sub-text {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}
.boutique .contents .warps .empty-state .empty-content .empty-action {
    margin-top: 20px;
}
.boutique .contents .warps .empty-state .empty-content .empty-action .btn-primary {
    display: inline-block;
    padding: 12px 40px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}
.boutique .contents .warps .empty-state .empty-content .empty-action .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4);
    background: linear-gradient(135deg, #357abd 0%, #2868a8 100%);
    color: #fff;
}
.boutique .contents .warps .empty-state .empty-content .empty-action .btn-primary:active {
    transform: translateY(0);
}
/*===============boutiquedetaill*/
.boutiquedetaill{
    width: 100%;
    background: #fafafa;
}
.boutiquedetaill .contents{
    width: 1200px;
    margin: 0 auto;

}
.boutiquedetaill .contents .bars{
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    color:#999999;
}
.boutiquedetaill .contents .bars a{
    display: block;
    color:#999999;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
}
.boutiquedetaill .contents .bars a:first-child{
    padding-left: 0;
}
.boutiquedetaill .contents .bars a.a1{
    color:#000;
}
.boutiquedetaill .contents .tops{
    width: 100%;
    height: auto;
    background: #fff;
    padding:30px;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 20px;
}
.boutiquedetaill .contents .tops .lefts{

}
.boutiquedetaill .contents .tops .lefts .imgs{
    width: 100%;
    padding-bottom: 30px;
}
.boutiquedetaill .contents .tops .lefts .imgs img{
    display: block;
    width: 450px;
    height: 348px;
}
.boutiquedetaill .contents .tops .lefts .uls{
    width: 100%;
    display: flex;
    align-items: center;
}
.boutiquedetaill .contents .tops .lefts .uls li{
    display: flex;
    align-items: center;
}
.boutiquedetaill .contents .tops .lefts .uls li span{
    color:#999999;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 30px;
}
.boutiquedetaill .contents .tops .rights{
    padding-left: 30px;
}
.boutiquedetaill .contents .tops .rights .tits{
    width: 100%;
    color:#222222;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.boutiquedetaill .contents .tops .rights .tits1{
    width: 100%;
    color:#999999;
    font-size: 12px;
    padding-bottom: 19px;
}
.boutiquedetaill .contents .tops .rights .spec-list {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.boutiquedetaill .contents .tops .rights .spec-list .les {
    flex-shrink: 0;
    color: #999999;
    font-size: 14px;
    line-height: 32px;
}
.boutiquedetaill .contents .tops .rights .spec-list .ris{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-left: 10px;
}
.boutiquedetaill .contents .tops .rights .spec-list .ris li{
    padding: 6px 12px;
    background: #f5f5f5;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s;
    border: 1px solid transparent;
}
.boutiquedetaill .contents .tops .rights .spec-list .ris li.hovers{
    background: #fff3e0;
    border-color: #ff6b35;
    color: #ff6b35;
}
.boutiquedetaill .contents .tops .rights .spec-list .ris li:hover{
    background: #e8e8e8;
}
.boutiquedetaill .contents .tops .rights .objects{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    align-items: flex-start;
    margin-bottom: 15px;
}
.boutiquedetaill .contents .tops .rights .objects .les{
    width: 80px;
    color:#999999;
    font-size: 14px;
    line-height: 32px;
    flex-shrink: 0;
}
.boutiquedetaill .contents .tops .rights .objects .ris{
    width: calc(100% - 80px);
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    gap: 8px;
    margin-left: 10px;
}
.boutiquedetaill .contents .tops .rights .objects .ris li{
    text-align: center;
    line-height: 28px;
    color:#999999;
    margin-bottom: 11px;
    margin-right: 11px;
    padding: 6px 12px;
    background: #f5f5f5;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s;
    border: 1px solid transparent;
}
.boutiquedetaill .contents .tops .rights .objects .ris li.hovers{
    background: #fff3e0;
    border-color: #ff6b35;
    color: #ff6b35;
}

.boutiquedetaill .contents .tops .rights .objects .ris li:hover {
    background: #e8e8e8;
}
.boutiquedetaill .contents .tops .rights .subjects{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 11px;
}
.boutiquedetaill .contents .tops .rights .subjects .les{
    width: 80px;
    color:#999999;
    font-size: 14px;
    line-height: 28px;
}
.boutiquedetaill .contents .tops .rights .subjects .ris{
    width: calc(100% - 80px);
    display: flex;
    flex-wrap: wrap;
}
.boutiquedetaill .contents .tops .rights .subjects .ris li{
    width: 90px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background: #f7f7f7;
    border-radius: 3px;
    color:#999999;
    font-size: 14px;
    margin-right: 11px;
    margin-bottom: 11px;
    cursor: pointer;
}
.boutiquedetaill .contents .tops .rights .subjects .ris li.hovers{
    background: #ff4032;
    color:#fff;
}
.boutiquedetaill .contents .tops .rights .times{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.boutiquedetaill .contents .tops .rights .times .les{
    width: 80px;
    color:#999999;
    font-size: 14px;
    line-height: 28px;
}
.boutiquedetaill .contents .tops .rights .times .ris{
    width: calc(100% - 80px);
    display: flex;
    color:#222222;
    font-size: 14px;
    line-height: 28px;
}
.boutiquedetaill .contents .tops .rights .rudeuces{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.boutiquedetaill .contents .tops .rights .rudeuces .les{
    width: 80px;
    color:#999999;
    font-size: 14px;
    line-height: 28px;
}
.boutiquedetaill .contents .tops .rights .rudeuces .ris{
    width: calc(100% - 80px);
    display: flex;
    color:#222222;
    font-size: 14px;
    align-items: center;
}
.boutiquedetaill .contents .tops .rights .rudeuces .ris .sp2{
    display: inline-block;
    height: 18px;
    padding:0 5px;
    background: url("../images/boutiquedetaill_rd.png") no-repeat center / cover;
    color:#ff4032;
    margin-right: 10px;
}
.boutiquedetaill .contents .tops .rights .rudeuces .ris span:first-child{
    margin-right: 10px;
}
.boutiquedetaill .contents .tops .rights .rudeuces .ris .sp3{
    color:#999999;
    cursor: pointer;
}
.boutiquedetaill .contents .tops .rights .pays{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 56px;
}
.boutiquedetaill .contents .tops .rights .pays .les{
    width: 80px;
    color:#999999;
    font-size: 14px;
    line-height: 28px;
    display: flex;
    align-content: flex-end;
}
.boutiquedetaill .contents .tops .rights .pays .ris{
    width: calc(100% - 80px);
    display: flex;
    color:#ff0017;
    font-size: 30px;
    line-height: 28px;
}
.boutiquedetaill .contents .tops .rights .pays .ris span{
    font-size: 14px;
    padding-top: 6px;
    padding-right: 3px;
}
.boutiquedetaill .contents .tops .rights .btns{
    width: 100%;
    display: flex;
}
.boutiquedetaill .contents .tops .rights .btns a{
    display: block;
    width: 112px;
    height: 42px;
    text-align: center;
    font-size: 16px;
}
.boutiquedetaill .contents .tops .rights .btns a.a1{
    color:#fff;
    background: #ff4032;
    line-height: 42px;
    border-radius: 3px;
    margin-right: 20px;

}
.boutiquedetaill .contents .tops .rights .btns a.a2{
    background: #ffbe32;
    line-height: 40px;
    border-radius: 3px;
    color:#fff;
}
.boutiquedetaill .contents .centers{
    width: 100%;
    padding-bottom: 64px;
    display: flex;
    justify-content: space-between;
}
.boutiquedetaill .contents .centers .lefts{
    width: 788px;
    background: #fff;
}
.boutiquedetaill .contents .centers .lefts .uls{
    width: 100%;
    height: 64px;
    padding:0 33px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #efefef;
    box-sizing: border-box;
}
.boutiquedetaill .contents .centers .lefts .uls li{
    color:#222222;
    font-size: 16px;
    margin-right: 66px;
    position: relative;
    cursor: pointer;
}
.boutiquedetaill .contents .centers .lefts .uls li.hovers::after{
    content: "";
    width: 24px;
    height: 3px;
    background: #235ff9;
    position: absolute;
    left: calc(50% - 12px);
    bottom: -22px;
}
.boutiquedetaill .contents .centers .lefts .uls li span{
    display: block;
    width: 75px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background: linear-gradient(to right,#eb3653,#fb7459);
    color:#fff;
    font-size: 14px;
    position: absolute;
    right:-60px;
    top:-22px;
    box-shadow: 0 2px 5px 5px #fbdce1;
}
.boutiquedetaill .contents .centers .lefts .uls li span::after{
    content: "";
    border-left:6px solid #ea3653;
    border-top: 6px solid #ea3653;
    border-right:6px solid transparent;
    border-bottom:6px solid transparent ;
    position: absolute;
    left:0;
    bottom: -6px;
}
.boutiquedetaill .contents .centers .lefts .course-content{
    padding: 20px;
    line-height: 1.8;
    color: #333;
    box-sizing: border-box;
}
.boutiquedetaill .contents .centers .lefts .course-content img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.boutiquedetaill .contents .centers .lefts .course-catalog{
    padding: 20px;
    box-sizing: border-box;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper {
    width: 100%;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-tabs .catalog-tab {
    padding: 8px 20px;
    background: #f5f5f5;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-tabs .catalog-tab:hover {
    background: #e0e0e0;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-tabs .catalog-tab.active {
    background: #ff6b35;
    color: #fff;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel {
    display: none;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel.active {
    display: block;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel .teacher-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel .teacher-tabs .teacher-tab {
    padding: 8px 20px;
    background: #f5f5f5;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    transition: all 0.3s;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel .teacher-tabs .teacher-tab:hover {
    background: #e8f4ff;
    color: #1890ff;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel .teacher-tabs .teacher-tab.active {
    background: #1890ff;
    color: #fff;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel .teacher-content {
    display: none;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel .teacher-content.active {
    display: block;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel .teacher-content .catalog-course {
    margin-bottom: 25px;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel .teacher-content .catalog-course .course-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 3px solid #ff6b35;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel .teacher-content .chapter-item {
    margin-bottom: 15px;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel .teacher-content .chapter-name {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 8px 12px;
    background: #f9f9f9;
    border-radius: 4px;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel .teacher-content .chapter-item .video-list {
    list-style: none;
    padding-left: 20px;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel .teacher-content .chapter-item .video-list .video-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel .teacher-content .chapter-item .video-list .video-item:last-child {
    border-bottom: none;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel .teacher-content .chapter-item .video-list .video-item .video-icon {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel .teacher-content .chapter-item .video-list .video-item .video-icon .free-icon {
    display: inline-block;
    padding: 2px 6px;
    background: #4caf50;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel .teacher-content .chapter-item .video-list .video-item .video-title {
    flex: 1;
    color: #333;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel .teacher-content .chapter-item .video-list .video-item .video-time {
    color: #999;
    font-size: 13px;
    margin-left: 15px;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel .teacher-content .chapter-item .video-list .video-item .audition-btn {
    margin-left: 10px;
    padding: 2px 8px;
    background: #4caf50;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}
.boutiquedetaill .contents .centers .lefts .course-catalog .catalog-swiper .catalog-content .catalog-panel .teacher-content .chapter-item .video-list .video-item .audition-btn:hover {
    background: #45a049;
}
.boutiquedetaill .contents .centers .lefts .teacher-list {
    padding: 20px;
    box-sizing: border-box;
}
.boutiquedetaill .contents .centers .lefts .teacher-list .teacher-item {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.boutiquedetaill .contents .centers .lefts .teacher-list .teacher-item .teacher-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}
.boutiquedetaill .contents .centers .lefts .teacher-list .teacher-item .teacher-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.boutiquedetaill .contents .centers .lefts .teacher-list .teacher-item .teacher-info {
    flex: 1;
}
.boutiquedetaill .contents .centers .lefts .teacher-list .teacher-item .teacher-info h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.boutiquedetaill .contents .centers .lefts .teacher-list .teacher-item .teacher-info .teacher-major {
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}
.boutiquedetaill .contents .centers .lefts .teacher-list .teacher-item .teacher-info .teacher-material {
    color: #999;
    font-size: 13px;
    line-height: 1.6;
}





.boutiquedetaill .contents .centers .lefts .mains1{
    width: 100%;
    padding:20px;
    box-sizing: border-box;
}
.boutiquedetaill .contents .centers .lefts .mains1 img{
    display: block;
    width: 100%;
    height: auto;
}
.boutiquedetaill .contents .centers .lefts .mains2{
    width: 100%;
    padding:20px;
    box-sizing: border-box;
}
.boutiquedetaill .contents .centers .lefts .mains2 .inuls{
    width: 100%;
}
.boutiquedetaill .contents .centers .lefts .mains2 .inuls li{
    width: 100%;
}
.boutiquedetaill .contents .centers .lefts .mains2 .inuls li .tits{
    width: 100%;
    height: 52px;
    padding:0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background: #f7f7f7;
    cursor: pointer;
}
.boutiquedetaill .contents .centers .lefts .mains2 .inuls li .tits .les{
    width: 650px;
    color:#36363a;
    font-size: 24px;
    font-weight: 900;
}
.boutiquedetaill .contents .centers .lefts .mains2 .inuls li .tits .ris{
    display: flex;
    align-items: center;
}
.boutiquedetaill .contents .centers .lefts .mains2 .inuls li .tits .ris span{
    padding-right: 5px;
}
.boutiquedetaill .contents .centers .lefts .mains2 .inuls li .tits .ris::after{
    content:'';
    width: 13px;
    height: 7px;
    background: url("../images/boutiquedetaill_up.png") no-repeat center;
}
.boutiquedetaill .contents .centers .lefts .mains2 .inuls li .tits .ris.hovers::after{
    content:'';
    width: 13px;
    height: 7px;
    background: url("../images/boutiquedetaill_up.png") no-repeat center;
    transform:rotate(180deg)
}
.boutiquedetaill .contents .centers .lefts .mains2 .inuls li .objs{
    width: 100%;
    padding:30px 10px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.boutiquedetaill .contents .centers .lefts .mains2 .inuls li .objs span{
    display: block;
    padding:0 30px;
    background: #f7f7f7;
    border-radius: 3px;
    border:1px solid #edeef0;
    height: 32px;
    line-height: 32px;
    margin-right: 11px;
    margin-bottom: 11px;
    cursor: pointer;
}
.boutiquedetaill .contents .centers .lefts .mains2 .inuls li .objs span.hovers{
    color:#235ff9;
    border:1px solid #235ff9;
    background: #eef4ff;
}
.boutiquedetaill .contents .centers .lefts .mains2 .inuls li .lists{
    width: 100%;
    padding:0 10px;
    box-sizing: border-box;
}
.boutiquedetaill .contents .centers .lefts .mains2 .inuls li .lists .auls{
    width: 100%;
}
.boutiquedetaill .contents .centers .lefts .mains2 .inuls li .lists .auls li{
    width: 100%;
    height: 66px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e5e5;
    cursor: pointer;
}
.boutiquedetaill .contents .centers .lefts .mains2 .inuls li .lists .auls li:last-child{
    border-bottom: 0;
}
.boutiquedetaill .contents .centers .lefts .mains2 .inuls li .lists .auls li .les{
    max-width: 582px;
    height: 66px;
    display: flex;
    align-items: center;
}
.boutiquedetaill .contents .centers .lefts .mains2 .inuls li .lists .auls li .les .sp1{
    color:#222222;
    font-size: 14px;
    width: calc(100% - 45px);
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.boutiquedetaill .contents .centers .lefts .mains2 .inuls li .lists .auls li .les .sp2{
    color:#222222;
    font-size: 14px;
    display: block;
    width: 45px;
    height: 22px;
    background: linear-gradient(to right,#eb3653,#fb7459);
    color:#fff;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    position: relative;
    margin-top: -20px;

}
.boutiquedetaill .contents .centers .lefts .mains2 .inuls li .lists .auls li .les .sp2::after{
    content: "";
    border-left:6px solid #ea3653;
    border-top: 6px solid #ea3653;
    border-right:6px solid transparent;
    border-bottom:6px solid transparent ;
    position: absolute;
    left:0;
    bottom: -6px;
}
.boutiquedetaill .contents .centers .lefts .mains2 .inuls li .lists .auls li .ris{
    width: 80px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: linear-gradient(to right,#235ff9,#618dfe);
    color:#fff;
    font-size: 14px;
}
.boutiquedetaill .contents .centers .lefts .mains3{
    width: 100%;
    padding:20px;
    box-sizing: border-box;
}
.boutiquedetaill .contents .centers .lefts .mains3 .evaluate{
    width: 100%;
}
.boutiquedetaill .contents .centers .lefts .mains3 .evaluate li{
    width: 100%;

    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    padding:20px 0;
    box-sizing: border-box;
}
.boutiquedetaill .contents .centers .lefts .mains3 .evaluate li .les{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.boutiquedetaill .contents .centers .lefts .mains3 .evaluate li .les img{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.boutiquedetaill .contents .centers .lefts .mains3 .evaluate li .ris{
    width: calc(100% - 50px);
}
.boutiquedetaill .contents .centers .lefts .mains3 .evaluate li .ris .names{
    width: 100%;
    color:#999999;
    font-size: 14px;
    padding-bottom: 10px;
}
.boutiquedetaill .contents .centers .lefts .mains3 .evaluate li .ris .txts{
    width: 100%;
    color:#222222;
    font-size: 14px;
    padding-bottom: 10px;
}
.boutiquedetaill .contents .centers .lefts .mains3 .evaluate li .ris .times{
    width: 100%;
    color:#999999;
    font-size: 12px;
}
.boutiquedetaill .contents .centers .lefts .mains3 .btms{
    width: 100%;
}
.boutiquedetaill .contents .centers .rights{
    width: 392px;
}
.boutiquedetaill .contents .centers .rights .tps{
    width: 100%;
    min-height: 395px;
    background: #fff;
    margin-bottom: 20px;
}
.boutiquedetaill .contents .centers .rights .tps .tits{
    width: 100%;
    height: 59px;
    display: flex;
    align-items: center;
    padding:0 24px;
    box-sizing: border-box;
}
.boutiquedetaill .contents .centers .rights .tps .tits span{
    color:#222222;
    font-size: 16px;
    padding-left: 8px;
    font-weight: 900;
}
.boutiquedetaill .contents .centers .rights .tps .mains{
    width: 100%;
    height: 335px;
    position: relative;
    overflow: hidden;
    padding:32px 0;
    box-sizing: border-box;
}
.boutiquedetaill .contents .centers .rights .tps .mains .inmains{
    width: 1000%;
    position: absolute;
    left:0;
    top:32px;
    z-index: 5;
    display: flex;
}
.boutiquedetaill .contents .centers .rights .tps .mains .inmains .lists{
    width: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.boutiquedetaill .contents .centers .rights .tps .mains .inmains .lists .imgs{
    width: 86px;
    height: 86px;
    border:1px dashed #ff6054;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff5f4;
}
.boutiquedetaill .contents .centers .rights .tps .mains .inmains .lists .imgs img{
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
}
.boutiquedetaill .contents .centers .rights .tps .mains .inmains .lists .names{
    width: 100%;
    padding:16px 0 24px;
    text-align: center;
    color:#222222;
    font-size: 16px;
    font-weight: 900;
}
.boutiquedetaill .contents .centers .rights .tps .mains .inmains .lists .uls{
    width: 100%;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    height: 80px;
}
.boutiquedetaill .contents .centers .rights .tps .mains .inmains .lists .uls li{
    height: 26px;
    line-height: 26px;
    padding:0 10px;
    border: 1px solid #e5e5e5;
    color:#36363a;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 5px;
}
.boutiquedetaill .contents .centers .rights .tps .mains .inmains .lists .txts{
    width: 100%;
    text-align: center;
    color:#999999;
    font-size: 14px;

    padding:11px 24px;
    box-sizing: border-box;
}
.boutiquedetaill .contents .centers .rights .tps .mains .les{
    width: 20px;
    height: 34px;
    position: absolute;
    left:0;
    top:calc(50% - 17px);
    cursor: pointer;
    z-index: 9;
}
.boutiquedetaill .contents .centers .rights .tps .mains .ris{
    width: 20px;
    height: 34px;
    position: absolute;
    right:0;
    top:calc(50% - 17px);
    cursor: pointer;
    z-index: 9;
}
.boutiquedetaill .contents .centers .rights .tps .mains .les img,
.boutiquedetaill .contents .centers .rights .tps .mains .ris img{
    display: block;
    width: 20px;
    cursor: pointer;
    height: 34px;
}
.boutiquedetaill .contents .centers .rights .btms{
    width: 100%;
    padding:22px 24px;
    box-sizing: border-box;
    background: #fff;
}
.boutiquedetaill .contents .centers .rights .btms .tits{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 27px;
}
.boutiquedetaill .contents .centers .rights .btms .tits span{
    color:#222222;
    font-size: 16px;
    font-weight: 900;
    padding-right: 9px;

}
.boutiquedetaill .contents .centers .rights .btms .uls{
    width: 100%;
}
.boutiquedetaill .contents .centers .rights .btms .uls li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.boutiquedetaill .contents .centers .rights .btms .uls li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.boutiquedetaill .contents .centers .rights .btms .uls li:last-child{
    margin-bottom: 0;
}
.boutiquedetaill .contents .centers .rights .btms .uls li .les,
.boutiquedetaill .contents .centers .rights .btms .uls li .les img{
    display: block;
    width: 150px;
    height: 116px;
}
.boutiquedetaill .contents .centers .rights .btms .uls li .ris{
    padding-left: 15px;
}
.boutiquedetaill .contents .centers .rights .btms .uls li .ris .txts{
    width: 100%;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    color:#222222;
    font-size: 16px;
    margin-bottom: 10px;
}
.boutiquedetaill .contents .centers .rights .btms .uls li .ris .inuls{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.boutiquedetaill .contents .centers .rights .btms .uls li .ris .inuls span{
    display: block;
    width: 68px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 5px;
    background: #ffdaa9;
    color:#cf8753;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.boutiquedetaill .contents .centers .rights .btms .uls li .ris .pays{
    width: 100%;
    color:#ff0017;
    font-size: 24px;
    font-weight: 900;
}
/*=====================settlement*/
.settlement{
   width: 100%;
   background: #fafafa;
}
.settlement .contents{
    width: 1200px;
    margin: 0 auto;
    padding:30px 0 50px;
}
.settlement .contents .mains{
    width: 100%;
    padding:44px 30px;
    box-sizing: border-box;
    background: #fff;
}
.settlement .contents .mains .tits{
    width: 100%;
    color:#222222;
    font-size: 16px;
    padding-bottom: 19px;
}
.settlement .contents .nextmains{
    width: 100%;
    border: 1px solid #e5e5e5;
}
.settlement .contents .nextmains .uls{
    width: 100%;
    height: 50px;
    background: #f7f7f7;
    display: flex;
}
.settlement .contents .nextmains .uls li:nth-child(1){
    width: 633px;
    height: 50px;
    line-height:50px;
    color:#999999;
    padding:0 20px;
    box-sizing: border-box;
}
.settlement .contents .nextmains .uls li:nth-child(2){
    width:304px;
    height: 50px;
    line-height:50px;
    color:#999999;
    padding:0 20px;
    box-sizing: border-box;
}
.settlement .contents .nextmains .uls li:nth-child(3){
    width: calc(100% - 304px - 633px);
    height: 50px;
    line-height:50px;
    color:#999999;
    padding:0 20px;
    box-sizing: border-box;
}
.settlement .contents .nextmains .inuls{
    width: 100%;
    display: flex;
    padding:20px;
    box-sizing: border-box;
    align-items: center;
}
.settlement .contents .nextmains .inuls .lefts{
    width: 633px;
    color:#999999;
    padding:0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.settlement .contents .nextmains .inuls .lefts .les{
    width: 132px;
    height: 98px;
}
.settlement .contents .nextmains .inuls .lefts .les img{
    display: block;
    width: 132px;
    height: 98px;
}
.settlement .contents .nextmains .inuls .lefts .cens{
    width: calc(100% - 170px);
}
.settlement .contents .nextmains .inuls .lefts .cens span.sp1{
    display: block;
    width: 100%;
    color:#222222;
    font-size: 16px;
    padding-bottom: 24px;
}
.settlement .contents .nextmains .inuls .lefts .cens span.sp2{
    display: block;
    width: 100%;
    color:#999999;
    font-size: 16px;
}
.settlement .contents .nextmains .inuls .centers{
    width:304px;
    color:#999999;
    padding:0 20px;
    box-sizing: border-box;
    color:#999999;
    font-size: 14px;
}
.settlement .contents .nextmains .inuls .rights{
    width: calc(100% - 304px - 633px);
    color:#999999;
    padding:0 20px;
    box-sizing: border-box;
    color:#ff0017;
    font-size: 24px;
    font-weight: 900;
}
.settlement .contents .nextmains .inuls .rights span{
    font-size: 14px;
}
.settlement .contents .intxts{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
    flex-wrap: wrap;
}
.settlement .contents .intxts .pays{
    border-bottom: 1px solid #f0eff0;
}
.settlement .contents .intxts .pays li{
    width: 100%;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.settlement .contents .intxts .pays li .sp1{
    display: block;
    width: 104px;
    display: flex;
    justify-content: flex-end;
    color:#222222;
    font-size: 16px;
}
.settlement .contents .intxts .pays li .sp2{
   margin-left: 98px;
    display: flex;
    justify-content: flex-end;
}
.settlement .contents .intxts .pays li .sp2.coloryellow{
    background: #ff5f3d;
    display: inline-block;
    padding:3px 7px;
    border-radius: 3px;
    color:#fff;
    font-size: 12px;
    cursor: pointer;
}
.settlement .contents .intxts .pays li .sp2.colorred{
    color:#ff0017;
    font-size: 32px;
    font-weight: 900;
    display: flex;
    align-items: end;
}
.settlement .contents .intxts .pays li .sp2.colorred span{
    font-size: 16px;
    padding-bottom: 5px;
}
.settlement .contents .intxts .btns{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
}
.settlement .contents .intxts .btns a{
    display: block;
    width: 175px;
    height: 48px;
    background: linear-gradient(to right,#235ff9,#618dfe);
    text-align: center;
    line-height: 48px;
    color:#fff;
    font-size: 16px;
}
.settlementposition{
    width: 100%;
    border-top: 1px solid #f7f7f7;
    margin-top: 10px;
}
.settlementposition .titles{
    color:#222222;
    font-size: 18px;
    position: absolute;
    left:20px;
    top:16px;
}
.settlementposition .uls{
    width: 100%;
    display: flex;
    justify-content: center;
}
.settlementposition .uls li{
    display: flex;
    align-items: center;
    height: 78px;
    cursor: pointer;
}
.settlementposition .uls li:first-child{
    margin-right: 46px;
}
.settlementposition .uls li img{
    margin-right: 12px;
}

.settlementposition .uls li span{
    color:#36363a;
    font-size: 20px;
}
.settlementposition .nextuls{
    width: 100%;
    display: flex;
    justify-content: center;
    padding:7px 0 50px;
    box-sizing: border-box;
}
.settlementposition .nextuls li{
    width: 180px;
    height: 180px;
    border: 1px solid #e6e3e3;
    border-radius: 8px;
    box-shadow: 0 0 5px 3px #e6e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.settlementposition .nextuls li img{
    display: block;
    width: 155px;
    height: 155px;
}
.settlementposition  .lis{
    width: 100%;
    padding:0 60px;
    box-sizing: border-box;
}
.settlementposition  .lis li{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    color:#222222;
    font-size: 14px;
}
.settlementposition  .lis li .les{
    padding-right: 30px;
    position: relative;
}
.settlementposition  .lis li .les::after{
    content:'';
    width: 6px;
    height: 6px;
    background: #ff4032;
    position: absolute;
    top:calc(50% - 2px);
    left: -14px;
}

.settlement .overallposition-ause .overallposition-a-contentsuse .closebtn-titles{
    width: 100%;
    height: 68px;
    text-align: center;
    color:#222222;
    font-size: 20px;
}
.settlement .overallposition-ause .overallposition-a-contentsuse .closebtn-mains{
    width: 100%;
    height: 286px;
    overflow-y: auto;
    padding:0 58px;
    box-sizing: border-box;

}
.settlement .overallposition-ause .overallposition-a-contentsuse .closebtn-mains li{
    width: 100%;
    height: 118px;
    background: linear-gradient(to right,#ffe6dd,#fdfbf8);
    margin-bottom: 23px;
    position: relative;
    padding:0 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.settlement .overallposition-ause .overallposition-a-contentsuse .closebtn-mains li::before{
    content:'';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left:100px;
    top:-12.5px;
}
.settlement .overallposition-ause .overallposition-a-contentsuse  .closebtn-mains li::after{
    content:'';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left:100px;
    bottom:-12.5px;
}
.settlement .overallposition-ause .overallposition-a-contentsuse .closebtn-mains li .les{
    width:116px;
    border-right: 1px dashed #eec2a2;
}
.settlement .overallposition-ause .overallposition-a-contentsuse .closebtn-mains li .les .tps{
    color:#ff4332;
    font-size: 49px;
}
.settlement .overallposition-ause .overallposition-a-contentsuse .closebtn-mains li .les .tps span{
    font-size: 19px;
}
.settlement .overallposition-ause .overallposition-a-contentsuse .closebtn-mains li .les .btms{
    font-size: 14px;
    color:#ff4233;
}
.settlement .overallposition-ause .overallposition-a-contentsuse .closebtn-mains li .ris{
    width: 216px;
    position: relative;
}
.settlement .overallposition-ause .overallposition-a-contentsuse .closebtn-mains li .ris .chbox{
    position: absolute;
    right:-15px;
    top:-16px;
}
.settlement .overallposition-ause .overallposition-a-contentsuse .closebtn-mains li .ris .chbox input{
    display: block;
    zoom: 1.3;
}
.settlement .overallposition-ause .overallposition-a-contentsuse .closebtn-mains li .ris .txts{
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px dashed #eae3df;
    color:#ff4332;
    font-size: 16px;
}
.settlement .overallposition-ause .overallposition-a-contentsuse .closebtn-mains li .ris .txts span{
    display: inline-block;
    padding:0 6px;
    height: 18px;
    color:#ffffff;
    font-size: 14px;
    line-height: 18px;
    background: #ff4332;
    border-radius: 3px;
    margin-right: 5px;
}
.settlement  .overallposition-ause .overallposition-a-contentsuse .closebtn-mains li .ris .txts1{
    width: 100%;
    padding-top: 16px;
    color:#999999;
    font-size: 14px;
}
.settlement .overallposition-ause .overallposition-a-contentsuse .closebtn-warpbtn{
    width: 100%;
    padding-top: 23px;
    display: flex;
    justify-content: center;
}
.settlement .overallposition-ause .overallposition-a-contentsuse  .closebtn-warpbtn .btn1{
    width: 240px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(to right,#ff4132,#f99440);
    border-radius: 3px;
    cursor: pointer;
    color:#fff;
    font-size: 14px;
}
/*=====================setresults*/
.setresults{
    width: 100%;
    background: #fafafa;
}
.setresults .contents{
    width: 1200px;
    padding:50px 0 96px;
    margin:0 auto;
}
.setresults .contents .results{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    justify-content: space-between;
}
.setresults .contents .results img{
    display: block;
    width: 34px;
    height: 34px;
}
.setresults .contents .results span{
    display: block;
    width: calc(100% - 52px);
    color:#36363a;
    font-size: 32px;
}
.setresults .contents .mains{
    width: 100%;
    padding:48px 32px;
    box-sizing: border-box;
    background: #fff;
}
.setresults .contents .mains .titles{
    width: 100%;
    padding-bottom: 19px;
    color:#222222;
    font-size: 16px;
}
.setresults .contents .mains .settions{
    width: 100%;
}
.setresults .contents .mains .settions .tops{
    width: 100%;
    height: 50px;
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 20px;
    box-sizing: border-box;
}
.setresults .contents .mains .settions .tops .les{
    width: 783px;
    color:#999999;
    font-size: 14px;
}
.setresults .contents .mains .settions .tops .ris{
    width: calc(100% - 783px);
    color:#999999;
    font-size: 14px;
    text-align: center;
}
.setresults .contents .mains .settions .centers{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:20px;
    box-sizing: border-box;
    border:1px solid #e5e5e5;
    border-top: 0;
    box-sizing: border-box;
}
.setresults .contents .mains .settions .centers .les{
    width: 782px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.setresults .contents .mains .settions .centers .les .ls{
    width: 132px;
    height: 98px;
}
.setresults .contents .mains .settions .centers .les .ls img{
    display: block;
    width: 132px;
    height: 98px;
}
.setresults .contents .mains .settions .centers .les .rs{
    width: calc(100% - 170px);
}
.setresults .contents .mains .settions .centers .les .rs .sp1{
    width: 100%;
    color:#222222;
    font-size: 16px;
    display: block;
    padding-bottom: 19px;
}
.setresults .contents .mains .settions .centers .les .rs .sp2{
    color:#999999;
    font-size: 16px;
}
.setresults .contents .mains .settions .centers .ris{
    width: calc(100% - 782px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.setresults .contents .mains .settions .centers .ris .sp1{
    color:#00c15d;
    font-size: 14px;
    display: none;
}
.setresults .contents .mains .settions .centers .ris .sp2{
    color:#ff4032;
    font-size: 14px;
}
.setresults .contents .mains .uls{
    width: 100%;
    padding:33px 0 0;
    box-sizing: border-box;
}
.setresults .contents .mains .uls li{
    width: 100%;
    display:flex;
    align-items: center;
    padding-bottom: 30px;
}
.setresults .contents .mains .uls li span:first-child{
    width: 100px;
    color:#222222;
    font-size: 16px;

}
.setresults .contents .mains .uls li span:last-child{
    width: calc(100%- 100px);
    color:#222222;
    font-size: 16px;

}
.setresults .contents .mainss .btns{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.setresults .contents .mains .btns a{
    display: block;
    width: 175px;
    height: 48px;
    background: #235ff9;
    text-align: center;
    line-height: 48px;
    color:#fff;
    font-size: 16px;
}
/*===================login*/
.login{
    width: 100%;
    height: 100vh;
    display: flex;
}
.login .lefts{
    width: 37%;
    height: 100%;
    background: url("../images/login_lb.png") no-repeat center / cover;
}
.login .lefts .logos{
    width: 100%;
    padding:27px 20px 104px;
    box-sizing: border-box;
}
.login .lefts .logos img{
    display: block;
    width: 188px;
    height: 55px;
}
.login .lefts .titles{
    width: 100%;
    text-align: center;
    color:#ffffff;
    font-size: 36px;
    font-weight: 900;
    padding:0 20px 53px;
    box-sizing: border-box;
}
.login .lefts .txts{
    width: 100%;
    color:#ffffff;
    font-size: 13px;
    padding:0 80px;
    box-sizing: border-box;
    line-height: 20px;
}
.login .rights{
    width:63%;
    height: 100%;
    background: url("../images/login_rb.png") no-repeat right bottom;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.login .rights .mains{
    width: 360px;
}
.login .rights .mains .uls{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #c4c6cb;
    display: flex;
}
.login .rights .mains .uls li{
    color:#999999;
    font-size: 16px;
    margin-right: 65px;
    cursor: pointer;
}
.login .rights .mains .uls li.hovers{
    color:#000;
    position: relative;
}
.login .rights .mains .uls li.hovers::after{
    content:'';
    width: 100%;
    height: 2px;
    background:#235ff9;
    position: absolute;
    left:0;
    bottom:0;
}
.login .rights .mains .contents{
    width: 100%;
    padding-top: 45px;
}
.login .rights .mains .contents .label{
    width: 100%;
    height: 44px;
    border:1px solid #e0e0e1;
    margin-bottom: 20px;
    padding:0 14px;
    box-sizing: border-box;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login .rights .mains .contents .label input{
    display: block;
    border:none;
    outline: none;
    width: calc(100% - 27px);
    color:#000;
    font-size: 14px;
    background: transparent;
}
.login .rights .mains .contents .label1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.login .rights .mains .contents .label1 .les{
    width: 235px;
    height: 44px;
    border:1px solid #e0e0e1;

    padding:0 14px;
    box-sizing: border-box;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login .rights .mains .contents .label1 .les input{
    display: block;
    border:none;
    outline: none;
    width: calc(100% - 27px);
    color:#000;
    font-size: 14px;
    background: transparent;
}
.login .rights .mains .contents .label1 .ris{
    width: 106px;
    height: 44px;
}
.login .rights .mains .contents .label1 .ris a{
    display: block;
    width: 106px;
    height: 44px;
    background: #fff0dc;
    color:#fe6837;
    font-size: 14px;
    border:1px solid #fe6837;
    text-align: center;
    line-height: 42px;
    box-sizing: border-box;
    cursor: pointer;
}
.login .rights .mains .contents  .txts{
    width: 100%;
    text-align: right;
    color:#999999;
    font-size: 14px;
    padding-bottom: 64px;
}
.login .rights .mains .contents  .txts2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 54px;
}
.login .rights .mains .contents  .txts2 .a1{
    color:#222222;
    font-size: 14px;
}
.login .rights .mains .contents  .txts2 .a2{
    color:#999999;
    font-size: 14px;
}
.login .rights .mains .contents .btns{
    width: 100%;
    padding-bottom: 24px;
}
.login .rights .mains .contents .btns a{
    display: block;
    width: 100%;
    height: 56px;
    text-align: center;
    line-height: 56px;
    background: linear-gradient(to right,#618dfe,#235ff9);
    color:#fff;
    font-size: 16px;

}
.login .rights .mains .contents .agreement{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 53px;
}
.login .rights .mains .contents .agreement .les{
    width: 23px;
}
.login .rights .mains .contents .agreement .ris{
    width: calc(100% - 23px);
    font-size: 14px;
}
.login .rights .mains .contents .agreement .ris a{
    color:#235ff9;
}
.login .rights .mains .contents .wxs{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.login .rights .mains .contents .wxs span{
    display: block;
    width: 100%;
    color:#999999;
    font-size: 16px;
    text-align: center;
    padding-bottom: 13px;
    cursor: pointer;
}
.login .rights .mains .contents .wxs img{
    cursor: pointer;
}
.login .rights .bottoms{
    width: 100%;
    padding-top: 40px;
}
.login .rights .bottoms span{
    display: block;
    width: 100%;
    text-align: center;
    color:#999999;
    font-size: 12px;
    padding-bottom: 13px;
}
.login .rights .mains .ulsonce{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #c4c6cb;
    display: flex;
    align-items: center;

}
.login .rights .mains .ulsonce span{
    color:#999999;
    font-size: 16px;
    padding-left: 8px;

}
.login .rights .mains .ulsonce img{
    display: block;
    width: 24px;
    height: 24px;
}
.login .rights .mains .contents .imgs{
    width: 198px;
    height: 198px;
    background: #a3a3a3;
    margin:0 auto 27px;
}
.login .rights .mains .contents .imgs img{
    display: block;
    width: 198px;
    height: 198px;
}
.login .rights .mains .contents .texts{
    width: 100%;
}
.login .rights .mains .contents .texts span{
    display: block;
    color:#222222;
    font-size: 14px;
    text-align: center;
    width: 100%;
    padding-bottom: 8px;
}
.login .rights .mains .contents .toa{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:60px 0 52px;
}
.login .rights .mains .contents .toa a{
    display: block;
    color:#999999;
    font-size: 14px;
    padding:0 26px;
}
.login .rights .mains .contents .toa a:first-child{
    border-right: 1px solid #999999;
}
.login .rights .mains .contents  .txtsnext{
    width: 100%;
    text-align: right;
    color:#999999;
    font-size: 14px;
    padding-bottom: 64px;
}
.login .rights .mains .contents  .txtsnext a{
    color:#ff4632;
}
/*=======================loginpassword*/
.loginpassword{
    width: 100%;
}
.loginpassword .navgs{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 -5px 10px 3px #efefef inset;
}
.loginpassword .navgs .ins{
    width: 1200px;
}
.loginpassword .navgs .ins img{
    width: 188px;
    height: 55px;
}
.loginpassword .bottoms{
    width: 100%;
    height: 310px;
    padding-top: 82px;
    box-sizing: border-box;
}
.loginpassword .bottoms .txts{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 12px;
}
.loginpassword .bottoms .txts span{
    color:#999999;
    font-size: 12px;
}
.loginpassword .bottoms .txts a{
    color:#000022;
    font-size: 12px;
    padding-left: 5px   ;
}
.loginpassword .contents{
    width: 100%;
    min-height: 584px;
    background: url("../images/loginpassword_b.png") no-repeat center / 100% 100%;
    padding:47px 0 39px;
}
.loginpassword .contents .mains{
    width: 1200px;
    height: 582px;
    background: #fff;
    margin:0 auto;
}
.loginpassword .contents .mains .tops{
    width: 100%;
    height: 63px;
    border-bottom: 1px solid #f6f6f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 20px;
    box-sizing: border-box;
}
.loginpassword .contents .mains .tops .les{
    color:#222222;
    font-size: 18px;
    padding-left: 14px;
    position: relative;
}
.loginpassword .contents .mains .tops .les::after{
    content: "";
    width: 4px;
    height: 21px;
    background: #235ff9;
    position: absolute;
    left:0;
    top:2px;
}
.loginpassword .contents .mains .tops .ris a{
    color:#000;
    font-size: 16px;
}
.loginpassword .contents .mains  .uls{
    width: 100%;
    padding:37px 0 54px;
    display: flex;
    justify-content: center;
}
.loginpassword .contents .mains  .uls li{
    width: 93px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    margin-right: 240px;
}
.loginpassword .contents .mains  .uls li .sp1{
    display: block;
    width: 100%;
    text-align: center;
    color:#999999;
    font-size: 16px;
    padding-bottom: 16px;
}
.loginpassword .contents .mains  .uls li .sp2{
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #d2d2d2;
    text-align: center;
    line-height: 52px;
    color:#ffffff;
    font-size: 30px;
    position: relative;
}
.loginpassword .contents .mains  .uls li .sp2::after{
    width: 240px;
    height: 2px;
    content:"";
    background: #d2d2d2;
    position: absolute;
    right:-260px;
    top:calc(50% - 1px);
}
.loginpassword .contents .mains  .uls li:last-child{
    margin-right: 0;
}
.loginpassword .contents .mains  .uls li:last-child .sp2::after{
    display:none;
}
.loginpassword .contents .mains  .uls li.hovers .sp1{
    color:#ff4632;
}
.loginpassword .contents .mains  .uls li.hovers .sp2{
    background:#235ff9;
}
.loginpassword .contents .mains .forms{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.loginpassword .contents .mains .forms .settions{
    width: 360px;
    display: none;
}

.loginpassword .contents .mains .forms .settions .label{
    width: 100%;
    height: 44px;
    border:1px solid #e0e0e1;
    margin-bottom: 20px;
    padding:0 14px;
    box-sizing: border-box;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.loginpassword .contents .mains .forms .settions .label input{
    display: block;
    border:none;
    outline: none;
    width: calc(100% - 27px);
    color:#c8c8c8;
    font-size: 14px;
    background: transparent;
}
.loginpassword .contents .mains .forms .settions .label1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.loginpassword .contents .mains .forms .settions .label1 .les{
    width: 235px;
    height: 44px;
    border:1px solid #e0e0e1;

    padding:0 14px;
    box-sizing: border-box;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.loginpassword .contents .mains .forms .settions .label1 .les input{
    display: block;
    border:none;
    outline: none;
    width: calc(100% - 27px);
    color:#c8c8c8;
    font-size: 14px;
    background: transparent;
}
.loginpassword .contents .mains .forms .settions .label1 .ris{
    width: 106px;
    height: 44px;
}
.loginpassword .contents .mains .forms .settions .label1 .ris a{
    display: block;
    width: 106px;
    height: 44px;
    background: #eef4ff;
    color:#235ff9;
    font-size: 14px;
    border:1px solid #235ff9;
    text-align: center;
    line-height: 42px;
    box-sizing: border-box;
    cursor: pointer;
}
.loginpassword .contents .mains .forms .settions .btns{
    width: 100%;
    padding-bottom: 24px;
}
.loginpassword .contents .mains .forms .settions .btns a{
    display: block;
    width: 100%;
    height: 56px;
    text-align: center;
    line-height: 56px;
    background: linear-gradient(to right,#235ff9,#618dfe);
    color:#fff;
    font-size: 16px;

}
.loginpassword .contents .mains .forms .settions .warns{
    width: 100%;
    color:#ff4632;
    font-size: 14px;
    padding-bottom: 78px;
}
.loginpassword .contents .mains .forms .settions .success{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 64px;
}
.loginpassword .contents .mains .forms .settions .success span{
    color:#222222;
    font-size: 36px;
    font-weight: 900;
    padding-left: 8px;

}

/*=====================broadcast*/
.broadcast{
    width: 100%;
    background: #f6f6f6;
}
.broadcast .contents {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}
.broadcast .contents .titles{
    width: 100%;
    padding:38px 0 0;
    height: 88px;
    box-sizing: border-box;
    display: flex;

}
.broadcast .contents .titles .tits{
    color:#222222;
    font-size: 26px;
    padding-right: 24px;
    font-weight: 900;
}
.broadcast .contents .mains1{
    width: 100%;
    display: flex;
    box-shadow: 0 10px 10px 10px #efefef;
    margin-bottom: 28px;
}
.broadcast .contents .mains1 .lefts{
    width: 640px;
    height: 472px;
    background: url("../images/index_lefts.png") no-repeat center / cover;
    padding-top: 84px;
    box-sizing: border-box;
}
.broadcast .contents .mains1 .lefts .tps{
    width: 100%;
    text-align: center;
    color:#141e28;
    font-size: 24px;
    padding-bottom: 25px;
}
.broadcast .contents .mains1 .lefts .times{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}
.broadcast .contents .mains1 .lefts .times span{
    color:#666666;
    font-size: 16px;
}
.broadcast .contents .mains1 .lefts .times span:first-child{
    padding-right: 32px;
}
.broadcast .contents .mains1 .lefts .imgs{
    width: 100%;
    height: 66px;
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.broadcast .contents .mains1 .lefts .imgs img{
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
}
.broadcast .contents .mains1 .lefts  .teachers{
    width: 100%;
    text-align: center;
    color: #ff913e;
    font-size: 16px;
    padding-bottom: 60px;
}
.broadcast .contents .mains1 .lefts  .looks{
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
}
.broadcast .contents .mains1 .lefts  .looks a{
    display: block;
    width: 224px;
    height: 44px;
    background: linear-gradient(to right,#235ff9,#618dfe);
    color:#fff;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
}
.broadcast .contents .mains1 .rights{
    width: 560px;
    height: 472px;
    padding:14px 14px 14px 16px;
    box-sizing: border-box;
    overflow-y: auto;
}
.broadcast .contents .mains1 .rights li{
    width: 100%;
    height: 115px;
}
.broadcast .contents .mains1 .rights li a{
    display: block;
    width: 100%;
    height: 115px;
    display: flex;
    justify-content:space-between;
    padding:0 12px;
    box-sizing: border-box;
    align-content: center;
    align-items: center;
}
.broadcast .contents .mains1 .rights li a .les{
    width: 65px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.broadcast .contents .mains1 .rights li a .les img{
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.broadcast .contents .mains1 .rights li a .les span{
    display: block;
    width: 100%;
    text-align: center;
    color:#222222;
    font-size: 14px;
    padding-top: 12px;
}
.broadcast .contents .mains1 .rights li a .ris{
    width: calc(100% - 65px);
}
.broadcast .contents .mains1 .rights li a .ris .tps{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 17px;
}
.broadcast .contents .mains1 .rights li a .ris .tps .ls{
    display: flex;
    align-items: center;
}
.broadcast .contents .mains1 .rights li a .ris .tps .ls img{
    display: block;
    width: 18px;
    height: 18px;
}
.broadcast .contents .mains1 .rights li a .ris .tps .ls span{
    color:#222222;
    font-size: 14px;
    padding-left: 9px;
}
.broadcast .contents .mains1 .rights li a .ris .tps .rs{
    width: 90px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color:#999999;
    font-size: 14px;
    background: #f5f5f5;
}
.broadcast .contents .mains1 .rights li a .ris .bms{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.broadcast .contents .mains1 .rights li a .ris .bms .sp1{
    display: block;
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color:#fff;
    font-size: 12px;
    background: #338aff;
}
.broadcast .contents .mains1 .rights li a .ris .bms .sp2{
    display: block;
    width: calc(100% - 55px);
    color:#222222;
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.broadcast .contents .mains1 .rights li.hovers{
    background: #ffecea;
}
.broadcast .contents .mains1 .rights li.hovers a .ris .tps .rs{
    color:#ff4032;
    background: #fff;
}
.broadcast .contents .tops{
    width: 100%;
    /*height: 128px;*/
    display: flex;
    /*justify-content: space-between;*/
    margin-bottom: 22px;
    padding:20px 0 20px 33px;
    box-sizing: border-box;
    background: #fff;
}
.broadcast .contents .tops .lefts{
    width: 115px;
    color:#666666;
    font-size: 14px;
}
.broadcast .contents .tops .cens{
    width: 910px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 26px;
}
.broadcast .contents .tops .cens li{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding:0 7px;
    color:#000;
    font-size: 14px;
    cursor: pointer;
}
.broadcast .contents .tops .cens li.hovers{
   background: #e5efff;
}
.broadcast .contents .tops .cens li.hovers a{
   font-weight: 900;
   color:#235ff9;
}
.broadcast .contents .tops .rights{
    width: calc(100% - 910px - 115px);

    padding-top: 79px;
}
.broadcast .contents .tops .rights a{
    color:#999999;
    font-size: 14px;
}
.broadcast .contents .centers{
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 68px;
}
.broadcast .contents .centers li{
   width: 285px;
   /*height: 320px;*/
   background: #fff;
   transition:transform .3s linear;
   margin-bottom: 23px;
   margin-right: 20px;
}
.broadcast .contents .centers li:nth-child(4n){
    margin-right: 0;
}
.broadcast .contents .centers li:hover{
    transform: translate(-3px,-5px);
    box-shadow: 0 0 5px 5px #efefef;
}
.broadcast .contents .centers li .imgs{
    width: 285px;
    height: 176px;
}
.broadcast .contents .centers li .imgs img{
    display: block;
    width: 285px;
    height: 176px;
}
.broadcast .contents .centers li .txts{
    width: 100%;
    padding:0 10px;
    box-sizing: border-box;
    height: 46px;
    line-height: 46px;
    color:#222222;
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.broadcast .contents .centers li .times{
    width: 100%;
    padding:0 10px 25px;
    border-bottom: 1px solid #f6f6f6;
    box-sizing: border-box;
}
.broadcast .contents .centers li  .times span{
    color:#999999;
    font-size: 12px;
}
.broadcast .contents .centers li .teachers {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px 0;
}
.broadcast .contents .centers li .teachers img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}
.broadcast .contents .centers li .teachers span {
    font-size: 13px;
    color: #666;
}
.broadcast .contents .centers li .price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.broadcast .contents .centers li .pays {
    color: #ff0017;
    font-size: 18px;
    font-weight: 900;
}
.broadcast .contents .centers li .pays span:first-child {
    font-size: 12px;
}
.broadcast .contents .centers li .btn {
    padding: 4px 16px;
    background: #235ff9;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
}

.broadcast .contents .empty-state {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    min-height: 400px;
}
.broadcast .contents .empty-state .empty-content {
    text-align: center;
    max-width: 400px;
}
.broadcast .contents .empty-state .empty-content .empty-icon-wrapper {
    margin-bottom: 30px;
    animation: live-index-float 3s ease-in-out infinite;
}
.broadcast .contents .empty-state .empty-content .empty-icon-wrapper .empty-svg {
    display: inline-block;
}
@keyframes live-index-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.broadcast .contents .empty-state .empty-content .empty-text h3 {
    font-size: 24px;
    color: #333;
    margin: 0 0 15px 0;
    font-weight: 600;
}
.broadcast .contents .empty-state .empty-content .empty-text p {
    font-size: 16px;
    color: #666;
    margin: 0 0 8px 0;
    line-height: 1.6;
}
.broadcast .contents .empty-state .empty-content .empty-text .sub-text {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}
.broadcast .contents .empty-state .empty-content .empty-action {
    margin-top: 20px;
}
.broadcast .contents .empty-state .empty-content .empty-action .btn-primary {
    display: inline-block;
    padding: 12px 40px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}
.broadcast .contents .empty-state .empty-content .empty-action .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4);
    background: linear-gradient(135deg, #357abd 0%, #2868a8 100%);
}
.broadcast .contents .empty-state .empty-content .empty-action .btn-primary:active {
    transform: translateY(0);
}

/*================broadcastdetaill*/
.broadcastdetaill{
    width: 100%;
    background: #fafafa;
}
.broadcastdetaill .contents {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.broadcastdetaill .contents .bars{
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    color:#999999;
}
.broadcastdetaill .contents .bars a{
    display: block;
    color:#999999;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
}
.broadcastdetaill .contents .bars a:first-child{
    padding-left: 0;
}
.broadcastdetaill .contents .bars a.a1{
    color:#000;
}
.broadcastdetaill .contents .tops{
    width: 100%;
    height: 286px;
    background: #fff;
    display: flex;
    margin-bottom: 25px;
}
.broadcastdetaill .contents .tops .lefts{
    width: 788px;
    display: flex;
}
.broadcastdetaill .contents .tops .lefts .les{
    width: 367px;
    height:286px;
    padding:29px 28px;
    box-sizing: border-box;

}
.broadcastdetaill .contents .tops .lefts .les img{
    display: block;
    width: 308px;
    height: 228px;
}
.broadcastdetaill .contents .tops .lefts .ris{
    width: calc(100% - 367px);
    padding:29px 0;
}
.broadcastdetaill .contents .tops .lefts .ris .tits{
    width: 100%;
    color:#222222;
    font-size: 24px;
    height: 63px;
    margin-bottom: 34px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;

}
.broadcastdetaill .contents .tops .lefts .ris .times{
    background: #f7f7f7;
    display: inline-block;
    border-radius: 20px;
}
.broadcastdetaill .contents .tops .lefts .ris .times .ins{
    display: flex;
    padding:0 16px;
    align-items: center;
    height: 32px;
}
.broadcastdetaill .contents .tops .lefts .ris .times .ins span{
    color:#222222;
    font-size: 16px;
    padding-left: 7px;
}
.broadcastdetaill .contents .tops .lefts .ris .nextteacher{
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 14px;
}
.broadcastdetaill .contents .tops .lefts .ris .nextteacher li{
    width: 50px;
}
.broadcastdetaill .contents .tops .lefts .ris .nextteacher li img{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.broadcastdetaill .contents .tops .lefts .ris .nextteacher li span{
    display: block;
    padding-top: 10px;
    color:#222222;
    font-size: 14px;
}
.broadcastdetaill .contents .tops .rights{
    width: calc(100% - 788px);
    height: 286px;
    background: url("../images/broadcastdetaill_lb.png") no-repeat center / 100% 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    align-content: flex-start;
    flex-wrap: wrap;
    padding-top: 19px;
    box-sizing: border-box;
}
.broadcastdetaill .contents .tops .rights .status{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.broadcastdetaill .contents .tops .rights .status .sp1{
    display: block;
    width: 82px;
    height: 32px;
    background: #7a7a7a;
    color:#fff;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
}
.broadcastdetaill .contents .tops .rights .cameras{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
}
.broadcastdetaill .contents .tops .rights .cameras img{
    width: 65px;
    height: 66px;
}
.broadcastdetaill .contents .tops .rights .statistics{
    width: 100%;
    color:#222222;
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
}
.broadcastdetaill .contents .tops .rights .btns{
    width: 100%;
    display: flex;
    justify-content: center;
}
.broadcastdetaill .contents .tops .rights .btns a{
    display: block;
    width: 128px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 3px;
    background: #235ff9;
    color:#fff;
    font-size: 16px;
}
.broadcastdetaill .contents .centers{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.broadcastdetaill .contents .centers .lefts{
    width: 788px;
}
.broadcastdetaill .contents .centers .lefts .tits{
    width: 100%;
    height: 62px;
    border-bottom: 1px solid #efefef;
    background: #fff;
    padding:0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;

}
.broadcastdetaill .contents .centers .lefts .tits span{
    display: block;
    color:#222222;
    font-size: 16px;
    position: relative;
    padding: 10px 20px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
}
.broadcastdetaill .contents .centers .lefts .tits span.active {
    color: #235ff9;
    border-bottom-color: #235ff9;
    font-weight: bold;
}

.broadcastdetaill .contents .centers .lefts .tits span:hover {
    color: #235ff9;
}
.broadcastdetaill .contents .centers .lefts .tab-content {
    margin-top: 20px;
}
.broadcastdetaill .contents .centers .lefts .tab-content .live-intro-content {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    min-height: 200px;
}
.broadcastdetaill .contents .centers .lefts .tab-content .live-intro-content .intro-text {
    line-height: 1.8;
    color: #333;
    font-size: 14px;
}

.broadcastdetaill .contents .centers .lefts .tab-content .live-intro-content .intro-text p img {
    vertical-align: middle;
}
.broadcastdetaill .contents .centers .lefts .uls{
    width: 100%;

}
.broadcastdetaill .contents .centers .lefts .uls li{
    width: 100%;
    display: flex;
    align-items: center;
    height: 78px;
    border-bottom: 1px solid #efefef;
    padding:0 30px;
    justify-content: space-between;
    box-sizing: border-box;
}
.broadcastdetaill .contents .centers .lefts .uls li .les{
    width: 570px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.broadcastdetaill .contents .centers .lefts .uls li .les img{
    width: 70px;
    height: 72px;
    display: block;
    zoom: 0.5;
}
.broadcastdetaill .contents .centers .lefts .uls li .les  span{
    display: block;
    width: calc(100% - 44px);
    color:#222222;
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.broadcastdetaill .contents .centers .lefts .uls li .ris{
    width: 104px;
}
.broadcastdetaill .contents .centers .lefts .uls li .ris a{
    display: block;
    width: 104px;
    height: 32px;
    background: #235ff9;
    border-radius: 3px;
    color:#fff;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
}
.broadcastdetaill .contents .centers .lefts .inteachers{
    width: 100%;
    background: #ffff;
}
.broadcastdetaill .contents .centers .lefts .inteachers .intits{
    width: 100%;
    height: 62px;
    border-bottom: 1px solid #efefef;
    background: #fff;
    padding:0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.broadcastdetaill .contents .centers .lefts .inteachers .intits span{
    display: block;
    color:#222222;
    font-size: 16px;
    position: relative;
}
.broadcastdetaill .contents .centers .lefts .inteachers .intits span::after{
    content:'';
    width: 24px;
    height: 3px;
    background: #235ff9;
    position: absolute;
    left:calc(50% - 12px);
    bottom:-20px;
}
.broadcastdetaill .contents .centers .lefts .inteachers .inuls{
    width: 100%;
    padding:24px 30px;
    box-sizing: border-box;
    min-height: 1092px;
}
.broadcastdetaill .contents .centers .lefts .inteachers .inuls li{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.broadcastdetaill .contents .centers .lefts .inteachers .inuls li .les{
    width: 190px;
}
.broadcastdetaill .contents .centers .lefts .inteachers .inuls li .les img{
    display: block;
    width: 159px;
    height: 180px;
    border-radius: 8px;
}
.broadcastdetaill .contents .centers .lefts .inteachers .inuls li .ris{
    width: calc(100% - 159px);
}
.broadcastdetaill .contents .centers .lefts .inteachers .inuls li .ris .names{
    color:#222222;
    font-size: 20px;
    width: 100%;
    padding-bottom: 30px;
    font-weight: 900;
}
.broadcastdetaill .contents .centers .lefts .inteachers .inuls li .ris .lis{
    width: 100%;
    display: flex;
}
.broadcastdetaill .contents .centers .lefts .inteachers .inuls li .ris .lis span{
    display: block;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #e5efff;
    border-radius: 3px;
    color:#235ff9;
    font-size: 12px;
    padding: 0 10px;
    margin-right: 23px;
    margin-bottom: 23px;
}
.broadcastdetaill .contents .centers .lefts .inteachers .inuls li .ris .txts{
    width: 100%;
    color:#222222;
    font-size: 14px;
    padding-bottom: 10px;
}
.broadcastdetaill .contents .centers .lefts .inteachers .inuls li .ris .txts1{
    width: 100%;
    color:#666666;
    font-size: 12px;
    padding-bottom: 10px;
}
.broadcastdetaill .contents .centers .rights{
    width: 392px;
}
.broadcastdetaill .contents .centers .rights .btms{
    width: 100%;
    padding:22px 24px;
    box-sizing: border-box;
    background: #fff;
}
.broadcastdetaill .contents .centers .rights .btms .tits{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 27px;
    cursor: default;
}
.broadcastdetaill .contents .centers .rights .btms .tits span{
    color:#222222;
    font-size: 16px;
    font-weight: 900;
    padding-right: 9px;

}
.broadcastdetaill .contents .centers .rights .btms .uls{
    width: 100%;
}
.broadcastdetaill .contents .centers .rights .btms .uls li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.broadcastdetaill .contents .centers .rights .btms .uls li a{
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.broadcastdetaill .contents .centers .rights .btms .uls li:last-child{
    margin-bottom: 0;
}
.broadcastdetaill .contents .centers .rights .btms .uls li .les,
.broadcastdetaill .contents .centers .rights .btms .uls li .les img{
    display: block;
    width: 132px;
    height: 98px;
}
.broadcastdetaill .contents .centers .rights .btms .uls li .ris{
    width: 188px;
}
.broadcastdetaill .contents .centers .rights .btms .uls li .ris .txts{
    width: 100%;
    height: 39px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    color:#222222;
    font-size: 16px;
    margin-bottom: 10px;
}
.broadcastdetaill .contents .centers .rights .btms .uls li .ris .inuls{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.broadcastdetaill .contents .centers .rights .btms .uls li .ris .inuls span{
    display: block;
    width: 68px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 5px;
    background: #ffdaa9;
    color:#cf8753;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.broadcastdetaill .contents .centers .rights .btms .uls li .ris .pays{
    width: 100%;
    color:#ff0017;
    font-size: 24px;
    font-weight: 900;
}
.broadcastdetaill .contents .centers .rights .btms .uls.recommend-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.broadcastdetaill .contents .centers .rights .btms .uls.recommend-grid li {
    width: 100%;
    display: block;
    margin-bottom: 0;
}

.broadcastdetaill .contents .centers .rights .btms .uls.recommend-grid li a {
    display: block;
    background: #fff;
    transition: transform .3s linear;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #efefef;
}

.broadcastdetaill .contents .centers .rights .btms .uls.recommend-grid li .imgs {
    width: 100%;
    height: 176px;
    overflow: hidden;
}

.broadcastdetaill .contents .centers .rights .btms .uls.recommend-grid li .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.broadcastdetaill .contents .centers .rights .btms .uls.recommend-grid li .txts {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    height: 46px;
    line-height: 46px;
    color: #222;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.broadcastdetaill .contents .centers .rights .btms .uls.recommend-grid li .objects {
    width: 100%;
    min-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.broadcastdetaill .contents .centers .rights .btms .uls.recommend-grid li .objects span {
    display: inline-block;
    height: 20px;
    padding: 0 10px;
    line-height: 20px;
    color: #000;
    font-size: 12px;
    background: #f3f3f3;
    margin-bottom: 5px;
    margin-right: 8px;
}

.broadcastdetaill .contents .centers .rights .btms .uls.recommend-grid li .pays {
    width: 100%;
    padding: 0 10px 10px;
    box-sizing: border-box;
    color: #ff0017;
    font-size: 20px;
    font-weight: 900;
}

.broadcastdetaill .contents .centers .rights .btms .uls.recommend-grid li .pays span:first-child {
    font-size: 14px;
}
/***========broadcastvideo***/
.broadcastvideo{
    width: 100%;
    background: #fafafa;
}
.broadcastvideo .videoplay{
    width: 100%;
    background: #222222;
}
.broadcastvideo .videoplay .bars{
    width: 1200px;
    height: 65px;
    display: flex;
    align-items: center;
    margin:0 auto;
    color:#b7b7b7;
}
.broadcastvideo .videoplay .bars a{
    color:#b7b7b7;
    font-size: 12px;
    padding:0 15px;
}
.broadcastvideo .videoplay .bars a.a1{
    color:#fff;
}
.broadcastvideo .videoplay .bars a:first-child{
    padding:0;
}
.broadcastvideo .videoplay .mains{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin:0 auto 65px;
}
.broadcastvideo .videoplay .mains .les{
    width: 861px;
    height: 550px;
}
.broadcastvideo .videoplay .mains .course-indructer-top{
    width: 861px;
    height: 100%;
}
.broadcastvideo .videoplay .mains .course-indructer-top #player-container{
    height: 100%;
    background-color: #000;
}
.broadcastvideo .videoplay .mains .course-indructer-top #player-container #live-video{
    height: 100%;
}
.broadcastvideo .videoplay .mains .ris{
    width: 316px;
    height: 550px;
    background: #000000;
}
.broadcastvideo .videoplay .mains .ris .tops{
    width: 100%;
    color:#fff;
    font-size: 14px;
    height:55px;
    padding:0 20px;
    box-sizing: border-box;
    line-height: 55px;
}
.broadcastvideo .videoplay .mains .ris .centers{
    width: 100%;
    height: 440px;
    background: #fff;
}
.broadcastvideo .videoplay .mains .ris .bottoms{
    width: 100%;
    padding:0 10px;
    box-sizing: border-box;
    background: #fff;
    height: 55px;
    display: flex;
    align-items: center;
    border-top: 1px solid #e8e8e8;
}
.broadcastvideo .videoplay .mains .ris .bottoms .tps{
    width: 100%;
    padding:20px 0 14px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.broadcastvideo .videoplay .mains .ris .bottoms .tps img{
    cursor: pointer;
}
.broadcastvideo .videoplay .mains .ris .bottoms .inputs{
    width: 100%;
    height: 32px;
    background: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
.broadcastvideo .videoplay .mains .ris .bottoms .inputs input{
    display: block;
    width: 192px;
    padding:0 10px;
    box-sizing: border-box;
    border:none;
    outline: none;
}
.broadcastvideo .videoplay .mains .ris .bottoms .inputs a{
    display: block;
    width: 80px;
    height: 32px;
    background: #235ff9;
    color:#fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
}
.broadcastvideo .videotitles{
    width: 100%;
    height: 97px;
    display: flex;
    justify-content: center;
}
.broadcastvideo .videotitles span{
    display: block;
    width: 1200px;
    line-height: 97px;
    height: 97px;
    color:#222222;
    font-size: 24px;
}
.broadcastvideo .contents {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    background: #fff;
}
.broadcastvideo .contents .tits{
    width: 100%;
    height: 62px;
    border-bottom: 1px solid #efefef;
    background: #fff;
    padding:0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;

}
.broadcastvideo .contents .tits span{
    display: block;
    color:#222222;
    font-size: 16px;
    position: relative;
}
.broadcastvideo .contents .tits span::after{
    content:'';
    width: 24px;
    height: 3px;
    background: #235ff9;
    position: absolute;
    left:calc(50% - 12px);
    bottom:-20px;
}
.broadcastvideo .contents .uls{
    width: 100%;

}
.broadcastvideo .contents .uls li{
    width: 100%;
    display: flex;
    align-items: center;
    height: 78px;
    border-bottom: 1px solid #efefef;
    padding:0 30px;
    justify-content: space-between;
    box-sizing: border-box;
}
.broadcastvideo .contents .uls li .les{
    width: 570px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.broadcastvideo .contents .uls li .les img{
    width: 70px;
    height: 72px;
    zoom: 0.5;
    display: block;
}
.broadcastvideo .contents .uls li .les  span{
    display: block;
    width: calc(100% - 44px);
    color:#222222;
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.broadcastvideo .contents .uls li .ris{
    width: 104px;
}
.broadcastvideo .contents .uls li .ris a{
    display: block;
    width: 104px;
    height: 32px;
    background: #235ff9;
    border-radius: 3px;
    color:#fff;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
}
.broadcastvideo .contents .mainimg{
    width: 100%;
    padding:24px 30px;
    box-sizing: border-box;
}
.broadcastvideo .contents .mainimg img{
    display: block;
    width: 100%;
    height: auto;
}
.broadcastvideo .contents .intitles{
    width: 100%;
    color:#222222;
    font-size: 26px;
    font-weight: 900;
    padding-bottom: 26px;
}
.broadcastvideo .contents .liuls{
    display: flex;
    justify-content: space-between;
    align-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 68px;
}
.broadcastvideo .contents .liuls li{
   width: 285px;
   height: 320px;
   background: #fff;
   transition:transform .3s linear;
}
.broadcastvideo .contents .liuls li:hover{
    transform: translate(-3px,-5px);
    box-shadow: 0 0 5px 5px #efefef;
}
.broadcastvideo .contents .liuls li .imgs{
    width: 285px;
    height: 176px;
}
.broadcastvideo .contents .liuls li .imgs img{
    display: block;
    width: 285px;
    height: 176px;
}
.broadcastvideo .contents .liuls li .txts{
    width: 100%;
    padding:0 10px;
    box-sizing: border-box;
    height: 46px;
    line-height: 46px;
    color:#222222;
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.broadcastvideo .contents .liuls li .times{
    width: 100%;
    padding:0 10px 25px;
    border-bottom: 1px solid #f6f6f6;
    box-sizing: border-box;

}
.broadcastvideo .contents .liuls li  .times span{
    color:#999999;
    font-size: 12px;
}
.broadcastvideo .contents .liuls li  .peoples{
    width: 100%;
    padding:0 10px;
    display: flex;
    align-items: center;
    height: 49px;
    box-sizing: border-box;
    justify-content: space-between;
}
.broadcastvideo .contents .liuls li .peoples .les{
    width: 134px;
}
.broadcastvideo .contents .liuls li .peoples .lis{
    display: flex;
    width: 134px;
    align-items: center;
    margin-right: 5px;
}
.broadcastvideo .contents .liuls li .peoples .lis img{
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.broadcastvideo .contents .liuls li .peoples .lis span{
    display: block;
    color:#36363a;
    font-size: 14px;
    padding-left: 8px;
}
.broadcastvideo .contents .liuls li .peoples .ris{
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    text-align: center;
    color:#235ff9;
    font-size: 14px;
    border-radius: 3px;
    background: #e5efff;
}
/*=============teacherschool*/
.teacherschool{
    width: 100%;
    background: #efefef;
}
.teacherschool .contents{
    width: 1200px;
    margin: 0 auto;
}
.teacherschool .contents .bars{
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    color:#999999;
}
.teacherschool .contents .bars a{
    display: block;
    color:#999999;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
}
.teacherschool .contents .bars a:first-child{
    padding-left: 0;
}
.teacherschool .contents .bars a.a1{
    color:#000;
}
.teacherschool .contents .tops{
    width: 100%;
    height: 128px;
    display: flex;
    /*justify-content: space-between;*/
    margin-bottom: 22px;
    padding:0 33px;
    box-sizing: border-box;
    background: #fff;
}
.teacherschool .contents .tops .lefts{
    width: 115px;
    color:#666666;
    font-size: 14px;
    padding-top: 22px;
}
.teacherschool .contents .tops .cens{
    width: 910px;
    display: flex;
    padding-top: 22px;
    flex-wrap: wrap;
}
.teacherschool .contents .tops .cens li{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding:0 7px;
    margin-right: 26px;
    margin-bottom: 18px;
    color:#000;
    font-size: 14px;
    cursor: pointer;
}
.teacherschool .contents .tops .cens li.hovers{
   background: #eef4ff;
   color:#235ff9;
   font-weight: 900;
}
.teacherschool .contents .tops .rights{
    width: calc(100% - 910px - 115px);

    padding-top: 79px;
}
.teacherschool .contents .tops .rights a{
    color:#999999;
    font-size: 14px;
}
.teacherschool .contents .centers{
    display: flex;
    justify-content: space-between;

    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 68px;
}
.teacherschool .contents .centers li{
   width: 588px;
   /*height: 288px;*/
   background: #fff;
   transition:transform .3s linear;
   margin-bottom: 23px;
   padding:21px 17px;
   box-sizing: border-box;
   display: flex;
   justify-content: space-between;
}
.teacherschool .contents .centers li:hover{
    transform: translate(-3px,-5px);
    box-shadow: 0 0 5px 5px #efefef;
}
.teacherschool .contents .centers li .les{
    width: 236px;
}
.teacherschool .contents .centers li .les img{
    display: block;
    width: 200px;
    height: 248px;
}
.teacherschool .contents .centers li .ris{
    width: calc(100% - 236px);
}
.teacherschool .contents .centers li .ris .names{
    width: 100%;
    color:#222222;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: 900;
    padding-bottom: 24px;
}
.teacherschool .contents .centers li .ris .names::before{
    content:'';
    display: block;
    width: 5px;
    height: 16px;
    background: #235ff9;
    margin-right: 11px;
}
.teacherschool .contents .centers li .ris  .answers{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.teacherschool .contents .centers li .ris  .answers span{
    display: block;
    height: 24px;
    line-height: 24px;
    padding:0 18px;
    background: #f4f4f4;
    border-radius: 30px;
    margin-bottom: 19px;
    margin-right: 10px;
}
.teacherschool .contents .centers li .ris .txts{
    width: 100%;
    color:#222222;
    font-size: 14px;
    margin-bottom: 52px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.teacherschool .contents .centers li .ris .btns{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.teacherschool .contents .centers li .ris .btns a{
    width: 96px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right,#235ff9,#618dfe);
    border-radius: 3px;
}
.teacherschool .contents .centers li .ris .btns a span{
    color:#ffffff;
    font-size: 12px;
    padding-right: 5px;
}
/*==========teacherdetaill*/
.teacherdetaill{
    width: 100%;
    background: #efefef;
}
.teacherdetaill .contents{
    width: 1200px;
    margin: 0 auto;
}
.teacherdetaill .contents .bars{
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    color:#999999;
}
.teacherdetaill .contents .bars a{
    display: block;
    color:#999999;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
}
.teacherdetaill .contents .bars a:first-child{
    padding-left: 0;
}
.teacherdetaill .contents .bars a.a1{
    color:#000;
}
.teacherdetaill .contents .tops{
    width: 100%;
    height: 375px;
    background:url("../images/teacherdetaill_b.png") no-repeat center / 100%;
    padding:35px 74px 0;
    box-sizing: border-box;
    display: flex;

}
.teacherdetaill .contents .tops .lefts{
    width: 330px;
}
.teacherdetaill .contents .tops .lefts img{
    display: block;
    width: 248px;
    height: 307px;
}
.teacherdetaill .contents .tops .rights{
    width: calc(100% - 330px);
}
.teacherdetaill .contents .tops .rights .names{
    width: 100%;
    color:#ffffff;
    font-size: 24px;
    margin-bottom: 12px;
}
.teacherdetaill .contents .tops .rights .objects{
    width: 100%;
    height: 60px;
    overflow: hidden;
}
.teacherdetaill .contents .tops .rights .objects span{
    display: inline-block;
    padding:0 12px;
    height: 24px;
    line-height: 24px;
    border:1px solid #d7c196;
    font-size: 14px;
    color:#d7c196;
    border-radius: 30px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.teacherdetaill .contents .tops .rights .introduces{
    width: 100%;
}
.teacherdetaill .contents .tops .rights .introduces .tits{
    color:#ffffff;
    font-size: 14px;
    padding-bottom: 9px;
}
.teacherdetaill .contents .tops .rights .introduces .txts{
    width: 100%;
    color:#d3d9ff;
    font-size: 14px;
    padding-bottom: 38px;
}
.teacherdetaill .contents .titles{
    width: 100%;
    height: 100px;
    color:#222222;
    font-size: 26px;
    padding-top: 50px;
    box-sizing: border-box;
    font-weight: 900;
}
.teacherdetaill .contents .centers{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 68px;
    gap: 30px 20px;
}
.teacherdetaill .contents .centers li{
   width: 285px;
   height: 320px;
   background: #fff;
   transition:transform .3s linear;
}
.teacherdetaill .contents .centers li:hover{
    transform: translate(-3px,-5px);
    box-shadow: 0 0 5px 5px #efefef;
}
.teacherdetaill .contents .centers li .imgs{
    width: 285px;
    height: 176px;
}
.teacherdetaill .contents .centers li .imgs img{
    display: block;
    width: 285px;
    height: 176px;
}
.teacherdetaill .contents .centers li .txts{
    width: 100%;
    padding:0 10px;
    box-sizing: border-box;
    height: 46px;
    line-height: 46px;
    color:#222222;
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.teacherdetaill .contents .centers li  .objects{
    width: 100%;
    height: 50px;
    padding:0 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.teacherdetaill .contents .centers li  .objects span{
    display: inline-block;
    height: 20px;
    padding:0 10px;
    line-height: 20px;
    color:#235ff9;
    font-size: 12px;
    background:  #eef4ff;
    margin-bottom: 5px;
    margin-right: 8px;
}
.teacherdetaill .contents .centers li  .pays{
    width: 100%;
    padding:0 10px;
    box-sizing: border-box;
    color:#ff0017;
    font-size: 30px;
    font-weight: 900;
}
.teacherdetaill .contents .centers li  .pays span{
    font-size: 14px;
    font-weight: normal;
}
/*========================industry*/
.industry{
    width: 100%;
    background: #efefef;
}
.industry .contents{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.industry .contents .bars{
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    color:#999999;
}
.industry .contents .bars a{
    display: block;
    color:#999999;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
}
.industry .contents .bars a:first-child{
    padding-left: 0;
}
.industry .contents .bars a.a1{
    color:#000;
}
.industry .contents .textmain{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.industry .contents .textmain .lefts{
    width: 788px;
    background: #fff;
}
.industry .contents .textmain .lefts .uls{
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #efefef;
    display: flex;
    align-items: center;
    padding:0 30px;
    box-sizing: border-box;
}
.industry .contents .textmain .lefts .uls li{
    margin-right: 65px;
    position: relative;
    color:#222222;
    font-size: 16px;
    cursor: pointer;
}
.industry .contents .textmain .lefts .uls li.hovers::after{
    content:'';
    width: 100%;
    height: 3px;
    background: #ff4032;
    position: absolute;
    left:0;
    bottom:-21px;
}
.industry .contents .textmain .lefts .txtuls{
    width: 100%;
    padding:0 20px;
    box-sizing: border-box;
    display: none;
}
.industry .contents .textmain .lefts .txtuls li{
    width: 100%;
    padding:30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;

}
.industry .contents .textmain .lefts .txtuls li a .tits{
    color:#222222;
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 22px;
}
.industry .contents .textmain .lefts .txtuls li a .times{
    width: 100%;
    color:#999999;
    font-size: 14px;
    padding-bottom: 20px;
}
.industry .contents .textmain .lefts .txtuls li a .txts{
    color:#999999;
    font-size: 14px;
}
.industry .contents .textmain .rights{
    width: 392px;
}
.industry .contents .textmain .rights .btms{
    width: 100%;
    padding:22px 24px;
    box-sizing: border-box;
    background: #fff;
}
.industry .contents .textmain .rights .btms .tits{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 27px;
}
.industry .contents .textmain .rights .btms .tits span{
    color:#222222;
    font-size: 16px;
    font-weight: 900;
    padding-right: 9px;

}
.industry .contents .textmain .rights .btms .uls{
    width: 100%;
}
.industry .contents .textmain .rights .btms .uls li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.industry .contents .textmain .rights .btms .uls li a{
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.industry .contents .textmain .rights .btms .uls li:last-child{
    margin-bottom: 0;
}
.industry .contents .textmain .rights .btms .uls li .les,
.industry .contents .textmain .rights .btms .uls li .les img{
    display: block;
    width: 132px;
    height: 98px;
}
.industry .contents .textmain .rights .btms .uls li .ris{
    width: 188px;
}
.industry .contents .textmain .rights .btms .uls li .ris .txts{
    width: 100%;
    height: 39px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    color:#222222;
    font-size: 16px;
    margin-bottom: 10px;
}
.industry .contents .textmain .rights .btms .uls li .ris .inuls{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.industry .contents .textmain .rights .btms .uls li .ris .inuls span{
    display: block;
    width: 68px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 5px;
    background: #ffdaa9;
    color:#cf8753;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.industry .contents .textmain .rights .btms .uls li .ris .pays{
    width: 100%;
    color:#ff0017;
    font-size: 24px;
    font-weight: 900;
}
/*===========industrydetaill*/
.industrydetaill .contents .textmain .lefts{
    padding:40px 30px;
    box-sizing: border-box;
}
.industrydetaill .contents .textmain .lefts .industrydetaill-titels{
    width: 100%;
    color:#222222;
    font-size: 28px;
    font-weight: 900;
    padding-bottom: 32px;
}
.industrydetaill .contents .textmain .lefts .industrydetaill-times{
    width: 100%;
    color:#999999;
    font-size: 14px;
    padding-bottom:26px;
}
.industrydetaill .contents .textmain .lefts .industrydetaill-txts{
    width: 100%;
    color:#222222;
    font-size: 14px;
    padding-bottom:36px;
}
.industrydetaill .contents .textmain .lefts .industrydetaill-tits{
    width: 100%;
    color:#222222;
    font-size: 16px;
    font-weight: 900;
    padding-bottom:36px;
}
.industrydetaill .contents .textmain .lefts .industrydetaill-imgs,
.industrydetaill .contents .textmain .lefts .industrydetaill-imgs img,
.industrydetaill .contents .textmain .lefts img{
    display: block;
    width: 100%;
    height: auto;
}
.industrydetaill .contents .textmain .lefts .industrydetaill-imgs{
    padding-bottom: 36px;
}
/*=================download*/
.download{
    width: 100%;
    background: #efefef;

}
.download .contents{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 26px;
}
.download .contents .bars{
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    color:#999999;
}
.download .contents .bars a{
    display: block;
    color:#999999;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
}
.download  .contents .tops{
    width: 100%;
    height: 128px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    padding:0 33px;
    box-sizing: border-box;
    background: #fff;
}
.download .contents .tops .lefts{
    width: 90px;
    color:#666666;
    font-size: 14px;
    padding-top: 22px;
}
.download .contents .tops .cens{
    width: 910px;
    display: flex;
    padding-top: 22px;
    flex-wrap: wrap;
}
.download .contents .tops .cens li{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding:0 7px;
    margin-right: 26px;
    margin-bottom: 18px;
    color:#000;
    font-size: 14px;
    cursor: pointer;
}
.download .contents .tops .cens li.hovers{
   background: #eef4ff;
   font-weight: 900;
   color:#235ff9;
}
.download .contents .tops .rights{
    width: calc(100% - 910px - 90px);

    padding-top: 79px;
}
.download .contents .tops .rights a{
    color:#999999;
    font-size: 14px;
}
.download .contents .objects{
    width: 100%;
    background: #fff;
    padding:22px 30px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.download .contents .objects .lefts{
    width: 90px;
    color:#222222;
    font-size: 14px;
}
.download .contents .objects .rights{
    width: calc(100% - 90px);
    display: flex;
}
.download .contents .objects .rights li{
    height: 32px;
    line-height: 32px;
    padding:0 16px;
    box-sizing: border-box;
    color:#222222;
    font-size: 14px;
    cursor: pointer;
}
.download .contents .objects .rights li.hovers{
    color:#fff;
    background: #235ff9 ;
    border-radius: 3px;
}

.download .contents  .textmain{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.download .contents  .textmain .lefts{
    width: 788px;
    background: #fff;
}
.download .contents  .textmain .lefts .settions{
    width: 100%;
    padding:0 32px;
    box-sizing: border-box;

}
.download .contents  .textmain .lefts .settions .lis{
    width: 100%;
    height: 113px;
    border-bottom: 1px dashed #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.download .contents  .textmain .lefts .settions .lis .les{
    width: 443px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.download .contents  .textmain .lefts .settions .lis .les .ls{
    width: 60px;
}
.download .contents  .textmain .lefts .settions .lis .les .ls img{
    display: block;
    width: 50px;
    height: auto;
}
.download .contents  .textmain .lefts .settions .lis .les .rs{
    width: calc(100% - 70px);

}
.download .contents  .textmain .lefts .settions .lis .les .rs .tits{
    width: 100%;
    color:#222222;
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.download .contents  .textmain .lefts .settions .lis .les .rs .longs{
    width: 100%;
    color:#999999;
    font-size: 14px;
    padding-top: 12px;
}
.download .contents  .textmain .lefts .settions .lis .ris{
    width: 96px;
}
.download .contents  .textmain .lefts .settions .lis .ris a{
    display: block;
    width: 96px;
    height: 36px;
    background: #eef4ff;
    color:#235ff9;
    text-align: center;
    line-height: 36px;
}
.download .contents .textmain .rights{
    width: 392px;
}
.download .contents  .textmain .rights .btms{
    width: 100%;
    padding:22px 24px;
    box-sizing: border-box;
    background: #fff;
}
.download .contents  .textmain .rights .btms .tits{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 27px;
}
.download .contents  .textmain .rights .btms .tits span{
    color:#222222;
    font-size: 16px;
    font-weight: 900;
    padding-right: 9px;

}
.download .contents  .textmain .rights .btms .uls{
    width: 100%;
}
.download .contents  .textmain .rights .btms .uls li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.download .contents  .textmain .rights .btms .uls li a{
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.download .contents  .textmain .rights .btms .uls li:last-child{
    margin-bottom: 0;
}
.download .contents  .textmain .rights .btms .uls li .les,
.download .contents  .textmain .rights .btms .uls li .les img{
    display: block;
    width: 132px;
    height: 98px;
}
.download .contents  .textmain .rights .btms .uls li .ris{
    width: 188px;
}
.download .contents  .textmain .rights .btms .uls li .ris .txts{
    width: 100%;
    height: 39px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    color:#222222;
    font-size: 16px;
    margin-bottom: 10px;
}
.download .contents .textmain .rights .btms .uls li .ris .inuls{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.download .contents .textmain .rights .btms .uls li .ris .inuls span{
    display: block;
    width: 68px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 5px;
    background: #ffdaa9;
    color:#cf8753;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.download .contents .textmain .rights .btms .uls li .ris .pays{
    width: 100%;
    color:#ff0017;
    font-size: 24px;
    font-weight: 900;
}
/*============quesiton==============*/
.question{
    width: 100%;
    background: #f6f6f6;
}
.question .contents{
    width: 1200px;
    padding-bottom: 26px;
    padding-top: 26px;
    margin:0 auto;
}
.question  .contents .tops{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    padding:0 33px;
    box-sizing: border-box;
    background: #fff;
}
.question .contents .tops .lefts{
    width: 90px;
    color:#666666;
    font-size: 14px;
    padding-top: 22px;
    line-height: 32px;
}
.question .contents .tops .cens{
    width: 910px;
    display: flex;
    padding-top: 22px;
    flex-wrap: wrap;
    overflow: hidden;
    height: 100px;
}
.question .contents .tops .cens li{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding:0 7px;
    margin-right: 26px;
    margin-bottom: 18px;
    color:#000;
    font-size: 14px;
    cursor: pointer;
}
.question .contents .tops .cens li.hovers{
   background: #eef4ff;
   font-weight: 900;
   color:#235ff9;
}
.question .contents .tops .rights{
    width: calc(100% - 910px - 90px);
    display: flex;
}
.question .contents .tops .rights a{
    color:#999999;
    font-size: 14px;
    display: flex;
    align-items: flex-end;
    line-height: 32px;
    margin-bottom: 18px;
}
.question .contents .objects{
    width: 100%;
    background: #fff;
    padding:22px 30px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.question .contents .objects .lefts{
    min-width: 70px;
    color:#222222;
    font-size: 14px;
    margin-right: 20px;
}
.question .contents .objects .success{
    width: 104px;
    display: flex;
    border-radius: 6px;
    background: #235ff9;
    justify-content: center;
    align-items: center;
}
.question .contents .objects .success span{
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    color:#fff;
    font-size: 14px;
    cursor: pointer;
    padding-left: 10px;
}
.question .contents .selectnext{
    width: 100%;
    padding:20px 20px 0;
    box-sizing: border-box;
    background: #fff;
    display: none;
}
.question .contents .selectnext .lis{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.question .contents .selectnext .lis .les{
    width: 90px;
    color: #666666;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}
.question .contents .selectnext .lis .selectuls{
    width: calc(100% - 90px);
    display: flex;
    flex-wrap: wrap;
}
.question .contents .selectnext .lis .selectuls a{
    color: #222222;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding: 0 14px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.question .contents .selectnext .lis .selectuls a.hovers{
    color: #ff4032;
    font-size: 14px;
    background: #f7f7f7;
}
.question .contents .nextmains{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.question .contents .nextmains .lefts{
    width: 860px;
    background: #fff;
}
.question .contents .nextmains .lefts .settions{
    width: 100%;
}
.question .contents .nextmains .lefts .settions .setuls{
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #efefef;
    display: flex;
    align-items: center;
    padding:0 30px;
    box-sizing: border-box;
}
.question .contents .nextmains .lefts .settions .setuls li{
    color:#999999;
    font-size: 16px;
    position: relative;
    margin-right: 64px;
    cursor: pointer;
}
.question .contents .nextmains .lefts .settions .setuls li.hovers{
    color:#222
}
.question .contents .nextmains .lefts .settions .setuls li.hovers::after{
    display: block;
    content:'';
    width: 22px;
    height: 5px;
    background: #235ff9;
    position: absolute;
    bottom: -21px;
    left:calc(50% - 11px);
}
.question .contents .nextmains .lefts .settions .intions{
    width: 100%;
}
.question .contents .nextmains .lefts .settions .intions .lis{
    width: 100%;
    padding:20px 23px;
    box-sizing: border-box;
}
.question .contents .nextmains .lefts .settions .intions .lis .imgs{
    width: 100%;
    padding-bottom: 28px;
}
.question .contents .nextmains .lefts .settions .intions .lis .imgs img{
    display: block;
    width: 100%;
    height: auto;
}
.question .contents .nextmains .lefts .settions .intions .lis .nxts{
    width: 100%;
    display: flex;
    align-items: center;
    padding:0 26px;
    box-sizing: border-box;
    background: #fafafa;
    height: 85px;
    border-radius: 5px;
    justify-content: space-between;
}
.question .contents .nextmains .lefts .settions .intions .lis .nxts .les{
    display: flex;
    align-items: center;
    width: 606px;
    justify-content: space-between;
}
.question .contents .nextmains .lefts .settions .intions .lis .nxts .les .ls{
    width: 59px;
    height: 53px;
}
.question .contents .nextmains .lefts .settions .intions .lis .nxts .les .ls img{
    display: block;
    width: 59px;
    height: 53px;
}
.question .contents .nextmains .lefts .settions .intions .lis .nxts .les .rs{
    width: calc(100% - 68px);
}
.question .contents .nextmains .lefts .settions .intions .lis .nxts .les .rs .times{
    width: 100%;
    color:#222222;
    font-size: 24px;
    padding-bottom: 10px;
}
.question .contents .nextmains .lefts .settions .intions .lis .nxts .les .rs .txts{
    width: 100%;
    color:#9899a1;
    font-size: 14px;
}
.question .contents .nextmains .lefts .settions .intions .lis .nxts .ris{
    width: 120px;
    height: 33px;
}
.question .contents .nextmains .lefts .settions .intions .lis .nxts .ris a{
    display: block;
    width: 120px;
    height: 33px;
    background: #235ff9;
    line-height: 33px;
    text-align: center;
    color:#fff;
    font-size: 14px;
    border-radius: 3px;
}
.question .contents .nextmains .lefts .settions .intions .questionexercise{
    width: 100%;
    padding:0 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 60px;
}
.question .contents .nextmains .lefts .settions .intions .questionexercise li:nth-child(1){
   width: 470px;
   color:#000000;
   font-size: 16px;
}
.question .contents .nextmains .lefts .settions .intions .questionexercise li:nth-child(2){
    width: 105px;
    color:#999999;
    font-size: 16px;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercise li:nth-child(3){
    width:90px;
    color:#999999;
     font-size: 16px;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo{
    width: 100%;
    padding:0 20px;
    box-sizing: border-box;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo li{
    width: 100%;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo li .tits{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background: #f9f9f9;
    cursor: pointer;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo li .tits .les{
    width: 470px;
    padding-left: 20px;
    position: relative;
    color:#222222;
    font-size: 14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo li .tits .les::after{
    content: "";
    width: 4px;
    height: 21px;
    background: #ff4032;
    position: absolute;
    left:0;
    top:0;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo li .tits .speeds{
    width: 105px;
    color:#999999;
    font-size: 12px;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo li .tits .konws{
    width: 159px;
    color:#999;
    font-size: 12px;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo li .tits .ris{
    width: calc(100% - 490px - 105px - 159px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo li .tits .ris span{
    color:#999999;
    font-size: 14px;
    padding-left: 10px;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo li .tits .ris .imgs{
    transition:all .3s linear;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo li .tits .ris .imgs.hovers{
    transform: rotate(180deg);

 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo li .tits .ris span.sp2{
    display: none;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo li .questionexercisthree{
    width: 100%;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo li .questionexercisthree li{
    width: 100%;
    display: flex;
    align-items: center;
    height: 72px;
    border-bottom: 1px solid #f1f1f1;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo li .questionexercisthree li .les{
    width: 490px;
    padding-left: 33px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo li .questionexercisthree li .les .sp1{
    display: block;
    color:#666666;
    font-size: 14px;
    max-width:  calc(457px - 59px);
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo li .questionexercisthree li .les .sp2{
    width: 50px;
    display: block;
    height: 24px;
    background: linear-gradient(to right,#e7b36e,#fbe0bc);
    border-radius: 3px;
    text-align: center;
    line-height: 24px;
    color:#a9740d;
    font-size: 14px;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo li .questionexercisthree li .speeds{
    width: 105px;
    color:#999999;
    font-size: 12px;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo li .questionexercisthree li .konws{
    width: 97px;
    color:#999999;
    font-size: 12px;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo li .questionexercisthree li .status{
    width: 50px;
    margin-left: auto;
 }
 .question .contents .nextmains .lefts .settions .intions .questionexercistwo li .questionexercisthree li .ris{
    color:#235ff9;
    font-size: 14px;
    cursor: pointer;
 }
 .question .contents .nextmains .lefts .settions .intions .questioncaledar{
    width: 100%;
 }
 .question .contents .nextmains .lefts .settions .intions .questioncaledar li{
    width: 100%;
    border-bottom: 1px dashed #f3f6f5;
    padding:0 24px;
    box-sizing: border-box;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
 .question .contents .nextmains .lefts .settions .intions .questioncaledar li:hover{
    background: #fafafa;
 }
 .question .contents .nextmains .lefts .settions .intions .questioncaledar li .les{
    width: 668px;
    display: flex;
    align-items: center;
 }
 .question .contents .nextmains .lefts .settions .intions .questioncaledar li .les .ls{
    width: 38px;
 }
 .question .contents .nextmains .lefts .settions .intions .questioncaledar li .les .rs{
    width: calc(100% - 34px);
 }
 .question .contents .nextmains .lefts .settions .intions .questioncaledar li .les .rs .tps{
    width: 100%;
    display: flex;
    align-items: center;
 }
 .question .contents .nextmains .lefts .settions .intions .questioncaledar li .les .rs .tps .sp1{
    display: block;
    max-width: 500px;
    color:#000000;
    font-size: 16px;
 }
 .question .contents .nextmains .lefts .settions .intions .questioncaledar li .les .rs .tps .sp2{
    display: block;
    width: 50px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color:#a9740d;
    font-size: 14px;
    background: linear-gradient(to right,#e9b570,#fbe1bb);
    border-radius: 3px;
    margin-left: 5px;
 }
 .question .contents .nextmains .lefts .settions .intions .questioncaledar li .les .rs .tps .sp3{
    display: block;
    width: 50px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color:#fff;
    font-size: 14px;
    background: #1dc76b;
    border-radius: 3px;
    margin-left: 5px;
 }
 .question .contents .nextmains .lefts .settions .intions .questioncaledar li .les .rs .btms{
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 10px;
 }
 .question .contents .nextmains .lefts .settions .intions .questioncaledar li .les .rs .btms span{
    display: block;
    padding:0 10px;
    box-sizing: border-box;
    border-right: 1px solid #999999;
    color:#999999;
 }
 .question .contents .nextmains .lefts .settions .intions .questioncaledar li .les .rs .btms span:first-child{
    padding-left: 0;
 }
 .question .contents .nextmains .lefts .settions .intions .questioncaledar li .les .rs .btms span:last-child{
    border-right: 0;
 }
 .question .contents .nextmains .lefts .settions .intions .questioncaledar li .ris{
    width: 88px;
    height: 36px;
 }
 .question .contents .nextmains .lefts .settions .intions .questioncaledar li .ris a{
    display: block;
    width: 88px;
    height: 36px;
    background: linear-gradient(to right,#235ff9,#618dfe);
    text-align: center;
    line-height: 36px;
    color:#fff;
    font-size: 14px;
    border-radius: 3px;
 }
 .question .contents .nextmains .lefts .settions .intions .questiondryrun{
    width: 100%;
 }

 .question .contents .nextmains .lefts .settions .intions .questiondryrun .tps{
    width: 100%;
 }
 .question .contents .nextmains .lefts .settions .intions .questiondryrun .tps img{
    display: block;
    width: 100%;
    height: auto;
 }
 .question .contents .nextmains .lefts .settions .intions .questiondryrun .warps{
    width: 100%;
    padding:20px;
    box-sizing: border-box;
    background: #fff;
 }
 .question .contents .nextmains .lefts .settions .intions .questiondryrun .warps .inwarps{
    width: 100%;
    background: #fafafa;
    padding:0 20px;
    box-sizing: border-box;
 }
 .question .contents .nextmains .lefts .settions .intions .questiondryrun .warps .cens{
    width: 100%;
    background: #fafafa;
    padding:34px 0;
    border-bottom: 1px solid #f0f0f0;
 }
 .question .contents .nextmains .lefts .settions .intions .questiondryrun .warps .cens .his{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .question .contents .nextmains .lefts .settions .intions .questiondryrun .warps .cens .his .lis1:first-child{
    margin-right: 80px;
 }
 .question .contents .nextmains .lefts .settions .intions .questiondryrun .warps .cens .his .lis1 span{
    display: block;
 }
 .question .contents .nextmains .lefts .settions .intions .questiondryrun .warps .cens .his .lis1 span.sp1{
    color:#999999;
    font-size: 14px;
    padding-bottom: 15px;
 }
 .question .contents .nextmains .lefts .settions .intions .questiondryrun .warps .cens .his .lis1 span.sp2{
    color:#222222;
    font-size: 24px;
    text-align: center;
    font-weight: 900;
 }
 .question .contents .nextmains .lefts .settions .intions .questiondryrun .warps .cens .classifications{
    width: 100%;
    padding-top: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .question .contents .nextmains .lefts .settions .intions .questiondryrun .warps .cens .classifications .lis1{
    margin-right: 50px;
 }
 .question .contents .nextmains .lefts .settions .intions .questiondryrun .warps .cens .classifications .lis1:last-child{
    margin-right: 0;
 }
 .question .contents .nextmains .lefts .settions .intions .questiondryrun .warps .cens .classifications .lis1 .sp1{
    color:#999999;
    font-size: 14px;
 }
 .question .contents .nextmains .lefts .settions .intions .questiondryrun .warps .cens .classifications .lis1 .sp2{
    color:#222222;
    font-size: 14px;
 }
 .question .contents .nextmains .lefts .settions .intions .questiondryrun .warps .cens .btns{
    width: 100%;
    padding-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .question .contents .nextmains .lefts .settions .intions .questiondryrun .warps .cens .btns a{
    display: block;
    width: 160px;
    height: 36px;
    background: linear-gradient(to right,#235ff9,#618dfe);
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    color:#fff;
    font-size: 14px;
 }
 .question .contents .nextmains .lefts .settions .intions .questiondryrun .warps .txts{
    width: 100%;
    padding-top: 20px;
    background: #fafafa;
 }
 .question .contents .nextmains .lefts .settions .intions .questiondryrun .warps .txts span{
    display: block;
    width: 100%;
    color:#999999;
    font-size: 14px;
    padding-bottom: 14px;
 }
 .question .contents .nextmains .lefts .settions .intions .questiondryrun .warps .txts span:nth-child(odd){

    color: #222222;
 }
.question .contents .nextmains .rights{
    width: 320px;
}
.question .contents .nextmains .rights .tps{
    width: 100%;
    height: 93px;
    background: url("../images/question_every_back.png") no-repeat center / 100%;
    padding:0 19px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.question .contents .nextmains .rights .tps .les{
    width: 188px;
}
.question .contents .nextmains .rights .tps .les .names{
    width: 100%;
    color:#fbe4c2;
    font-size: 16px;
    padding-bottom: 15px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.question .contents .nextmains .rights .tps .les .vips{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.question .contents .nextmains .rights .tps .les .vips img{
    display: block;
    width: 22px;
    height: 17px;
}
.question .contents .nextmains .rights .tps .les .vips span{
    display: block;
    width: calc(100% - 32px);
    color:#999999;
    font-size: 14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.question .contents .nextmains .rights .tps .ris{
    width: 116px;
}
.question .contents .nextmains .rights .tps .ris a{
    display: block;
    width: 116px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 30px;
    background: #f2ca97;
    color:#a9740d;
    font-size: 14px;
}
.question .contents .nextmains .rights .txts{
    width: 100%;
    height: 50px;
    padding:14px 20px 0;
    box-sizing: border-box;
    background: #fff;
}
.question .contents .nextmains .rights .ruls{
    width: 100%;
    padding:0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    margin-bottom: 20px;
}
.question .contents .nextmains .rights .ruls li{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.question .contents .nextmains .rights .ruls li span{
    color:#222222;
    font-size: 14px;
    padding-left: 4px;
}
.question .contents .nextmains .rights .btms{
    width: 100%;
    padding:20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background: #fff;
}
.question .contents .nextmains .rights .btms li{
    width: 58px;
}
.question .contents .nextmains .rights .btms li a{
    display: block;
    width: 58px;
}
.question .contents .nextmains .rights .btms li a .imgs{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f6f6;
}
.question .contents .nextmains .rights .btms li a .txts1{
    width: 58px;
    text-align: center;
    color:#36363a;
    font-size: 14px;
    padding-top: 10px;
}
/*==========================questionvip*/
.questionvip{
    width: 100%;
    background: #efefef;
}
.questionvip .contents{
    width: 1200px;
    margin: 0 auto;
    padding:20px 0;

}
.questionvip .contents .tops{
    width: 100%;
    height: 72px;
    background: url("../images/questionvip_tb.png") no-repeat center / cover;
    padding:0 28px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.questionvip .contents .tops .sp1{
    color:#a76c39;
    font-size: 28px;
    font-weight: 900;
    padding-right: 20px;
}
.questionvip .contents .tops .sp2{
    color:#a76c39;
    font-size: 16px;
    padding-left: 20px;
    border-left: 1px solid #a76c39;
}
.questionvip .contents .centers{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 48px;
}
.questionvip .contents .centers .lefts{
    width: 240px;
    padding:0 10px;
    box-sizing: border-box;
}
.questionvip .contents .centers .lefts .inwarps{
    width: 100%;
    background: #fffdf9;
    padding:20px 22px 33px;
    box-sizing: border-box;
}
.questionvip .contents .centers .lefts .inwarps .tits1{
    width: 100%;
    color:#222222;
    font-size: 14px;
    text-align: right;
    padding-bottom: 12px;
}
.questionvip .contents .centers .lefts .inwarps .tits2{
    width: 100%;
    color:#ff4032;
    font-size: 14px;
    text-align: right;
    padding-bottom: 35px;
}
.questionvip .contents .centers .lefts .inwarps .uls{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.questionvip .contents .centers .lefts .inwarps .uls li{
    width: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 28px;
}
.questionvip .contents .centers .lefts .inwarps .uls li .imgs{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fef0ce;
    display: flex;
    justify-content: center;
    align-items: center;

}
.questionvip .contents .centers .lefts .inwarps .uls li .txts{
    width: 100%;
    text-align: center;
    color:#222222;
    font-size: 14px;
    padding-top: 13px;
}
.questionvip .contents .centers .rights{
    width: calc(100% - 240px);
    padding:20px;
    box-sizing: border-box;
    background: #fff;
}
.questionvip .contents .centers .rights .obstacles{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.questionvip .contents .centers .rights .obstacles .les{
    width: 82px;
    color:#2d3341;
    font-size: 14px;
    font-weight: 900;
}
.questionvip .contents .centers .rights .obstacles .ris{
    width: calc(100% - 82px);
    color:#979090;
    font-size: 14px;
}
.questionvip .contents .centers .rights .subjects{
    width: 100%;
    display: flex;
    align-items: center;
}
.questionvip .contents .centers .rights .subjects .les{
    width: 82px;
    color:#2d3341;
    font-size: 14px;
    font-weight: 900;
    height: 35px;
}
.questionvip .contents .centers .rights .subjects .ris{
    width: calc(100% - 82px);
    display: flex;
}
.questionvip .contents .centers .rights .subjects .ris li{
    padding:0 32px;
    height: 35px;
    background: #f1f1f1;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}
.questionvip .contents .centers .rights .subjects .ris li.hovers{
    background: #eef4ff;
    border: 1px solid #235ff9;
    color:#000;
}
.questionvip .contents .centers .rights .paytimes{
    width: 100%;
    display: flex;
    align-items: center;
}
.questionvip .contents .centers .rights .paytimes .les{
    width: 82px;
    color:#2d3341;
    font-size: 14px;
    font-weight: 900;
    height: 35px;
}
.questionvip .contents .centers .rights .paytimes .ris{
    width: calc(100% - 82px);
    display: flex;
}
.questionvip .contents .centers .rights .paytimes .ris li{
    padding:0 32px;
    height: 35px;
    background: #fffaee;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid #a76c3a;
    color:#a76c3a;
}
.questionvip .contents .centers .rights .paytimes .ris li.hovers{
    background: #eef4ff;
    border: 1px solid #235ff9;
    color:#000;
}
.questionvip .contents .bottoms{
    width: 100%;
    height: 80px;
    background: #fff;
    padding:0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.questionvip .contents .bottoms .lefts .tps{
   display: flex;
   align-items: center;
   height: 30px;
}
.questionvip .contents .bottoms .lefts .tps .txts{
    display: flex;
    align-items: center;
    padding-right: 40px;
}
.questionvip .contents .bottoms .lefts .tps .txts .sp1{
    color:#36363a;
    font-size: 16px;
}
.questionvip .contents .bottoms .lefts .tps .txts .sp2{
    color:#ff4032;
    font-size: 16px;
    display: flex;
    align-items: baseline;

}
.questionvip .contents .bottoms .lefts .tps .txts .sp2 span{
    color:#ff4032;
    font-size: 36px;
    padding-bottom: 10px;
}
.questionvip .contents .bottoms .lefts .btms{
    padding-top: 3px;
    color:#999999;
    font-size: 14px;
}
.questionvip .contents .bottoms .rights{
    width: 194px;
}
.questionvip .contents .bottoms .rights a{
    display: block;
    width: 194px;
    height: 48px;
    background: linear-gradient(to right,#618dfe,#235ff9);
    text-align: center;
    line-height: 48px;
    color:#fff;
    border-radius: 3px;
}
/*================questionexamination*/
.questionexamination{
    width: 100%;
    background: #efefef;
}
.questionexamination .contents{
    width: 1200px;
    padding:20px 0;
    margin:0 auto;
}
.questionexamination .contents .tops{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.questionexamination .contents .tops .lefts{
    width: 340px;
    background: #fff;
    padding:26px 30px 26px;
    box-sizing: border-box;
}
.questionexamination .contents .tops .lefts .inwarps{
    width: 100%;
    height: 357px;
    background: linear-gradient(to bottom,#eeefff,#f0f0f0);

}
.questionexamination .contents .tops .lefts .inwarps .tits{
    width: 100%;
    height: 84px;
    text-align: center;
    line-height: 84px;
    color:#000;
    font-size: 18px;
    font-weight: 900;
}
.questionexamination .contents .tops .lefts .inwarps .imgs{
    width: 196px;
    height: 196px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
}
.questionexamination .contents .tops .lefts .inwarps .imgs img{
    display: block;
    width: 154px;
    height: 154px;
}
.questionexamination .contents .tops .lefts .inwarps .txts{
    width: 100%;
    text-align: center;
    color:#222222;
    font-size: 16px;
    padding-top: 33px;
}
.questionexamination .contents .tops .rights{
    width: calc(100% - 340px);
    background: #fff;
    padding-top: 50px;
}
.questionexamination .contents .tops .rights .tits{
    width: 100%;
    color:#222222;
    font-size: 24px;
    padding-bottom: 35px;
}
.questionexamination .contents .tops .rights .uls{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 23px;
}
.questionexamination .contents .tops .rights .uls li{
    width: 290px;
    padding-bottom: 16px;
}
.questionexamination .contents .tops .rights .uls li .sp1{
    width: 84px;
    color:#999999;
    font-size: 16px;
}
.questionexamination .contents .tops .rights .uls li .sp2{
    width: 84px;
    color:#1b1b1b;
    font-size: 16px;
}
.questionexamination .contents .tops .rights .peoples{
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 46px;
}
.questionexamination .contents .tops .rights .peoples .les{
    width: 32px;
}
.questionexamination .contents .tops .rights .peoples .ris .sp1{
    color:#235ff9;
    font-size: 14px;
}
.questionexamination .contents .tops .rights .peoples .ris .sp2{
    color:#222222;
    font-size: 14px;
}
.questionexamination .contents .tops .rights .btns{
    width: 100%;
    display: flex;
}
.questionexamination .contents .tops .rights .btns .a1{
    display: block;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color:#fff;
    font-size: 18px;
    background: linear-gradient(to right,#235ff9,#618dfe);
    padding: 0 30px;
    margin-right: 20px;
}
.questionexamination .contents .tops .rights .btns .a2{
    display: block;
    height: 44px;
    text-align: center;
    line-height: 42px;
    color:#235ff9;
    font-size: 18px;
    border:1px solid #235ff9;
    box-sizing: border-box;
    padding: 0 30px;
    margin-right: 20px;
}
.questionexamination .contents .bottoms{
    width: 100%;
    background: #fff;
    padding:0px 21px 37px;
    box-sizing: border-box;
}
.questionexamination .contents .bottoms .tits{
    width: 100%;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px dashed #f1f1f1;
    color:#36363a;
    font-size: 16px;
}
.questionexamination .contents .bottoms .uls{
    width: 100%;
    padding:37px 16px;
    box-sizing: border-box;
}
.questionexamination .contents .bottoms .uls li{
    width: 100%;
    padding-bottom: 28px;
    display: flex;
    justify-content: space-between;
    border-left: 1px dashed #235ff9 ;
}
.questionexamination .contents .bottoms .uls li .les{
    width: 25px;
    height: 25px;
    position: relative;
    left:-12.5px;
}
.questionexamination .contents .bottoms .uls li:last-child{
    border-left: 0;
}
.questionexamination .contents .bottoms .uls li .les img{
    display: block;
    width: 25px;
    height: 25px;

}
.questionexamination .contents .bottoms .uls li .ris{
    width: calc(100% - 24px);
}
.questionexamination .contents .bottoms .uls li .ris .tps{
    width: 100%;
    color:#36363a;
    font-size: 14px;
    padding-bottom: 19px;
    font-weight: 900;
    padding-top: 2px;
}
.questionexamination .contents .bottoms .uls li .ris .btms{
    width: 100%;
    color:#999999;
    font-size: 14px;
}
/*===============questionanswer*/
.questionanswer{
    width: 100%;
    background: #efefef;
}
.questionanswer.blackbackground{
    background: #666;
    filter: grayscale(50%);
    filter: saturate(50%);
}
.questionanswer .contents{
    width: 1200px;
    margin:0 auto;
    padding:20px 0;
    display: flex;
    justify-content: space-between
}
.questionanswer .contents .lefts{
    width: 860px;
}
.questionanswer .contents .lefts .tps{
    width: 100%;
    height: 64px;
    padding:0 20px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.questionanswer .contents .lefts .tps .les{
    display: flex;
    align-items: center;
}
.questionanswer .contents .lefts .tps .les .backs{
    display: flex;
    align-items: center;
    padding-right: 20px;
    cursor: pointer;
}
.questionanswer .contents .lefts .tps .les .backs span{
    color:#999999;
    font-size: 14px;
    padding-left: 10px;
}
.questionanswer .contents .lefts .tps .les .bars{
    display: flex;
    align-items: center;
    color:#999999;
}
.questionanswer .contents .lefts .tps .les .bars a{
    color:#999999;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
}
.questionanswer .contents .lefts .tps .les .bars a.a1{
    color:#222222;
    font-size: 14px;
}
.questionanswer .contents .lefts .tps .ris{
    display: flex;
    align-items: center;
    color:#222222;
    font-size: 18px;
}
.questionanswer .contents .lefts .tps .ris .sp1{
    color:#235ff9;
    font-size: 18px;
    padding:0 5px;
}
.questionanswer .contents .lefts .tps .ris .sp2{
    color:#222222;
    font-size: 18px;
    padding:0 0px 0 5px;
}
.questionanswer .contents .lefts .cens{
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}
.questionanswer .contents .lefts .cens .swiper-container{
    width: 100%;
    background: #fff;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container{
    padding-top: 20px;
    box-sizing: border-box;
    padding-bottom: 35px;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .topic-type{
    color:#222222;
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px 25px;
    box-sizing: border-box;
    cursor: default;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .topic-stem{
    color:#222222;
    font-size: 16px;
    padding:0 20px;
    line-height: 28px;
    box-sizing: border-box;
    cursor: default;
    padding-bottom: 25px;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .topic-stem>*{
    font-size: 16px;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .topic-opt-group{
    padding:0 20px 40px;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .topic-opt-group .option.question-no-look-hover:hover{
    background-color: rgba(35, 95, 249, 0.08);
    transform: translateX(5px);
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .topic-opt-group .option.question-no-look-hover:hover .optkey{
    border-color: rgba(35, 95, 249, 0.08);
    background: rgba(35, 95, 249, 0.08);
    color: #fff;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .topic-opt-group .option.question-no-look-hover:active{
    border-color: #235ff9;
    background: #235ff9;
    color: #fff;
}

.questionanswer .contents .lefts .cens .swiper-container .question-container .topic-opt-group .option{
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .topic-opt-group .option:last-child{
    margin-bottom: 0;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .topic-opt-group .option.single .optkey{
    border-radius: 50%;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .topic-opt-group .option .optkey{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border: 1px solid #999999;
    font-family: ytStkIcon;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .topic-opt-group .option .optkey.active{
    border-color: #235ff9;
    background: #235ff9;
    color: #fff;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .topic-opt-group .option .optkey.error{
    border-color: #f5222d;
    background: #f5222d;
    color: #fff;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .topic-opt-group .option .optkey.correct{
    border-color: #52c41a;
    background: #52c41a;
    color: #fff;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .topic-opt-group .option .optval{
    font-size: 16px;
    color:#222222;
    margin-left: 15px;
    line-height: 28px;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .topic-opt-group .option .optval>*{
    font-size: 16px;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .topic-look-analysis-btn{
    width: 200px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 25px;
    color: #235ff9;
    font-size: 16px;
    border: 1px solid #235ff9;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.3s ease;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .topic-look-analysis-btn.disabled{
    background-color: #d9d9d9;
    color: #ffffff;
    border-color: #d9d9d9;
    cursor: not-allowed;
    opacity: 1;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .disabled:hover {
    background-color: #bfbfbf;
    border-color: #bfbfbf;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .answer-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    border-top: 1px dashed #eeeff1;
    border-bottom: 1px dashed #eeeff1;
    background: #f9fafa;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .answer-box .left-box{
    display: flex;
    align-items: center;
    cursor: default;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .answer-box .left-box .left-answer-title{
    color: #222222;
    font-size: 16px;
    padding-right: 20px;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .answer-box .left-box .left-answer-text{
    font-size: 16px;
    padding-right: 30px;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .answer-box .left-box .correct{
    color:#52c41a;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .answer-box .left-box .error{
    color:#f5222d;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .answer-box .left-box .judgment-icon{
    font-size: 16px;
    font-weight: bold;
    font-family: ytStkIcon;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .answer-box .right-box{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .answer-box .right-box .right-collect-icon{
    margin-right: 3px;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .answer-box .right-box .right-collect{
    color: #9899a1;
    font-size: 14px;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .answer-box .right-box .right-collect.hovers{
    color:#f5222d;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .analysis-box{
    display: flex;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    cursor: default;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .analysis-box .analysis-tit{
    width: 80px;
    color: #999999;
    font-size: 14px;
    padding-top: 2px;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .analysis-box .analysis-content{
    font-size: 16px;
    line-height: 28px;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .analysis-box .analysis-content>*{
    font-size: 16px;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .statistics-box{
    display: flex;
    padding: 0 20px 30px;
    box-sizing: border-box;
    border-bottom: 1px dashed #eeeff0;
    margin-bottom: 30px;
    cursor: default;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .statistics-box .statistics-tit{
    width: 80px;
    color: #999999;
    font-size: 14px;
    padding-top: 2px;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .statistics-box .statistics-content{
    font-size: 16px;
    color: #ff4032;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .notes-box{
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .notes-box .notes-btn-box{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .notes-box .notes-btn-box .notes-tit{
    width: 80px;
    color: #222222;
    font-size: 14px;
    cursor: default;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .notes-box .notes-btn-box .notes-btn{
    height: 36px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    background: linear-gradient(to right, #235ff9, #618dfe);
    cursor: pointer;
    padding: 0 20px;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .notes-box .notes-content-text{
    color: #222222;
    font-size: 16px;
    line-height: 24px;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .notes-box .notes-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #909399;
    font-size: 16px;
    transition: all 0.3s ease;
}
.questionanswer .contents .lefts .cens .swiper-container .question-container .analysis-container .notes-box .notes-empty-state::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23c0c4cc'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.6;
}
.question-exercise-notes-content{
    border: 1px solid #ececec;
    background: #f9f9f9;
    padding: 14px;
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
}
.question-exercise-notes-content:focus{
    border: 0;
    outline: none;
    box-shadow: none;
}

.questionanswer .tosetup{
    width: 100%;
    height: 100%;
    background: rgba(00,00, 00, 0.6);
    position: fixed;
    left:0;
    top:0;
    z-index: 999;
    cursor: pointer;
}
.questionanswer .tosetup .mains{
    width: 250px;
    background: #fff;
    position: absolute;
    top:202px;
    right:calc(50% - 406px);
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap:wrap;
    align-content: center;
    padding: 20px;
}
.questionanswer .tosetup .mains::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #fff;
    position: absolute;
    left:70%;
    top:-16px;
}
.questionanswer .tosetup .mains .tops{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.questionanswer .tosetup .mains .tops .les{
    color:#222222;
    font-size: 14px;
}
.questionanswer .tosetup .mains .tops .ris{
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    height: 21px;
}
.questionanswer .tosetup .mains .tops .ris span{
    margin-left: 20px;
}
.questionanswer .tosetup .mains .tops .ris span.hovers{
    color:#235ff9;
}
.questionanswer .tosetup .mains .tops .ris .sp1{
    color:#777e98;
}
.questionanswer .tosetup .mains .cens{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:24px;
}
.questionanswer .tosetup .mains .cens:last-child{
    margin-bottom: 0;
}
.questionanswer .tosetup .mains .cens .les{
    color:#222222;
    font-size: 14px;
}
.questionanswer .tosetup .mains .cens .ris{
    width: 36px;
    height: 20px;
    border-radius: 50px;
    background: #ddd;
    position: relative;

}
.questionanswer .tosetup .mains .cens .ris.hovers{
    background: #235ff9;
}
.questionanswer .tosetup .mains .cens .ris span{
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left:2px;
    top:2px;
    transition:all 0.3s ease;
}
.questionanswer .tosetup .mains .cens .ris.hovers span{
    position: absolute;
    left:18px;
    top:2px;
    transition:all 0.3s ease;
}
.questionanswer .contents .lefts .btms{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
    padding:0 20px;
    box-sizing: border-box;
    background: #fff;
    position: fixed;
    width: 860px;
    bottom: 0;
    z-index: 9;
}
.questionanswer .contents .lefts .btms .swiper-button-prev,.questionanswer .contents .lefts .btms  .swiper-button-next{
    background: #fff;
    position: relative;
    width: auto !important;
    margin:0;
    top:0;
    color:#222222;
}
.questionanswer .contents .lefts .btms .swiper-button-prev:after,.swiper-button-next:after{
    content: "" ;
    font-size: 16px !important;
    padding-left: 10px;
    color:#222222;
    width: 9px;
    height: 16px;
}
 .swiper-button-prev:after{
    content: "" !important;
    width: 9px;
    height: 16px;
}
.questionanswer .contents .lefts .btms .swiper-button-prev::before{
    content: "prev";
    width: 9px;
    height: 16px;
    color:#222222;
    font-family: swiper-icons;
    font-size: 16px !important;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    padding-right: 10px;
}

.questionanswer .contents .rights{
    width: 320px;
}
.questionanswer .contents .rights .tps{
    width: 100%;
    height: 112px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    justify-content: space-between;
}
.questionanswer .contents .rights .tps .lis{
    cursor: pointer;
    width: 94px;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.questionanswer .contents .rights .tps .lis span{
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 13px;
}
.questionanswer .contents .rights .cens{
    width: 100%;
    background: #fff;
    padding:21px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.questionanswer .contents .rights .cens .tits{
    width: 100%;
    color:#1b1b1b;
    font-size: 16px;
    padding-bottom: 20px;
    cursor: default;
}
.questionanswer .contents .rights .cens .btns{
    display: flex;
    justify-content: space-between;
}
.questionanswer .contents .rights .cens .btns .times{
    width: 130px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e5efff;
    border-radius: 3px;
    cursor: default;
}
.questionanswer .contents .rights .cens .btns .times span{
    color:#235ff9;
    font-size: 16px;
    padding-left: 9px;
}
.questionanswer .contents .rights .cens .btns .stops{
    width: 120px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    color: #235ff9;
    border: 1px solid #235ff9;
    box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer;
}
.questionanswer .contents .rights .btms{
    width: 100%;
    background: #fff;
    padding:25px 20px;
    box-sizing: border-box;
}
.questionanswer .contents .rights .btms .tits{
    color:#222222;
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    cursor: default;
}
.questionanswer .contents .rights .btms .tits1{
    width: 100%;
    padding-bottom:20px;
    color:#222222;
    font-size: 14px;
    cursor: default;
}
.questionanswer .contents .rights .btms .dan{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 22px;
    margin-bottom: 20px;
}
.questionanswer .contents .rights .btms .dan li{
    width: 26px;
    height: 26px;
    border-radius: 3px;
    border: 1px solid #999999;
    text-align: center;
    line-height: 26px;
    color:#aab0c0;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.questionanswer .contents .rights .btms .dan li.active{
    background: #235ff9;
    border: 1px solid #235ff9;
    color:#fff;
}
.questionanswer .contents .rights .btms .dan li.done{
    background: #D48806;
    border: 1px solid #D48806;
    color:#fff;
}
.questionanswer .contents .rights .btms .dan li.error{
    background: #f5222d;
    border: 1px solid #f5222d;
    color:#fff;
}
.questionanswer .contents .rights .btms .dan li.correct{
    background: #29ba4d;
    border: 1px solid #29ba4d;
    color:#fff;
}
.questionanswer .contents .rights .btms .dan li.partial{
    background: linear-gradient(135deg, #29ba4d 50%, #f5222d 50%);
    color:#fff;
}

.questionanswer .contents .rights .btms .dan li.hovers{
    background: #999999;
    color:#fff;
}
.questionanswer .contents .rights .btms .status{
    width: 100%;
    border: 1px solid #e5e5e5;
    padding:20px 0;
    border-left: 0;
    border-right: 0;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    cursor: default;
    gap:25px;
}
.questionanswer .contents .rights .btms .status .lis{
    display: flex;
    align-items: center;
}

.questionanswer .contents .rights .btms .status .lis .sp1{
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 3px;
    margin-right: 8px;
}
.questionanswer .contents .rights .btms .status .lis .sp1.done{
    background: #D48806;
}
.questionanswer .contents .rights .btms .status .lis .sp1.correct{
    background: #29ba4d;
}
.questionanswer .contents .rights .btms .status .lis .sp1.error{
    background: #f5222d;
}
.questionanswer .contents .rights .btms .status .lis .sp1.partial{
    background: linear-gradient(135deg, #29ba4d 50%, #f5222d 50%);
}
.questionanswer .contents .rights .btms .status .lis .sp1.spempty{
    background: #fff;
    border:1px solid #999999;
    box-sizing: border-box;
}
.questionanswer .contents .rights .btms .status .lis .sp2{
    color:#999999;
    font-size: 12px;
}
.questionanswer .contents .rights .btms .a1{
    display: block;
    width: 100%;
    height: 64px;
    border:1px solid #235ff9;
    font-size: 20px;
    text-align: center;
    line-height: 62px;
    border-radius: 60px;
    color:#235ff9;
    font-size: 20px;
}
.questionanswer .contents .rights .btms .a2{
    display: block;
    width: 100%;
    height: 64px;
    font-size: 20px;
    text-align: center;
    line-height: 62px;
    border-radius: 60px;
    color:#fff;
    font-size: 20px;
    background: linear-gradient(to right,#235ff9,#618dfe);
}
/* 题库中的计算器 */
.question-calculator-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.question-calculator-modal-enter-active,
.question-calculator-modal-leave-active {
    transition: opacity 0.3s ease !important;
}
.question-calculator-modal-enter,
.question-calculator-modal-leave-to {
    opacity: 0 !important;
}
.question-calculator-modal .question-calculator-container {
    width: 360px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow: visible;
    transition: all 0.3s ease !important;
}
.question-calculator-modal.question-calculator-modal-enter .question-calculator-container,
.question-calculator-modal.question-calculator-modal-leave-to .question-calculator-container {
    opacity: 0 !important;
    transform: scale(0.8) !important;
}
.question-calculator-modal .question-calculator-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #409eff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.question-calculator-modal .question-calculator-header .question-calc-close {
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
}
.question-calculator-modal .question-calculator-display {
    background: #f5f7fa;
    padding: 16px;
    text-align: right;
    border-bottom: 1px solid #e4e7ed;
}
.question-calculator-modal .question-calculator-display .question-calc-expression {
    font-size: 14px;
    color: #909399;
    min-height: 20px;
    word-break: break-all;
}
.question-calculator-modal .question-calculator-display .question-calc-result {
    font-size: 28px;
    font-weight: 600;
    color: #303133;
    margin-top: 8px;
    word-break: break-all;
}
.question-calculator-modal .question-calculator-buttons {
    padding: 12px;
    overflow: visible;
}
.question-calculator-modal .question-calculator-buttons .question-calc-row {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 8px;
    overflow: visible;
}
.question-calculator-modal .question-calculator-buttons .question-calc-row:last-child {
    margin-bottom: 0;
}
.question-calculator-modal .question-calculator-buttons .question-calc-row .question-calc-btn {
    flex: 1 1 0;
    min-width: 40px;
    height: 44px;
    margin: 0 3px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s;
}
.question-calculator-modal .question-calculator-buttons .question-calc-row .question-calc-btn:first-child {
    margin-left: 0;
}
.question-calculator-modal .question-calculator-buttons .question-calc-row .question-calc-btn:last-child {
    margin-right: 0;
}
.question-calculator-modal .question-calculator-buttons .question-calc-row .question-calc-btn.num {
    background: #f5f7fa;
    color: #303133;
}
.question-calculator-modal .question-calculator-buttons .question-calc-row .question-calc-btn.num:hover {
    background: #e9ecf0;
}
.question-calculator-modal .question-calculator-buttons .question-calc-row .question-calc-btn.num:active {
    background: #d3d7dc;
}
.question-calculator-modal .question-calculator-buttons .question-calc-row .question-calc-btn.op {
    background: #e6f0fa;
    color: #409eff;
    font-weight: 600;
}
.question-calculator-modal .question-calculator-buttons .question-calc-row .question-calc-btn.op:hover {
    background: #d4e6f9;
}
.question-calculator-modal .question-calculator-buttons .question-calc-row .question-calc-btn.op:active {
    background: #c2dbf4;
}
.question-calculator-modal .question-calculator-buttons .question-calc-row .question-calc-btn.func {
    background: #fdf6ec;
    color: #e6a23c;
    font-size: 14px;
}
.question-calculator-modal .question-calculator-buttons .question-calc-row .question-calc-btn.func:hover {
    background: #f5ead6;
}
.question-calculator-modal .question-calculator-buttons .question-calc-row .question-calc-btn.func:active {
    background: #eddebf;
}
.question-calculator-modal .question-calculator-buttons .question-calc-row .question-calc-btn.clear {
    background: #fef0f0 !important;
    color: #f56c6c !important;
    font-weight: 600 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.question-calculator-modal .question-calculator-buttons .question-calc-row .question-calc-btn.clear:hover {
    background: #fde2e2;
}
.question-calculator-modal .question-calculator-buttons .question-calc-row .question-calc-btn.clear:active {
    background: #fcd4d4;
}
.question-calculator-modal .question-calculator-buttons .question-calc-row .question-calc-btn.equal {
    background: #409eff;
    color: #fff;
}
.question-calculator-modal .question-calculator-buttons .question-calc-row .question-calc-btn.equal:hover {
    background: #66b1ff;
}
.question-calculator-modal .question-calculator-buttons .question-calc-row .question-calc-btn.equal:active {
    background: #3a8ee6;
}
/*=========================questionreport*/
.questionreport{
    width: 100%;
    background: #fafafa;
}
.questionreport .contents{
    width: 1200px;
    margin:0 auto;
    padding:20px 0;
}
.questionreport .contents .titles{
    width: 100%;
    height: 88px;
    padding:0 20px;
    color:#222222;
    font-size: 24px;
    background: #fff;
    line-height: 88px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.questionreport .contents .mains{
    width: 100%;
    padding:30px 20px;
    background: #fff;
    box-sizing: border-box;
    display: flex;
}
.questionreport .contents .mains .lefts{
    width: 568px;
    position: relative;
}
.questionreport .contents .mains .lefts::after{
    content: "";
    width: 1px;
    height: 318px;
    background: #f5f5f5;
    position: absolute;
    right:0;
    top:46px;
}
.questionreport .contents .mains .lefts .tits{
    width: 100%;
    color:#222222;
    font-size: 16px;
    padding-bottom: 18px;
}
.questionreport .contents .mains .lefts  .cens{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
.questionreport .contents .mains .lefts  .cens .les{
    width: 217px;
    height: 217px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 10px #f0f4ff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 19px;
}
.questionreport .contents .mains .lefts  .cens .les .txts{
    width: 100%;
    text-align: center;
    color:#2d3341;
    font-size: 18px;
    position: absolute;
    left:0;
    top:66px;
}
.questionreport .contents .mains .lefts  .cens .les .txts1{
    width: 100%;
    text-align: center;
    color:#235ff9;
    font-size: 58px;
    position: absolute;
    left:0;
    top:99px;
    font-weight: 900;
}
.questionreport .contents .mains .lefts  .cens .ris{
    width: 240px;
}
.questionreport .contents .mains .lefts  .cens .ris li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 32px;
}
.questionreport .contents .mains .lefts  .cens .ris li .ls{
    width: 115px;
    color:#999999;
    font-size: 14px;
}
.questionreport .contents .mains .lefts  .cens .ris li .rs{
    width: calc(100% - 115px);
    color:#222222;
    font-size: 14px;
}
.questionreport .contents .mains .lefts  .cens .ris li .rs span{
    color:#235ff9;
    font-size: 14px;
    padding-right: 3px;
}
.questionreport .contents .mains .lefts  .btms{
    width: 513px;
    height: 68px;
    padding:0 66px;
    box-sizing: border-box;
    background:#e5efff;
    position: relative;
    line-height: 68px;
    color:#235ff9;
    font-size: 14px;
}
.questionreport .contents .mains .lefts  .btms::after{
    content: "";
    width: 35px;
    height: 31px;
    background: url("../images/questionreport_left.png") no-repeat center;
    position: absolute;
    left:26px;
    top:-11px;
}
.questionreport .contents  .btns{
    width: 100%;
    padding-top: 76px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    background: #fff;
}
.questionreport .contents  .btns a{
    display: block;
    width: 182px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color:#ffffff;
    font-size: 18px;
    background: linear-gradient(to right,#235ff9,#618dfe);
    border-radius: 50px;
}
.questionreport .contents .mains .rights{
    width: calc(100% - 568px);
    padding-left: 10px;
    box-sizing: border-box;
}
/*========================user*/
.user{
    width: 100%;
    background: #fafafa;
}
.user .contents{
    width: 1200px;
    margin:0 auto;
    padding:20px 0;
    display: flex;
    justify-content: space-between;
}
.usermenu{
    width: 184px;
    padding:0 10px;
    box-sizing: border-box;
    background: #fff;
    align-self: baseline;
}
.usermenu .imga{
    width: 100%;
    padding:22px 0 0;
    display: flex;
    justify-content: center;
}
.usermenu .imga .inwarp{
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px 10px #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.usermenu .imga .inwarp img{
    display: block;
    width: 84px;
    height: 84px;
    border-radius: 50%;
}
.usermenu .names{
    width: 100%;
    color:#222222;
    font-size: 16px;
    padding-top: 15px;
    text-align: center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.usermenu .uls{
    width: 100%;
    padding:24px 0;
}
.usermenu .uls a{
    display: block;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.usermenu .uls a span{
    color:#222222;
    font-size: 16px;
    padding-left: 12px;
}
.usermenu .uls a.hovers{
    background: linear-gradient(to right,#fafcff,#eef5ff);
}
.usermenu .uls a.hovers::after{
    content:'';
    width: 4px;
    height: 64px;
    background: #235ff9;
    position: absolute;
    left:0;
    top:0;
}
.user .contents .rights{
    width: 996px;
    background: #fff;
}

.user .contents .rights  .nextuls{
    width: 100%;
    padding:0 20px;
    box-sizing: border-box;
}
.user .contents .rights  .nextuls li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:40px 0 30px;
    border-bottom: 1px dashed #ededed;
}
.user .contents .rights  .nextuls li .les{
    width: 770px;
}
.user .contents .rights  .nextuls li .les .tits{
    width: 100%;
    color:#222222;
    font-size: 16px;
    padding-bottom: 20px;
}
.user .contents .rights  .nextuls li .les  .lis{
    width: 100%;
    display: flex;
}
.user .contents .rights  .nextuls li .les  .lis .ls{
    margin-right: 20px;
    color:#222222;
    font-size: 14px;
}
.user .contents .rights  .nextuls li .les  .lis .rs{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.user .contents .rights  .nextuls li .les  .lis .rs span{
    display: block;
    padding:0 15px;
    height: 20px;
    border-radius: 3px;
    color:#235ff9;
    font-size: 14px;
    line-height: 20px;
    background: #eef5ff;
    margin-bottom: 20px;
    margin-right: 20px;
}
.user .contents .rights  .nextuls li .les  .times{
    width: 100%;
    color:#999999;
    font-size: 14px;
}
.user .contents .rights  .nextuls li .ris{
    display: flex;
    align-items: center;
}
.user .contents .rights  .nextuls li .ris a{
    display: block;
    width: 88px;
    height: 36px;
    background: #eef4ff;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    color:#235ff9;
    font-size: 14px;
}
/*=======userboutique*/
.userboutique{
    width: 100%;
    background: #fafafa;
}
.userboutique .contents{
    width: 1200px;
    margin:0 auto;
    padding:20px 0;
    display: flex;
    justify-content: space-between;
}
.userboutique .contents .rights{
    width: 996px;
    background: #fff;
}
.userboutique .contents .rights .bars{
    width: 100%;
    height: 64px;
    background: #fafafa;
    display: flex;
    align-items: center;
    color:#999999;
    font-size: 12px;
}
.userboutique .contents .rights .bars a{
    color:#999999;
    font-size: 12px;
    padding:0 10px;
}
.userboutique .contents .rights .bars a:first-child{
    padding-left: 0;
}
.userboutique .contents .rights .bars a.a1{
    color:#222222;
}
.userboutique .contents .rights .nextuls{
    width: 100%;
    height: 62px;
    border-bottom: 1px solid #ededed;
    padding:0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.userboutique .contents .rights .nextuls li{
    color:#999999;
    font-size: 16px;
    margin-right: 64px;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}
.userboutique .contents .rights .nextuls li.hovers{
    color:#222222;
}
.userboutique .contents .rights .nextuls li.hovers::after{
    content:'';
    width: 100%;
    height: 3px;
    background: #235ff9;
    position: absolute;
    left:0;
    bottom:-20px;
}
.userboutique .contents .rights .swipers{
    width: 100%;
    overflow: hidden;
}
.userboutique .contents .rights .swipers .lis{
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
}
.userboutique .contents .rights .swipers .lis .course-item{
    display: flex;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 20px;
    justify-content: space-between;
}
.userboutique .contents .rights .swipers .lis .course-item .course-header{
    display: flex;
    align-items: center;
}
.userboutique .contents .rights .swipers .lis .course-item .course-header .course-title{
    font-size: 16px;
    font-weight: 600;
    color: #222;
    padding-left: 20px;
    max-width: 416px;
}
.userboutique .contents .rights .swipers .lis .course-item .teacher-list .teacher-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 20px 0;
    border-bottom: 1px #eee dashed;
}
.userboutique .contents .rights .swipers .lis .course-item .teacher-list .teacher-item:last-child{
    border:0;
}
.userboutique .contents .rights .swipers .lis .course-item .teacher-list .teacher-item .teacher-left {
    flex: 1;
}
.userboutique .contents .rights .swipers .lis .course-item .teacher-list .teacher-item .teacher-left .teacher-name {
    font-size: 14px;
    color: #235ff9;
    margin-bottom: 8px;
}
.userboutique .contents .rights .swipers .lis .course-item .teacher-list .teacher-item .teacher-left .course-info {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
}
.userboutique .contents .rights .swipers .lis .course-item .teacher-list .teacher-item .teacher-left .course-info .course-count, .userboutique .contents .rights .swipers .lis .course-item .teacher-list .teacher-item .teacher-left .course-info .progress-text {
    color: #666;
}
.userboutique .contents .rights .swipers .lis .course-item .teacher-list .teacher-item .teacher-left .course-info .divider {
    color: #ddd;
    margin: 0 10px;
}
.userboutique .contents .rights .swipers .lis .course-item .teacher-list .teacher-item .teacher-left .progress-bar {
    width: 300px;
    height: 6px;
    background: #eef4ff;
    border-radius: 3px;
    overflow: hidden;
}
.userboutique .contents .rights .swipers .lis .course-item .teacher-list .teacher-item .teacher-left .progress-bar .progress-fill {
    height: 100%;
    background: #235ff9;
    border-radius: 3px;
    transition: width 0.3s ease;
}
.userboutique .contents .rights .swipers .lis .course-item .teacher-list .teacher-item .teacher-right {
    margin-left: 20px;
}
.userboutique .contents .rights .swipers .lis .course-item .teacher-list .teacher-item .teacher-right .start-btn {
    display: inline-block;
    padding: 8px 24px;
    background: linear-gradient(to right, #618dfe,#235ff9 );
    color: #fff !important;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0 0 5px 3px #eef5ff;
}
.userboutique .contents .rights .swipers .lis li .les{
    width: 780px;
}
.userboutique .contents .rights .swipers .lis li .les .tits{
    width: 100%;
    color:#222222;
    font-size: 16px;
    padding-bottom: 26px;
}
.userboutique .contents .rights .swipers .lis li .les .btms{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.userboutique .contents .rights .swipers .lis li .les .btms .ls{
    display: flex;
    align-items: center;
}
.userboutique .contents .rights .swipers .lis li .les .btms .ls .books{
    color:#999999;
    font-size: 14px;
    border-right: 1px solid #999999;
    padding-right: 15px;
}
.userboutique .contents .rights .swipers .lis li .les .btms .ls .menus{
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.userboutique .contents .rights .swipers .lis li .les .btms .ls .menus span{
    color:#235ff9;
    font-size: 14px;
    padding-left: 5px;
}
.userboutique .contents .rights .swipers .lis li .les .btms .rs{
    display: flex;
    align-items: center;
}
.userboutique .contents .rights .swipers .lis li .les .btms .rs .speeds{
    width: 246px;
    height: 8px;
    background:  #eef5ff;
    border-radius: 20px;
}
.userboutique .contents .rights .swipers .lis li .les .btms .rs .speeds span{
    display: block;
    height: 8px;
    border-radius: 20px;
    background: #235ff9;
}
.userboutique .contents .rights .swipers .lis li .les .btms .rs .nums{
    padding-left: 8px;
    color:#999999;
    font-size: 14px;
}
.userboutique .contents .rights .swipers .lis li .les .btms .rs .nums span{
    color:#235ff9;
}
.userboutique .contents .rights .swipers .lis li .ris{
    display: flex;
    align-items: flex-end;
}
.userboutique .contents .rights .swipers .lis li .ris a{
    display: block;
    width: 88px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: linear-gradient(to right, #618dfe,#235ff9 );
    color:#fff;
    font-size: 14px;
    border-radius: 3px;
    box-shadow: 0 0 5px 3px #eef5ff;
}
/*=======usermenu*/
.usermenued{
    width: 100%;
    background: #fafafa;
}
.usermenued .contents{
    width: 1200px;
    margin:0 auto;
    padding:20px 0;
    display: flex;
    justify-content: space-between;
}
.usermenued .contents .rights{
    width: 996px;
    background: #fff;
}
.usermenued  .contents .rights .bars{
    width: 100%;
    height: 64px;
    background: #fafafa;
    display: flex;
    align-items: center;
    color:#999999;
    font-size: 12px;
}
.usermenued  .contents .rights .bars a{
    color:#999999;
    font-size: 12px;
    padding:0 10px;
}
.usermenued  .contents .rights .bars a:first-child{
    padding-left: 0;
}
.usermenued .contents .rights .bars a.a1{
    color:#222222;
}
.usermenued .contents .rights .tits{
    width: 100%;
    height: 64px;
    line-height: 64px;
    padding:0 30px;
    border-bottom: 1px solid #ededed;
    color:#222222;
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.usermenued .contents .rights .nextuls{
    width: 100%;
    padding:0 30px 30px;
    box-sizing: border-box;
}
.usermenued .contents .rights .nextuls li{
    width: 100%;
    border-bottom: 1px dashed #ededed;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.usermenued .contents .rights .nextuls li .les{
    width: 774px;
    color:#666666;
    font-size: 14px;
}
.usermenued .contents .rights .nextuls li .ris a{
    display: block;
    width: 88px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color:#235ff9;
    font-size: 14px;
    background: #eef5ff;
    border-radius: 3px;
}
/*=======userbroad*/
.userbroad{
    width: 100%;
    background: #fafafa;
    height: 100vh;
    overflow: hidden;
}
.userbroad .contents{
    width: 100%;
    padding:0 0 0 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    min-width: 1200px;
    height: calc(100vh - 64px);
    background: #000;
}
.userbroad .contents .lefts{
    width: calc(100% - 488px);
}
.userbroad .contents .lefts .bars{
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    margin:0 auto;
    color:#b7b7b7;
}
.userbroad .contents .lefts .bars a{
    color:#b7b7b7;
    font-size: 12px;
    padding:0 15px;
}
.userbroad .contents .lefts .bars a.a1{
    color:#fff;
}
.userbroad .contents .lefts .bars a:first-child{
    padding:0;
}
.userbroad .contents .lefts .uservideo{
    width: 100%;
    height: calc(100% - 65px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.userbroad .contents .lefts .uservideo img{
    display: block;
    width: 85%;
    height: auto;
}
.userbroad .contents .rights{
    width: 468px;
    background: #333333;
    height: 100%;
    position: relative;
}
.userbroad .contents .rights .preuls{
    width: 100%;
    height: 64px;
    padding: 0 40px;
    box-sizing: border-box;
    background: #222222;
    display: flex;
    align-items: center;
}
.userbroad .contents .rights .preuls li{
    margin-right: 60px;
    color:#999999;
    font-size: 14px;
    position: relative;
    height: 64px;
    line-height: 64px;
    cursor: pointer;
}
.userbroad .contents .rights .preuls li.hovers{
    color:#fff;
}
.userbroad .contents .rights .preuls li.hovers::after{
    content:'';
    width: 24px;
    height: 3px;
    border-radius: 10px;
    background: #235ff9;
    position: absolute;
    left:calc(50% - 12px);
    bottom:0;
}
.userbroad .contents .rights .swipers{
    width: 100%;
    overflow: auto;
    height:calc(100% - 64px);
}
.userbroad .contents .rights .swipers .aq{
    width: 100%;
    padding-top:1px;
    box-sizing: border-box;
}
.userbroad .contents .rights .swipers .aq::-webkit-scrollbar,
.userbroad .contents .rights .swipers .bq::-webkit-scrollbar,
.userbroad .contents .rights .swipers .cq::-webkit-scrollbar{
    background-color: #1b1b1b;
    border-radius: 10px;
    width:10px;
  }
.userbroad .contents .rights .swipers .aq::-webkit-scrollbar-thumb,
.userbroad .contents .rights .swipers .bq::-webkit-scrollbar-thumb,
.userbroad .contents .rights .swipers .cq::-webkit-scrollbar-thumb{
    background-color:#eee;
    border-radius:10px;
}
.userbroad .contents .rights .swipers .aq .tits{
    width: 100%;
    height: 42px;
    background: #222222;
    line-height: 42px;
    color:#ffffff;
    font-size: 14px;
    padding:0 20px;
    box-sizing: border-box;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.userbroad .contents .rights .swipers .aq .catalog-list {
    /* max-height: 500px; */
    /* overflow-y: auto; */
}
.userbroad .contents .rights .swipers .aq .catalog-list .chapter-item {
    margin-bottom: 10px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.userbroad .contents .rights .swipers .aq .catalog-list .chapter-item .chapter-header {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: linear-gradient(135deg, #f6f8fc 0%, #f0f2f5 100%);
    cursor: pointer;
    user-select: none;
    transition: all 0.2s;
}
.userbroad .contents .rights .swipers .aq .catalog-list .chapter-item .chapter-header:hover {
    background: linear-gradient(135deg, #eef1f6 0%, #e8ebf0 100%);
}
.userbroad .contents .rights .swipers .aq .catalog-list .chapter-item .chapter-header .chapter-icon {
    width: 16px;
    font-size: 10px;
    color: #666;
    transition: transform 0.2s;
}
.userbroad .contents .rights .swipers .aq .catalog-list .chapter-item .chapter-header .chapter-name {
    flex: 1;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    margin-left: 8px;
}
.userbroad .contents .rights .swipers .aq .catalog-list .chapter-item .chapter-header .chapter-count {
    font-size: 12px;
    color: #999;
    padding: 2px 8px;
    background: #fff;
    border-radius: 10px;
}
.userbroad .contents .rights .swipers .aq .catalog-list .chapter-item .video-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.userbroad .contents .rights .swipers .aq .catalog-list .video-item {
    border-bottom: 1px solid #3a3a3a;
}
.userbroad .contents .rights .swipers .aq .catalog-list .video-item:last-child {
    border-bottom: none;
}
.userbroad .contents .rights .swipers .aq .catalog-list .video-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 15px 14px 40px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
    background-color: #2a2a2a;
    background-image: url("../images/userbroad_no.png");
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: center;
}
.userbroad .contents .rights .swipers .aq .catalog-list .video-item.active a {
    background-color: #235ff9;
    color: #fff;
    /* background-image: url("../images/userbroad_yes.png"); */
    background-image: url("../images/userbroad_no.png");
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: center;
}
.userbroad .contents .rights .swipers .aq .catalog-list .video-item.active .video-name {
    color: #fff;
    font-weight: 600;
}
.userbroad .contents .rights .swipers .aq .catalog-list .video-item a:hover {
    background-color: #3a3a3a;
    background-image: url("../images/userbroad_yes.png");
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: center;
}
.userbroad .contents .rights .swipers .aq .catalog-list .video-item a:hover .video-name {
    color: #fff;
}
.userbroad .contents .rights .swipers .aq .catalog-list .video-item a .video-name {
    flex: 1;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.userbroad .contents .rights .swipers .aq .catalog-list .video-item a .video-meta {
    display: flex;
    align-items: center;
    gap: 8px;
}
.userbroad .contents .rights .swipers .aq .catalog-list .video-item a .video-meta .video-time {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}
.userbroad .contents .rights .swipers .aq .catalog-list .video-item a .video-meta .video-progress {
    color: #52c41a;
    font-size: 11px;
    padding: 2px 6px;
    background: #f6ffed;
    border-radius: 3px;
    border: 1px solid #b7eb8f;
}
/* 讲义下载样式 */
.userbroad .contents .rights .swipers .aq .catalog-list .handout-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 15px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
    background: #2a2a2a;
    border-bottom: 1px solid #3a3a3a;
}
.userbroad .contents .rights .swipers .aq .catalog-list .handout-item:hover {
    background: #3a3a3a;
}

.userbroad .contents .rights .swipers .aq .catalog-list .handout-item .handout-name {
    flex: 1;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.userbroad .contents .rights .swipers .aq .catalog-list .handout-item .download-btn {
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    background: linear-gradient(135deg, #235ff9 0%, #4a7dff 100%);
    border-radius: 3px;
    transition: all 0.2s;
}
.userbroad .contents .rights .swipers .aq .catalog-list .handout-item .download-btn:hover {
    background: linear-gradient(135deg, #1a4fd9 0%, #3a6def 100%);
}
/*===========================userorder*/
.userorder{
    width: 100%;
    background: #fafafa;
}
.userorder .contents{
    width: 1200px;
    padding-bottom: 26px;
    padding-top: 20px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.userorder .contents .rights{
    width: 996px;
    background: #fff;
}
.userorder .contents .rights .tops{
    width: 100%;
    height: 64px;
    padding:0 43px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
}
.userorder .contents .rights .tops li{
    height: 64px;
    line-height: 64px;
    color:#999999;
    font-size: 16px;
    margin-right: 64px;
    position: relative;
    cursor: pointer;
}
.userorder .contents .rights .tops li.hovers{
    color:#222222;
}
.userorder .contents .rights .tops li.hovers::after{
    content:'';
    width: 24px;
    height: 3px;
    border-radius: 2px;
    background: #ff4032;
    position: absolute;
    left:calc(50% - 12px);
    bottom: 0;
}
.userorder .contents .rights .swipers{
    width: 100%;
}
.userorder .contents .rights .swipers .inuls{
    width: 100%;
    padding:0 30px;
    box-sizing: border-box;
    display: none;
}
.userorder .contents .rights .swipers .inuls li{
    width: 100%;
    padding:32px 0 28px;
    border-bottom: 1px dashed #ededed;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.userorder .contents .rights .swipers .inuls li .les{
    width: 470px;
}
.userorder .contents .rights .swipers .inuls li .les .nums{
    width: 100%;
    color:#999999;
    font-size: 14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-bottom: 28px;
}
.userorder .contents .rights .swipers .inuls li .les .txts{
    width: 100%;
    color:#222222;
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-bottom: 26px;
}
.userorder .contents .rights .swipers .inuls li .les .objs{
    width: 100%;
    color:#999999;
    font-size: 14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.userorder .contents .rights .swipers .inuls li .cens .txts{
    display: block;
    width: 100%;
    text-align: center;
    color:#222222;
    font-size: 16px;
    padding-bottom: 29px;
}
.userorder .contents .rights .swipers .inuls li .cens a{
    color:#235ff9 ;
    font-size: 14px;
}
.userorder .contents .rights .swipers .inuls li .ris .times{
    color:#999999;
    font-size: 14px;
    padding-bottom: 27px;
}
.userorder .contents .rights .swipers .inuls li .ris .userpays{
    color:#ff4032;
    font-size: 18px;
    padding-bottom: 16px;
}
.userorder .contents .rights .swipers .inuls li .ris .btns a{
    display: block;
    width: 88px;
    height: 36px;
    border-radius: 3px;
    background: linear-gradient(to right,#ff5633,#ff7e3b);
    text-align: center;
    line-height: 36px;
    color:#fff;
    font-size: 16px;
    box-shadow: 0 0 5px 3px  #ffccc1;
}
/*===========================userorderdetaill*/
.userorderdetaill{
    width: 100%;
    background: #fafafa;
}
.userorderdetaill .contents{
    width: 1200px;
    padding-bottom: 26px;
    padding-top: 26px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.userorderdetaill .contents .rights{
    width: 996px;
    background: #fff;
}
.userorderdetaill .contents .rights .bars{
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
    padding:0 43px;
    box-sizing: border-box;
    color:#999999;
}
.userorderdetaill .contents .rights .bars a{
    color:#999999;
    font-size: 14px;
    padding:0 9px;
    box-sizing: border-box;
}
.userorderdetaill .contents .rights .bars a:first-child{
    padding-left: 0;
}
.userorderdetaill .contents .rights .bars a.a1{
    color:#222222;
    font-size: 14px;
}
.userorderdetaill .contents .rights .nextuls{
    width: 100%;
    border:1px solid #ededed;
    border-radius: 3px;
}
.userorderdetaill .contents .rights .nextuls li{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #eaf0ee;
}
.userorderdetaill .contents .rights .nextuls li .les{
    width: 50%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#222222;
    font-size: 14px;
    background: #f9f9f9;
}
.userorderdetaill .contents .rights .nextuls li .ris{
    width: 50%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#222222;
    font-size: 14px;

}
.userorderdetaill .contents .rights .nextuls li .ris.colored{
    color:#ff4032;
}
.userorderdetaill .contents .rights .nextuls li .ris .a1{
    display: block;
    width: 97px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color:#222222;
    font-size: 14px;
}
.userorderdetaill .contents .rights .nextuls li .ris .a2{
    display: block;
    width: 97px;
    height: 34px;
    text-align: center;
    background: linear-gradient(to right,#618dfe,#235ff9);
    line-height: 34px;
    color:#fff;
    border-radius: 3px;
    font-size: 14px;
}
.userorderdetaill .contents .rights  .shoptitles{
    width: 100%;
    height: 76px;
    line-height: 76px;
    color:#36363a;
    font-size: 16px;
    font-weight: 900;
    padding:0 32px;
    box-sizing: border-box;
}
.userorderdetaill .contents .rights .statuls{
    width: 100%;
    padding:10px 32px 0;
    box-sizing: border-box;
}
.userorderdetaill .contents .rights .statuls li{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 35px;
}
.userorderdetaill .contents .rights .statuls li .les{
    width: 90px;
    color:#999999;
    font-size: 14px;
}
.userorderdetaill .contents .rights .statuls li .ris{
    width: calc(100% - 90px);
    color:#222222;
    font-size: 14px;
}
.userorderdetaill .contents .rights .statuls li .ris.colored{
    color:#ff4032;
}
/*===========================useraccount*/
.useraccount{
    width: 100%;
    background: #f6f6f6;
}
.useraccount .contents{
    width: 1200px;
    padding-bottom: 26px;
    padding-top: 20px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.useraccount .contents .rights{
    width: 996px;

}
.useraccount .contents .rights .accounttitles{
    width: 100%;
    height: 64px;
    background: #fff;
    padding:0 40px;
    line-height: 64px;
    color:#222222;
    font-size: 16px;
    border-bottom: 1px solid  #f1f1f1;
}
.useraccount .contents .rights .uls{
    width: 100%;
    padding:0 30px;
    box-sizing: border-box;
}
.useraccount .contents .rights .uls li{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #f1f1f1;
    padding:15px 0 17px;
}
.useraccount .contents .rights .uls li .les{
    width: 82px;
    color:#999999;
    font-size: 14px;
}
.useraccount .contents .rights .uls li .ris{
    display: flex;
    align-items: center;
}
.useraccount .contents .rights .uls li .ris .sp1{
    color:#222222;
    font-size: 14px;
}
.useraccount .contents .rights .uls li .ris .sp2{
    color:#235ff9;
    font-size: 14px;
    cursor: pointer;
    padding-left: 21px;
}
.useraccount .contents .rights .uls li .ris .sp3{
    color:#6a6a6f;
    font-size: 14px;
}
.useraccount .contents .rights .uls li .imgs{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f2555e;
    position: relative;
    overflow: hidden;
}
.useraccount .contents .rights .uls li .imgs img{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f2555e;
}
.useraccount .contents .rights .uls li .imgs span{
    width: 100%;
    background: rgba(00, 00, 00, 0.5);
    text-align: center;
    line-height: 23px;
    height: 23px;
    color:#fff;
    font-size: 14px;
    position: absolute;
    left:0;
    bottom:0;
    cursor: pointer;
}
.useraccount .contents .rights .uls li .ris img{
    margin-right: 10px;
}
.useraccount .usertonames .tits{
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
    color:#222222;
    font-size: 20px;
    font-weight: 900;
}
.useraccount .usertonames .inpt{
    width: 100%;
    padding:0 46px 47px;
    box-sizing: border-box;
}
.useraccount .usertonames .inpt input{
    display: block;
    width: 100%;
    height: 42px;
    border:1px solid #dddddd;
    padding:0 23px;
    box-sizing: border-box;
    border-radius: 3px;
}
.useraccount .usertonames .btns{
    width: 100%;
    display: flex;
    justify-content: center;
}
.useraccount .usertonames .btns .btn1{
    display: block;
    width: 120px;
    height: 40px;
    background: linear-gradient(to right,#618dfe,#235ff9);
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color:#ffffff;
    font-size: 14px;
}
.useraccount .usertonames .btns .btn2{
    display: block;
    width: 120px;
    height: 40px;
    background: #dee2e5;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color:#ffffff;
    font-size: 14px;
    margin-left: 20px;
}
.useraccount .usertoimg .tits{
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
    color:#222222;
    font-size: 20px;
    font-weight: 900;
}
.useraccount .usertoimg .inimgs{
    width: 100%;
    padding:0 52px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.useraccount .usertoimg .inimgs .lefts{
    width: 400px;
}
.useraccount .usertoimg .inimgs .lefts .intits{
    width: 100%;
    color:#999999;
    font-size: 14px;
    padding-bottom: 18px;
}
.useraccount .usertoimg .inimgs .lefts .imguls{
    width: 400px;
    overflow-y: auto;
    height: 255px;
    padding-right: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.useraccount .usertoimg .inimgs .lefts .imguls::-webkit-scrollbar{
    background-color: #eee;
    border-radius: 10px;
    width:3px;
  }
  .useraccount .usertoimg .inimgs .lefts .imguls::-webkit-scrollbar-thumb{
    background-color:#888;
    border-radius:10px;
}
.useraccount .usertoimg .inimgs .lefts .imguls li{
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    border-radius: 3px;
    background: #eaf0ee;
    margin-right: 20px;
    cursor: pointer;
}
.useraccount .usertoimg .inimgs .lefts .imguls li:hover,
.useraccount .usertoimg .inimgs .lefts .imguls li.hovers{
    border:1px solid #ff4332;
    box-sizing: border-box;
}
.useraccount .usertoimg .inimgs .lefts .imguls li:nth-child(4n){
    margin-right: 0;
}
.useraccount .usertoimg .inimgs .lefts .imguls li img{
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 3px;
}
.useraccount .usertoimg .inimgs .rights{
    width: calc(100% - 427px);
}
.useraccount .usertoimg .inimgs .rights .intits{
    color:#0c1221;
    font-size: 14px;
    padding-bottom: 18px;
}
.useraccount .usertoimg .inimgs .rights .nextimgs{
    width: 100%;
}
.useraccount .usertoimg .inimgs .rights .nextimgs .sideimg{
    width: 121px;
    height: 121px;
    border-radius: 3px;
    background: #eaf0ee;
}
.useraccount .usertoimg .inimgs .rights .nextimgs .sideimg img{
    display: block;
    width: 121px;
    height: 121px;
    border-radius: 3px;
}
.useraccount .usertoimg .inimgs .rights .nextimgs .sidetxt{
    width: 100%;
    color:#0c1221;
    font-size: 12px;
    padding:10px 0 33px;
}
.useraccount .usertoimg .inimgs .rights .shortimg{
    width: 100%;
}
.useraccount .usertoimg .inimgs .rights .shortimg .sideimg{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background: #eaf0ee;
}
.useraccount .usertoimg .inimgs .rights .shortimg .sideimg img{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 3px;
}
.useraccount .usertoimg .inimgs .rights .shortimg .sidetxt{
    width: 100%;
    color:#0c1221;
    font-size: 12px;
    padding:10px 0 33px;
}
.useraccount .usertoimg .btns{
    width: 100%;
    display: flex;
    justify-content: center;
}
.useraccount .usertoimg .btns .btn1{
    display: block;
    width: 120px;
    height: 40px;
    background: linear-gradient(to right,#fe4132,#f9913f);
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color:#ffffff;
    font-size: 14px;
}
.useraccount .usertoimg .btns .btn2{
    display: block;
    width: 120px;
    height: 40px;
    background: #dee2e5;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color:#ffffff;
    font-size: 14px;
    margin-left: 20px;
}
.useraccount .usertophone .tits{
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
    color:#222222;
    font-size: 20px;
    font-weight: 900;
}
.useraccount .usertophone .titphone{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}
.useraccount .usertophone .titphone .sp1{
    color:#999999;
    font-size: 14px;
}
.useraccount .usertophone .titphone .sp2{
    color:#222222;
    font-size: 14px;
}
.useraccount .usertophone .inpt{
    width: 100%;
    padding:0 46px 16px;
    box-sizing: border-box;
}
.useraccount .usertophone .inpt input{
    display: block;
    width: 100%;
    height: 42px;
    border:1px solid #dddddd;
    padding:0 23px;
    box-sizing: border-box;
    border-radius: 3px;
}
.useraccount .usertophone .verifys{
    width: 100%;
    padding:0 46px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding-bottom: 59px;
}
.useraccount .usertophone .verifys input{
    display: block;
    width: 220px;
    height: 42px;
    border:1px solid #dddddd;
    padding:0 23px;
    box-sizing: border-box;
    border-radius: 3px;
}
.useraccount .usertophone .verifys a{
    display: block;
    width: 108px;
    height: 42px;
    background: #eef4ff;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#235ff9 ;
    font-size: 14px;
    border:1px solid #eef4ff;
    border-radius: 3px;
}
.useraccount .usertophone .btns{
    width: 100%;
    display: flex;
    justify-content: center;
}
.useraccount .usertophone .btns .btn1{
    display: block;
    width: 120px;
    height: 40px;
    background: linear-gradient(to right,#618dfe,#235ff9);
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color:#ffffff;
    font-size: 14px;
}
.useraccount .usertophone .btns .btn2{
    display: block;
    width: 120px;
    height: 40px;
    background: #dee2e5;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color:#ffffff;
    font-size: 14px;
    margin-left: 20px;
}

.useraccount .usertopass .tits{
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
    color:#222222;
    font-size: 20px;
    font-weight: 900;
}
.useraccount .usertopass .titphone{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}
.useraccount .usertopass .titphone .sp1{
    color:#999999;
    font-size: 14px;
}
.useraccount .usertopass .titphone .sp2{
    color:#222222;
    font-size: 14px;
}
.useraccount .usertopass .titphone .sp3{
    color:#235ff9;
    font-size: 14px;
    padding-left: 15px;
    text-decoration: underline;
}
.useraccount .usertopass .inpt{
    width: 100%;
    padding:0 46px 16px;
    box-sizing: border-box;
}
.useraccount .usertopass .inpt input{
    display: block;
    width: 100%;
    height: 42px;
    border:1px solid #dddddd;
    padding:0 23px;
    box-sizing: border-box;
    border-radius: 3px;
}
.useraccount .usertopass .btns{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 43px;
}
.useraccount .usertopass .btns .btn1{
    display: block;
    width: 120px;
    height: 40px;
    background: linear-gradient(to right,#618dfe,#235ff9);
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color:#ffffff;
    font-size: 14px;
}
.useraccount .usertopass .btns .btn2{
    display: block;
    width: 120px;
    height: 40px;
    background: #dee2e5;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
    margin-left: 20px;
}
.useraccount .usertowx .tits{
    width: 100%;
    height: 102px;
    text-align: center;
    line-height: 102px;
    color:#222222;
    font-size: 20px;
    font-weight: 900;
}
.useraccount .usertowx .btns{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 23px;
}
.useraccount .usertowx .btns .btn2{
    display: block;
    width: 120px;
    height: 40px;
    background: #dee2e5;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color:#ffffff;
    font-size: 14px;
    margin-left: 20px;
}

.useraccount .usertowx .btns .btn1{
    display: block;
    width: 120px;
    height: 40px;
    background: linear-gradient(to right,#618dfe,#235ff9);
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color:#ffffff;
    font-size: 14px;
}
.useraccount .usertowx .btns .btn2{
    display: block;
    width: 120px;
    height: 40px;
    background: #dee2e5;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color:#ffffff;
    font-size: 14px;
    margin-left: 20px;
}
/*========================userplayvideo*/
.userplayvideo{
    width: 100%;
    background: #fafafa;
}
.userplayvideo .contents{
    width: 1200px;
    margin:0 auto;
    padding:20px 0;
    display: flex;
    justify-content: space-between;
}
.userplayvideo .contents .rights{
    width: 996px;
}
.userplayvideo .contents .rights .tops{
    width: 100%;
    padding:0 20px;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background: #fff;
}
.userplayvideo .contents .rights .tops .les{
    display: flex;
    align-items: center;
}
.userplayvideo .contents .rights .tops .les .ls{
    color:#222222;
    font-size: 14px;
    padding-right: 18px;
}
.userplayvideo .contents .rights .tops .les .rs{
    width: 104px;
    height: 32px;
    background: #235ff9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
}
.userplayvideo .contents .rights .tops .les .rs span{
    color:#ffffff;
    font-size: 14px;
    padding-left: 5px;
}
.userplayvideo .contents .rights .tops .ris{
    display: flex;
    align-items: center;
    color:#222222;
    font-size: 14px;
}
.userplayvideo .contents .rights .tops .ris span{
    display: block;
    width: 32px;
    height: 35px;
    background: url("../images/user_day.png") no-repeat center / cover;
    margin:0 5px;
    color:#ffd6a1;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
}
.userplayvideo .contents .rights  .status{
    width: 100%;
    height: 73px;
    padding:0 20px;
    box-sizing: border-box;
    line-height: 73px;
    color:#a3a3a3;
    font-size: 16px;
}
.userplayvideo .contents .rights .nextuls{
    width: 100%;
}
.userplayvideo .contents .rights .nextuls li{
    width: 100%;
    background: #fff;
    height: 103px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding:0 35px 0 40px;
    box-sizing: border-box;
}
.userplayvideo .contents .rights .nextuls li .les{
    width: 790px;
    display: flex;
    align-items: center;
}
.userplayvideo .contents .rights .nextuls li .les .ls{
    width: 115px;
    border-right: 1px solid #e7e7e7;
}
.userplayvideo .contents .rights .nextuls li .les .ls .mouths{
    width: 100%;
    color:#222222;
    font-size: 18px;
    padding-bottom: 12px;
}
.userplayvideo .contents .rights .nextuls li .les .ls .times{
    width: 100%;
    color:#a3a3a3;
    font-size: 16px;
}
.userplayvideo .contents .rights .nextuls li .les .rs{
    width: calc(100% - 115px);
    padding-left: 26px;
    display: flex;
    align-items: center;
}
.userplayvideo .contents .rights .nextuls li .les .rs .imgs{
    width: 60px;
    padding-right: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.userplayvideo .contents .rights .nextuls li .les .rs .imgs img{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;

}
.userplayvideo .contents .rights .nextuls li .les .rs .imgs span{
    display: block;
    width: 60px;
    color:#36363a;
    font-size: 14px;
    padding-top: 5px;
    text-align: center;
}
.userplayvideo .contents .rights .nextuls li .les .rs .section{
    width: calc(100% - 64px);
}
.userplayvideo .contents .rights .nextuls li .les .rs .section .txts{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.userplayvideo .contents .rights .nextuls li .les .rs .section .txts .sp1{
    display: block;
    width: 46px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    background: #ffbc44;
    font-size: 14px;
    color:#ffffff;
    text-align: center;
    line-height: 21px;
    border-radius: 3px;
}
.userplayvideo .contents .rights .nextuls li .les .rs .section .txts .sp2{
    display: block;
    width: calc(100% - 56px);
    color:#222222;
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.userplayvideo .contents .rights .nextuls li .les .rs .section .texts{
    width: 100%;
    display: flex;
}
.userplayvideo .contents .rights .nextuls li .les .rs .section .texts span{
    display: block;
    color:#999999;
    font-size: 14px;
    margin-right: 8px;
}
.userplayvideo .contents .rights .nextuls li .ris .a1{
    display: block;
    width: 87px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #eef5ff;
    border-radius: 3px;
    color:#235ff9;
    font-size: 14px;
}
.userplayvideo .contents .rights .nextuls li .ris .a2{
    display: block;
    width: 87px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: linear-gradient(to right,#618dfe,#235ff9);
    border-radius: 3px;
    color:#fff;
    font-size: 14px;
}
.userplayvideo .contents .rights .nextuls li .ris .a3{
    display: block;
    width: 87px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #999999;
    border-radius: 3px;
    color:#fff;
    font-size: 14px;
}
/*===========================userdiscount*/
.userdiscount{
    width: 100%;
    background: #fafafa;
}
.userdiscount .contents{
    width: 1200px;
    padding-bottom: 26px;
    padding-top: 20px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.userdiscount .contents .rights{
    width: 996px;

}
.userdiscount .contents .rights .tops{
    width: 100%;
    height: 64px;
    padding:0 43px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
    background: #fff;
}
.userdiscount .contents .rights .tops li{
    height: 64px;
    line-height: 64px;
    color:#999999;
    font-size: 16px;
    margin-right: 64px;
    position: relative;
    cursor: pointer;
}
.userdiscount .contents .rights .tops li.hovers{
    color:#222222;
}
.userdiscount .contents .rights .tops li.hovers::after{
    content:'';
    width: 24px;
    height: 3px;
    border-radius: 2px;
    background: #ff4032;
    position: absolute;
    left:calc(50% - 12px);
    bottom: 0;
}
.userdiscount .contents .rights .swipers{
    width: 100%;
}
.userdiscount .contents .rights .swipers .inuls{
    width: 100%;
    padding:0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.userdiscount .contents .rights .swipers .inuls li{
    width: 468px;
    padding:0 20px;
    box-sizing: border-box;
    background: #fff;
    height: 245px;
    box-sizing: border-box;
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    cursor: pointer;
}
.userdiscount .contents .rights .swipers .inuls li .tps{
    width: 100%;
    height: 147px;
    padding:0 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: url("../images/userdiscount_i1.png") no-repeat center / cover;
}
.userdiscount .contents .rights .swipers .inuls li .tpsred{
    width: 100%;
    height: 147px;
    background: url("../images/userdiscount_i2.png") no-repeat center / cover;
}
.userdiscount .contents .rights .swipers .inuls li .tpshui{
    width: 100%;
    height: 147px;
    background: url("../images/userdiscount_i3.png") no-repeat center / cover;
}
.userdiscount .contents .rights .swipers .inuls li .tps .les{
    width: 131px;
    border-right: 1px dashed #bc7034;
}
.userdiscount .contents .rights .swipers .inuls li .tps .les .sp1{
    color:#bc7034;
    font-size: 24px;
}
.userdiscount .contents .rights .swipers .inuls li .tps .les .sp2{
    color:#bc7034;
    font-size: 60px;

}
.userdiscount .contents .rights .swipers .inuls li .tps .ris{
    width: calc(100% - 131px);
    padding-left:20px;
}
.userdiscount .contents .rights .swipers .inuls li .tps .ris .txtp{
    width: 100%;
    border-bottom: 1px dashed #bc7034;

}
.userdiscount .contents .rights .swipers .inuls li .tps .ris .txtp .sp1{
    display: block;
    width: 100%;
    color:#bc7034;
    font-size: 16px;
    padding-bottom: 14px;
}
.userdiscount .contents .rights .swipers .inuls li .tps .ris .txtb{
    width: 100%;
    color:#999999;
    font-size: 14px;
    padding-top: 14px;
}
.userdiscount .contents .rights .swipers .inuls li .btms{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px dashed #f7f7f7;
}
.userdiscount .contents .rights .swipers .inuls li .btms .sp1{
    color:#999999;
    font-size: 14px;
    padding-top: 20px;

}
.userdiscount .contents .rights .swipers .inuls li .btms .sp2{
    color:#ff4032;
    font-size: 14px;
    padding-top: 20px;

}
.userdiscount .contents .rights .swipers .inuls li .btms .sp3{
    color:#999999;
    font-size: 14px;
    padding-top: 20px;

}
/*===========userinformation*/
.userinformation{
    width: 100%;
    background: #fafafa;
}
.userinformation .contents{
    width: 1200px;
    margin:0 auto;
    padding:20px 0;
    display: flex;
    justify-content: space-between;
}
.userinformation .contents .rights{
    width: 996px;
    background: #fff;
}
.userinformation .contents .rights .tops{
    width: 100%;
    padding:0 20px;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.userinformation .contents .rights .tops .les{
    display: flex;
    align-items: center;
}
.userinformation .contents .rights .tops .les .ls{
    color:#222222;
    font-size: 14px;
    padding-right: 18px;
}
.userinformation .contents .rights .tops .les .rs{
    width: 104px;
    height: 32px;
    background: #235ff9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
}
.userinformation .contents .rights .tops .les .rs span{
    color:#ffffff;
    font-size: 14px;
    padding-left: 5px;
}
.userinformation .contents .rights .tops .ris{
    display: flex;
    align-items: center;
    color:#222222;
    font-size: 14px;
}
.userinformation .contents .rights .tops .ris span{
    display: block;
    width: 32px;
    height: 35px;
    background: url("../images/user_day.png") no-repeat center / cover;
    margin:0 5px;
    color:#ffd6a1;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
}
.userinformation .contents .rights .centers{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
.userinformation .contents .rights .centers li{
    width: 100%;
    height: 114px;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.userinformation .contents .rights .centers li .les{
    width: 350px;
    display: flex;
    align-items: center;
    padding-left: 12px;
    box-sizing: border-box;
}
.userinformation .contents .rights .centers li .les .ls{
    width: 60px;
}
.userinformation .contents .rights .centers li .les .ls img{
    width: 50px;
    height: auto;
}
.userinformation .contents .rights .centers li .les .rs{
    width: calc(100% - 60px);
}
.userinformation .contents .rights .centers li .les .rs .sp1{
    display: block;
    width: 100%;
    color:#222222;
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-bottom: 17px;
}
.userinformation .contents .rights .centers li .les .rs .sp2{
    width: 100%;
    color:#999999;
    font-size: 14px;
}
.userinformation .contents .rights .centers li .ris a{
    display: block;
    width: 96px;
    height: 35px;
    background: linear-gradient(to right,#618dfe,#235ff9);
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    color:#ffffff;
    font-size: 16px;
}
.userinformation .contents .rights .centers li .ris a:hover{
    box-shadow: 0 0 5px 3px #eef4ff;
}

/*===========userquestion*/
.userquestion{
    width: 100%;
    background: #fafafa;
}
.userquestion .contents{
    width: 1200px;
    margin:0 auto;
    padding:20px 0;
    display: flex;
    justify-content: space-between;
}
.userquestion .contents .rights{
    width: 996px;
    background: #fff;
}
.userquestion .contents .rights .tops{
    width: 100%;
    padding:0 20px;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.userquestion .contents .rights .tops .les{
    display: flex;
    align-items: center;
}
.userquestion .contents .rights .tops .les .ls{
    color:#222222;
    font-size: 14px;
    padding-right: 18px;
}
.userquestion .contents .rights .tops .les .rs{
    width: 104px;
    height: 32px;
    background: #235ff9 ;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
}
.userquestion .contents .rights .tops .les .rs span{
    color:#ffffff;
    font-size: 14px;
    padding-left: 5px;
}
.userquestion .contents .rights .tops .ris{
    display: flex;
    align-items: center;
    color:#222222;
    font-size: 14px;
}
.userquestion .contents .rights .tops .ris span{
    display: block;
    width: 32px;
    height: 35px;
    background: url("../images/user_day.png") no-repeat center / cover;
    margin:0 5px;
    color:#ffd6a1;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
}
.userquestion .contents .rights .uservip{
    width: 100%;
    padding:0 22px;
    box-sizing: border-box;
}
.userquestion .contents .rights .uservip .inwarps{
    width: 100%;
    height: 80px;
    background: url("../images/userquestion_b.png") no-repeat center /cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 20px;
    box-sizing: border-box;
}
.userquestion .contents .rights .uservip .inwarps .les{
    width: 514px;
    display: flex;
    align-items: center;
}
.userquestion .contents .rights .uservip .inwarps .les .ls{
    max-width: calc(100% - 269px);
}
.userquestion .contents .rights .uservip .inwarps .les .ls .names{
    color:#fbe4c2;
    font-size: 16px;
    padding-bottom: 9px;
}
.userquestion .contents .rights .uservip .inwarps .les .ls .imgs{
    display: flex;
    align-items: center;
}
.userquestion .contents .rights .uservip .inwarps .les .ls .imgs span{
    color:#999999;
    font-size: 14px;
    padding-left: 8px;
}
.userquestion .contents .rights .uservip .inwarps .les .rs{
    display: flex;
    align-items: center;
}
.userquestion .contents .rights .uservip .inwarps .les .rs a{
    display: block;
    width: 116px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 40px;
    background: linear-gradient(to right,#fde3c2,#e7b36b);
    color:#a9740d;
    font-size: 14px;
    margin-left: 38px;
}
.userquestion .contents .rights .uservip .inwarps .les .rs span{
    color:#fde3c1;
    font-size: 12px;
    padding-left: 8px;
}
.userquestion .contents .rights .uservip .inwarps .ris{
    display: flex;
    align-items: center;
}
.userquestion .contents .rights .uservip .inwarps .ris a{
    display: block;
    width: 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 30px;
}
.userquestion .contents .rights .uservip .inwarps .ris a .tps{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fdf2d2;
}
.userquestion .contents .rights .uservip .inwarps .ris a  .btms{
    width: 100%;
    text-align: center;
    color:#fde3c1;
    font-size: 12px;
    padding-top: 7px;
}
.userquestion .contents .rights .nextuls{
    width: 100%;
    padding:25px 20px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.userquestion .contents .rights .nextuls li{
    padding:0 26px;
    height: 32px;
    line-height: 32px;
    color:#222222;
    font-size: 12px;
    margin-bottom: 25px;
    background: #f1f1f1;
    border-radius: 50px;
    margin-right: 9px;
    cursor: pointer;
}
.userquestion .contents .rights .nextuls li.hovers{
    background: #235ff9;
    color:#fff;
}
.userquestion .contents .rights .centers{
    width: 100%;
    padding:0 20px;
    box-sizing: border-box;
}
.userquestion .contents .rights .centers .inuls{
    width: 100%;
    height: 82px;
    padding-top: 9px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.userquestion .contents .rights .centers .inuls li{
    width: 128px;
    height: 73px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    align-items: center;
    align-content: center;
    margin-left: 20px;
    cursor: pointer;
}
.userquestion .contents .rights .centers .inuls li .a1{
    display: block;
}
.userquestion .contents .rights .centers .inuls li .a2{
    display:none;
}
.userquestion .contents .rights .centers .inuls li span{
    display: block;
    width: 100%;
    text-align: center;
    color:#999999;
    font-size: 12px;
    padding-top: 9px;
}
.userquestion .contents .rights .centers .inuls li.hovers{
    background: #fff;
}
.userquestion .contents .rights .centers .inuls li.hovers .a1{
    display: none;
}
.userquestion .contents .rights .centers .inuls li.hovers .a2{
    display: block;
}
.userquestion .contents .rights .centers .inuls li.hovers span{
    color:#222222;
}
.userquestion .contents .rights .centers .swipers{
    width: 100%;
}
.userquestion .contents .rights .centers .swipers .lis{
    display: none;
}
.userquestion .contents .rights .centers .swipers .students{
    width: 100%;
}
.userquestion .contents .rights .centers .swipers .students .tits{
    width: 100%;
    padding:43px 0 27px;
    display: flex;
    align-items: center;
}
.userquestion .contents .rights .centers .swipers .students .tits::before{
    content:'';
    display: block;
    width: 4px;
    height: 14px;
    background: #235ff9;
    margin-right: 8px;

}
.userquestion .contents .rights .centers .swipers .students .tits .les{
    color:#222222;
    font-size: 16px;
}
.userquestion .contents .rights .centers .swipers .students .tits .ris{
    display: flex;
    align-items: center;
    padding-left: 28px;
}
.userquestion .contents .rights .centers .swipers .students .tits .ris span{
    color:#222222;
    font-size: 14px;
}
.userquestion .contents .rights .centers .swipers .students .numuls{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
}
.userquestion .contents .rights .centers .swipers .students .numuls li{
    width: 215px;
    height: 120px;
    background: url("../images/userquestion_back.png") no-repeat center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.userquestion .contents .rights .centers .swipers .students .numuls li .ris{
    padding-left: 12px;
}
.userquestion .contents .rights .centers .swipers .students .numuls li .ris .tps{
    color:#999999;
    font-size: 14px;
    padding-bottom: 10px;
}
.userquestion .contents .rights .centers .swipers .students .numuls li .ris .btms .sp1{
    color:#222222;
    font-size: 28px;
}
.userquestion .contents .rights .centers .swipers .students .numuls li .ris .btms .sp2{
    color:#222222;
    font-size: 12px;
}
.userquestion .contents .rights .centers .swipers .wrongs{
    width: 100%;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li.section-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    background: #fff;
    box-sizing: border-box;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li.section-item:hover {
    background: #f9fafb;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li.section-item .section-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li.section-item .section-row .section-title {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li.section-item .section-row .section-btns {
    display: flex;
    gap: 10px;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li.section-item .section-row .section-btns .btn-practice {
    display: inline-block;
    padding: 6px 16px;
    background: #fdecd7;
    color: #ff8a0f;
    border-radius: 4px;
    font-size: 13px;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li.section-item .section-row .section-btns .btn-practice:hover {
    background: #fce4c3;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li.section-item .section-row .section-btns .btn-analysis {
    display: inline-block;
    padding: 6px 16px;
    background: #eef4ff;
    color: #235ff9;
    border-radius: 4px;
    font-size: 13px;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li.section-item .section-row .section-btns .btn-analysis:hover {
    background: #dce8ff;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li{
    width: 100%;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li .tits{
    width: 100%;
    height: 56px;
    padding:0 12px;
    display: flex;
    align-items: center;
    background: #f9f9f9;
    justify-content: space-between;
    box-sizing: border-box;
    cursor: pointer;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li .tits span{
    display: block;
    width: calc(100% - 35px);
    color:#222222;
    font-size: 14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li .tits .a2{
    display: none;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li .tits.hovers .a1{
    display: none;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li .tits.hovers .a2{
    display: block;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li .childuls{
    width: 100%;
    padding-left: 56px;
    box-sizing: border-box;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li .childuls li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li .childuls li:hover{
    background: #f9fafb;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li .childuls li .les{
    width: 506px;
    color:#666666;
    font-size: 14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li .childuls .ris{
    display: flex;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li .childuls .ris .a1{
    display: block;
    width: 96px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 3px;
    background: #ececec;
    color:#999999;
    font-size: 14px;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li .childuls .ris .a2{
    display: inline-block;
    padding: 6px 16px;
    text-align: center;
    line-height: normal;
    border-radius: 4px;
    background: #fdecd7;
    color: #ff8a0f;
    font-size: 13px;
    margin-left: 10px;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li .childuls .ris .a2:hover{
    background: #fce4c3;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li .childuls .ris .a3{
    display: inline-block;
    padding: 6px 16px;
    text-align: center;
    line-height: normal;
    border-radius: 4px;
    background: #eef4ff;
    color: #235ff9;
    font-size: 13px;
    margin-left: 10px;
}
.userquestion .contents .rights .centers .swipers .wrongs .wauls li .childuls .ris .a3:hover{
    background: #dce8ff;
}

.userquestion .contents .rights .centers .swipers .practices .wauls li .childuls li .les{
    width: 506px;
    display: flex;
    align-items: center;
}
.userquestion .contents .rights .centers .swipers .practices .wauls li .childuls li .les .sp1{
    display: block;
    width: 342px;
    color:#666666;
    font-size: 14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;

}
.userquestion .contents .rights .centers .swipers .practices .wauls li .childuls li .les .sp2{
    color:#999999;
    font-size: 14px;
    padding-left: 10px;
}
.userquestion .contents .rights .centers .swipers .rightbtns{
    width: 100%;
    padding:20px 20px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
}
.userquestion .contents .rights .centers .swipers .rightbtns a{
    display: block;
    width: 120px;
    height: 33px;
    background: #d7eaff;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.userquestion .contents .rights .centers .swipers .rightbtns a span{
    color:#222222;
    font-size: 14px;
    padding-left: 8px;
}

/* 全局 */
.alls-tops{
    width: 100%;
    padding:0 20px;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background: #fff;
}
.alls-tops .les{
    display: flex;
    align-items: center;
}
.alls-tops .les .ls{
    color:#222222;
    font-size: 14px;
    padding-right: 18px;
}
.alls-tops .les .rs{
    width: 104px;
    height: 32px;
    background: #235ff9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
}
.alls-tops .les .rs span{
    color:#ffffff;
    font-size: 14px;
    padding-left: 5px;
}
.alls-tops .ris{
    display: flex;
    align-items: center;
    color:#222222;
    font-size: 14px;
}
.alls-tops .ris span{
    display: block;
    width: 32px;
    height: 35px;
    background: url("../images/user_day.png") no-repeat center / cover;
    margin:0 5px;
    color:#ffd6a1;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
}
.alls-nextmenues{
    width: 100%;
    padding:0 20px;
    box-sizing: border-box;
    display: none;
    background: #fff;
}
.alls-nextmenues .tps{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #fff;
}
.alls-nextmenues .tps .les{
    width: 107px;
    color:#666666;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}
.alls-nextmenues .tps .menuetuls{
    width: calc(100% - 107px);
    display: flex;
    flex-wrap: wrap;
}
.alls-nextmenues .tps .menuetuls li{
    color:#222222;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding:0 14px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.alls-nextmenues .tps .menuetuls li.hovers{
    color:#235ff9;
    font-size: 14px;
    background: #f7f7f7;
}
.tops .les .rs span{
    color:#ffffff;
    font-size: 14px;
    padding-left: 5px;
}
.alls-tops .ris{
    display: flex;
    align-items: center;
    color:#222222;
    font-size: 14px;
}
.alls-tops .ris span{
    display: block;
    width: 32px;
    height: 35px;
    background: url("../images/user_day.png") no-repeat center / cover;
    margin:0 5px;
    color:#ffd6a1;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
}
.nextmenues, .alls-nextmenues{
    width: 100%;
    padding:0 20px;
    box-sizing: border-box;
    display: none;
}
.nextmenues .tps, .alls-nextmenues .tps{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.nextmenues .tps .les, .alls-nextmenues .tps .les{
    width: 107px;
    color:#666666;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}
.nextmenues .tps .menuetuls, .alls-nextmenues .tps .menuetuls{
    width: calc(100% - 107px);
    display: flex;
    flex-wrap: wrap;
}
.nextmenues .tps .menuetuls li, .alls-nextmenues .tps .menuetuls li{
    color:#222222;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding:0 14px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.nextmenues .tps .menuetuls li.hovers, .alls-nextmenues .tps .menuetuls li.hovers{
    color:#235ff9;
    font-size: 14px;
    background: #f7f7f7;
}
.nextmenues .tps .menuetuls .btms, .alls-nextmenues .tps .menuetuls .btms{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.nextmenues .tps .menuetuls .btms .les, .alls-nextmenues .tps .menuetuls .btms .les{
    width: 107px;
    color:#666666;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}
.nextmenues .tps .menuetuls .btms .swipers, .alls-nextmenues .tps .menuetuls .btms .swipers{
    width: calc(100% - 107px);

}
.nextmenues .tps .menuetuls .btms .swipers .firstuls, .alls-nextmenues .tps .menuetuls .btms .swipers .firstuls{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.nextmenues .tps .menuetuls .btms .swipers .firstuls a, .alls-nextmenues .tps .menuetuls .btms .swipers .firstuls a{
    display: block;
    color:#222222;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding:0 14px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.nextmenues .tps .menuetuls .btms .swipers .firstuls a.hovers, .alls-nextmenues .tps .menuetuls .btms .swipers .firstuls a.hovers{
    color:#235ff9;
    font-size: 14px;
    background: #f7f7f7;
}
/*关于我们*/
.about-page {
    width: 100%;
    background: #fafafa;
    padding: 40px 0;
}
.about-page .about-container {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.about-page .about-container .about-title {
    font-size: 32px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    border-bottom: 2px solid #235ff9;
    padding-bottom: 20px;
}
.about-page .about-container .about-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

/* 扫码弹窗样式 */
.qr-code-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qr-code-modal .qr-icon {
    color: #235ff9;
    margin-bottom: 16px;
}
.qr-code-modal .qr-code-container {
    width: 200px;
    height: 200px;
    padding: 12px;
    background: #fff;
    border: 2px solid #e8eaed;
    border-radius: 12px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.qr-code-modal .qr-code-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.qr-code-modal .qr-code-tip {
    color: #666;
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.qr-code-modal .qr-code-tip::before {
    content: '\1F4F1';
    font-size: 16px;
}