﻿nav {
  width: 100%;
  background-color: #ff8f45;
  padding-left: .7rem;
}
body{
padding: 0 !important;
}
nav .content {
  width: 100%;
  height: 2.25rem;
}

nav .content .logo {
  width: 3.75rem;
  margin-right: 1.55rem;
}

nav .content .tab {
  width: 5rem;
  height: 2.25rem;
  font-size: 0.65rem;
  color: #ffffff;
  position: relative;
  flex-shrink: 0;
}

nav .content .tab a {
  font-size: 0.65rem;
  color: #ffffff;
  width: 100%;
  height: 100%;
}

nav .content .tab.active a {
  background-color: #ff761b;
}

.sec_tab {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  padding: .88rem 0;
  box-sizing: border-box;
}

.sec_tab .content {
  width: 100%;
  color: #666666;
  padding-left: .5rem;
}

.sec_tab .tab {
  width: 3.75rem;
  height: 2rem;
  border-radius: 0.2rem;
  font-size: 0.6rem;
  line-height: 2rem;
  color: #666666;
  background-color: #ffffff;
  margin-right: .5rem;
  box-shadow: 0rem 0rem 0.5rem 0rem rgba(12, 4, 7, 0.08);
}

.sec_tab .tab a {
  color: #666666;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
}

.sec_tab .tab:nth-child(3) {
  margin-right: 1rem;
}

.sec_tab .city_chose {
  width: 1.5rem;
  position: relative;
  height: 100%;
  font-size: 0.6rem;
}

.sec_tab .city_chose>span {
  flex-direction: column;
  text-align: center;
  line-height: 0.7rem;
}

.sec_tab .city_chose img {
  width: 0.9rem;
  margin-top: .1rem;
}

.sec_tab .tab.active,
.sec_tab .tab:hover {
  color: #ff5a4d;
  background-color: #ff761b;
  color: #ffffff;
}

/* 考场信息 */
.kaochang {
  position: absolute;
  top: 2.6rem;
  right: -0.7rem;
  z-index: 10;
  width: 11.28rem;
  height: 16.3rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.5rem 0rem rgba(12, 4, 7, 0.08);
  border-radius: 0.15rem;
  padding: .5rem .2rem .6rem .65rem;
  display: none;
}

.kaochang>.contnet {
  overflow-y: scroll;
  height: 13.7rem;
  margin-top: 1.2rem;
  padding-right: .3rem;

}

.kaochang .top_tab {
  width: 90%;
  position: absolute;
}

.kaochang .kc_tab {
  width: 50%;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 0.55rem;
  font-weight: 700;
  color: #666666;
  cursor: pointer;
}

.kaochang .kc_tab.active,
.kaochang .kc_tab:hover {
  color: #ff8f45;
}

.kaochang p,
.kaochang .ENG {
  width: 100%;
  height: 0.88rem;
  background-color: #f7f7f7;
  border-radius: 3px;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: .7rem;
  font-family: ArialMT;
  font-size: 0.6rem;
  line-height: 0.88rem;
}

.kaochang p {
  margin-top: 0;
}

.kaochang h4 {
  font-size: 0.5rem;
  line-height: 35px;
  padding-left: .7rem;
  color: #666666;
  font-weight: 400;
  border-bottom: 1px solid #f4f4f4;
}

.kaochang span {
  font-size: 0.5rem;
  line-height: 0.88rem;
  color: #666666;
  display: block;
  cursor: pointer;
}

.kaochang .city {
  border-bottom: 1px solid #f4f4f4;
  padding-left: .7rem;

}

.kaochang .all {
  margin: .5rem 0;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #f7f7f7;
  flex-direction: column;
  padding: .3rem .2rem .3rem .7rem;
  display: none;
}

.kaochang .all span {
  font-size: 0.5rem;
}

.kaochang .all span:hover,
.kaochang .reset:hover,
.kaochang .city:hover {
  color: #ff8f45;
}

.sec_tab .city_chose:hover .kaochang {
  display: block;
}

article {
  width: 100%;
  padding-top: .85rem;
}

article .partItem {
  display: none;
}

article .partItem.active {
  display: block;
}

article #item_box {
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  position: relative;
}

/* 口语回忆 */
article .Speak_m .item {
  width: 14rem;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.5rem 0rem rgba(12, 4, 7, 0.08);
  border-radius: 0.2rem;
  border: solid 0.03rem #dedede;
  padding: .4rem .75rem .9rem;
  margin-bottom: 1rem;
}

