/* @media (max-width: 768px) { */

* {
    margin: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}


/* .content {
    padding: 16px 16px 160px;
  } */

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.block {
    width: 120px;
    height: 120px;
    background-color: #fff;
}

.box {
    width: 100%;
    height: 100%;
    /* height: 100rpx; */
    /* background: pink; */
}

.nav_box {
    z-index: 1;
    position: fixed;
    top: 0;
    width: 100%;
    /* display: none; */
}

.navBarWrap {
    position: fixed;
    top: 0;
    z-index: 1;
    display: block;
}

.nav_box .nav {
    width: 100%;
    height: 0.84rem;
    /* z-index: 9999; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
}

.nav a {
    width: 1.3rem;
    height: 0.52rem;
    background: #4772f6;
    font-size: 0.26rem;
    color: #fff;
    text-align: center;
    line-height: 0.52rem;
}


/* 弹出遮罩层 */

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
}

.block {
    position: relative;
    width: 6.4rem;
    height: 5rem;
    background-color: #fff;
    display: flex;
    flex-flow: column;
    /* justify-content: center; */
    align-items: center;
}


/* 关闭按钮 */

.block .close {
    position: absolute;
    right: 0.16rem;
    top: 0.16rem;
}


/* 弹出框标题 */

.mask_title {
    font-size: 0.32rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    margin-top: 0.74rem;
}

.block .mask_top {
    width: 5.6rem;
    height: 0.72rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.4rem;
}

.block .mask_top .mask_ipt {
    width: 3.6rem;
    height: 0.72rem;
    border-radius: 0.08rem 0.08rem 0;
    border: 0.02rem solid #e5e5e5;
}

