.auto{
    width: 1200px;
    margin: 0 auto;
}
/* 头部部分 */
header{
    background-color: #fff;
}
header .auto{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;;
}
header .headerBtnBox{
    display: flex;
}
header .loginBtn{
    color: #0861e2;
    border: 1px solid #0861e2;
    width: 80px;
    height: 32px;
    border-radius: 30px;
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    cursor: pointer;
    margin-right: 15px;
}
header .loginBtn:hover,.registerBtn:hover{
    background-color: #2a3ffc;
    color: #fff;
    border: 1px solid #2a3ffc;
}
header .registerBtn,header .logOut{
    color: #fff;
    background-color: #0861e2;
    border: 1px solid #0861e2;
    width: 80px;
    height: 32px;
    border-radius: 30px;
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    cursor: pointer;
}
header .logOut{
    background-color: transparent;
    color: #0861e2;
    text-decoration: underline;
    border: navajowhite;
}
header .logOut:hover{
    color: #ff942a;
}
.linkBox{
    color: #333;
    font-size: 15px;
    height: 60px;
    line-height: 60px;
}
.linkBox a{
    color: #666;
}
footer{
    background-color: #333;
    color: #ccc;
    font-size: 13px;
}
footer>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 22px;
}
footer p{
    line-height: 23px;
}
/* 页码 */
.pageNumberWrap{
    margin: 10px auto 70px;
    height: 65px;
}
.pageNumberbox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pageNumberbox span{
    cursor: pointer;
}
.pageNumberbox>span{
    width: 64px;
    height: 30px;
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    margin: 8px;
}
.numBox span{
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    margin: 4px;
}
.numBox span.current,.pageNumberbox span:hover{
    background-color: #0861e2;
    border: 1px solid #0861e2;
    color: #fff;
}
.pageNumberbox .noneUsed{
    background-color: #ccc;
    color: #fff;
}
.pageNumberbox .noneUsed:hover{
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #fff;
}

/* 提示框 */
.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{
    background: #fff;
    width: 370px;
    height: 290px;
    border-radius: 8px;
    overflow: hidden;
}
.popWrap3>div,.popWrap4>div{
    background: #fff;
    width: 490px;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    text-indent: 2em;
    padding-bottom: 30px;
}
.popMarkTitle{
    width: 100%;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    background-color: #e7f1fd;
    text-indent: 0;
}
.popMarkCont {
    margin: 50px;
    text-align: center;
}
.popMarkCont1 {
    margin: 25px;
	line-height: 25px;
    text-align: justify;
}
.popWrap3 .popMarkCont1,.popWrap4 .popMarkCont1{
    line-height: 28px;
}
.popWrap3 .popMarkCont1 b,.popWrap4 .popMarkCont1 b{
    color: #0861e2;
    font-weight: normal;
}
.popWrap4 .popMarkCont1 i{
    text-indent: 2em;
    font-style: normal;
    display: block;
    font-size: 15px;
}
.popMarkBtnBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 50px 10px;
}
.popWrap3 .popMarkBtnBox,.popWrap4 .popMarkBtnBox{
    padding: 5px 50px 10px;
}
.popMarkBtnBox a{
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #0861e2;
}
.popWrap3 .popMarkBtnBox span,.popWrap4 .popMarkBtnBox span{
    background-color: #0861e2;
    color: #fff;
    width: 110px;
    height: 34px;
    line-height: 34px;
    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{
    font-size: 12px;
    margin-left: 40px;
    color: #b37333;
    cursor: pointer;
}
.phoneStyle{
    display: none!important;
}
.popMarkBtnBox1{
    justify-content: center;
}
.popMarkCont1{
    height: 100px;
}
.popWrap4 .popMarkCont1{
    height: auto;
    max-height: calc(70vh - 180px);
    overflow-y: auto;
    margin-bottom: 0;
}
.popMarkBtnBox>a{
    text-indent: 0;
}
.popMarkFixedBox{
    margin: 16px 20px 20px;
    color: #d77520;
}
.popMarkContShort{
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
}
.popMarkContShort2{
    padding: 30px 0;
    box-sizing: border-box;
}