.navbox {
    position: sticky !important;
}

.BgPhotoBox {
    position: relative;
    margin-top: -154px;
}

#TutorRegimentBox .container .TextBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#TutorRegimentBox .container .TextBox .text1,
#TutorRegimentBox .container .TextBox .text2 {
    /* flex: 1; */
    height: 28px;
    font-size: 20px;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    line-height: 28px;
    letter-spacing: 5px;
}

#TutorRegimentBox .container .TextBox .text1 {
    margin-top: 66px;
    font-weight: 400;
}

#TutorRegimentBox .container .TextBox .text2 {
    margin: 12px 0 66px;
    font-weight: 300;
}

#TutorRegimentBox .container .row {
    margin-bottom: 66px;
}

#TutorRegimentBox .container .row:last-of-type {
    margin-bottom: 146px;
}

#TutorRegimentBox .container .row .TutortDetail {
    height: 240px;
    /* display: flex; */
    text-align: center;
    flex-direction: column;
    padding-top: 10px;
    box-sizing: border-box;
    /* background: pink; */
}

#TutorRegimentBox .container .row .TutortDetail>img:hover {
    /* box-shadow: 0px 0px 30px rgba(0, 0, 0, .5); */
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .3);
    transform: scale(1.02);
    border-radius: 14px;
    transition: all 1s;
    border-radius: 50%;
    cursor: pointer;
}

#TutorRegimentBox .container .row .TutortDetail img {
    margin: auto;
    margin-top: 6px;
    user-select: none;
    border-radius: 50%;
    transition: all 1s;
}

#TutorRegimentBox .container .row .TutortDetail>p {
    margin: auto;
    height: 54px;
    font-size: 20px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    line-height: 54px;
    cursor: pointer;
}

.wrapperBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 666;
    display: none;
    outline: 0;
    background: rgba(0, 0, 0, .8);
    overflow: hidden;
}

.wrapperBox .contentBox {
    position: absolute;
    width: 980px;
    /* max-width: 980px; */
    height: 673px;
    background: rgba(255, 255, 255, 1);
    border-radius: 18px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    z-index: 888;
}

.wrapperBox .contentBox .Box {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    padding: 0 0 5px 0;
    /* border-radius: 18px; */
}

.wrapperBox .contentBox .Box .CloseBox {
    z-index: 1060;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    margin-top: -60px;
    cursor: pointer;
    user-select: none;
    background: url("../images/TutoRegiment/colse@2x.png") center no-repeat;
    background-size: cover;
}

.wrapperBox .contentBox .Box .LeftBox {
    display: flex;
    flex: 1.3;
    height: 100%;
    /* background: gray; */
    border-radius: 18px 0 0 18px;
    overflow: hidden;
}

.wrapperBox .contentBox .Box .LeftBox img {
    margin: auto 10px auto 60px;
    margin-top: 100px;
}

.wrapperBox .contentBox .Box .RightBox {
    display: flex;
    flex: 2;
    flex-direction: column;
    padding: 0 60px 0 69px;
    box-sizing: border-box;
    border-radius: 0 18px 18px 0;
    /* overflow: hidden; */
    /* background: pink; */
}

.wrapperBox .contentBox .Box .RightBox .username {
    height: 29px;
    font-size: 21px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: 29px;
    margin-top: 100px;
}

.wrapperBox .contentBox .Box .RightBox .rank {
    margin-top: 20px;
}

.wrapperBox .contentBox .Box .RightBox .rank p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 28px;
    margin-bottom: 0;
}

.wrapperBox .contentBox .Box .RightBox .controduce {
    width: 519px;
    min-height: 340px;
    font-size: 14px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    line-height: 28px;
    overflow: auto;
    margin-top: 40px;
}

.wrapperBox .LeftBack,
.wrapperBox .RightGoOn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(234, 234, 234, .5);
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 300;
    color: rgba(97, 97, 97, 1);
    z-index: 888;
    user-select: none;
}

.wrapperBox .LeftBack {
    left: 20px;
}

.wrapperBox .RightGoOn {
    right: 20px;
}

.wrapperBox .LeftBack:hover,
.wrapperBox .RightGoOn:hover {
    cursor: pointer;
    background: rgba(234, 234, 234, 1);
}

