.iconRight {
    padding-right: 20px;
    background: url(../img/slice/icon_right.png) no-repeat right center;
    background-size: 10px;
}
.iconBot {
    padding-right: 20px;
    background: url(../img/slice/icon_down.png) no-repeat right center;
    background-size: 12px;
}
.markBox,.markBox2{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    z-index: 1;
}
.mark{
    width: 550px;
    opacity: 1;
    border-radius: 10px;
    position: absolute;
    min-height: 360px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) transLateY(-50%);
    -moz-transform: translateX(-50%) transLateY(-50%);
    -ms-transform: translateX(-50%) transLateY(-50%);
    -o-transform: translateX(-50%) transLateY(-50%);
    transform: translateX(-50%) transLateY(-50%);
    z-index: 10;
}
.mark .markText{
    position: relative;
    width: 100%;
    height: 1.8rem;
    border-bottom: 1px solid #eee;
}
.markText span{
    position: absolute;
    width: calc(100% - .8rem);
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) transLateY(-50%);
    -moz-transform: translateX(-50%) transLateY(-50%);
    -ms-transform: translateX(-50%) transLateY(-50%);
    -o-transform: translateX(-50%) transLateY(-50%);
    transform: translateX(-50%) transLateY(-50%);
    line-height: .4rem;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.l-pad10{
	padding: 0 10px;
}
.l-pad20{
	padding: 0 20px;
}
.l-pad30{
	padding: 0 30px;
}
.l-pad60{
	padding: 0 60px;
}
.coverImg{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.keepBtn{
  width: 100%;
  height: 50px;
  opacity: 1;
  border-radius: 6px;
	color: #fff;
}
.btnBgRed{
  background: linear-gradient(180deg, #DF5A5A 0%, #B72025 100%);
}
.btnBgBlue{
  background: linear-gradient(180deg, #9CA2FE 0%, #597FF4 100%);
  box-shadow: 0px 7px 22px rgba(103, 136, 255, 0.44);
}
.pointer{
    cursor: pointer;
}
/*index*/

.hgt10rem{
	height: 1rem;
}
.color-0a024f{
	color: #0a024f;
}
.color-feae30{
	color: #feae30;
}
.hgt05rem{
	height: .5rem;
}
.color-aaa{
	color: #aaa;
}
.color-5794FF{
	color: #5794FF !important;
}
.bg-5794FF{
	background-color: #5794FF !important;
}
.color-FF5654{
	color: #FF5654 !important;
}
.bg-386cff{
	background-color: #FF5654 !important;
}

.loginBg{
	background-image: url(../img/loginBg.png);
	background-repeat: no-repeat;
	background-size:cover ;
	background-position: center;
	height: 100%;
	width: 60%;
}
.loginBgb{
  background-image: url(../img/loginBgb.png);
	background-repeat: no-repeat;
	background-size:cover ;
	background-position: center;
	height: 100%;
	width: 60%;
}
.m-t-100r{
	margin-top: 1rem;
}
.wid036rem{
	width: .36rem;
}
.hgt55{
  height: 55px;
}
.loginContent{
  background-color: #F5F6FA;
}
.loginInput{
  border-radius: 5px;
  padding:  0 20px;
}
.loginCP{
  padding: 0 20%;
}
.getCode{
	text-align: right;
	/* width: 27%; */
	white-space: nowrap;
  padding-left: 18px;
  width: 100px;
}
.bg-F9FAFE{
  background-color: #F9FAFE;
}
.b-l-B72025{
  border-left: 1px solid #B72025;
}
.b-l-577DF4{
  border-left: 1px solid #577DF4;
}
textarea, input ,button{
    font-size: 16px;
}
button{
  cursor: pointer;
}
.cLoginType{
  margin-top: 150px;
}
.wx_logo{
  width: 50px;
  height: auto;
  margin-right: 8px;
}
.loginPhone{
  width: 30px;
  height: auto;
  margin-right: 8px;
}
.login_qr{
  width: 200px;
  height: 200px;
}
.bg-ddd{
	background-color: #ddd !important;
}
.loginBind{
  padding: 12px 54px 50px 54px;

}
.bg-F7F8FA{
  background-color: #F7F8FA;
}
.logotext{
  width: 125px;
  position: absolute;
  left: 50%;
  margin-left:-63px ;
  bottom: -20px;
}
/* 公共头部 */
.common_header{
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.common_header .h_content{
  width: 1200px;
  padding-right: 24px;
}
.common_header .h_content .h_logo{
  width: 178px;
  height: 48px;
}
.h_tag{
  margin-left: 90px; 
  height: 60px;
  line-height: 60px;
}
.redStyle .h_active{
  border-bottom:2px solid #B72025 ;
}
.blueStyle .h_active{
  border-bottom:2px solid #577DF4 ;
}
.redStyle .commonColor{
  color: #B72025;
}
.blueStyle .commonColor{
  color: #577DF4;
}
.redStyle .commonBg{
  background-color: #B72025;
}
.blueStyle .commonBg{
  background-color: #577DF4;
}
.redStyle .commonShadow{
  box-shadow: 0px 0px 10px rgba(249,180,181,.32);
}
.blueStyle .commonShadow{
  box-shadow: 0px 0px 10px rgba(87,125,244,.32);
  
}

.redStyle .commonBtnBg{
  background: linear-gradient(180deg, #DF5A5A 0%, #B72025 100%);
}
.blueStyle .commonBtnBg{
  background: linear-gradient(180deg, #9CA2FE 0%, #597FF4 100%);
  box-shadow: 0px 7px 22px rgba(103, 136, 255, 0.44);
}

.blueStyle label input:checked+span.checkpic{
  background-image:url(../img/slice/icon_button_on2.png) !important;
}

.redStyle .swiper-pagination-bullet-active {
  background-color: #B72025 !important;
}
.blueStyle .swiper-pagination-bullet-active {
  background-color: #597FF4 !important;
}

.h_notice{
  width: 24px;
  height: 24px;
  position: relative;
}

.h_notice .noticeDot{
  position: absolute;
  left: 13px;
  top: -6px;
  height: 16px;
  padding: 0 4px;
  background: #FF5654;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  opacity: 1;
  font-size: 10px;
  color: #fff;
  white-space: nowrap;
}
.h_userIcon{
  height: 36px;
  height: 36px;
  border-radius: 50%;
}
.h_notIdentify{
  min-width: 90px;
  padding: 0 10px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #FF5654;
  opacity: 1;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #FF5654;
  white-space: nowrap;
}
.noticeArea{
  position: absolute;
  top: 42px;
  right: -24px;
  min-height: 100px;
  width: 480px;
  height: auto;
  background: #FFFFFF;
  border-radius: 8px;
  opacity: 1;
  z-index: 5;
  box-shadow: 0px 0px 10px rgba(87, 125, 244, 0.16);
}
.noticeArrow{
  width: 15px;
  height: auto;
  position: absolute;
  top: -15px;
  right: 30px;
}
.noticeLists{
  padding: 0 30px 20px 30px;
}
.noticeLists{
  border-top: 1px solid #ededed;
  max-height: 300px;
  overflow: auto;
}
.noticelist{
  font-size: 14px;
  font-family: Microsoft YaHei;
  line-height: 19px;
  color: #999999 !important;
  opacity: 1;
  margin-top: 20px;
}
.noticelist.noread::after{
  content: '';
  position: absolute;
  left: -14px;
  top: 4px;
  width: 8px;
  height: 8px;
  background: #FF5654;
  border-radius: 50%;
  opacity: 1;
}

/* 公共底部 */
.common_footer{
  height: 80px;
  background: #00151F;
  width: 100%;
}
.common_footer .f_content{
  width: 1200px;
  padding-left: 100px;
}
.common_footer .f_content .serviceBox{
  width: auto;
  padding: 0 16px;
  height: 32px;
  background-color: #FFFFFF;
  opacity: 1;
  border-radius: 4px;
}
.m-l-105{
  margin-left: 105px;
}
.m-l-60{
  margin-left: 60px;
}
.color-99A1A5{
  color: #99A1A5;
}

/* content */
.Con1200{
  width: 1200px;
  margin: 0 auto;
  min-height: calc(100% - 80px);
}
.grayLine10{
  background-color:#F9FAFE ;
  height: 10px;
  width: 100%;
}
.l-pad190{
  padding: 0 190px;
}
.certificationHead{
  height: 110px;
  width: 100%;;
}
.titleLine{
  width: 4px;
  height: 26px;
  opacity: 1;
}
.certificationBox{
  width: 820px;
  height: auto;
  background: #FFFFFF;
  border-radius: 20px;
}
.certificationBoxConten{
  padding: 50px 105px 50px 0;
}
.hgt74{
  height: 74px;
}
.wid150{
  width: 150px;
}
.hgt150px{
  height: 150px;
}

.confirmBg{
  background-image: url(../img/slice/commit_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 123px;
}
.ConfirmBtn{
  width: 442px;
  height: 50px;
  opacity: 1;
  border-radius: 6px;
}
.radioLabel>i{
  margin-top: 2px;
}
.m-l-55{
  margin-left: 55px;
}

.searchName{
  position: relative;
}
#searchNameTips{
  position: absolute;
  background-color: #FFF;
  top: 38px;
  left: 0;
  width: 100%;
  height: 100px;
  border:1px solid #E6E6E6;
  z-index: 999;
  overflow: auto;
}
#searchNameTips div{
  height: 30px;
  line-height: 30px;
  text-indent: 2em;
}
#searchNameTips div:hover{
  background-color: #DCDCDC;

}
.picImg{
  height: 160px;
  padding-left: 182px;
}


 .fileInputContainer{
    height:150px;
    width: 240px;
}
.fileInput{
    height:150px;
    width: 240px;
    overflow: hidden;
    /* font-size: 1rem; */
    position:absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter:alpha(opacity=0);
    cursor:pointer;
}
.ZH-input>ul>li{
	margin-bottom: .2rem;
	float: left;
	margin-right: .2rem;
}
.ZH-input>ul>li:nth-child(5n){
	margin-right: 0;
}

/* aboutUs */
.wid160{
  width: 160px;
  height: 140px;
}
.index_left{
  padding: 20px 15px;
}
.pageTagbox{
  width: 100%;
  height: 40px;
  border-radius: 4px;
  /* font-weight: bold; */
  margin-bottom: 10px;
}
.redStyle .index_active{
  color: #B72025;
  font-weight: bold;
  background-color: rgba(183, 32, 37, .1);
}
.blueStyle .index_active{
  color: #577DF4;
  font-weight: bold;
  background-color: rgba(87, 125, 244, .1);
}
.redStyle .commonBorderColor{
  border-color:#B72025 ;
}
.blueStyle .commonBorderColor{
  border-color:#577DF4 ;
}
.index_right{
  padding: 100px 30px;
}
.lawyerList{
  width: calc((100% - 40px) / 2);
  height: 710px;
  margin-bottom: 40px;
}
.lawyerList:nth-child(2n+1){
  margin-right: 40px;
  border-bottom-width: 1px;
  border-bottom-style:solid;
}
.lawyerList:nth-child(2n){
  border-top-width: 1px;
  border-top-style:solid;
}
.lawyerList .lawyerPic{
  width: 100%;
  height: 460px;
}
/* index */
.indexBanner{
  width: 100%;
  height: 480px;
  background-color: #FFF;
  background-position: center center;
  background-image: url(../img/indexBanner.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.indexBanner img{
  width: 1920px;
  height: 480px;
}
.indexNavCon{
  width: 100%;
  border-bottom: 1px solid #ededed;
}
.indexNav{
  height: 70px;
  line-height: 70px;
  margin-right: 180px;
}
.redStyle .indexNavActive{
  color: #B72025;
  border-bottom: 3px solid #B72025;
}
.blueStyle .indexNavActive{
  color: #577DF4;
  border-bottom: 3px solid #577DF4;
}
.index_searchCon{
  width: 600px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  opacity: 1;
  border-radius: 4px;
  padding-left: 20px;
}
.icon_search{
  width: 18px;
  height: 18px;
}
.font13{
  font-size: 13px;
}
.index_searchBtn{
  width: 120px;
  height: 44px;
  opacity: 1;
  border-radius: 0px 4px 4px 0px;
}
.serviceList{
  width: 100%;
  height: 128px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04);
  opacity: 1;
  border-radius: 8px;
  margin-bottom: 20px;
}
.caseTypeBox{
  width: 80px;
  height: 24px;
  border-radius: 4px;
  border-width: 1px;
  border-style:solid;
}
.serviceListDate{
  width: 162px;
}

/* detail */
.detailCon{
  padding: 40px 20px;
}
.detailcaseTypeBox{
  width: 104px;
  height: 36px;
  border-radius: 4px;
  border-width: 1px;
  border-style:solid;
}
.detailTitle{
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
.detailTitle .TitleText{
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 47px;
  color: #333333;
  opacity: 1;
}
.border-b-ed{
  border-bottom: 1px solid #ededed;
}
.p-v-40{
  padding: 40px 0;
}
.annexlist{
  width: 33.3% ;
  height: 200px;
  margin-bottom: 20px;
}
.icon_pdf{
  width: 50px;
  height: 60px;
}
.downloadBtn{
  width: 96px;
  height: 32px;
  border-width: 1px;
  border-style:solid;
  border-radius: 4px;
}
.wid442{
  width: 442px;
}


/* declre */
.declreCon{
  padding: 0 20px 50px 20px;
}
.wid220{
  width: 220px;
}
.infoContent{
  width: 1000px;
  min-height:400px ;
  border-radius: 0;
}
.redStyle .commonBg06{
  background-color: rgba(183, 32, 37, .06);
}
.blueStyle .commonBg06{
  background-color: rgba(87, 125, 244, .06)
}
.icon_dele{
  width: 24px;
  height: 24px;
  top: 8px;
  right: 30px;
  position: absolute;
}
.hgt44{
  height: 44px;
}
.wid100px{
  width: 100px;
}
.wid135px{
  width: 135px;
}
.no_warp{
  white-space: nowrap;
}
.border4{
  border-radius: 4px;
}
.numDesc{
  width: 254px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(87, 125, 244, 0.16);
  opacity: 1;
  top: 30px;
  left: 100px;
  position: absolute;
}
.hgt365px{
  height: 365px;
}
.hgt365px .pageTagbox{
  height: auto;
}
.caseList{
  width: 100%;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04);
  opacity: 1;
  border-radius: 8px;
  margin-bottom: 20px;
}
.caseTag{
  min-width: 100px;
  height: 32px;
  padding: 0 20px;
  opacity: 1;
  border-radius: 4px;
}
.border1{
  border-width: 1px;
  border-style:solid;
}
.caseHref{
  width: 100%;
  height: 80px;
  border: 1px dashed #707070;
  opacity: 1;
  border-radius: 4px;
}
.wid640px{
  width: 640px;
}
.ratate180{
  transform: rotate(180deg);
}
.img_material{
  width: calc((100% - 60px)/3);
  height: 150px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.img_material:nth-child(3n){
  margin-right: 0px;
}
.max700{
  max-height: 700px;
  overflow: auto;
}
.hgt170px{
  height: 170px;
}
.zlBtn{
  width: 120px;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  opacity: 1;
  border-radius: 6px;
}
.zlBtn2{
  width: 120px;
  height: 50px;
  opacity: 1;
  border-radius: 6px;
}
.icon_deleImg{
  width: 24px;
  height: 24px;
  position: absolute;
  right:-12px;
  top: -12px;
  background-image: url(../img/slice/icon_dele.png);
  background-size: 100% 100%;
  background-position: center center;

}
.pickMaterial{
  width: 240px;
  height: 150px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.pickMaterial:nth-child(3n){
  margin-right: 0px;
}
.annexlist button:disabled{
  background-color: #ccc !important;
  border: none !important;
  cursor: default !important;
}

/* person */
.personContent{
  padding: 30px 290px;
}
.personContent2{
  padding: 30px 60px 30px 30px;
}

.pickhead{
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.m-l-120{
 margin-left: 120px;
}
.icon_danger{
  width: 24px;
  height: 20px;
}

/* 分页 */
.page_box{
  text-align: center;
  padding: 30px 0;
}
.page_box .pagination{
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eceef1;
}
.page_box .pagination li {
  float: left;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border-left: 1px solid #eceef1;
}
.redStyle .page_box .pagination .active span {
  background: #B72025 !important;
}
.blueStyle .page_box .pagination .active span {
  background: #577df4 !important;
}
.page_box .pagination .active span {
  color: #fff;
  font-weight: bold;
}
.page_box .pagination li:first-child{border-left:0px;}
.page_box .pagination li a,.page_box .pagination li span{ display: block; color:#8197b1;}
.page_box .pagination li a:hover{ background:#f8fafe;}
