html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,blockquote,th,td{ margin:0px; padding:0px;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details { display:block; }
a{text-decoration: none;cursor: pointer;}
.clearfix:after{ content:'.';display:block;visibility:hidden;overflow: hidden; clear:both;height:0;}
.clearfix{*zoom:1;}
.clearFloat{ clear:both;}
body{font-family: "Microsoft Yahei", "SimSun", sans-serif;background: white;padding-top: 50px !important;}
img{vertical-align:top;}
select{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}
select::-ms-expand{
  display: none;
}
select option:disabled{
  color: #767676;
}
select option{
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  border-bottom: 1px solid #EAEAEA;
  color: #e13b29 !important;
  background: #fce5e2;
  background-image: linear-gradient(90deg,#fff4f4,#fff);
}
.left{float: left;}
.right{float: right;}
.margin0auto{
  width: 1250px;
  margin: 0 auto;
}
.margintop20{
  margin-top: 20px;
}
.is-nav{
  height: 86px;
  line-height: 86px;
  box-shadow:2px 3px 4px 0px rgba(137,137,137,0.18)
}
.is-nav .left img{
  width: 243px;
  height: 50px;
  margin-top: 18px;
}
.is-nav .left i{
  display: inline-block;
  height: 40px;
  margin: 23px 12px 0;
  width: 1px;
  background: #EDEDED;
}
.is-nav .left span{
  color: #333;
  font-size: 23px;
  font-weight: 400;
}
.is-nav .right ul{
  position: relative;
}
.is-nav .right ul li{
  float: right;
  list-style: none;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  text-align: center;
  padding: 0 4px;
  margin: 0 16px;
  cursor: pointer;
}
.is-nav .right ul li span{
  color: #333;
}
.is-nav .right ul .show-more{
  padding-right: 11px;
  cursor: pointer;
}
.is-nav .right ul li img{
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 14px;
}
.is-nav .right ul .more{
  position: absolute;
  top: 86px;
  right: 0;
  background: white;
  padding: 10px 34px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  line-height: 40px;
  z-index: 99;
  display: none;
}
.is-nav .right ul .more span{
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
}
.is-nav .right ul .more span:hover{color:#e13b29;}
.is-nav .right ul .more img{
  position: absolute;
  top: -14px;
  right: 10px;
  width: 18px;
  height: 14px;
  z-index: 99;
}
.nav-select{
  color: #ef0f0f !important;
  border-bottom: 2px solid #ef0f0f;
}
.nav-select a{
  color: #ef0f0f !important;
}
.is-content{
  background: #F7F8F9;
}
.is-content .content-bg{
  background: url(../img/main_bg.png) no-repeat top center;
  min-height: 1000px;
  padding: 24px 0 70px;
}
/* 轮播 */
.is-content .box-one .slide{
  width: 760px;
  height: 324px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.is-content .box-one .slide .swiper-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.is-content .box-one .slide .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.is-content .box-one .slide .swiper-pagination2 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  text-align: right;
  left: -16px;
  z-index: 9;
}
.is-content .box-one .slide .swiper-pagination2 span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 3.5px;
  background: #F6F7F9;
  border-radius: 4px;
  opacity: 0.9 !important;
  transition: all linear 0.1s;
}
.is-content .box-one .slide .swiper-pagination2 span.this,.is-content .box-one .slide .swiper-pagination2 span:first-child{
	background:#FF5756;
}
.is-content .box-one .slide .swiper-pagination2 span.hide{
	background: #F6F7F9;
}
.is-content .box-one .slide img{
  width: 100%;
}
/* 表单 */
.is-content .box-one .calculator{
  width: 464px;
  height: 324px;
  background: white;
  box-shadow:1px 1px 13px 0px rgba(119,119,119,0.05);
}
.is-content .box-one .calculator h2{
  background: url(../img/title_bg.png) no-repeat top left;
  color: white;
  height: 48px;
  line-height: 48px;
  color: white;
  font-size: 16px;
  padding-left: 20px;
  font-weight: 400;
}
.is-content .box-one .calculator .form{
  width: 254px;
  text-align: center;
  margin-left: 20px;
}
.is-content .box-one .calculator .form select{
  width: 100%;
  height: 36px;
  line-height: 36px;
  margin-bottom: 12px;
  border: 1px solid #DCDCDC;
  padding: 0 9px;
  background: url(../img/select_arrow.png) no-repeat 234px center;
}
.is-content .box-one .calculator .form input{
  width: 100%;
  height: 36px;
  line-height: 36px;
  margin-bottom: 12px;
  border: 1px solid #DCDCDC;
  padding: 0 9px;
  box-sizing: border-box;
}
.is-content .box-one .calculator .form button{
  width: 136px;
  height: 54px;
  line-height: 52px;
  font-size: 16px;
  font-weight: 400;
  color: white;
  border: none;
  cursor: pointer;
  background: url(../img/button_bg.png) no-repeat center center;
}
.is-content .box-one .calculator .form button:focus{
  outline: none;
}
.is-content .box-one .calculator .code{
  width: 130px;
  margin-right: 40px;
}
.is-content .box-one .calculator .code img{
  width: 100%;
}
.is-content .box-one .calculator .code p{
  color: #B1B1B1;
  font-size: 14px;
  padding: 0 8px;
  text-align: center;
  margin-top: 11px;
}
/* 排行榜图表 */
.wage-trendsBox,.wage-rankingBox{width: 100%; overflow: hidden;position: relative;}
.wage-trendsScroll,.wage-rankingScroll{width: 1000%;}
.wage-trendsSwitch,.wage-trendsSwitch{display: none; position: absolute;top: 50%;left: 0;width: 100%;margin-top: -28px;}
.wage-switchPrev,.wage-switchNext,.rank-switchPrev,.rank-switchNext{position: absolute;top: 0;left: 0;width: 28px;height: 55px;cursor: pointer;}
.wage-switchPrev,.rank-switchPrev{background: url(https://www.233.com/img/carousel_left.png) no-repeat;}
.wage-switchNext,.rank-switchNext{left: auto;right:0; background: url(https://www.233.com/img/carousel_right.png) no-repeat;}
.is-content .box-two{
  height: 389px;
  background: white;
  box-shadow:1px 1px 13px 0px rgba(119,119,119,0.05);
  padding: 35px 30px;
  box-sizing: border-box;
  float: left;width: 10%;
}
.is-content .box-two .trend{
  float: left;
  width: 360px;
  margin-right: 48px;
}
.is-content .box-two .trend:nth-last-child(2){
  margin-right: 0;
}
.is-content .box-two .trend .name label{
  color: #ED513A;
  background: #FEF4F2;
  padding: 0 7px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
}
.is-content .box-two .trend .name span{
  color: #333;
  font-size: 16px;
  margin-right: 5px;
  font-weight: bold;
}
.is-content .box-two .trend .chart{
  width: 360px;
  height: 300px;
}
/* 排行榜 */
.is-content .box-three{
  float: left;
  background: white;
  box-shadow:1px 1px 13px 0px rgba(119,119,119,0.05);
  height: 330px;
  width: 10%;
}
.is-content .box-three .ranking-list{
  padding-left: 30px;
  margin-top: 40px;
  float: left;
  width: 342px;
}
.is-content .box-three .ranking-list:nth-child(2){
  margin-left: 36px;
  padding-left: 45px;
  border-left: 1px solid #F2F2F2;
}
.is-content .box-three .ranking-list:nth-child(3){
  margin-left: 45px;
  padding-left: 36px;
  border-left: 1px solid #F2F2F2;
}
.is-content .box-three .ranking-list .name{
  margin-bottom: 18px;
}
.is-content .box-three .ranking-list .name label{
  color: #ED513A;
  background: #FEF4F2;
  padding: 0 7px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
}
.is-content .box-three .ranking-list .name span{
  color: #333;
  font-size: 16px;
  margin-right: 5px;
  font-weight: bold;
}
.is-content .box-three .ranking-list .list .item{
  margin-top: 16px;
  display: inline-block;
}
.is-content .box-three .ranking-list .list .item i{
  float: left;
  width: 16px;
  height: 22px;
  background: url(../img/flag_grey.png) no-repeat;
  font-size: 12px;
  text-align: center;
  color: white;
  line-height: 19px;
  font-style: unset;
  font-weight: 400;
}
.is-content .box-three .ranking-list .list .item:nth-child(1) i{
  background: url(../img/flag_red.png) no-repeat;
}
.is-content .box-three .ranking-list .list .item:nth-child(2) i{
  background: url(../img/flag_org.png) no-repeat;
}
.is-content .box-three .ranking-list .list .item:nth-child(3) i{
  background: url(../img/flag_yel.png) no-repeat;
}
.is-content .box-three .ranking-list .list .item p{
  float: left;
  color: #555;
  font-size: 14px;
  width: 112px;
  margin-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.is-content .box-three .ranking-list .list .item span{
  float: left;
  color: #555;
  font-size: 14px;
  margin-left: 10px;
  min-width: 76px;
}
.is-content .box-three .ranking-list .list .item label{
  float: left;
  color: #999;
  font-size: 12px;
  margin-left: 12px;
  margin-top: 1.5px;
}
.is-content .box-three .ranking-list .list .item img{
  float: left;
  width: 8px;
  height: 11px;
  margin-left: 10px;
  margin-top: 4.5px;
}
/* 增值教育 */
.is-content .box-four{
  background: white;
  box-shadow:1px 1px 13px 0px rgba(119,119,119,0.05);
}
.is-content .box-four .title{
  padding: 23px 0 0 20px;
}
.is-content .box-four .title img{
  width: 72px;
  height: 36px;
}
.is-content .box-four .title span{
  color: #333;
  font-size: 24px;
  margin-left: 16px;
  font-weight: bold;
}
.is-content .box-four .slide{
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 24px 30px 44px;
}
.is-content .box-four .slide .swiper-container2 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow:hidden;
}
.swiper-container2 .swiper-wrapper2{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.swiper-wrapper2 .swiper-slide{
	display: none;
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.swiper-wrapper2 .swiper-slide:first-child{
	display: block;
}
.swiper-wrapper2 .swiper-slide.hide{
	display: none !important;
}
.swiper-wrapper2 .swiper-slide a,.swiper-wrapper2 .swiper-slide img{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.is-content .box-four .slide .swiper-container .swiper-slide:nth-child(3n - 2){
  padding-left: 0;
}
.is-content .box-four .slide .swiper-container .swiper-slide:nth-child(3n){
  padding-right: 0;
}
.is-content .box-four .slide .swiper-button-next{
  position: absolute;
  top: 50%;
  width: 28px;
  height: 55px;
  right: 0;
  background: url(../img/carousel_right.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.is-content .box-four .slide .swiper-button-next::after{
  display: none;
}
.is-content .box-four .slide .swiper-button-prev{
  position: absolute;
  top: 50%;
  width: 28px;
  height: 55px;
  left: 0;
  background: url(../img/carousel_left.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.is-content .box-four .slide .swiper-button-prev::after{
  display: none;
}
.is-content .box-four .slide .increment{
  border: 1px solid #EEE;
}
.is-content .box-four .slide .increment .top{
  height: 141px;
  background: #FAFAFA;
}
.is-content .box-four .slide .increment .top .text-left{
  text-align: left;
}
.is-content .box-four .slide .increment .top label{
  padding: 6px 14px 6px 7px;
  background: #FCE5E2;
  color: #ED513A;
  font-size: 14px;
  font-weight: 400;
  border-bottom-right-radius: 20px;
}
.is-content .box-four .slide .increment .top h3{
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.is-content .box-four .slide .increment .top p{
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  width: 309px;
  margin: 15px auto 0;
}
.is-content .box-four .slide .increment .people{
  height: 212px;
  padding-left: 50px;
  text-align: left;
}
.is-content .box-four .slide .increment .people .item{
  float: left;
  width: 70px;
  text-align: center;
}
.is-content .box-four .slide .increment .people .item a{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  background: none;
  box-shadow: none;
}
.is-content .box-four .slide .increment .people .item a:hover{
  transform: none;
}

.is-content .box-four .slide .increment .people .item img{
  width: 50px;
  vertical-align: top;
}
.is-content .box-four .slide .increment .people .item label{
  color: #555;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.is-content .box-four .slide a{
  display: inline-block;
  width: 260px;
  height: 45px;
  line-height: 45px;
  margin-top: 36px;
  background: rgba(246,83,54,1);
  border: none;
  border-radius: 23px;
  color: white;
  font-size: 20px;
  background:linear-gradient(45deg,rgba(246,83,54,1),rgba(243,37,35,1));
  box-shadow:1px 1px 17px 0px rgba(242,37,35,0.45);
  margin-left: 10px;
  text-align: center;
  transition: .2s;
}
.is-content .box-four .slide a:hover{
  transform: translateY(-3px);
}
/* 行业热点 */
.is-content .box-five{
  background: white;
  box-shadow:1px 1px 13px 0px rgba(119,119,119,0.05);
  height: 334px;
  padding: 0 30px;
}
.is-content .box-five .top{
  padding: 30px 0 16px 0;
  border-bottom: 1px solid #EEE;
  position: relative;
}
.is-content .box-five .top .title{
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.is-content .box-five .top .title span{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border-bottom: 3px solid #F65336;
  padding-bottom: 16px;
}
.is-content .box-five .top .title img{
  width: 46px;
  height: 27px;
}
.is-content .box-five .top .more span{
  color: #8A8A8A;
  font-size: 14px;
  vertical-align: middle;
}
.is-content .box-five .top .more img{
  width: 16px;
  vertical-align: middle;
  margin-left: 5px;
}
.is-content .box-five .content{
  padding-top: 20px;
}
.is-content .box-five .content .item{
  margin-bottom: 2px;
  line-height: 35px;
}
.is-content .box-five .content .item:nth-last-child(1) {
  margin-bottom: 0;
}
.is-content .box-five .content .left{
  width: 50%;
  border-right: 1px solid #F2F2F2;
  padding-right: 54px;
  box-sizing: border-box;
}
.is-content .box-five .content .right{
  width: 49%;
  padding-left: 48px;
  box-sizing: border-box;
}
.is-content .box-five .content .item img{
  float: left;
}
.is-content .box-five .content .item a{
  color: #555;
  font-size: 14px;
  font-weight: 400;
  float: left;
  width: 390px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.is-content .box-five .content .item:hover a{
  color: #e13b29;
}
.is-content .box-five .content .item label{
  font-size: 14px;
  color: #999;
  font-weight: 400;
  float: right;
}
.is-content .box-five .content .item:hover label{
  color: #e13b29;
}
.is-content .box-five .content .view a{
  width: 340px;
  color: #333;
  font-size: 16px;
}
.is-content .box-five .content .view label{
  color: #F65336;
}
/* 热门城市 */
.is-content .box-six{
  box-shadow:1px 1px 13px 0px rgba(119,119,119,0.05);
  padding: 0 30px;
  background: url(../img/box_grey.png) no-repeat bottom right;
  background-size: 100%;
  background-color: white;
}
.is-content .box-six .top{
  padding-top: 30px;
  border-bottom: 1px solid #EEE;
  position: relative;
}
.is-content .box-six .top .title{
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.is-content .box-six .top .title span{
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin-right: 32px;
  cursor: pointer;
  display: inline-block;
  padding-bottom: 16px;
}
.is-content .box-six .top .title .select{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border-bottom: 3px solid #F65336;
  padding-bottom: 16px;
}
.is-content .box-six .top .more span{
  color: #8A8A8A;
  font-size: 14px;
  vertical-align: middle;
}
.is-content .box-six .top .more img{
  width: 16px;
  vertical-align: middle;
  margin-left: 5px;
}
.is-content .box-six .content{
  padding: 20px 0;
  display: none;
}
.is-content .box-six .content .labels{
  margin-bottom: 10px;
}
.is-content .box-six .content .labels a,
.is-content .box-six .content .labels label{
  color: #555;
  font-weight: 400;
  font-size: 14px;
  padding: 0 5px;
  display: inline-block;
  height: 34px;
  line-height: 34px;
}
.is-content .box-six .content .labels a:hover{
  color: #333;
}
.is-content .box-six .content .labels .type{
  color: #333 !important;
  padding: 0 !important;
}
.wd1120{
  width: 1120px;
}
/* 共用遮罩 */
.bgCover {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
/* 查询结果 */
.query_result{
  position: fixed;
  background: #ffffff;
  left: 50%;
  margin-left: -340px;
  border-radius: 6px;
  z-index: 1000;
  top: 20%;
  width: 688px;
  text-align: center;
  display: none;
}
.query_result .title{
  background: url(../img/dalog_title_bg.png) no-repeat;
  background-size: 100% 100%;
  height: 54px;
  line-height: 54px;
  text-align: left;
  padding-left: 30px;
  position: relative;
}
.query_result .title span{
  font-size: 20px;
  color: white;
  font-weight: bold;
}
.query_result .title img{
  position: absolute;
  top: 18px;
  right: 31px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.query_result .result{
  padding: 50px 40px;
  background: url(../img/query_result_bg.png) no-repeat bottom right;
  background-size: 248px;
}
.query_result .result .left p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  text-align: center;
  width: 355px;
}
.query_result .result .left .wages {
  width:109px;
  height:109px;
  background:linear-gradient(130deg,rgba(251,93,55,1) 0%,rgba(225,58,52,1) 99%);
  box-shadow:0px 1px 20px 0px rgba(240,78,54,0.4);
  border-radius:50%;
  margin: 0 auto;
  margin-top: 36px;
}
.query_result .result .left .wages span{
  font-size: 30px;
  color: white;
  font-weight: 400;
  display: block;
  padding-top: 24px;
}
.query_result .result .left .wages label{
  font-size: 16px;
  color: white;
  font-weight: 400;
}
.query_result .result .left .ps{
  margin: 28px 0 36px;
  color: #767676;
  font-size: 14px;
  font-weight: 400;
}
.query_result .result .right{
  text-align: center;
  width: 227px;
  border-left: 1px solid #eee;
  padding-bottom: 30px;
}
.query_result .result .right img{
  width: 108px;
  height: 108px;
  margin: 60px 0 16px;
}
.query_result .result .right p{
  font-size: 14px;
  color: #B1B1B1;
  font-weight: 400;
  width: 98px;
  margin: 0 auto;
}
/* 选择城市 */
.select_city{
  position: fixed;
  background: #ffffff;
  left: 50%;
  margin-left: -500px;
  border-radius: 6px;
  z-index: 1000;
  top: 10%;
  width: 1000px;
  padding: 86px 0 36px;
  text-align: center;
  display: none;
  height: 80%;
  box-sizing: border-box;
}
.select_city .title{
  background: url(../img/dalog_title_bg.png) no-repeat;
  background-size: 100% 100%;
  height: 54px;
  line-height: 54px;
  text-align: left;
  padding-left: 30px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
}
.select_city .title span{
  font-size: 20px;
  color: white;
  font-weight: bold;
}
.select_city .title img{
  position: absolute;
  top: 18px;
  right: 31px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.select_city .city{
  text-align: left;
  padding: 0 30px;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
}
.select_city .city .name{
  font-size: 16px;
  color: #333;
  font-weight: 400;
  float: left;
  line-height: 20px;
}
.select_city .hot-city .labels{
  font-size: 14px;
  color: #555;
  font-weight: 400;
  width: 800px;
  float: left;
  line-height: 24px;
}
.select_city .hot-city .labels label{
  padding: 0 8px;
  display: inline-block;
}
.select_city .form{
  margin-top: 32px;
  position: relative;
}
.select_city .form select{
  width: 147px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #DCDCDC;
  padding: 0 9px;
  float: left;
  margin: 0 36px 0 12px;
  background: url(../img/select_arrow.png) no-repeat 128px center;
}
.select_city .form select option{
  color: #e13b29;
  background: #FCE5E2;
}
.select_city .form input{
  width: 150px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #DCDCDC;
  margin-left: 12px;
  padding: 0 9px;
}
.select_city .form button{
  width: 65px;
  height: 34px;
  line-height: 34px;
  border: none;
  background: #ED513A;
  color: white;
  font-size: 14px;
  font-weight: 400;
  margin-left: -6px;
  vertical-align: middle;
  cursor: pointer;
}
.select_city .form .name{
  line-height: 34px;
}
.select_city .form .fuzzy{
  position: absolute;
  top: 34px;
  left: 92px;
  width: 170px;
  background: white;
  height: 0;
  box-shadow: 0 1px 20px 0 rgba(0,0,0,.05);
  border-right: 4px;
  box-sizing: border-box;
  overflow-y: auto;
  transition: height, .3s;
  z-index: 10;
}
.select_city .form .fuzzy p{
  font-size: 14px;
  color: #333;
  line-height: 30px;
  padding: 0 10px;
}
.select_city .form .fuzzy p:nth-child(1) {
  padding-top: 5px;
}

.select_city .city-list{
  margin-top: 36px;
}
.select_city .city-list .letter{
  border: 1px solid #DCDCDC;
  margin-top: 28px;
}
.select_city .city-list .letter-box{
  float: left;
  position: relative;
  border-top: 1px solid #DCDCDC;
  width: 100%;
}
.select_city .city-list .letter-box:nth-child(1){
  border-top: none;
}
.select_city .city-list .letter-box .letter-name{
  width: 41px;
  background: rgba(240, 107, 88, .16);
  color: #ED513A;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 40px;
  padding: 5px 0;
  box-sizing: border-box;
}
.select_city .city-list .letter-box .province{
  width: 100%;
  padding-left: 41px;
  box-sizing: border-box;
}
.select_city .city-list .letter-box .province .province-box:hover{
  background: #f5f5f5;
}
.select_city .city-list .letter-box .province .province-name{
  font-weight: 400;
  color: #555;
  width: 67px;
  float: left;
  text-align: center;
  line-height: 40px;
  padding: 5px 0;
}
.select_city .city-list .letter-box .province .citys{
  width: 800px;
  float: left;
  padding-left: 15px;
  border-left: 1px solid #DCDCDC;
  padding: 5px 0;
}
.select_city .city-list .letter-box .province .citys label{
  line-height: 40px;
  display: inline-block;
  padding: 0 12px;
  cursor: pointer;
  font-size: 14px;
  color: #555;
}
.select_city .city-list .letter-box .province .citys label:hover{
  color: #ED513A;
}
.tips{
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1111;
  text-align: center;
  margin-top: -32px;
  display: none;
}
.tips .tips-box {
  background: white;
  padding: 20px 82px 20px 59px;
  display: inline-block;
  box-sizing: border-box;
}
.tips .tips-box img{
  width: 24px;
  height: 24px;
}
.tips .tips-box span{
  color: #383438;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