button.close {
    outline: 0;
    cursor: pointer;
}

@media (max-width: 1400px) {
    .BgPhotoBox {
        margin-top: -132px;
    }
}

@media (max-width: 1200px) {
    .navbox {
        height: 110px;
    }
    .BgPhotoBox {
        margin-top: -110px;
    }
}

@media (max-width: 1136px) {
    .wrapperBox .contentBox {
        max-width: 800px;
        height: 673px;
    }
    .wrapperBox .contentBox .Box .LeftBox {
        display: flex;
        flex: 1.3;
        height: 100%;
        border-radius: 18px 0 0 18px;
        overflow: hidden;
    }
    .wrapperBox .contentBox .Box .LeftBox img {
        margin: auto 10px auto 20px;
        margin-top: 100px;
        max-width: 200px;
    }
    .wrapperBox .contentBox .Box .RightBox {
        display: flex;
        flex: 2;
        flex-direction: column;
        padding: 0 32px 0 30px;
        box-sizing: border-box;
        border-radius: 0 18px 18px 0;
        /* overflow: hidden; */
        /* background: pink; */
    }
}

@media (max-width: 1015px) {
    .BgPhotoBox {
        margin-top: -85px;
    }
}

@media (max-width: 992px) {
    #TutorRegimentBox .container .TextBox .text1,
    #TutorRegimentBox .container .TextBox .text2 {
        height: 28px;
        font-size: 18px;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
        line-height: 28px;
        letter-spacing: 5px;
    }
    #TutorRegimentBox .container .TextBox .text1 {
        margin-top: 55px;
    }
    #TutorRegimentBox .container .TextBox .text2 {
        margin: 8px 0 55px;
    }
    #TutorRegimentBox .container .row {
        margin-bottom: 40px;
    }
    #TutorRegimentBox .container .row:last-of-type {
        margin-bottom: 60px;
    }
    #TutorRegimentBox .container .row .TutortDetail {
        height: 190px;
        display: flex;
        flex-direction: column;
        /* background: pink; */
    }
    #TutorRegimentBox .container .row .TutortDetail img {
        width: 130px;
        margin: auto;
        margin-top: 0px;
    }
    #TutorRegimentBox .container .row .TutortDetail>p {
        margin: auto;
        height: 36px;
        font-size: 16px;
        font-weight: 300;
        color: rgba(0, 0, 0, 1);
        line-height: 36px;
    }
    .wrapperBox .contentBox {
        max-width: 750px;
        height: 673px;
    }
    .wrapperBox .contentBox .Box .LeftBox {
        display: flex;
        flex: 1.8;
        height: 100%;
        border-radius: 18px 0 0 18px;
        overflow: hidden;
    }
    .wrapperBox .contentBox .Box .LeftBox img {
        margin: auto 5px auto 15px;
        margin-top: 100px;
        max-width: 170px;
    }
    .wrapperBox .contentBox .Box .RightBox {
        box-sizing: border-box;
        padding: 0 15px;
    }
}