article .Speak_m .item .intr {
  padding-bottom: .3rem;
  border-bottom: solid 1px #dedede;
  margin-bottom: .68rem;
}

article .Speak_m .item .img {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #dfdfdf;
  border-radius: 2.5rem;
  flex-shrink: 0;
  margin-right: .78rem;
}
article .Speak_m .item .img img{
width:100%
}
article .Speak_m .item .top {
  align-items: flex-end;
}

article .Speak_m .item .name {
  font-family: MicrosoftYaHei-Bold;
  font-size: 0.6rem;
  font-weight: 700;
  color: #333333;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
max-width:7rem;
}

article .Speak_m .item .date {
  font-family: ArialMT;
  font-size: 0.5rem;
  color: #999999;
  margin-left: 0.55rem;
flex-shrink: 0;
}

article .Speak_m .item .center {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #666666;
  margin-top: .2rem;
}

article .Speak_m .item .part {
  margin-bottom: .5rem;
}

article .Speak_m .item .part_box {
  padding-bottom: 13px;
  border-bottom: solid 1px #dedede;
  margin-bottom: 1rem;
}

article .Speak_m .item .part h4 {
  font-family: Arial-BoldMT;
  font-size: 0.6rem;
  color: #ff8f45;
  position: relative;
  padding-left: 12px;
  margin-bottom: 8px;
}