.block .mask_top div {
    width: 2.02rem;
    height: 0.72rem;
    background: linear-gradient(315deg, #b6853d 0%, #d9b272 100%);
    border-radius: 0.08rem 0 0 0.08rem;
    font-size: 0.28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 0.72rem;
    text-align: center;
    margin-top: 0.4rem;
}

.block .notes {
    width: 280px;
    height: 34px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    margin-top: 0.4rem;
}

.block .mask_submit {
    width: 5.6rem;
    height: 0.84rem;
    background: #e54d39;
    border-radius: 0.08rem;
    margin-top: 0.4rem;
}


/* banner */

.banner {
    width: 100%;
    height: 180px;
    z-index: -1;
}


/* 内容区 */

.content {
    width: 6.94rem;
    height: 100%;
    margin: auto;
    /* background: pink; */
    overflow: hidden;
    z-index: -1;
}

.top_title {
    /* width: 245px; */
    /* height: 35px; */
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
}

.txt {
    display: flex;
    font-size: 0.4rem;
    font-weight: 600;
}

.txt div {
    color: #e2322d;
}

.top_title p {
    font-size: 0.24rem;
    color: #666666;
    margin-top: 0.08rem;
}

.line {
    width: 1rem;
    height: 3px;
    background: #e2312c;
    border-radius: 0.04rem;
    margin-top: 0.16rem;
}


/* 报考条件 */

.term {
    width: 100%;
}

.term p {
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 0.34rem;
    margin-bottom: 0.2rem;
}

.term_el .item {
    height: 1.72rem;
    display: flex;
    margin-bottom: 0.2rem;
}

.item .right {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    margin-left: 0.2rem;
}

.item .right .txt1 {
    font-size: 0.32rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #75bafd;
    line-height: 0.44rem;
}

.item .right .txt2 {
    font-size: 0.28rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 0.44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item .right .txt3 {
    font-size: 0.28rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #e2312c;
    line-height: 0.44rem;
}


/* 报考条件审核 */

.inquiry {
    width: 100%;
}

.choose_title {
    font-size: 0.28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 0.4rem;
    margin-top: 0.4rem;
}

.btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.26rem;
}

.btn button {
    width: 125px;
    height: 0.6rem;
    background: #f5f5f5;
    border-radius: 0.08rem;
    border: none;
    font-size: 0.24rem;
    color: #666666;
}

.btn1 {
    width: 100%;
    display: block;
    justify-content: space-between;
    margin-top: 0.26rem;
}

.btn1 button {
    width: 125px;
    height: 0.6rem;
    background: #f5f5f5;
    border-radius: 0.08rem;
    border: none;
    font-size: 0.24rem;
    color: #666666;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.blue {
    color: #fff;
    background: #e54d39;
    border-radius: 0.08rem;
}

.inquiry .year_btn {
    display: flex;
}

.year_btn button {
    width: 75px;
    height: 30px;
    background: #f5f5f5;
    border-radius: 0.08rem;
}

.ipt {
    width: 100%;
}

.phone {
    width: 97%;
    height: 0.76rem;
    background: #f5f5f5;
    border-radius: 0.38rem;
    border: none;
    outline: none;
    margin-top: 0.4rem;
    padding-left: 0.2rem;
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    font-weight: 400;
    color: #999999;
}

.ipt input::-webkit-input-placeholder {
    text-align: center;
    font-size: 0.28rem;
}

.submit {
    width: 100%;
    height: 38px;
    background: #e54d39;
    border-radius: 0.38rem;
    border: none;
    font-size: 0.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
}


/* 报名时间 */

.time_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.time_box li {
    width: 1.52rem;
    height: 0.6rem;
    background: #f5f5f5;
    border-radius: 0.08rem;
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.66rem;
    text-align: center;
    margin-bottom: 0.24rem;
}


/* .time_box li:last-child{
background: #fff;
} */

.time_box .bgColors {
    background: #e54d39;
    color: #fff;
}

.btn .bgColors1 {
    background: #e54d39;
    color: #fff;
}


/* 考试时间安排 */

.course_time {
    width: 100%;
}

table {
    width: 100%;
    height: 4.28rem;
    border-collapse: collapse;
    font-size: 0.24rem;
    text-align: center;
    border: 0.02rem solid #e2e2e2;
}

table .one {
    height: 0.68rem;
}

table .one td {
    color: #fff;
    font-size: 0.28rem;
    font-weight: 600;
}

.explain {
    width: 100%;
    height: 1.36rem;
    margin-top: 0.2rem;
}

.explain div:nth-child(1) {
    /* width: 347px;
  height: 68px; */
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.34rem;
}

.explain div:nth-child(2) {
    color: red;
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 0.34rem;
}

.course_time .ipt button:nth-child(1) {
    background: #3899fd;
}


/* 视频课程 */

.videos img {
    width: 100%;
}

.videos button {
    width: 6.94rem;
    height: 0.76rem;
    background: #e54d39;
    border-radius: 0.38rem;
    border: none;
    outline: none;
    color: #fff;
}

.videos button:nth-child(2) {
    background: #3899fd;
}

.video .my-swipe .van-swipe-item {
    width: 6.94rem;
    height: 3.7rem;
}

.books_swiper .my-swipe .van-swipe-item {
    width: 6.94rem;
    height: 3.7rem;
    background: red;
}

.books_swiper .my-swipe .van-swipe-item img {
    width: 100%;
    height: 100%;
}


/* .video .my-swipe .van-swipe-item img {
    width: 6.94rem;
    height: 3.7rem;
} */


/* 历年真题 */

.old_topic {
    height: 100%;
}

.topic li {
    height: 0.76rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.02rem solid #eee;
}

.topic li img {
    width: 0.3rem;
    height: 0.32rem;
}

.topic li div {
    width: 6.48rem;
    font-size: 0.28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* .topic li p:last-child {
  padding-left: 0.16rem;
} */

.books_swiper .my-swipe .van-swipe-item {
    color: #fff;
    font-size: 20px;
    line-height: 150px;
    text-align: center;
    background-color: #39a9ed;
}


/* 必备考点汇总 */

.total .true_topic div {
    height: 0.76rem;
    display: flex;
    align-items: center;
}

.total .true_topic div img {
    width: 0.3rem;
    height: 0.32rem;
}

.true_topic div p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
}


/* 热门问题 */

.hot_question {
    width: 100%;
    margin-bottom: 1.3rem;
}

.hot_question li {
    font-size: 0.28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
    margin-bottom: 0.24rem;
}

.hot_question li:nth-child(1) {
    color: #e2312c;
}

.hot_question li:nth-child(2) {
    color: #e2312c;
}

.hot_question li:nth-child(3) {
    color: #e2312c;
}

.down_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 38px;
    background: #3899fd;
    margin: auto;
    color: #fff;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    z-index: 1;
}
.address_check{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #666666;
    font-weight: 400;
    margin-top: 0.16rem;
}
.address_check span{
    color: #E54D39;
    border-bottom: 1px solid;
}


.bottom_btn{
	left: 0;
	position: fixed; 
	bottom: 0; 
	width: 100%; 
	border: 0;
	
}

.bottom_btn button{
	border: 0;
	width: 100%;
    height: 50px;
    margin: auto;
    color: #fff;
	text-align: center;
	background-color: #ea862d;
	font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 50px;
	cursor: pointer;
}
/* } */