@media (max-width: 910px) {
    .wrapperBox .contentBox {
        max-width: 700px;
    }
    /* .wrapperBox .contentBox .Box .LeftBox img {
        margin-top: 80px;
    } */
    .wrapperBox .contentBox .Box .LeftBox img {
        margin: auto 5px auto 15px;
        margin-top: 100px;
        max-width: 170px;
    }
    .wrapperBox .contentBox .Box .RightBox {
        box-sizing: border-box;
        padding: 0 20px;
    }
    .wrapperBox .contentBox .Box .RightBox .username {
        /* margin-top: 80px; */
    }
    .wrapperBox .contentBox .Box .RightBox .controduce {
        /* margin-top: 30px; */
        width: 470px;
    }
    .wrapperBox .contentBox .Box .CloseBox {
        width: 40px;
        height: 40px;
        margin-top: -50px;
    }
    .wrapperBox .LeftBack,
    .wrapperBox .RightGoOn {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 834px) {
    .BgPhotoBox {
        margin-top: -70px;
    }
    .wrapperBox .contentBox {
        max-width: 650px;
    }
    .wrapperBox .contentBox .Box .RightBox .controduce {
        width: 415px;
    }
}

@media (max-width: 777px) {
    .wrapperBox .contentBox {
        max-width: 600px;
    }
    .wrapperBox .contentBox .Box .RightBox .controduce {
        width: 370px;
        overflow-y: auto;
    }
}

@media (max-width: 767px) {
    .BgPhotoBox {
        margin-top: 0px;
    }
    #TutorRegimentBox .container .TextBox .text1,
    #TutorRegimentBox .container .TextBox .text2 {
        height: 28px;
        font-size: 16px;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
        line-height: 28px;
        letter-spacing: 5px;
    }
    #TutorRegimentBox .container .TextBox .text1 {
        margin-top: 40px;
    }
    #TutorRegimentBox .container .TextBox .text2 {
        margin: 0px 0 40px;
    }
    #TutorRegimentBox .container .row {
        margin-bottom: 5px;
    }
    #TutorRegimentBox .container .row:last-of-type {
        margin-bottom: 40px;
    }
    #TutorRegimentBox .container .row .TutortDetail {
        height: 190px;
        display: flex;
        flex-direction: column;
        /* background: pink; */
    }
    #TutorRegimentBox .container .row .TutortDetail img {
        width: 120px;
        margin: auto;
    }
    #TutorRegimentBox .container .row .TutortDetail>p {
        height: 24px;
        font-size: 14px;
        line-height: 24px;
        margin-top: 0px;
    }
}

@media (max-width: 732px) {
    .wrapperBox .contentBox {
        max-width: 500px;
        height: 660px;
    }
    .wrapperBox .contentBox .Box .RightBox .controduce {
        width: 290px;
        overflow-y: auto;
    }
    .wrapperBox .contentBox .Box .LeftBox img {
        margin: auto 5px auto 15px;
        margin-top: 70px;
        max-width: 150px;
    }
    .wrapperBox .contentBox .Box .RightBox .username {
        margin-top: 70px;
    }
    .wrapperBox .contentBox .Box .CloseBox {
        width: 35px;
        height: 35px;
        margin-top: -45px;
        font-size: 28px;
    }
    .wrapperBox .LeftBack,
    .wrapperBox .RightGoOn {
        width: 35px;
        height: 35px;
    }
    .wrapperBox .LeftBack {
        left: 10px;
    }
    .wrapperBox .RightGoOn {
        right: 10px;
    }
}

@media (max-width: 610px) {
    .wrapperBox .contentBox {
        max-width: 440px;
        height: 660px;
    }
    .wrapperBox .contentBox .Box .RightBox .controduce {
        width: 250px;
        overflow-y: auto;
    }
    .wrapperBox .contentBox .Box .LeftBox img {
        margin-top: 60px;
        max-width: 120px;
    }
    .wrapperBox .contentBox .Box .RightBox .username {
        margin-top: 60px;
        font-size: 16px;
    }
    .wrapperBox .contentBox .Box .RightBox .rank p {
        font-size: 14px;
    }
    .wrapperBox .contentBox .Box .RightBox .controduce {
        font-size: 12px;
        margin-top: 20px;
    }
    .wrapperBox .LeftBack {
        left: 10px;
    }
    .wrapperBox .RightGoOn {
        right: 10px;
    }
}

