.bannerBox{
    width: 100%;
    height: 61vw;
    overflow: hidden;
    background: url(../img/phone_banner_bg.png) 100% 100% no-repeat;
    background-position: top left;
    background-size: 100% 100%;
}
.bannerBox .auto{
    position: relative;
}
.bannerBox .textImg{
    width: 100vw;
}
.PCtextImg{
    display: none;
}
.bannerBox .logoImg{
    width: 40vw;
    margin: 10px;
}

.loginBtn{
    /* color: #fff;
    border: 1px solid #fff;
    position: absolute;
    top: 20px;
    right: 82px; */
    color: #0733d0;
    background-color: #fff;
    border: 1px solid #fff;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 80px;
    height: 28px;
    border-radius: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
}
.studySubBtnBox{
        position: relative;
    }
    .studySubBtnBox input{
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        z-index: 1;
        height: 36px;
        cursor: pointer;
    }
.registerBtn,.logOut{
    color: #0733d0;
    background-color: #fff;
    border: 1px solid #fff;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 62px;
    height: 28px;
    border-radius: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
}
.logOut{
    background-color: transparent;
    color: #ccc;
    text-decoration: underline;
    border: navajowhite;
}
.logOut:hover{
    color: #fde300;
}
/* 新闻公告部分 */
.more{
    font-size: 12px;
}
.newsWrap{
    width: 100%;
    background: url(../img/news_bg1.png) left top no-repeat,url(../img/news_bg2.png) right top no-repeat;
    background-size: 21%;
    background-position-y: 38px;
    background-color: #fff;
}
.newsTitleBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    margin-top: 12px;
    padding: 14px;
    border-bottom: 1px solid #f2f2f2;
}
.typeTitle{
    display: flex;
    align-items: center;
    font-size: 17px;
}
.typeTitle1 b{
    display: none!important;
}
.typeTitle img{
    width: 24px;
    margin-right: 5px;
}
.newsBox{
    display: none;
}
.newsPhoneBox .newsLine{
    color: #333;
    padding: 14px 14px;
    display: block;
    border-bottom: 1px solid #f2f2f2;
}
.newsPhoneBox .newsLine p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 26px;
}
.newsPhoneBox .newsLine div{
    color: #747474;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    margin: 4px 0;
}
.newsPhoneBox .newsLine span{
    color: #999;
    font-size: 12px;
}
/* 参赛单位数量部分 */
.allTeamBox{
    background: url(../img/schoolNum_bg.png);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 136vw 100%;
    background-repeat: no-repeat;
    background-position-x: -11vw;
    height: 18vw;
    padding: 0 6vw;
}
.allTeamBox p{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 280px;
}
.timeDeta{
    width: 94px;
}
.peopleNumPhone,.unitNumPhone{
    width: 100px;
}
.allTeamBox p span:nth-of-type(1){
    font-size: 3.6vw;
    margin-bottom: -3px;
}
/* .allTeamBox p img{
    width: 12vw;
} */
/* 赛事详情部分 */
.allContents{
    color: #333;
    background-color: #fff;
}
.matchWrap{
    line-height: 34px;
    text-align: justify;
}
.textIndent,.activeMarkInfo{
    text-indent: 2em;
    padding: 0 14px;
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
}
.typeTitle b{
    display: inline-block;
    width: 6px;
    height: 24px;
    background-color: #0861e2;
    margin-right: 14px;
}
.matchTitleImg{
    display: block;
    width: 26vw;
    text-align: center;
    margin: 0 auto 6px;
    padding-top: 16px;
    max-width: 150px;
}
.matchWrap .typeTitle{
    margin: 10px 0 2px 14px;
}
.matchWrap .linkUrl:hover{
    text-decoration: underline;
    color: #ff942a;
}
.activeBox1,.activeBox2,.activeBox3{
    display: none;
}
.activeMarkInfo{
    position: relative;
    padding-bottom: 80px;
}
.activeMarkInfo p{
    line-height: 26px;
}
.codeBox{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    text-indent: 0;
    position: absolute;
    right: 6vw;
    bottom: 80px;
    font-size: 12px;
}
.codeBox img{
    width: 22vw;
    max-width: 144px;
}
/* 底部tabbar */
.tabbarBox{
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    margin-top: 10px;
    position: fixed;
    bottom: 0;
    border-top: 2px solid #f7f7f7;
}
.tabbarBox p{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}
.tabbarBox p:nth-of-type(1) i{
    font-size: 24px;
}
.tabbarBox i{
    font-size: 20px;
    margin-bottom: 4px;
}
.tabbarBox .current{
    color: #1369e0;
}
.tabbarBox span{
    font-size: 15px;
}
/* 活动一部分 */
.PhoneBox h3{
    font-weight: initial;
    background-color: #fbf0e5;
    width: max-content;
    color: #333;
    padding-right: 16px;
    border-radius: 30px;
    margin: 14px auto;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.PhoneBox h3 span:nth-of-type(1){
    display: inline-block;
    width: 52px;
    height: 32px;
    background-color: #ff942a;
    border-radius: 20px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    padding: 0 10px;
    margin-right: 10px;
}
.PhoneBox h3 span:nth-last-of-type(1){
    max-width: calc(100vw - 130px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 32px;
}
.PhoneBox .title{
    display: flex;
    position: relative;
    align-items: center;
    margin: 10px 6px 6px;
    font-size: 16px;
    height: 26px;
}
.PhoneBox .title span{
    display: inline-block;
    width: 12px;
    height: 12px;
}
.PhoneBox .title span:nth-of-type(1){
    background-color: #0861e2;
    position: absolute;
    top: 6px;
    left: -4px;
}
.PhoneBox .title span:nth-of-type(2){
    background-color: #cadbf5;
    margin-right: 8px;
    margin-top: 8px;
}
.lectureBox,.courseBox{
    padding: 6px 14px;
    background-color: #f9f9f9;
}
.changeBtnWrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 4px;
}
.changeBtnBoxStyle1,.changeBtnBoxStyle2,.changeBtnBoxStyle3{
    display: flex;
}
.changeBtnBoxStyle1 span,.changeBtnBoxStyle2 span,.changeBtnBoxStyle3 span{
    display: flex;
    background-color: #e1eaf8;
    border-radius: 20px;
    padding: 4px 12px;
    width: max-content;
    cursor: pointer;
    font-size: 15px;
    margin-right: 10px;
}
.changeBtnBoxStyle1 span.current,.changeBtnBoxStyle2 span.current,.changeBtnBoxStyle3 span.current{
    background-color: #0861e2;
    color: #fff;
}
.changeBtnBoxStyle1 span:nth-last-of-type(1),.changeBtnBoxStyle2 span:nth-last-of-type(1),.changeBtnBoxStyle3 span:nth-last-of-type(1){
    margin-right: 0;
}
.expertOne p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 10px;
}
.expertOne img,.expert2One img{
    width: 40%;
    height: 20vw;
    margin-right: 2%;
    border: 1px solid #ccc;
}
.expertBox{
    height: calc(80vw + 60px);
    overflow: hidden;
}
.expertBox>a{
    display: flex;
    margin-bottom: 14px;
}
.expertOne b{
    font-weight: normal;
    font-size: 13px;
    color: #5d5d5d;
}
.expertOne>div{
    width: 58%;
}
.expert2One{
    width: 48.5%;
    float: left;
    margin-right: 3%;
    background-color: #fff;
    margin-bottom: 14px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 10px 0px #f1eeee;
}
.expert2One:nth-of-type(2n+2){
    margin-right: 0;
}
.expert2One img{
    width: 100%;
    height: 25.6vw;
}
.expert2One>div{
    margin: 4px 10px 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 10px;
}
.expert2Box{
    overflow: hidden;
    height: calc(51.2vw + 150px);
    margin-bottom: 66px;
}
.topNavBox{
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.topNavBox i{
    position: absolute;
    left: 14px;
    font-size: 20px;
}
.PhoneBox1>div,.PhoneBox2>div,.PhoneBox3>div{
    background-color: #fff;
    /* margin-top: 60px; */
    padding-top: 12px;
    padding-bottom: 10px;
}
/* 活动二 */
.active2LineBox{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.active2LinkOne{
    width: calc(50% - 42px);
}
.active2LinkOne img{
    width: 22px;
    height: 22px;
    margin: 0 12px 0 12px;
}
.active2LinkOne:nth-last-of-type(1){
    width: 80px;
    padding-right: 0;
}
.active2LinkOne b{
    width: 100%;
    height: 1px;
    border: 1px solid #8d8d8d;
    background-color: #2d2d2d;
    display: inline-block;
}
.active2LinkWrap{
    display: flex;
    margin: 20px 0 24px;
    font-family: fangsong;
    font-weight: 600;
    font-size: 14px;
    padding: 0 14px;
}
.timesMark{
    width: 60px;
}
/* 练习与自测部分 */
.testBox{
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px 14px;
    display: flex;
    box-sizing: border-box;
    width: 100%;
}
.testBox:nth-last-of-type(1){
    padding-bottom: 20px;
}
.testBox>img{
    margin-right: 12px;
    width: calc(44% - 12px);
}
.testBox>div{
    width: 56%;
}
.testInfoTitle{
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}
.testInfo{
    color: #999;
    line-height: 20px;
    font-size: 14px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.txWrap{
    display: flex;
}
.txWrap span{
    color: #999;
    font-size: 13px;
    margin-left: 24px;
}
.txBox{
    display: flex;
}
.txBox>p{
    width: 16px;
}
.txBox img{
    width: 26px;
    height: 26px;
    border-radius: 50%;
}
.enterBtn{
    border: 1px solid #0861e2;
    color: #fff;
    background-color: #0861e2;
    padding: 4px;
    border-radius: 20px;
    font-size: 13px;
    width: 63px;
    text-align: center;
}
/* .enterBtn:hover{
    border: 1px solid #ff942a;
    background-color: #ff942a;
    color: #fff;
} */
.testOthers{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}
.activeBox2{
    margin-bottom: 78px;
}
.PhoneBox.PhoneBox2 .title{
    margin: 0 14px;
}
.PhoneBox.PhoneBox2 .changeBtnWrap{
    margin: 12px 14px 6px;
}
.unBeginText{
    font-size: 12px;
}
.testWrap{
    margin-bottom: 80px;
}
.unBeginText{
    color: #ff4919;
}
/* 正在火热进行中 */
.unBeginText1,.unBeginText2{
    color: #ff4919;
}
/* 未开启按钮 */
.unBegin{
    border: 1px solid #ccc!important;
    color: #fff!important;
    background-color: #ccc!important;
	pointer-events: none;
}
.noneBeginTip{
    position: absolute;
    top: 70px;
    right: -28px;
    width: 223px;
    color: red;
    line-height: 20px;
}
.welcomeText{
    color: #fde300;
    position: absolute;
    top: 20px;
    right: 80px;
    line-height: 28px;
    font-size: 15px;
}
.studySubBtnBox {
	margin-bottom: 80px;
	text-align: right;
	padding-right: 20px;
}
.sureUploadBtn{
        background-color: #ff942a;
        color: #fff;
        width: 110px;
        text-align: center;
        border-radius: 20px;
        /* margin-left: calc(100% - 110px); */
        height: 36px;
        line-height: 36px;
        /* margin-top: 30px; */
        display: block;
        font-size: 16px;
        cursor: pointer;
    }
/* 活动三 */
.sureUploadBtn {
	display: inline-block;
}
.studySubBtn,.toviewShowPages{
	position: relative;
    background-color: #ff942a;
    color: #fff;
    width: 100px;
    text-align: center;
    border-radius: 20px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    /* margin-bottom: 80px; */
    /* margin-left: calc(100% - 114px); */
	
}
.toviewShowPages{
    font-size: 14px;
    width: 74px!important;
    height: 30px;
    line-height: 30px;
}
#fileName{
        position: absolute;
        right: 122px;
        top: 0;
        line-height: 37px;
        color: #337a33;
        text-decoration: underline;
    }
.studySubBtn.reSubmit{
    background-color: #337a33;
}
/* 提示框 */
.popWrap,.popWrap2,.popWrap3,.popWrap4{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(66 64 64 / 40%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.popWrap>div,.popWrap2>div,.popWrap3>div,.popWrap4>div{
    background: #fff;
    width: 80%;
    max-width: 370px;
    height: 260px;
    border-radius: 8px;
    overflow: hidden;
}
.popWrap3>div,.popWrap4>div{
    height: auto;
    padding-bottom: 12px;
    font-size: 15px;
}
.popWrap3>div .popMarkCont1,.popWrap4>div .popMarkCont1{
    text-indent: 2em;
    line-height: 26px;
    min-height: 62px;
}
.popMarkTitle{
    width: 100%;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    background-color: #e7f1fd;
}
.popMarkCont {
    margin: 40px;
    text-align: center;
}
.popMarkCont1 {
	margin: 20px;
	line-height: 25px;
	text-align: justify;
}
.popWrap3 .popMarkCont1 b,.popWrap4 .popMarkCont1 b{
    color: #0861e2;
    font-weight: normal;
}
.popWrap4 .popMarkCont1 i{
    text-indent: 2em;
    font-style: normal;
    display: block;
    font-size: 13px;
}
.popMarkBtnBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 36px 16px;
}
.popWrap3 .popMarkBtnBox，.popWrap4 .popMarkBtnBox{
    padding-top: 0;
}
.popMarkBtnBox a{
    width: 86px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #0861e2;
}
.popWrap3 .popMarkBtnBox span,.popWrap4 .popMarkBtnBox span{
    background-color: #0861e2;
    color: #fff;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #0861e2;
    margin: 0 auto;
    text-indent: 0;
    letter-spacing: 2px;
    padding-left: 2px;
    cursor: pointer;
}
.popMarkBtnBox a:nth-of-type(1){
    background-color: #0861e2;
    color: #fff;
}
.popMarkBtnBox a:nth-of-type(2){
    color: #0861e2;
    background-color: #fff;
}
.popMarkBtnRegister{
    margin-left: calc(50% - 82px);
    color: #fd8b23;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.more {
    color: #919191;
}
.more .icon-fanhui{
    transform: rotate(180deg);
    display: inline-block;
    font-size: 14px;
    margin-left: 4px;
}
.popMarkBtnBox1{
    justify-content: center;
}
.popMarkCont1{
    height: 100px;
}
.popWrap4 .popMarkCont1{
    height: auto;
    max-height: calc(70vh - 180px);
    overflow-y: auto;
    margin-bottom: 0;
    margin: 16px;
}
.popMarkBtnBox>a{
    text-indent: 0;
}
.popMarkFixedBox{
    margin: 12px 16px 4px;
    color: #d77520;
    font-size: 14px;
}

.popMarkContShort{
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
}

.popMarkContShort2{
    padding: 10px 0;
    box-sizing: border-box;
}
.popBox{
    position: fixed;
    bottom: 20vh;
    right: 0;
    width: 60%;
}
.popBox>img{
    width: 100%;
}
.popBox .iconfont{
    position: absolute;
    right: 5%;
    top: 8%;
    font-size: 20px;
    color: #fff;
    padding: 3%;
    cursor: pointer;
}
.toviewShowPagesBtn1{
    width: 30%;
    height: 16%;
    background: transparent;
    position: absolute;
    bottom: 27%;
    left: 36%;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #063edb;
    background-image: linear-gradient(#edf7ff,#e5f3ff,#cfe5fd,#bedafc);
    letter-spacing: 1px;
    box-shadow: 0px 4px 6px #7dacf9;
    font-size: 12px;
}
.toviewShowPagesBtn1:hover{
    background: #3075fb;
    color: #fff;
}


.improvePop{
    width: 57vw;
    height: 45vw;
    background: url(../img/index_improvePopPhone.png);
    background-size: 100% 100%;
    position: fixed;
    right: 0;
    bottom: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 3.8vw;
    box-sizing: border-box;
}
.toImproveBtn,.iknowBtn{
    padding: 8px 22px;
    background-image: linear-gradient(90deg,#ffb010, #ffa812, #fd9b16,#ff9218,#fd891c);
    color: #fff;
    border-radius: 100px;
    font-size: 12px;
    cursor: pointer;
    width: max-content;
    min-width: 25%;
    text-align: center;
    margin-bottom: 3vw;
    letter-spacing: 1px;
}
.improvePopWrap .toImproveBtn,.successSavePop .iknowBtn{
    margin: 30px auto;
}
.improvePopWrap,.successSavePop{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.improvePopBox,.successSaveBox{
    position: fixed;
    top: 18vh;
    left: 5%;
    width: 90%;
    background-color: #fff;
    border-radius: 14px;
}
.improvePopBox>img,.successSaveBox>img{
    width: 92%;
    margin-left: 5%;
    margin-top: -18px;
}
.improvePopBox>i{
    font-size: 28px;
    position: absolute;
    top: 0;
    right: 12px;
    color: #cbcbcb;
    cursor: pointer;
}
.improvePopBox>div{
    top: 50px;
    margin-left: 8%;
    width: 84%;
    line-height: 25px;
    text-align: justify;
    text-indent: 2em;
    margin-top: -18px;
    font-size: 13px;
    max-height: 56vh;
    overflow: auto;
}
.improvePopBox>div p:nth-of-type(1){
    text-indent: 0;
}
.inputLine{
    padding: 8px 20px;
    font-size: 14px;
    font-family: '微软雅黑';
}
.inputLine>span{
    display: inline-block;
    width: 78px;
}
.inputLine>input,.inputLine>textarea{
    height: 36px;
    padding: 0 10px;
    outline: none;
    border: 1px solid #ededed;
    width: calc(100% - 104px);
    color: #333;
}
.inputLine>textarea{
    height: 100px;
    line-height: 24px;
    padding: 10px;
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{   /* 使用webkit内核的浏览器 */
    color: #ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Firefox版本4-18 */
    color: #ccc;
}              
input::-moz-placeholder,textarea::-moz-placeholder{    /* Firefox版本19+ */
    color: #ccc;
}              
input:-ms-input-placeholder,textarea:-ms-input-placeholder{   /* IE浏览器 */
    color: #ccc;
}
.successSaveIconBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 20px 50px;
}
.successSaveIconBox i{
    font-size: 90px;
    color: #fd891c;
}
.successSaveIconBox span{
    font-size: 22px;
    line-height: 50px;
    color: #fd891c;
}
.improvePopTitleBox{
    height: 12vw;
}
.improvePopTitleBox img{
    width: 100%;
    position: relative;
    top: -32px;
}
.improvePopTitleBox span{
    position: absolute;
    left: 42%;
    font-size: 14px;
    color: #fff;
    top: -5vw;
    width: 56px;
    text-align: center;
}
    
.improvePopBtnBox{
    width: auto;
    height: auto;
    background: none;
    position: fixed;
    right: 0;
    bottom: calc(20vh + 24.7vw);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 3.8vw;
    box-sizing: border-box;
    margin-right: 3vw;
}
.improvePopBtnBox .toImproveBtn{
    padding: 6px 10px;
    background-image: linear-gradient(90deg,#ffb010, #ffa812, #fd9b16,#ff9218,#fd891c);
    color: #fff;
    border-radius: 8px 8px 8px 0;
    font-size: 12px;
    cursor: pointer;
    width: max-content;
    min-width: 25%;
    text-align: center;
    margin-bottom: 3vw;
    letter-spacing: 1px;
}

@media screen and (min-width:560px) {
	.timeDeta{
        width: 200px;
    }
    .peopleNumPhone,.unitNumPhone{
        width: 160px;
    }
    .improvePopBox, .successSaveBox{
        width: 460px;
        left: calc(50% - 230px);
    }
    .improvePopTitleBox span{
        top: -1vw;
    }
    .improvePopTitleBox{
        height: 9vw;
    }
}