.ET_header{
  background-image: url(../images/oneThing/header_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 600px;
  box-sizing: border-box;
  padding-top: 80px;
}
.container{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.page_title{
  width: 44%;
  margin: 0 auto;
}
.page_title img{
  width: 100%;
}
.page_intro{
  width: 90%;
  margin: 0 auto;
}
.page_intro img{
  width: 100%;
}
.return_mainPage{
  position: absolute;
  border-radius: 20px;
  border: solid 1px white;
  background-color: rgba(247,249,250,0.2);
  color: white;
  width: 9%;
  text-align: center;
  padding: 6px 0;
  right: 0;
  top: 0px;
}
.ET_container{
  padding-bottom: 50px;
}
.oneThing_data{
  background-image: url(../images/oneThing/oneThing_data.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: end;
  height: 146px;
  margin-top: 20px;
}
.some_data{
  display: flex;
  align-items: center;
  width: 46%;
}
.some_data li{
  width:auto;
  margin-right: 56px;
}
.oneThing_data_num{
  color:#1746D4;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.oneThing_data_num span{
  font-size: 30px;
}
.oneThing_data_label{
  color: #808080;
  font-size: 18px;
  text-align: center;
}
.wrap_head{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: 0 auto;
  margin-top: 30px;
}
.wrap_head_line{
  width: 110px;
  border-bottom: solid 4px #1536AA;
}
.wrap_title{
  font-size: 28px;
  color: #383838;
  margin: 0 40px;
}
.three_tab{
  width: 62%;
  margin: 30px auto;
  display: flex;
  background-color: #f2f7ff;
  border-radius: 8px;
  /* margin: 30px 40px; */
}
.three_tab a{
  width: 50%;
}
.three_tab a:nth-child(2){
  display: none;
}
.three_tab li{
  position: relative;
  padding: 22px 0;
}
.chooseTab .tab_choose{
  display: block;
}
.chooseTab .tab_name{
  color: white;
}
.tab_name{
  text-align: center;
  font-size: 20px;
  color: #323232;
  z-index: 10;
  position: relative;
}
.tab_choose{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.tab_choose img{
  width: 100%;
}
.rs_block{
  border: solid 1px #E5E5E5;
  border-radius: 8px;
  padding: 20px;
}
.rs_item{
  position: relative;
}
.rs_item_type{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.rs_item_type li{
  width: 7%;
  position: relative;
  cursor: pointer;
}
.rs_item_pic{
  width: 100%;
}
.rs_item_pic img{
  width: 100%;
}
.rs_item_blue{
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  display: none;
}
.rs_item_blue img{
  width: 100%;
}
.rs_item_title{
  font-size: 17px;
  color: #383838;
  text-align: center;
  margin-top: 10px;
}
.rs_item_line{
  width: 94%;
  margin: 0 auto;
  position: absolute;
  bottom: 37px;
  left: 0;
  right: 0;
}
.rs_item_line img{
  width: 100%;
}
.rsItem_choose .rs_item_pic{
  display: none;
}
.rsItem_choose .rs_item_blue{
  display: block;
}
.rsItem_choose .rs_item_title{
  color: #0058F0;
}
.rs_item_main{
  border-radius: 16px;
  background: linear-gradient(to bottom, #095CEB, #73A9FA);;
  padding: 16px;
  margin-top: 50px;
  position: relative;
}
.rs_type{
  color: white;
  font-size: 17px;
  margin-left: 6px;
}
.matter_list{
  background-color: white;
  border-radius: 16px;
  margin-top: 16px;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}
.matter_list li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: solid 1px #D6D6D6;
}
.matter_list a:last-child li{
  border-bottom: none;
}
.matter_logo{
  width: 44px;
  height: 44px;
}
.matter_logo img{
  width: 100%;
  height: 100%;
}
.matter_title{
  width: 83%;
}
.matter_check{
  background-color: #F7F9FA;
  color: #383838;
  font-size: 16px;
  width: fit-content;
  padding: 8px 20px;
  border-radius: 20px;
}
.rs_type_pic{
  position: absolute;
  top: -28px;
  right: 40px;
  width:110px;
}
.rs_type_pic1,.rs_type_pic8,.rs_type_pic9{
  top: -32px;
  right: 40px;
  width: 80px!important;
}
.rs_type_pic img{
  width: 100%;
}