@media (max-width: 576px) {
    #TutorRegimentBox .container .TextBox .text1,
    #TutorRegimentBox .container .TextBox .text2 {
        height: 20px;
        font-size: 14px;
        color: rgba(0, 0, 0, 1);
        line-height: 20px;
    }
    #TutorRegimentBox .container .TextBox .text1 {
        margin-top: 40px;
        font-weight: 400;
    }
    #TutorRegimentBox .container .TextBox .text2 {
        margin: 12px 0 55px;
        font-weight: 300;
    }
    #TutorRegimentBox .container .row {
        margin-bottom: 0;
    }
    #TutorRegimentBox .container .row:last-of-type {
        margin-bottom: 35px;
    }
    #TutorRegimentBox .container .row .TutortDetail {
        height: 180px;
        display: flex;
        flex-direction: column;
        /* background: pink; */
    }
    #TutorRegimentBox .container .row .TutortDetail img {
        width: 110px;
        margin: auto;
        margin-top: 5px;
        /* margin-bottom: 0px; */
    }
    #TutorRegimentBox .container .row .TutortDetail>p {
        height: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .wrapperBox .contentBox {
        max-width: 370px;
        height: 520px;
    }
    .wrapperBox .contentBox .Box .LeftBox {
        flex: 1.1;
    }
    .wrapperBox .contentBox .Box .LeftBox img {
        margin-top: 30px;
        max-width: 100px;
    }
    .wrapperBox .contentBox .Box .RightBox {
        padding: 0 5px;
        overflow: hidden;
    }
    .wrapperBox .contentBox .Box .RightBox .username {
        margin-top: 30px;
        font-size: 16px;
    }
    .wrapperBox .contentBox .Box .RightBox .rank p {
        font-size: 14px;
    }
    .wrapperBox .contentBox .Box .RightBox .controduce {
        width: 100%;
        font-size: 12px;
        margin-top: 20px;
        /* display: -webkit-box; */
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        min-height: 245px;
    }
    .wrapperBox .LeftBack {
        left: 5px;
    }
    .wrapperBox .RightGoOn {
        right: 5px;
    }
}

@media (max-width: 411px) {
    .wrapperBox .contentBox {
        max-width: 78%;
        height: 460px;
    }
    .wrapperBox .contentBox .Box .LeftBox img {
        max-width: 80px;
        margin: auto 5px auto 10px;
        margin-top: 20px;
    }
    .wrapperBox .contentBox .Box .LeftBox {
        flex: 1;
    }
    .wrapperBox .contentBox .Box .RightBox {
        padding: 0 5px;
        overflow: hidden;
    }
    .wrapperBox .contentBox .Box .RightBox .username {
        margin-top: 20px;
        font-size: 14px;
    }
    .wrapperBox .contentBox .Box .RightBox .rank {
        margin-top: 5px;
    }
    .wrapperBox .contentBox .Box .RightBox .rank p {
        font-size: 12px;
        line-height: 24px;
    }
    .wrapperBox .contentBox .Box .RightBox .controduce {
        width: 189px;
        font-size: 12px;
        margin-top: 5px;
        display: -webkit-box;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        min-height: 230px;
        line-height: 24px;
    }
    .wrapperBox .LeftBack,
    .wrapperBox .RightGoOn {
        width: 28px;
        height: 28px;
    }
    .wrapperBox .LeftBack {
        left: 1.5%;
    }
    .wrapperBox .RightGoOn {
        right: 1.5%;
    }
    .wrapperBox .contentBox .Box .CloseBox {
        width: 28px;
        height: 28px;
        margin-top: -35px;
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .wrapperBox .contentBox {
        max-width: 78%;
        height: 420px;
    }
    .wrapperBox .contentBox .Box .RightBox {
        padding: 0 5px;
        overflow: hidden;
    }
    .wrapperBox .contentBox .Box .LeftBox {
        display: flex;
        flex: 1.1;
    }
    .wrapperBox .contentBox .Box .LeftBox img {
        width: 80px;
        margin: auto 5px;
        margin-top: 20px;
    }
    .wrapperBox .contentBox .Box .RightBox .username {
        margin-top: 20px;
        font-size: 14px;
    }
    .wrapperBox .contentBox .Box .RightBox .rank {
        margin-top: 5px;
    }
    .wrapperBox .contentBox .Box .RightBox .rank p {
        font-size: 12px;
        line-height: 24px;
    }
    .wrapperBox .contentBox .Box .RightBox .controduce {
        width: 155px;
        font-size: 12px;
        margin-top: 5px;
        display: -webkit-box;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        min-height: 160px;
    }
    .wrapperBox .LeftBack,
    .wrapperBox .RightGoOn {
        width: 25px;
        height: 25px;
        margin-top: -12.5px;
        font-size: 18px;
    }
    .wrapperBox .RightGoOn {
        right: 1.5%;
    }
    .wrapperBox .LeftBack {
        left: 1.5%;
    }
    .wrapperBox .contentBox .Box .CloseBox {
        width: 25px;
        height: 25px;
        margin-top: -30px;
        font-size: 18px;
    }
}