article .Speak_m .item .part h4::before {
  content: '';
  width: 0.1rem;
  height: 0.6rem;
  background-color: #ff8f45;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

article .Speak_m .item .part li {
  font-family: ArialMT;
  font-size: 0.55rem;
  line-height: 0.75rem;
  color: #666666;
}

article .Speak_m .item .examiner {
  margin-bottom: 0;
}

article .Speak_m .item .examiner ul {
  flex-wrap: wrap;
}

article .Speak_m .item .examiner li {
  width: 3.9rem;
  height: 1.25rem;
  background-color: #ffeadc;
  border-radius: 0.61rem;
  text-align: center;
  line-height: 1.25rem;
  /* font-family: MicrosoftYaHei; */
  font-size: .55rem;
  color: #999999;
  margin-right: 0.3rem;
  margin-bottom: 0.4rem;
}

article .Speak_m .item .examiner li:nth-child(3n) {
  margin-right: 0;
}

article .Speak_m .item .tags {
  width: 110px;
  height: 40px;
  margin: 0 auto;
  background-color: #ff8f45;
  border-radius: 19.5px;
  font-family: Arial-BoldMT;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

article .Speak_m .item .tags:hover {
  background-color: #f47b2b;
}

article .Speak_m .item .tags img {
  margin-right: 8px;
}



/* 纸考回忆 */
article .Text_m {
  display: none;
}

.Text_m .text_box {
  width: 100%;
  margin: 0 auto;
}

.Text_m .text_box>div {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
  width: 14.4rem;
  margin: 0 auto 1rem;
}

.Text_m .text_box .time {
  padding-left: .2rem;
width:100%
}

.Text_m .text_box .time b {
 flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Arial-BoldMT;
  font-size: 0.6rem;
  color: #666666;
}

.Text_m .text_box .time span {
  font-size: .5rem;
  margin-left: .4rem;
white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

.Text_m .text_box>div .content {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.5rem 0rem rgba(12, 4, 7, 0.08);
  border-radius: 0.2rem;
  border: solid 0.03rem #dedede;
  margin-top: .3rem;
  align-items: flex-start;
  padding: .4rem .75rem 0rem;
  position: relative;
  transition: all .3s;
}

/* .Text_m .text_box>div .content:hover{
  background-color: #fff5ee;
} */
.Text_m .text_box>div .part_box {
  height: 100%;
  align-items: flex-start;
}

.Text_m .text_box>div .part {
  height: 100%;
  padding: .57rem 0;
  border-bottom: solid 1px #dedede;
}

.Text_m .text_box>div .part:first-child {
  padding-left: 0;
}

.Text_m .text_box>div .part:nth-child(3) {
  border: none;
}

.Text_m .text_box>div .part h3 {
  font-family: MicrosoftYaHei;
  font-size: 0.6rem;
  font-weight: 700;
  color: #ff8f45;
  border-left: 4px solid #ff8f45;
  height: 0.6rem;
  padding-left: 7px;
  line-height: 0.6rem;
}

.Text_m .text_box>div .part .sec {
  width: 100%;
  padding-left: .5rem;
  font-family: MicrosoftYaHei;
  font-size: 0.55rem;
  line-height: 0.88rem;
  color: #333333;
  margin-top: .3rem;
  flex-shrink: 0;
}

.Text_m .text_box>div .over .sec {
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  /* -webkit-line-clamp: 4;  */
}
.Text_m .text_box>div .over .sec .img{
  flex-wrap: wrap;
  margin-top: .4rem;
}
.Text_m .text_box>div .over .sec img{
  /* width: 32%; */
  margin-right: .23rem;
  margin-bottom: .3rem;
}
.Text_m .text_box>div .over .sec img:nth-child(3n){
  margin-right: 0;
}
.Text_m .text_box>div .unfold {
  font-family: MicrosoftYaHei;
  font-weight: 700;
  font-size: 18px;
  font-weight: 700;
  color: #ff8f45;
  cursor: pointer;
}

.Text_m .text_box>div .unfold span {
  width: 72px;
  height: 24px;
  background: url(../img/unfold.png) no-repeat;
  background-size: 100%;
  font-size: 12px;
  color: #ffffff;
  padding-right: 8px;
  margin-right: 5px;
}

.Text_m .text_box>div .close {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: 700;
  color: #666666;
  display: none;
  cursor: pointer;
}
.showPic{
  position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: auto;
}
.showPic p{
  margin-top: 2.8rem;
  color: #ebebeb;
  font-size: .6rem;
}
.showPic .img{
  width: 100%;
  padding: 4rem 0 2rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.showPic img{
  width: 90%;
  margin: 0 auto;
  display: block;
}
/* 考试经验 */
article .experience {
  display: none;
}

.experience .list {
  width: 14rem;
  margin: 0 auto;
}

.experience .list>div {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.5rem 0rem rgba(12, 4, 7, 0.08);
  border-radius: 0.2rem;
  border: solid 0.03rem #dedede;
  padding: .6rem .7rem .6rem;
  margin-bottom: 1rem;
}

.experience .list .title {
  font-family: MicrosoftYaHei;
  font-size: 0.6rem;
  line-height: 0.88rem;
  color: #000000;
  font-weight: 700;
  border-bottom: solid 0.03rem #dedede;
  padding-bottom: .3rem;
}

.experience .list .desc {
  font-family: MicrosoftYaHei;
  margin-top: .4rem;
  font-size: 0.55rem;
  line-height: 0.88rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
}

.experience .list .btm {
  margin-top: .6rem;
}

.experience .list .date {
  font-family: ArialMT;
  font-size: 0.6rem;
  color: #666666;
}

.experience .list .read {
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 0.88rem;
  color: #ff761b;
}

.experience .list .read a {
  color: #ff8f45;
}

/* PAGE */
div.page_box {
  width: 1200px;
  margin: 0 auto;
  justify-content: flex-end;
}

div.page_box span {
  width: 33px;
  height: 33px;
  background-color: #f8f8f8;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
  font-family: ArialMT;
  font-size: 14px;
  color: #666666;
}

div.page_box span:hover,
div.page_box span.active {
  background-color: #ff8f45;
  color: #ffffff;
}

div.page_box span.next {
  margin-right: 0;
}

div.page_box span.next img {
  transform: rotateZ(180deg);
}


.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, .1); */
  display: none;
  z-index: 10;
}

.loading p {
  width: 100%;
  position: absolute;
  bottom: 1.7rem;
  text-align: center;
  font-size: .6rem;
  color: #838383;
}

.left_tabs {
  position: fixed;
  right: 0.7rem;
  bottom: 7rem;
  width: 42px;
  height: 100px;
  display: none;
}

.left_tabs>div {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, .1);
  opacity: .8;
  border-radius: 22px;
  background-color: #fff;
  background: url(../img/Refresh.png) no-repeat;
  background-size: 54%;
  background-position: center center;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: .8rem;
}

.left_tabs>div:last-child {
  background: url(../img/goTop.png) no-repeat;
  background-position: center center;
  background-size: 54%;
}

.remark {
  font-size: .6rem;
  color: #838383;
  padding: 0 0 1rem;
  display: none;
}