.rs_index{
  font-size: 14px;
  color: #333;
  background-color: #f7faff;
}
.easy_head{
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  box-shadow: 0px 2px 16px 0px 
		rgba(168, 205, 255, 0.5);
  display: none;
  z-index: 10;
}
.easy_head.fixed{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}
.head_con{
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
.head_con h1{
  float: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: 4px;
  color: #333;
}
.head_con .bszn_btn{
  float: right;
  width: 120px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  color: #fff;
  background-color: #327ee6;
  cursor: pointer;
  margin-top: 15px;
  margin-left: 20px;
}
.head_con .bszn_btn:hover{
  background-color: #327de6c9;
}

.head_link{
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  color: #333;
}
.nav_item{
  cursor: pointer;
}
.index_icon{
  width: 15px;
  height: 14px;
  margin-right: 4px;
  display: inline-block;
  background: url("../images/guide/index_icon.png") no-repeat center;
  background-size: 100% 100%;
}

.head_link .nav_item:last-child{
  color: #327ee6;
}
.head_link .left_arrow:first-child{
  display: none;
}

.left_arrow{
  padding: 0 4px;
}
.handle_block{
  width: 1200px;
  margin: 0 auto 20px auto;
}
.handle_left{
  float: left;
  width: 720px;
  height: 260px;
  box-sizing: border-box;
  padding: 30px;
  background-color: #ffffff;
	box-shadow: 0px 2px 16px 0px 
		rgba(168, 205, 255, 0.3);
	border-radius: 4px;
  margin-right: 20px;
  overflow: hidden;
}
.handle_head{
  overflow: hidden;
  margin-bottom: 36px;
}
.title_wrap{
  float: left;
}
.handle_btn_wrap{
  float: right;
}
.handle_right{
  float: left;
  width: 460px;
  height: 260px;
  background-color: #ffffff;
	box-shadow: 0px 2px 16px 0px 
		rgba(168, 205, 255, 0.3);
	border-radius: 4px;
  box-sizing: border-box;
  padding: 30px;
}
.main_body{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
}
.left_nav{
  width: 160px;
  box-sizing: border-box;
  margin-right: 20px;
  float: left;
  background-color: #fff;
  box-shadow: 0px 2px 16px 0px 
  rgba(168, 205, 255, 0.3);
  border-radius: 4px;
  padding: 0 18px;
}
.left_nav.fixed{
  position: fixed;
  left: 50%;
  margin-left: -600px;
  top: 90px;
}
.handling_guideline{
  width: 1020px;
  float: right;
  /* margin: 0 auto; */
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 2px 16px 0px 
  rgba(168, 205, 255, 0.3);
  border-radius: 4px;
  padding: 20px;
}
.info_item{
  /* height: 300px; */
  margin-bottom: 20px;
}
.menu_nav_wrap{
  float: right;
  padding-top: 4px;
  margin-right: 14px;
}
.steps_wrap{
  float: right;
  padding-top: 22px;
}
.steps_wrap .circle{
  width: 7px;
  height: 7px;
  background-color: #5a9af3;
  border-radius: 50%;
}
.steps_wrap .line{
  width: 1px;
  height: 38px;
  background-color: #5a9af3;
  margin-left: 3px;
}
.menu_nav{
  line-height: 45px;
  text-align: right;
  font-size: 16px;
  color: #666;
}
.menu_nav.active{
  color: #5a9af3;
  font-size: 16px;
}
.steps_wrap .line:last-of-type{
  display: none;
}
.u_title{
  overflow: hidden;
}
.title_icon{
  display: inline-block;
  width: 16px;
  height: 23px;
  background: url("../images/guide/title_icon.png") no-repeat center;
  background-size: 100% 100%;
  margin-right: 4px;
  vertical-align: middle;
}
.title_txt1{
  font-size: 24px;
  color: #666;
  vertical-align: middle;
}
.title_txt2{
  font-size: 16px;
  color: #666;
  vertical-align: middle;
}
.title_txt3{
  font-size: 18px;
  color: #666;
  vertical-align: middle;
}
.title_txt_desc{
  font-size: 16px;
  color: #aaa;
  vertical-align: middle;
}
.high_opinion{
  color: #aaa;
}
.opinion_per{
  color: #333;
}
.handle_btn{
  display: inline-block;
  background-color: #f8f8f8;
	border-radius: 4px;
	border: solid 1px #eeeeee;
  font-size: 14px;
  color: #666;
  padding: 5px 16px;
  cursor: pointer;
}
.share_icon{
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/guide/share_icon.png") no-repeat center;
  background-size: 100% 100%;
  margin-right: 4px;
}
.collect_icon{
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/guide/collect_icon.png") no-repeat center;
  background-size: 100% 100%;
  margin-right: 4px;
}
.favorite{
  background: url("../images/guide/collect_icon.png") no-repeat center;
}
.handle_show{
  overflow: hidden;
  margin-bottom: 36px;
}
.show_item{
  width: 124px;
  height: 60px;
  float: left;
  margin-right: 40px;
  border-right: 1px solid #eeeeee;
}
.handle_show .show_item:last-of-type{
  border-right: none;
}
.main_show{
  margin-bottom: 8px;
}
.show_count{
  font-family: Impact;
	font-size: 30px;
	/* line-height: 40px; */
	color: #478be9;
}

.count_desc{
  color: #666;
  font-size: 14px;
}
.show_desc{
  color: #aaa;
}

.main_show.show_text_type .show_count{
  font-size: 16px;
  line-height: 30px; 
  color: #478be9;
  font-weight: bold;

}
.main_show.show_text_type .count_desc{
  display: none;
}
.handle_real_btn{
  overflow: hidden;
}
.real_btn{
  width: 154px;
  height: 44px;
  float: left;
  margin-right: 20px;
  background-size: 100% 100%;
  cursor: pointer;
}
.real_btn.handle_now{
  background: url("../images/guide/handle_now.png") no-repeat center;
}
.real_btn.will_download{
  background: url("../images/guide/will_download.png") no-repeat center;
}
.real_btn.online_ask{
  background: url("../images/guide/online_ask.png") no-repeat center;
}
.eva_class_wrap{
  overflow: hidden;
  margin-bottom: 20px;
}
.eva_class_item{
  width: 122px;
  height: 32px;
  float: left;
  background-color: #f8f8f8;
	border-radius: 4px;
  color: #666;
  line-height: 32px;
  margin-right: 16px;
}
.eva_class_wrap .eva_class_item:last-of-type{
  margin-right: 0;
}
.eva_txt,.eva_count{
  vertical-align: middle;
}
.eva_icon{
  display: inline-block;
  margin-right: 4px;
  margin-left: 8px;
  background-size: 100% 100%;
  vertical-align: middle;
}
.eva_icon.good{
  width: 12px;
  height: 15px;
  background: url("../images/guide/good.png") no-repeat center;
}
.eva_icon.middle{
  width: 15px;
  height: 15px;
  background: url("../images/guide/middle.png") no-repeat center;
}
.eva_icon.bad{
  width: 15px;
  height: 14px;
  background: url("../images/guide/bad.png") no-repeat center;
}
.eva_star_wrap{
  margin-bottom: 20px;
}
.eva_star_item{
  margin-bottom: 16px;
}
.star_label{
  color: #666;
  vertical-align: middle;
}
.star_count{
  color: #ffb319;
}
.star_main{
  margin-top: 10px;
  vertical-align: middle;
}
.star_main .star_bg{
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 3px;
}
.star_bg.full_star{
  background: url("../images/guide/star1.png") no-repeat center;
  background-size: 100% 100%;
}
.star_bg.half_star{
  background: url("../images/guide/star2.png") no-repeat center;
  background-size: 100% 100%;
}
.star_bg.gray_star{
  background: url("../images/guide/star3.png") no-repeat center;
  background-size: 100% 100%;
}
.eva_btn_wrap{
  overflow: hidden;
  margin-top: 73px;
}
.eva_btn_item{
  width: 120px;
	height: 32px;
  float: left;
  margin-right: 20px;
	background-color: #f2f8ff;
	border-radius: 4px;
	border: solid 1px #bdd9ff;
  color: #666;
  line-height: 32px;
  vertical-align: middle;
  cursor: pointer;
}
.eva_btn_icon{
  display: inline-block;
  margin-right: 4px;
  margin-left: 8px;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-left: 16px;
}
.eva_btn_icon.guide{
  width: 11px;
  height: 13px;
  background: url("../images/guide/guide_eva.png") no-repeat center;
}
.eva_btn_icon.show_eva{
  width: 11px;
  height: 12px;
  background: url("../images/guide/show_eva.png") no-repeat center;
}
.eva_btn_txt{
  vertical-align: middle;
}
.two_column_table{
  width: 980px;
  overflow: hidden;
	border: solid 1px #ebeff2;
}
.table_item{
  width: 50%;
  height: 42px;
  float: left;
  overflow: hidden;
  border-bottom:  solid 1px #ebeff2;
  box-sizing: border-box;
}
.table_item.width100{
  width: 100%;
}
.table_item.width100 .column_lable{
  width: 20%;
}
.table_item.width100 .column_content{
  width: 80%;
}
.table_item.column1{
  width: 980px;
}
.column_lable{
  float: left;
  width: 40%;
  height: 42px;
  box-sizing: border-box;
	background-color: #fafafa;
  text-align: right;
  padding-right: 14px;
  line-height: 42px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}
.column_content{
  float: left;
  width: 60%;
  height: 42px;
  border-right: 1px solid #ebeff2;
  box-sizing: border-box;
  padding-left: 14px;
  line-height: 42px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table_item.column1 .column_lable{
  width: 20%;
}
.table_item.column1 .column_content{
  width: 80%;
}
.basic_title{
  margin-bottom: 20px;
}
.column_lable{
  border-right: 1px solid #ebeff2;
}
.two_column_table .table_item:nth-of-type(2n) .column_content{
  border-right: none;
}
.two_column_table .table_item:last-of-type{
  border-bottom: none;
}
.show_btn{
  width: 70px;
  color: #478be9;
  margin: 20px auto;
  cursor: pointer;
}
.show_more_icon{
  width: 8px;
  height: 9px;
  display: inline-block;
  background: url("../images/guide/show_more.png") no-repeat center;
  background-size: 100% 100%;
}


.info-tbl{
  width: 100%;
  border-top: 1px solid #c5d5ea;
  border-left: 1px solid #c5d5ea;
  line-height: 22px;
}

.info-tbl td {
    padding: 8px 12px;
    border-bottom: 1px solid #c5d5ea;
    border-right: 1px solid #c5d5ea;
}
.info-tbl .info_label {
    padding: 8px 15px;
    background: #f4f9fd;
    font-weight: bold;
    text-align: center;
}
.accept_text{
  padding: 12px 24px;
  line-height: 22px;
}












.process_head{
  overflow: hidden;
}
.pro_title_wrap{
  float: left;
}
.pro_btn_wrap{
  float: left;
  overflow: hidden;
  margin-left: 20px;
}
.pro_btn{
	width: 100px;
	height: 28px;
	border-radius: 4px;
	border: solid 1px #bdd9ff;
  line-height: 28px;
  color: #478be9;
  background-color: #fff;
  text-align: center;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
.pro_btn.active{
  color: #fff;
	background-color: #478be9;
}
.pro_body{
  padding-left: 24px;
}
.pro_body .view_process_btn{
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    color: #fff;
    background: #1080cc;
    border-radius: 2px;
    cursor: pointer;
}
/*.pro_body img{
  width: 100%;
  height: 100%;
}*/
.online_block, .offline_block{
  display: none;
}
.online_block.show_class,
.offline_block.show_class{
  display: block;
}
.charge_body{
  background-color: #f8f8f8;
	border-radius: 4px;
	border: solid 1px #eeeeee;
  box-sizing: border-box;
  padding: 8px 26px;
  color: #666;
}
.charge_txt{
  line-height: 30px;
}
.item_title_wrap{
  width: 100%;
	height: 48px;
	background-color: #f8f8f8;
	border-radius: 1px;
	border: solid 1px #eeeeee;
  color: #666;
  line-height: 48px;
  box-sizing: border-box;
  padding: 0 26px;
  overflow: hidden;
  cursor: pointer;
}
.book_icon{
  width: 20px;
  height: 16px;
  float: left;
  display: inline-block;
  background: url("../images/guide/book_icon.png") no-repeat center;
  background-size: 100% 100%;
  margin-right: 12px;
  margin-top: 16px;
}
.ba_item_title{
  float: left;
}
.fold_arrow{
  width: 16px;
  height: 16px;
  float: right;
  display: inline-block;
  background: url("../images/guide/arrow_down.png") no-repeat center;
  background-size: 100% 100%;
  margin-top: 16px;
}
.item_detail_wrap{
  padding: 20px 48px;
	background-color: #ffffff;
	border-radius: 1px;
	border-left: solid 1px #eeeeee;
	border-right: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
  display: none;
}
.set_ba_item.unfold .item_detail_wrap{
  display: block;
}
.set_ba_item.unfold .fold_arrow{
  background: url("../images/guide/arrow_up.png") no-repeat center;
  background-size: 100% 100%;
}
.form_item{
  margin-bottom: 20px;
}
.form_label{
  color: #999;
}
.form_content{
  color: #333;
  line-height: 22px;
}
.ro_wrap{
  overflow: hidden;
  padding: 0 30px;
  box-sizing: border-box;
}
.right_block{
  width: 50%;
  float: left;
}
.right_label{
  font-size: 16px;
  color: #666;
  font-weight: bold;
  margin-bottom: 18px;
}
.right_value{
  color: #999;
  line-height: 22px;
}
.shareModel {
    width: 800px;
    height: 150px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 50%;
    margin-left: -340px;
    top: 20%;
    padding: 30px;
    z-index: 20;
    display: none;
}
.shareModel>img {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 9%;
    right: 2%;
}
.shareModel>p {
    font-size: 18px;
    color: #000000;
    margin: 10px 0 20px 0;
}
.linkWrap{
  width: 100%;
  overflow: hidden;
}
.urlLinks {
    width: 85%;
    height: 46px;
    float: left;
    border: none;
    border-bottom: 2px solid #D8D8D8;
    /*margin-right: 10px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    line-height: 46px;
    font-size: 16px;
    color: #666;
}
.urlLinks:focus{
  outline: none;
}
.copyLink {
    width: 15%;
    height: 46px;
    text-align: center;
    line-height: 46px;
    float: left;
    background: #1492ff;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
}
.alertModal {
    width: 140px;
    height:  24px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 10%;
    padding: 30px;
    z-index: 20;
    display: none;
    text-align: center;
    display: none;
}
.alertModal>span{
  font-size: 20px;
}
.alertModal>img {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 3%;
    right: 2%;
}


.material_table{
  width: 100%;
  border-top: 1px solid #c5d5ea;
  border-left: 1px solid #c5d5ea;
  border-right: 1px solid #c5d5ea;
  line-height: 22px;
}
.material_table th {
  text-align: center;
  background: #f8f8f8;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 15px;
}
.material_table tbody tr {
  border-bottom: 1px dotted #b7c4d8;
  text-align: center;
}
.material_table tbody tr td{
  
  padding: 8px 15px;
}
.material_table tbody tr .td_detail{
  color: #327ee6;
  cursor: pointer;
}
.material_table tbody tr .example_tbl_text{
  color: #ea5020;
  cursor: pointer;
}
.material_table tbody tr .empty_tbl_text{
  color: #4faf24;
  cursor: pointer;
}

.materialTab tr td{
  width: 25%
}
.materialTab {
  margin-top: 20px;
}
.eva_guide_modal {
  display: none;
}
.eva_title{
  font-size: 18px;
  color: #000000;
  padding: 12px 0;
  font-weight: bold;
  border-bottom: 1px solid #D8D8D8;
}
.eva_form_item{
  overflow: hidden;
  margin-bottom: 22px;
}
.eva_form_label{
  float: left;
  font-size: 14px;
  color: #333;
  width: 20%;
  text-align: right;
  line-height: 24px;
}
.eva_form_content{
  float: left;
  font-size: 14px;
  color: #666;
  width: 80%;
}
.eva_modal_body{
  padding: 12px 0 0 0;
}
.eva_index_item{
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  color: #666;
  background-color: #e5f1fb;
  margin-right: 12px;
  margin-bottom: 12px;
  cursor: pointer;
}
.eva_index_item.active{
  color: #fff;
  background-color: #3f84ed;
}
.eva_form_content_textarea{
  border: 1px solid #D8D8D8;
}
.satisfy_item{
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  color: #666;
  background-color: #e5f1fb;
}
.m-modal__footer{
  text-align: center;
}
