.nacaerPage {
  width: 100%;
  height: 4.4rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  background-color: #f7533f;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  z-index: 1002;
}
.nacaerPage .left {
  display: flex;
  align-items: center;
}
.nacaerPage .centent {
  font-size: 1.8rem;
}
.nacaerPage .new_content {
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nacaerPage .right {
  display: flex;
  align-items: flex-end;
}
.nacaerPage .right span {
  margin-left: 1rem;
  display: block;
}
.nacaerPage .right i {
  font-size: 2rem;
}
.nacaerPage .right i:nth-child(2) {
  margin-left: 1rem;
}
.top_Score_details {
  width: 100%;
  background: url(/style/mobile/img/wbt3.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 4.5rem;
}
.top_Score_details .content {
  height: 10.8rem;
  width: 50%;
  margin: 0 auto;
  overflow-y: hidden;
}
.top_Score_details .content .xian {
  width: 100%;
  height: 20.16rem;
  border-radius: 50%;
  background-color: #dedede;
  position: relative;
}
.top_Score_details .content .xian .content {
  width: 100%;
  height: 20.16rem;
  background-color: #f7533f;
  border-radius: 50%;
  position: absolute;
  top: -0.4rem;
  left: -0.4rem;
  z-index: 999;
}
.top_Score_details .result_list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 3rem;
  font-size: 1.6rem;
  color: #ffffff;
}
.top_Score_details .result_list li {
  width: 25%;
}
.top_Score_details .result_list li a {
  display: block;
  color: #ffffff;
  font-size: 1.6rem;
}
.top_Score_details .result_list li span {
  display: block;
  text-align: center;
}
.top_Score_details .result_list li span i {
  font-size: 1.6rem;
  color: #ffffff;
}
.top_Score_details .bottom_text {
  width: 80%;
  margin: 2rem auto 0;
  border-radius: 2.2rem 0rem 0rem 2.2rem;
  display: flex;
  align-items: center;
  height: 6rem;
}
.top_Score_details .bottom_text a {
  display: block;
  height: 4.4rem;
  line-height: 4.4rem;
  text-align: center;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_Score_details .bottom_text a i {
  font-size: 2.4rem;
  color: #e84c33;
}
.top_Score_details .bottom_text a:nth-child(1) {
  width: 60%;
  color: #e84c33;
  background-color: #ffffff;
  border-radius: 2.2rem 0 0 2.2rem;
}
.top_Score_details .bottom_text a:nth-child(2) {
  width: 40%;
  color: #ffffff;
  background-color: #ffba08;
  border-radius: 0 2.2rem 2.2rem 0;
}
.xuanzhe,
.xuanzhe1 {
  background-color: #ffffff;
  padding: 2rem 2rem 0.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xuanzhe li .icon_bgcolor,
.xuanzhe1 li .icon_bgcolor {
  height: 4.8rem;
  width: 4.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.xuanzhe li .icon_bgcolor i,
.xuanzhe1 li .icon_bgcolor i {
  font-size: 3rem;
  color: #ffffff;
}
.xuanzhe li .name,
.xuanzhe1 li .name {
  text-align: center;
  font-size: 1.6rem;
  color: #333333;
  margin-top: 1rem;
}
.xuanzhe li:nth-child(1) .icon_bgcolor {
  background: linear-gradient(to bottom, #fe7770 0%, #ff6861 100%);
}
.xuanzhe li:nth-child(2) .icon_bgcolor {
  background: linear-gradient(to bottom, #6396fa 0%, #4883f8 100%);
}
.xuanzhe li:nth-child(3) .icon_bgcolor {
  background: linear-gradient(to bottom, #0bc065 0%, #07b154 100%);
}
.xuanzhe li:nth-child(4) .icon_bgcolor {
  background: linear-gradient(to bottom, #ffb933 0%, #ff9210 100%);
}
.xuanzhe li:nth-child(5) .icon_bgcolor {
  background: linear-gradient(to bottom, #c04dfe 0%, #9b4cfe 100%);
}
.xuanzhe1 {
  margin-bottom: 2rem;
}
.xuanzhe1 li:nth-child(1) .icon_bgcolor {
  background: linear-gradient(to bottom, #ffb631 0%, #ff9512 100%);
}
.xuanzhe1 li:nth-child(2) .icon_bgcolor {
  background: linear-gradient(to bottom, #c14dfe 0%, #994cfe 100%);
}
.xuanzhe1 li:nth-child(3) .icon_bgcolor {
  background: linear-gradient(to bottom, #fe7771 0%, #ff6962 100%);
}
.xuanzhe1 li:nth-child(4) .icon_bgcolor {
  background: linear-gradient(to bottom, #6396fa 0%, #4782f7 100%);
}
.xuanzhe1 li:nth-child(5) .icon_bgcolor {
  background: linear-gradient(to bottom, #0ac065 0%, #07b255 100%);
}
.btn_che {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  height: 15.6rem;
  font-size: 1.6rem;
  color: #333333;
}
.btn_che .left {
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  border-right: 0.1rem solid #dedede;
}
.btn_che .left a {
  display: block;
  width: 100%;
}
.btn_che .left i {
  font-size: 3.6rem;
  color: #e84c33;
  margin-bottom: 1rem;
  text-align: center;
}
.btn_che .left span {
  display: block;
  width: 100%;
}
.btn_che .right {
  width: 60%;
}
.btn_che .right .items {
  padding: 2rem;
  display: block;
  height: 8.1rem;
}
.btn_che .right .items:nth-child(1) {
  border-bottom: 0.1rem solid #dedede;
}
.btn_che .right .items a {
  display: flex;
  align-items: center;
}
.btn_che .right .items i {
  font-size: 3.6rem;
  color: #e84c33;
}
.btn_che .right .items .deiles {
  margin-left: 2rem;
}
.vipImg {
  margin-top: 1rem;
}
.vipImg a {
  width: 100%;
  display: block;
}
.vipImg a img {
  width: 100%;
  max-height: 100%;
}
.current_province {
  background-color: #ffffff;
  padding: 1rem 0rem 1rem 2rem;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
}
.current_province:nth-child(2) {
  padding: 4.5rem 0rem 1rem 2rem;
}
.current_province .text {
  color: #9999;
  margin-bottom: 1rem;
}
.current_province .content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.current_province .content span {
  width: 7.7rem;
  height: 3.7rem;
  display: block;
  line-height: 3.7rem;
  text-align: center;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background-color: #f4f4f4;
}
.current_province .content .names {
  display: flex;
  align-items: center;
}
.current_province .content .names i {
  color: #e84c33;
  font-size: 2rem;
  margin-right: 1rem;
}
.select_list {
  background-color: #ffffff;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5rem;
}
.select_list .border_input {
  width: 85%;
  height: 3.7rem;
  border-radius: 2.6rem;
  border: 0.1rem solid #dedede;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
.select_list .border_input i {
  font-size: 2rem;
  color: #999999;
}
.select_list .border_input input {
  width: 70%;
  display: block;
  border: 0;
  margin-left: 0.5rem;
}
.select_list .border_input input:-webkit-input-placeholder {
  color: #999999;
}
.select_list .btn_sou {
  font-size: 1.6rem;
  color: #e84c33;
}
.tab_itemList {
  padding-top: 1rem;
}
.tab_itemList .tab_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #ffffff;
  font-size: 1.8rem;
}
.tab_itemList .tab_title .name {
  padding-bottom: 1rem;
}
.tab_itemList .tab_title .active {
  border-bottom: 0.2rem solid #e84c33;
}
.tab_itemList .disp_pent {
  padding: 2rem;
  margin-top: 0.8rem;
  background-color: #ffffff;
}
.tab_itemList .disp_pent .list {
  display: none;
}
.tab_itemList .disp_pent .list .contents {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.tab_itemList .disp_pent .list .contents .left {
  display: flex;
  align-items: center;
}
.tab_itemList .disp_pent .list .contents .left .imgs {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  margin-right: 1rem;
}
.tab_itemList .disp_pent .list .contents .left .imgs img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.tab_itemList .disp_pent .list .contents .left .name:nth-child(1) {
  font-size: 1.8rem;
}
.tab_itemList .disp_pent .list .contents .left .name:nth-child(2) {
  font-size: 1.6rem;
  color: #999999;
}
.tab_itemList .disp_pent .list .contents .rigth {
  font-size: 1.6rem;
  color: #999999;
}
.tab_itemList .disp_pent .list .contents .rigth i {
  font-size: 2rem;
  margin-right: 0.5rem;
}
.tab_itemList .disp_pent .list .deteils {
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #dedede;
  margin-bottom: 2rem;
}
.tab_itemList .disp_pent .list .deteils .titles {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
.tab_itemList .disp_pent .list .deteils .titles a {
  font-size: 1.8rem;
  color: #333;
}
.tab_itemList .disp_pent .list .deteils .titles span {
  padding: 0.1rem 1rem;
  color: #ffffff;
  background-color: #e84c33;
  margin-left: 0.5rem;
  border-radius: 0.3rem;
}
.tab_itemList .disp_pent .list .deteils .text {
  margin-top: 1rem;
  font-size: 1.6rem;
  color: #666;
  line-height: 2.1rem;
  height: 6.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.tab_itemList .disp_pent .list_show {
  display: block;
}
.zy_titles {
  padding: 1rem;
  display: flex;
  align-items: center;
  padding-top: 4.5rem;
}
.zy_titles span {
  margin-right: 0.5rem;
}
.zy_list {
  background-color: #ffffff;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.zy_list:nth-child(2) {
  padding-top: 4.5rem;
}
.zy_list .left .name:nth-child(1) {
  font-size: 1.8rem;
  color: #333333;
}
.zy_list .left .text {
  font-size: 1.6rem;
  color: #999999;
}
.zy_list .rigth {
  display: flex;
  align-items: center;
}
.zy_list .rigth .name {
  width: 5rem;
  margin-right: 1rem;
}
.zy_list .rigth .name span {
  width: 100%;
  text-align: center;
  display: block;
}
.zy_list .rigth .name span:nth-child(1) {
  font-size: 1.8rem;
  color: #e84c33;
}
.zy_list .rigth .name span:nth-child(2) {
  font-size: 1.6rem;
  color: #666666;
}
.zy_list .rigth i {
  font-size: 1.6rem;
  color: #999999;
}
.bottom_textl {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.6rem;
  color: #999999;
}
.zy_deteils {
  padding-top: 4.5rem;
}
.zy_deteils .titles {
  padding: 1rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #333;
}
.zy_deteils .titles span {
  margin-right: 1rem;
}
.zy_deteils .list {
  display: flex;
  background-color: #ffffff;
  padding: 1rem;
  padding-bottom: 0;
  position: relative;
}
.zy_deteils .list .numbers {
  font-size: 1.6rem;
  color: #666666;
}
.zy_deteils .list .colors {
  color: #e84c33;
}
.zy_deteils .list .contents {
  margin-left: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #dedede;
}
.zy_deteils .list .contents .name {
  font-size: 1.8rem;
}
.zy_deteils .list .contents .texts {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #999999;
  margin-top: 0.5rem;
}
.zy_deteils .list .contents .texts span {
  margin-right: 1.5rem;
}
.zy_deteils .list .volun_text {
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 1rem;
  border-radius: 2rem 0 0 2rem;
  background-color: #e84c33;
}
.warpBgcolor,
.classBgcolor,
.fen_bgColor {
  background-color: rgba(51, 51, 51, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.warpBgcolor .uni_deils,
.classBgcolor .uni_deils,
.fen_bgColor .uni_deils {
  height: 35rem;
  overflow-y: scroll;
}
.warpBgcolor .uni_deils::-webkit-scrollbar,
.classBgcolor .uni_deils::-webkit-scrollbar,
.fen_bgColor .uni_deils::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.warpBgcolor .uni_deils,
.classBgcolor .uni_deils,
.fen_bgColor .uni_deils,
.warpBgcolor .tab_item,
.classBgcolor .tab_item,
.fen_bgColor .tab_item {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
  padding: 1rem;
  border-radius: 2rem 2rem 0 0;
  background-color: #ffffff;
}
.warpBgcolor .uni_deils .title,
.classBgcolor .uni_deils .title,
.fen_bgColor .uni_deils .title,
.warpBgcolor .tab_item .title,
.classBgcolor .tab_item .title,
.fen_bgColor .tab_item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0;
  bottom: 32rem;
  width: 100%;
  padding: 1rem 2rem;
  background-color: #ffffff;
  z-index: 1000;
  border-radius: 2rem 2rem 0 0;
}
.warpBgcolor .uni_deils .title .name,
.classBgcolor .uni_deils .title .name,
.fen_bgColor .uni_deils .title .name,
.warpBgcolor .tab_item .title .name,
.classBgcolor .tab_item .title .name,
.fen_bgColor .tab_item .title .name {
  font-size: 1.8rem;
  color: #333333;
}
.warpBgcolor .uni_deils .title i,
.classBgcolor .uni_deils .title i,
.fen_bgColor .uni_deils .title i,
.warpBgcolor .tab_item .title i,
.classBgcolor .tab_item .title i,
.fen_bgColor .tab_item .title i {
  font-size: 1.8rem;
  color: #666;
}
.warpBgcolor .uni_deils .stu_namel,
.classBgcolor .uni_deils .stu_namel,
.fen_bgColor .uni_deils .stu_namel,
.warpBgcolor .tab_item .stu_namel,
.classBgcolor .tab_item .stu_namel,
.fen_bgColor .tab_item .stu_namel {
  font-size: 1.6rem;
  color: #999;
  text-align: left;
  margin-top: 1rem;
  padding-top: 2rem;
}
.warpBgcolor .uni_deils .ul,
.classBgcolor .uni_deils .ul,
.fen_bgColor .uni_deils .ul,
.warpBgcolor .tab_item .ul,
.classBgcolor .tab_item .ul,
.fen_bgColor .tab_item .ul {
  font-size: 1.4rem;
}
.warpBgcolor .uni_deils .ul li,
.classBgcolor .uni_deils .ul li,
.fen_bgColor .uni_deils .ul li,
.warpBgcolor .tab_item .ul li,
.classBgcolor .tab_item .ul li,
.fen_bgColor .tab_item .ul li {
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  line-height: 4rem;
}
.warpBgcolor .uni_deils .ul li .name,
.classBgcolor .uni_deils .ul li .name,
.fen_bgColor .uni_deils .ul li .name,
.warpBgcolor .tab_item .ul li .name,
.classBgcolor .tab_item .ul li .name,
.fen_bgColor .tab_item .ul li .name {
  width: 16.66666667%;
  text-align: center;
}
.warpBgcolor .uni_deils .ul .top_title,
.classBgcolor .uni_deils .ul .top_title,
.fen_bgColor .uni_deils .ul .top_title,
.warpBgcolor .tab_item .ul .top_title,
.classBgcolor .tab_item .ul .top_title,
.fen_bgColor .tab_item .ul .top_title {
  font-weight: bold;
  background-color: #f4f4f4;
}
.warpBgcolor .uni_deils .ul .titles,
.classBgcolor .uni_deils .ul .titles,
.fen_bgColor .uni_deils .ul .titles,
.warpBgcolor .tab_item .ul .titles,
.classBgcolor .tab_item .ul .titles,
.fen_bgColor .tab_item .ul .titles {
  color: #666;
  font-size: 1.6rem;
}
.warpBgcolor .uni_deils .new_ul,
.classBgcolor .uni_deils .new_ul,
.fen_bgColor .uni_deils .new_ul,
.warpBgcolor .tab_item .new_ul,
.classBgcolor .tab_item .new_ul,
.fen_bgColor .tab_item .new_ul {
  font-size: 1.6rem;
  margin-top: 2rem;
}
.warpBgcolor .uni_deils .new_ul li .name,
.classBgcolor .uni_deils .new_ul li .name,
.fen_bgColor .uni_deils .new_ul li .name,
.warpBgcolor .tab_item .new_ul li .name,
.classBgcolor .tab_item .new_ul li .name,
.fen_bgColor .tab_item .new_ul li .name {
  width: 33.33333333%;
}
.warpBgcolor .bottom_text,
.classBgcolor .bottom_text,
.fen_bgColor .bottom_text {
  height: 5rem;
  width: 100%;
  margin-top: 1rem;
  border-radius: 2rem;
  text-align: center;
  line-height: 5rem;
  background-color: #e84c33;
}
.warpBgcolor .bottom_text a,
.classBgcolor .bottom_text a,
.fen_bgColor .bottom_text a {
  font-size: 1.6rem;
  color: #ffffff;
  display: block;
}
.fen_bgColor .tab_item .top_list {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.fen_bgColor .tab_item .top_list .name span {
  font-size: 1.6rem;
  color: #333333;
  text-align: center;
  display: block;
}
.fen_bgColor .tab_item .top_list .name .icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fen_bgColor .tab_item .top_list .name .icon i {
  font-size: 2.5rem;
  color: #ffffff;
}
.fen_bgColor .tab_item .top_list .name:nth-child(1) .icon {
  background: linear-gradient(to bottom, #0abd61 0%, #07b355 100%);
}
.fen_bgColor .tab_item .top_list .name:nth-child(2) .icon {
  background: linear-gradient(to bottom, #6295fa 0%, #4983f8 100%);
}
.fen_bgColor .tab_item .top_list .name:nth-child(3) .icon {
  background: linear-gradient(to bottom, #fe756e 0%, #ff6861 100%);
}
.fen_bgColor .tab_item .top_list .name:nth-child(4) .icon {
  background: linear-gradient(to bottom, #ffb631 0%, #ff9513 100%);
}
.fen_bgColor .tab_item .btn_tips {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.6rem;
  color: #999;
}
.college_title {
  padding: 6.5rem 0 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #ffffff;
}
.college_title .name a {
  display: block;
}
.college_title .name span {
  display: block;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.6rem;
}
.college_title .name .icons {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.college_title .name .icons i {
  font-size: 3rem;
  color: #ffffff;
}
.college_title .name:nth-child(1) .icons {
  background: linear-gradient(to bottom, #fe756f 0%, #ff6962 100%);
}
.college_title .name:nth-child(2) .icons {
  background: linear-gradient(to bottom, #5f93fa 0%, #4b85f8 100%);
}
.college_title .name:nth-child(3) .icons {
  background: linear-gradient(to bottom, #0abd62 0%, #07b053 100%);
}
.stu_deiles_item {
  margin-top: 1rem;
  background-color: #ffffff;
  padding: 1rem;
}
.stu_deiles_item .title {
  border-left: 0.4rem solid #e84c33;
  padding-left: 1rem;
  font-size: 1.8rem;
}
.stu_deiles_item .ul {
  margin-top: 2rem;
}
.stu_deiles_item .ul li {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 0.1rem solid #dedede;
}
.stu_deiles_item .ul li .left {
  display: flex;
  align-items: center;
}
.stu_deiles_item .ul li .left .imgs {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.stu_deiles_item .ul li .left .imgs img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.stu_deiles_item .ul li .left .lists {
  margin-left: 1rem;
}
.stu_deiles_item .ul li .left .lists .name {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
.stu_deiles_item .ul li .left .lists .name span {
  padding: 0.1rem 0.5rem;
  border: 0.1rem solid #dedede;
  margin-left: 0.5rem;
  font-size: 1.4rem;
  color: #999;
  border-radius: 2rem;
}
.stu_deiles_item .ul li .right {
  color: #999;
  font-size: 1.6rem;
}
.stu_deiles_item .ul li .right i {
  font-size: 1.6rem;
  color: #999;
}
.tan_bgColor {
  display: none;
  background-color: rgba(51, 51, 51, 0.5);
}
.tan_bgColor .tan_title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  left: 0;
  bottom: 36.6rem;
  width: 100%;
  padding: 1rem 2rem;
  background-color: #ffffff;
  z-index: 1000;
  border-radius: 2rem 2rem 0 0;
}
.tan_bgColor .tan_title .name {
  font-size: 1.8rem;
  color: #333333;
}
.tan_bgColor .tan_title i {
  font-size: 1.8rem;
  color: #666;
}
.tan_bgColor,
.set_bgColor {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.tan_bgColor .tan_item,
.set_bgColor .tan_item {
  height: 40rem;
  overflow-y: scroll;
  bottom: 0;
  border-radius: 2rem 2rem 0 0;
}
.tan_bgColor .set_item,
.set_bgColor .set_item {
  top: 4.5rem;
}
.tan_bgColor .tan_item,
.set_bgColor .tan_item,
.tan_bgColor .set_item,
.set_bgColor .set_item {
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: 999;
  left: 0;
  bottom: 0;
  padding: 4.4rem 2rem 2rem 2rem;
}
.tan_bgColor .tan_item .list,
.set_bgColor .tan_item .list,
.tan_bgColor .set_item .list,
.set_bgColor .set_item .list {
  margin-bottom: 2rem;
}
.tan_bgColor .tan_item .list .title,
.set_bgColor .tan_item .list .title,
.tan_bgColor .set_item .list .title,
.set_bgColor .set_item .list .title {
  font-size: 1.8rem;
  color: #999;
  margin-bottom: 1rem;
}
.tan_bgColor .tan_item .list .name,
.set_bgColor .tan_item .list .name,
.tan_bgColor .set_item .list .name,
.set_bgColor .set_item .list .name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.6rem;
  color: #333;
}
.tan_bgColor .tan_item .list .name span,
.set_bgColor .tan_item .list .name span,
.tan_bgColor .set_item .list .name span,
.set_bgColor .set_item .list .name span {
  width: 7rem;
  height: 3.8rem;
  text-align: center;
  line-height: 3.8rem;
  background-color: #f4f4f4;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.tan_bgColor .tan_item .list .name .active,
.set_bgColor .tan_item .list .name .active,
.tan_bgColor .set_item .list .name .active,
.set_bgColor .set_item .list .name .active {
  background-color: #e84c33;
  color: #ffffff;
}
.tan_bgColor .tan_item .bottom_text,
.set_bgColor .tan_item .bottom_text,
.tan_bgColor .set_item .bottom_text,
.set_bgColor .set_item .bottom_text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.tan_bgColor .tan_item .bottom_text .c,
.set_bgColor .tan_item .bottom_text .c,
.tan_bgColor .set_item .bottom_text .c,
.set_bgColor .set_item .bottom_text .c {
  border-radius: 2rem;
  padding: 0.5rem 3rem;
  border: 0.1rem solid #e84c33;
  color: #e84c33;
  background-color: #ffffff;
  text-align: center;
}
.tan_bgColor .tan_item .bottom_text .q,
.set_bgColor .tan_item .bottom_text .q,
.tan_bgColor .set_item .bottom_text .q,
.set_bgColor .set_item .bottom_text .q {
  border-radius: 2rem;
  padding: 0.5rem 3rem;
  background-color: #e84c33;
  color: #ffffff;
  margin-left: 1rem;
}
.tan_bgColor .tan_item .bottom_text .q a,
.set_bgColor .tan_item .bottom_text .q a,
.tan_bgColor .set_item .bottom_text .q a,
.set_bgColor .set_item .bottom_text .q a {
  color: #ffffff;
  display: block;
}
.tan_bgColor .tan_item::-webkit-scrollbar,
.set_bgColor .tan_item::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.stu_deteils {
  padding-top: 4.5rem;
}
.stu_deteils .top_titles {
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  position: relative;
  background-color: #ffffff;
}
.stu_deteils .top_titles .imgs {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.stu_deteils .top_titles .imgs img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.stu_deteils .top_titles .rigths {
  margin-left: 1rem;
}
.stu_deteils .top_titles .rigths .title {
  font-size: 1.8rem;
}
.stu_deteils .top_titles .rigths .stu_type {
  display: flex;
  align-items: center;
}
.stu_deteils .top_titles .rigths .stu_type span {
  padding: 0.1rem 0.5rem;
  border: 0.1rem solid #dedede;
  margin-right: 0.5rem;
}
.stu_deteils .top_titles .rigths .text,
.stu_deteils .top_titles .rigths .map_text {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  color: #999;
}
.stu_deteils .top_titles .posient {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.6rem;
  color: #999;
}
.tab_list-i {
  width: 100%;
  margin-top: 1rem;
}
.tab_list-i .swiper1 {
  background-color: #ffffff;
  padding: 0 1rem;
}
.tab_list-i .swiper1 .baseline_li {
  width: auto;
  font-size: 1.8rem;
  color: #666;
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.tab_list-i .swiper1 .baseline_li .selected {
  display: block;
  color: #333333;
  font-weight: bold;
  border-bottom: 0.08rem solid #ED232F;
}
.tab_list-i .swiper1 .hudd {
  width: auto;
  padding: 1rem 0;
  margin-right: 2rem;
}
.tab_list-i .swiper2 {
  margin-top: 1rem;
}
.tab_list-i .swiper2 .deteils_text {
  padding: 0 1rem;
  background-color: #ffffff;
  margin-bottom: 1rem;
}
.tab_list-i .swiper2 .deteils_text .name_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0.1rem solid #dedede;
  font-size: 1.6rem;
  color: #666;
}
.tab_list-i .swiper2 .deteils_text .name_text span {
  display: flex;
  align-items: center;
}
.tab_list-i .swiper2 .deteils_text .name_text span:nth-child(2) {
  width: 40%;
}
.tab_list-i .swiper2 .deteils_text .name_text span i {
  color: #e84c33;
  margin-right: 1rem;
  font-size: 1.6rem;
}
.tab_list-i .swiper2 .deteils_text .title {
  font-size: 1.8rem;
  color: #333;
  font-weight: bold;
  padding: 1rem 0;
}
.tab_list-i .swiper2 .deteils_text .contents {
  font-size: 1.6rem;
  color: #666;
}
.tab_list-i .swiper2 .deteils_text .contentsOverhide {
  height: 20rem;
  overflow-y: scroll;
}
.tab_list-i .swiper2 .deteils_text .contentsOverhide::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.tab_list-i .swiper2 .deteils_text .botom_tips {
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  font-size: 1.6rem;
  color: #e84c33;
  display: none;
}
.tab_list-i .swiper2 .deteils_text .botom_tips i {
  font-size: 1.6rem;
  color: #e84c33;
}
.tab_list-i .swiper2 .majio_deteils {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #ffffff;
}
.tab_list-i .swiper2 .majio_deteils .title {
  font-size: 1.8rem;
  color: #333333;
}
.tab_list-i .swiper2 .majio_deteils .ul li .item_list,
.tab_list-i .swiper2 .majio_deteils .ul li .list a {
  padding: 1rem 0;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1rem solid #dedede;
}
.tab_list-i .swiper2 .majio_deteils .ul li .item_list .name,
.tab_list-i .swiper2 .majio_deteils .ul li .list a .name {
  display: flex;
  align-items: center;
}
.tab_list-i .swiper2 .majio_deteils .ul li .item_list .name span,
.tab_list-i .swiper2 .majio_deteils .ul li .list a .name span {
  display: block;
  transition: all 0.5s;
}
.tab_list-i .swiper2 .majio_deteils .ul li .item_list .name span i,
.tab_list-i .swiper2 .majio_deteils .ul li .list a .name span i {
  margin-left: 0.5rem;
}
.tab_list-i .swiper2 .majio_deteils .ul li .item_list .tranform_icon,
.tab_list-i .swiper2 .majio_deteils .ul li .list a .tranform_icon {
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
}
.tab_list-i .swiper2 .majio_deteils .ul li .list {
  display: none;
}
.tab_list-i .swiper2 .majio_deteils .ul li .list a {
  padding: 1rem;
}
.tab_list-i .swiper-slide .titles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
.tab_list-i .swiper-slide .titles .name {
  color: #666666;
  display: flex;
  align-items: center;
}
.tab_list-i .swiper-slide .titles .name span {
  color: #333333;
  background-color: #ffffff;
  font-size: 1.6rem;
  padding: 0.1rem 1rem;
  border-radius: 2rem;
}
.tab_list-i .swiper-slide .titles .name i {
  color: #e84c33;
  font-size: 1.6rem;
  margin-right: 0.5rem;
}
.tab_list-i .swiper-slide .titles .name select {
  padding: 0.1rem 1rem;
  border: 0.1rem solid #dedede;
  border-radius: 2rem;
  background-color: #ffffff;
  margin: 0 1rem;
}
.tab_list-i .swiper-slide .titles .name select option {
  border-radius: 2rem;
}
.tab_list-i .swiper-slide .stulu {
  width: 100%;
  background-color: #ffffff;
}
.tab_list-i .swiper-slide .stulu li {
  display: flex;
  align-items: center;
  padding: 1rem;
  font-size: 1.4rem;
  color: #666666;
  border-bottom: 0.1rem solid #dedede;
}
.tab_list-i .swiper-slide .stulu li:nth-last-child(1) {
  border-bottom: none;
}
.tab_list-i .swiper-slide .stulu li .name {
  text-align: center;
  width: 24%;
  padding: 0 0.5rem;
}
.tab_list-i .swiper-slide .stulu li .name span {
  display: block;
}
.tab_list-i .swiper-slide .stulu li .boder_ban {
  width: 49%;
  padding: 0 0.5rem;
}
.tab_list-i .swiper-slide .stulu .bgColors {
  background-color: #fbe2de;
}
.stubg_colors {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1010;
  left: 0;
  top: 0;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
}
.stubg_colors .tan_tips {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -10%);
  z-index: 1004;
  border-radius: 2rem;
}
.stubg_colors .tan_tips .titles {
  display: flex;
  padding: 1rem;
  background-color: #e84c33;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  color: #ffffff;
}
.stubg_colors .tan_tips .titles i {
  font-size: 2rem;
  color: #ffffff;
}
.stubg_colors .tan_tips .stus_contents {
  background-color: #ffffff;
  padding: 2rem 1rem;
  font-size: 1.4rem;
  color: #666666;
}
.zs_ul {
  background-color: #ffffff;
}
.zs_ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0.1rem solid #dedede;
  font-size: 1.6rem;
  color: #666666;
}
.zs_ul li a .name {
  width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 1.6rem;
  line-height: 1.6rem;
}
.zsjz_list {
  padding: 5rem 1rem 1rem 1rem;
  background-color: #ffffff;
}
.zsjz_list .title {
  font-size: 1.8rem;
  font-weight: bold;
}
.zsjz_list .times {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.zsjz_list .times span {
  font-size: 1.4rem;
  color: #999999;
}
.zsjz_list .times span:nth-child(2) {
  margin-left: 3rem;
}
.zsjz_list .contents {
  padding: 1rem 0;
  font-size: 1.6rem;
  color: #666666;
  border-bottom: 0.1rem solid #dedede;
  text-indent: 2em;
}
.zsjz_list .Last {
  margin-top: 1rem;
}
.zsjz_list .Last .name {
  width: 100%;
  height: 2.2rem;
  font-size: 1.6rem;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.zsjz_list .Last .name a {
  color: #333333;
  margin-left: 1rem;
}
.priority_page {
  width: 100%;
  margin: 2rem auto 0;
  border: 1px solid #dedede;
  padding: 1rem;
}
.priority_page .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.priority_page .title .left {
  display: flex;
  align-items: center;
}
.priority_page .title .left .name {
  font-size: 1.8rem;
  color: #333333;
}
.priority_page .title .left .text {
  font-size: 1.6rem;
  color: #999999;
  margin-left: 1rem;
}
.priority_page .title .left .btn_text a {
  padding: 0.1rem 1rem;
  margin-left: 2rem;
  border: 0.1rem solid #dedede;
  font-size: 1.6rem;
  color: #666666;
  display: block;
}
.priority_page .title .left .btn_text a i {
  font-size: 1.6rem;
  color: #666666;
  margin-right: 0.5rem;
}
.priority_page .title .right a {
  font-size: 1.6rem;
  color: #333333;
  display: block;
  line-height: 3.4rem;
}
.priority_page .contents {
  margin-top: 1rem;
}
.priority_page .contents .btn_title {
  display: flex;
  align-items: center;
}
.priority_page .contents .btn_title .name {
  width: 33%;
  height: 1.8rem;
  line-height: 1.8rem;
  border-bottom: 0.1 solid #e84c33;
  background-color: #f4f4f4;
}
.priority_page .contents .btn_title .name:nth-last-child(1) a {
  border-right: none;
}
.priority_page .contents .btn_title .name a {
  display: block;
  width: 99%;
  font-size: 1.8rem;
  color: #666666;
  border-right: 0.4rem solid #ffffff;
}
.priority_page .contents .btn_title .name a i {
  font-size: 1.8rem;
  color: #666666;
  margin-left: 10%;
  margin-right: 30%;
}
.priority_page .contents .btn_title .name .tab_active {
  background-color: #ffffff;
}
.priority_page .contents .btn_title .active {
  border: 0.1rem solid #e84c33;
  border-bottom: none;
  background-color: #ffffff;
}
.priority_page .contents .model_list {
  display: none;
}
.priority_page .contents .model_list .selectOpen {
  height: 3rem;
}
.priority_page .contents .model_list .proBability {
  margin-top: 2rem;
}
.priority_page .contents .model_list .proBability .itemTitle {
  width: 100%;
  background-color: #ff9e99;
  color: #ffffff;
  display: flex;
}
.priority_page .contents .model_list .proBability .itemTitle li {
  border-right: 0.1rem solid #fff;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
.priority_page .contents .model_list .proBability .itemTitle li:nth-child(1) {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.priority_page .contents .model_list .proBability .itemTitle li:nth-child(1) .text_icon {
  width: 2rem;
  font-size: 1.4rem;
  margin-left: 1rem;
}
.priority_page .contents .model_list .proBability .itemTitle li:nth-child(2) {
  width: 20%;
  line-height: 3.4rem;
}
.priority_page .contents .model_list .proBability .itemTitle li:nth-child(3) {
  width: 10%;
  line-height: 3.4rem;
}
.priority_page .contents .model_list .proBability .itemTitle li:nth-child(4) {
  width: 10%;
  line-height: 3.4rem;
}
.priority_page .contents .model_list .proBability .itemTitle li:nth-child(5) {
  width: 15%;
}
.priority_page .contents .model_list .proBability .itemTitle li:nth-child(5) .name {
  width: 100%;
  line-height: 1.7rem;
}
.priority_page .contents .model_list .proBability .itemTitle li:nth-child(6) {
  width: 25%;
}
.priority_page .contents .model_list .proBability .itemTitle li:nth-child(6) .textLable {
  width: 100%;
  text-align: center;
  line-height: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.priority_page .contents .model_list .proBability .itemTitle li:nth-child(6) .textLable span {
  width: 33.33333333%;
  line-height: 1.7rem;
  text-align: center;
  border-right: 1px solid #fff;
}
.priority_page .contents .model_list .proBability .itemTitle li:nth-child(6) .textLable span:nth-last-child(1) {
  border-right: none;
}
.priority_page .contents .model_list .proBability .itemTitle li:nth-child(7) {
  width: 10%;
  line-height: 3.4rem;
  border-right: none;
}
.priority_page .contents .model_list .proBability .newBgcolor {
  background-color: #ffeceb;
}
.priority_page .contents .model_list .proBability .newBgcolor li {
  font-size: 1.8rem;
  color: #666666;
}
.priority_page .contents .model_list .proBability .item_list .list {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 0.1px solid #dedede;
}
.priority_page .contents .model_list .proBability .item_list .list:hover {
  background-color: #f4f4f4;
}
.priority_page .contents .model_list .proBability .item_list .list li {
  font-size: 1.6rem;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(1) {
  width: 10%;
  text-align: center;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(1) .text {
  width: 100%;
  font-size: 1.8rem;
  color: #333333;
  text-align: center;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(1) .risk {
  width: 47px;
  height: 1rem;
  margin: 0 auto;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(1) .risk img {
  width: 100%;
  height: 100%;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(1) .tig {
  position: relative;
  z-index: 1;
  width: 100%;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(1) .tig i {
  font-size: 1.6rem;
  color: #e84c33;
  text-align: center;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(1) .tig .itemks_tig {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 390px;
  height: 8rem;
  left: 0;
  bottom: -11.3rem;
  z-index: 1209;
  padding: 1rem;
  border: 0.1rem solid #df8d46;
  border-color: #ff7800 #c0361f #c0361f #ff7800;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(1) .tig .itemks_tig .icon_name {
  background: linear-gradient(#f4f4f4, #fff);
  position: absolute;
  top: -1.3rem;
  left: 5.2rem;
  width: 1.2rem;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(1) .tig .itemks_tig .icon_name i {
  font-size: 1.6rem;
  transform: rotate(180deg);
  display: block;
  width: 100%;
  margin-left: 0.2rem;
  color: #ff7800;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(1) .tig .itemks_tig .text {
  font-size: 1.4rem;
  color: #666666;
  text-align: left;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(1) .tig .itemks_tig .text span {
  display: block;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(2) {
  width: 19%;
  text-align: left;
  padding: 0 0.5%;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(2) .school_name {
  font-size: 1.6rem;
  color: #333333;
  display: flex;
  align-items: center;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(2) .school_name span {
  padding: 0.1rem 0.3rem;
  border: 1px solid #e84c33;
  color: #e84c33;
  margin-left: 0.5rem;
  font-size: 1.4rem;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(2) .school_name a {
  display: block;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(2) .school_name a:hover {
  color: #e84c33;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(2) .text {
  font-size: 1.4rem;
  color: #666666;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(3),
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(7) {
  width: 10%;
  text-align: center;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(4) {
  width: 10%;
  display: flex;
  color: #e84c33;
  align-items: center;
  justify-content: center;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(4):hover {
  cursor: pointer;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(4) i {
  transition: all 0.5s;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(4) .rotate_icon {
  transform: rotate(180deg);
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(5) {
  width: 15%;
  color: #333333;
  font-size: 2.4rem;
  text-align: center;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(6) {
  width: 25%;
  display: flex;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(6) .content_type {
  width: 33.33333333%;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(6) .content_type:nth-child(2),
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(6) .content_type:nth-child(3) {
  padding-left: 2rem;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(6) .content_type .text {
  font-size: 1.6rem;
  line-height: 3rem;
  width: 96%;
  padding: 0 2%;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(6) .content_type .text i {
  margin-right: 0.5rem;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(7) .text {
  color: #333333;
  font-size: 1.6rem;
  margin-bottom: 0.1rem;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(7) .text span {
  color: #e84c33;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(7) select {
  height: 3rem;
  line-height: 3rem;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(7) select option {
  height: 3rem;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(7) select option:hover {
  background-color: #f4f4f4;
  color: #e84c33;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(7) .btn_active {
  width: 8.8rem;
  height: 4rem;
  text-align: center;
  line-height: 4.4rem;
  border: 1px solid #dedede;
  font-size: 1.6rem;
  color: #333333;
  margin: 0 auto;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(7) .btn_active:hover {
  cursor: pointer;
}
.priority_page .contents .model_list .proBability .item_list .list li:nth-child(7) .active_show {
  background-color: #e84c33;
  color: #ffffff;
}
.priority_page .contents .model_list .Ban_list_display {
  display: none;
}
.priority_page .contents .model_list .btn_search {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.priority_page .contents .model_list .btn_search input {
  display: block;
  width: 83%;
  font-size: 1.6rem;
  color: #333333;
  height: 4.4rem;
  line-height: 4.4rem;
  border: 0.1rem solid #dedede;
  border-right: none;
  padding: 0 1%;
}
.priority_page .contents .model_list .btn_search ::-webkit-input-placeholder {
  color: #666666;
}
.priority_page .contents .model_list .btn_search .btn_see {
  width: 15%;
  height: 4.4rem;
  line-height: 4.4rem;
  text-align: center;
  background-color: #e84c33;
}
.priority_page .contents .model_list .btn_search .btn_see a {
  display: block;
  color: #ffffff;
}
.priority_page .contents .model_list .xuan_majio {
  display: none;
}
.priority_page .contents .model_list .xuan_majio .list {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 0.1rem 0;
  border-bottom: 0.1rem dashed #dedede;
}
.priority_page .contents .model_list .xuan_majio .list .name {
  color: #333333;
  font-size: 1.6rem;
  line-height: 3.3rem;
}
.priority_page .contents .model_list .xuan_majio .list .btn_acty a {
  display: block;
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #e84c33;
}
.priority_page .contents .model_show {
  display: block;
}
.priority_page .top_titleLiang {
  margin-top: 2rem;
}
.priority_page .top_titleLiang .name {
  font-size: 1.8rem;
  color: #333333;
  text-align: center;
}
.priority_page .top_titleLiang .text {
  font-size: 1.6rem;
  color: #999999;
  text-align: center;
  margin-top: 1rem;
}
.zt_pages {
  width: 100%;
  padding-top: 4.5rem;
}
.zt_pages .titles {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.zt_pages .titles .name {
  padding: 1rem 0;
  font-size: 2rem;
  color: #666666;
}
.zt_pages .titles .active {
  color: #333333;
  font-weight: bold;
  border-bottom: 0.1rem solid #e84c33;
}
.zt_pages .zt_deteils .list {
  display: none;
}
.zt_pages .zt_deteils .list .top_titles {
  padding: 2rem 0;
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  font-size: 1.6rem;
}
.zt_pages .zt_deteils .list .top_titles .name span {
  color: #e84c33;
}
.zt_pages .zt_deteils .list .top_titles .name i {
  font-size: 1.6rem;
  margin-left: 0.5rem;
}
.zt_pages .zt_deteils .list .ul {
  padding: 1rem;
}
.zt_pages .zt_deteils .list .ul li {
  border-radius: 0.5rem;
  background-color: #ffffff;
  margin-bottom: 1rem;
}
.zt_pages .zt_deteils .list .ul li .content,
.zt_pages .zt_deteils .list .ul li .majio_list {
  display: flex;
  align-items: center;
  padding: 2rem 1rem;
  border-bottom: 0.1rem solid #dedede;
  position: relative;
  z-index: 10;
}
.zt_pages .zt_deteils .list .ul li .content .left,
.zt_pages .zt_deteils .list .ul li .majio_list .left {
  width: 22%;
  font-size: 1.6rem;
}
.zt_pages .zt_deteils .list .ul li .content .left span,
.zt_pages .zt_deteils .list .ul li .majio_list .left span {
  display: block;
  text-align: center;
}
.zt_pages .zt_deteils .list .ul li .content .left .icons_tab,
.zt_pages .zt_deteils .list .ul li .majio_list .left .icons_tab {
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 999;
  transform: translate(-10%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.zt_pages .zt_deteils .list .ul li .content .left .icons_tab i,
.zt_pages .zt_deteils .list .ul li .majio_list .left .icons_tab i {
  font-size: 4rem;
}
.zt_pages .zt_deteils .list .ul li .content .left .icons_tab .text,
.zt_pages .zt_deteils .list .ul li .majio_list .left .icons_tab .text {
  position: absolute;
  z-index: 1003;
  color: #ffffff;
  font-size: 1.6rem;
  width: 3rem;
  height: 3rem;
}
.zt_pages .zt_deteils .list .ul li .content .left .e84c33,
.zt_pages .zt_deteils .list .ul li .majio_list .left .e84c33 {
  color: #e84c33;
}
.zt_pages .zt_deteils .list .ul li .content .left .ff7800,
.zt_pages .zt_deteils .list .ul li .majio_list .left .ff7800 {
  color: #ff7800;
}
.zt_pages .zt_deteils .list .ul li .content .left .e17b78f,
.zt_pages .zt_deteils .list .ul li .majio_list .left .e17b78f {
  color: #17b78f;
}
.zt_pages .zt_deteils .list .ul li .content .left .text_color,
.zt_pages .zt_deteils .list .ul li .majio_list .left .text_color {
  font-size: 1.2rem;
}
.zt_pages .zt_deteils .list .ul li .content .left .new_color,
.zt_pages .zt_deteils .list .ul li .majio_list .left .new_color {
  font-size: 1.4rem;
  color: #999999;
}
.zt_pages .zt_deteils .list .ul li .content .right .title,
.zt_pages .zt_deteils .list .ul li .majio_list .right .title {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.zt_pages .zt_deteils .list .ul li .content .right .title span,
.zt_pages .zt_deteils .list .ul li .majio_list .right .title span {
  font-size: 1.4rem;
  color: #999999;
  border: 0.1rem solid #dedede e;
  border-radius: 2rem;
  padding: 0.1rem 0.5rem;
}
.zt_pages .zt_deteils .list .ul li .content .right .title span:nth-child(1),
.zt_pages .zt_deteils .list .ul li .majio_list .right .title span:nth-child(1) {
  margin-right: 0.2rem;
}
.zt_pages .zt_deteils .list .ul li .content .right .text,
.zt_pages .zt_deteils .list .ul li .majio_list .right .text {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.zt_pages .zt_deteils .list .ul li .content .right .text span,
.zt_pages .zt_deteils .list .ul li .majio_list .right .text span {
  font-size: 1.3rem;
  color: #999999;
  margin-right: 1rem;
}
.zt_pages .zt_deteils .list .ul li .content .zy_down,
.zt_pages .zt_deteils .list .ul li .majio_list .zy_down {
  position: absolute;
  right: 1rem;
  top: 50%;
  padding: 0.2rem 1rem;
  border-radius: 1.7rem;
  font-size: 1.4rem;
  border: 0.1rem solid #dedede;
}
.zt_pages .zt_deteils .list .ul li .content .btn_down,
.zt_pages .zt_deteils .list .ul li .majio_list .btn_down {
  border: 0.1rem solid #e84c33;
  color: #e84c33;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.zt_pages .zt_deteils .list .ul li .content .btn_down i,
.zt_pages .zt_deteils .list .ul li .majio_list .btn_down i {
  transform: rotate(180deg);
}
.zt_pages .zt_deteils .list .ul li .content .btn_down .new-icons,
.zt_pages .zt_deteils .list .ul li .majio_list .btn_down .new-icons {
  transform: rotate(0deg);
}
.zt_pages .zt_deteils .list .ul li .majio_deteils_down {
  display: none;
}
.zt_pages .zt_deteils .list .btn_ulShow {
  display: none;
}
.zt_pages .zt_deteils .list .bottom_textll {
  margin-top: 2rem;
  text-align: center;
  padding: 0 2rem;
}
.zt_pages .zt_deteils .list .bottom_textll .titles a {
  font-size: 1.8rem;
}
.zt_pages .zt_deteils .list .bottom_textll .text {
  font-size: 1.4rem;
  color: #666666;
  margin-top: 1rem;
}
.zt_pages .zt_deteils .list .bottom_textll .btn_kai {
  width: 80%;
  margin: 3rem auto 0;
  border-radius: 3rem;
  background-color: #e84c33;
  text-align: center;
  line-height: 4.8rem;
  height: 4.8rem;
  color: #ffffff;
  font-size: 1.6rem;
}
.zt_pages .zt_deteils .list .btn_search {
  border-radius: 2rem;
  height: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  margin: 1rem 1rem 0 1rem;
}
.zt_pages .zt_deteils .list .btn_search i {
  font-size: 1.8rem;
  color: #999999;
}
.zt_pages .zt_deteils .list .btn_search input {
  display: block;
  border: none;
  width: 90%;
  font-size: 1.8rem;
  margin-left: 1rem;
}
.zt_pages .zt_deteils .list .btn_search ::-webkit-input-placeholder {
  color: #999999;
}
.zt_pages .zt_deteils .list .search_result {
  margin: 1rem 1rem 0 1rem;
  background-color: #ffffff;
  border-radius: 1rem;
}
.zt_pages .zt_deteils .list .search_result li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0.1rem solid #dedede;
}
.zt_pages .zt_deteils .list .search_result li:nth-last-child(1) {
  border-bottom: none;
}
.zt_pages .zt_deteils .list .search_result li .left {
  font-size: 1.8rem;
}
.zt_pages .zt_deteils .list .search_result li .left .name {
  font-size: 1.6rem;
  color: #999999;
}
.zt_pages .zt_deteils .list .search_result li .right {
  padding: 0.2rem 2rem;
  border-radius: 2rem;
  border: 0.1rem solid #dedede;
  background-color: #ffffff;
  font-size: 1.6rem;
}
.zt_pages .zt_deteils .list_show {
  display: block;
}
.fen_tips {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 10;
}
.fen_tips .contents {
  background-color: #ffffff;
  border-radius: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 24%;
  padding: 1rem 0;
  text-align: center;
  z-index: 999;
  transform: translate(-50%, -50%);
}
.fen_tips .contents .titles {
  font-size: 2rem;
}
.fen_tips .contents .name {
  font-size: 1.4rem;
  margin-top: 2rem;
  color: #666666;
}
.fen_tips .contents .bottoms {
  display: flex;
  align-items: center;
  margin-top: 3rem;
  justify-content: space-around;
}
.fen_tips .contents .bottoms .btn_see,
.fen_tips .contents .bottoms .btn_geng {
  width: 40%;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 2rem;
  font-size: 1.6rem;
}
.fen_tips .contents .bottoms .btn_see {
  color: #e84c33;
  border: 0.2rem solid #e84c33;
}
.fen_tips .contents .bottoms .btn_geng {
  background-color: #e84c33;
}
.fen_tips .contents .bottoms .btn_geng a {
  display: block;
  color: #ffffff;
}
.fen_tips .btn_dels {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.2rem solid #dedede;
  position: absolute;
  z-index: 999;
  top: 65%;
  left: 50%;
  transform: translate(-50%, 0);
}
.fen_tips .btn_dels i {
  font-size: 2rem;
  color: #dedede;
}
.gh_page {
  padding: 4.8rem 1rem 2rem;
}
.gh_page .titles {
  font-size: 2.4rem;
}
.gh_page .texts {
  font-size: 1.4rem;
  margin-bottom: 5rem;
}
.gh_page .inputs {
  margin-bottom: 2rem;
}
.gh_page .inputs .name {
  font-size: 1.8rem;
}
.gh_page .inputs .btn_input {
  font-size: 1.6rem;
  color: #666666;
  height: 5.8rem;
  background-color: #ffffff;
  display: flex;
  align-content: center;
  padding: 0 1rem;
  margin-top: 1rem;
}
.gh_page .inputs .btn_input input[type=text] {
  width: 80%;
  height: 4rem;
  display: block;
  border: 0;
  margin-left: 1rem;
  text-align: left;
  margin-top: 0.9rem;
}
.gh_page .inputs .btn_input ::-webkit-input-placeholder {
  color: #999999;
}
.gh_page .inputs .btn_input i {
  font-size: 1.6rem;
  color: #666666;
  line-height: 5.8rem;
}
.gh_page .inputs .btn_input .text {
  font-size: 1.6rem;
  color: #666666;
  line-height: 5.8rem;
}
.gh_page .inputs .bottoms_tab {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gh_page .inputs .bottoms_tab .btn_li {
  height: 5.4rem;
  width: 45%;
  border-radius: 0.5rem;
  text-align: center;
  line-height: 5.4rem;
  color: #666666;
  font-size: 1.6rem;
  background-color: #ffffff;
}
.gh_page .inputs .bottoms_tab .active {
  border: 0.1rem solid #e84c33;
  color: #e84c33;
}
.gh_page .btn_xiugai {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gh_page .bottom_tips {
  margin-top: 2rem;
}
.gh_page .bottom_tips i {
  color: #e84c33;
  font-size: 2rem;
}
.zhanshi_list {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(51, 51, 51, 0.5);
}
.zhanshi_list .content {
  width: 100%;
  background-color: #ffffff;
  height: 60%;
  position: absolute;
  bottom: 0;
  z-index: 999;
  padding: 1rem;
  border-radius: 2rem 2rem 0 0;
}
.zhanshi_list .content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zhanshi_list .content .title span {
  font-size: 1.8rem;
}
.zhanshi_list .content .title i {
  font-size: 1.8rem;
  color: #666666;
}
.zhanshi_list .content .ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem 1rem 0;
  border-bottom: 0.1rem solid #dedede;
}
.zhanshi_list .content .ul li .left {
  display: flex;
  align-items: center;
}
.zhanshi_list .content .ul li .left span {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  color: #ffffff;
  font-size: 1.6rem;
  margin-right: 2rem;
}
.zhanshi_list .content .ul li .left .name {
  font-size: 1.8rem;
}
.zhanshi_list .content .ul li .rigth {
  font-size: 1.8rem;
  color: #999999;
}
.zhanshi_list .content .ul li:nth-child(1) .left span {
  background-color: #ba2008;
}
.zhanshi_list .content .ul li:nth-child(2) .left span {
  background-color: #c52b12;
}
.zhanshi_list .content .ul li:nth-child(3) .left span {
  background-color: #d2371e;
}
.zhanshi_list .content .ul li:nth-child(4) .left span {
  background-color: #df432a;
}
.zhanshi_list .content .ul li:nth-child(5) .left span {
  background-color: #e24f32;
}
.zhanshi_list .content .ul li:nth-child(6) .left span {
  background-color: #ea5139;
}
.zhanshi_list .content .btn_sc {
  width: 80%;
  height: 4rem;
  border-radius: 2rem;
  margin: 1rem auto 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 4rem;
  background-color: #e84c33;
}
.zhanshi_list .content .btn_sc a {
  color: #ffffff;
  display: block;
}
input[type=radio]:after {
  position: absolute;
  width: 1rem;
  height: 1.5rem;
  top: 0;
  content: " ";
  color: #000000;
  display: inline-block;
  visibility: visible;
  padding: 0 0.3rem;
  border: 0.1rem solid #dedede;
  border-radius: 50%;
}
input[type=radio] {
  cursor: pointer;
  font-size: 1.4rem;
  width: 1.5rem;
  height: 1.2rem;
  position: relative;
  margin-right: 1rem;
  margin-top: 1rem;
}
input[type=radio]:checked:before {
  content: "✓";
  display: block;
  position: relative;
  top: -0.2rem;
  left: 0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  color: #e84c33;
  font-weight: bold;
  z-index: 1;
}
.btn_modify {
  width: 80%;
  height: 5rem;
  position: fixed;
  bottom: 5rem;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 3.4rem;
  background-color: #F9A7A9;
  color: #ffffff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 5rem;
}
.btn_preview {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background-color: #e84c33;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  position: fixed;
  z-index: 10;
  right: 2rem;
  bottom: 10rem;
}
.tb_pages {
  padding-top: 4.4rem;
  height: 100%;
  background-color: #ffffff;
}
.tb_pages .tb_contents {
  background: url('../img/dzbgColor.jpg') no-repeat;
  width: 100%;
  height: 54.7rem;
  padding: 1rem;
  position: relative;
}
.tb_pages .tb_contents .top_titles {
  display: flex;
  font-size: 1.6rem;
  margin-top: 1rem;
}
.tb_pages .tb_contents .top_titles .name {
  background-color: #666666;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
}
.tb_pages .tb_contents .top_titles .name a {
  display: block;
  color: #ffffff;
}
.tb_pages .tb_contents .top_titles .name:nth-child(2) {
  margin-left: 1rem;
}
.tb_pages .tb_contents .top_titles .name i {
  font-size: 1.6rem;
  margin-left: 0.5rem;
  color: #ffffff;
}
.tb_pages .tb_contents .btn_yij {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tb_pages .tb_contents .btn_yij a {
  display: block;
}
.tb_pages .tb_contents .btn_yij a img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.tb_pages .tb_contents .btn_yij .text {
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  margin-top: 3rem;
}
.tb_pages .tb_contents .tips_text {
  width: 11.9rem;
  height: 3rem;
  background-color: #ffffff;
  text-align: center;
  line-height: 3rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 1rem 1rem 0 0;
  transform: translate(-50%, 0);
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tb_pages .tb_contents .tips_text i {
  margin-left: 1rem;
  display: block;
  -webkit-animation: mycolor 2s linear infinite;
}
@-webkit-keyframes mycolor {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -0.25rem);
  }
  100% {
    -webkit-transform: translate(0, -0.5rem);
  }
}
.tb_pages .list {
  height: 4rem;
  line-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
.tb_pages .list .name {
  font-size: 1.8rem;
}
.tb_pages .list .text {
  font-size: 1.6rem;
  color: #666666;
}
