body {
  background-color: #F2F4F7;
}

#banner_inside h1 {
  top: 120px;
  text-align: left;
}

#banner_inside .line {
  height: 1px;
  width: 50px;
  background-color: #fff;
  position: absolute;
  top: 185px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 3px;
}

#banner_inside p {
  height: 30px;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 220px;
  right: 0;
  text-align: left;
  line-height: 30px;
  letter-spacing: 3px;
}

.agent_title {
  font-size: 30px;
  color: #3D63DD;
  margin: 60px auto;
}

.agent_title::after {
  content: '';
  width: 60px;
  height: 2px;
  display: block;
  background-color: #3D63DD;
  margin-top: 10px;
}

/* 合作优势 */

.cooperation .cooperation_type{
  display: flex;
  justify-content: space-between;
}

.cooperation .cooperation_type li{
  width: 33.3%;
}

.cooperation .cooperation_type .radius{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #EBEBF7;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

.cooperation .cooperation_type svg{
  width: 40px;
  height: 40px;
}

.cooperation .cooperation_type .type_title{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 10px;
}

.cooperation .cooperation_type .type_desc{
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-align: center;
}

/* 代理优势 */
.advantage .tabs {
  background-color: #fff;
}

.tabs ul {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.tabs .tab_title {
  color: #BBBBBB;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}

.tabs .tab_title i {
  font-size: 40px;
}

.tabs .tab_title.active {
  color: #666666;
}

.tabs .tab_title.active i {
  color: #7A79F0;
}

.advantage .tab_content {
  background-color: #7370EB;
  color: #fff;
}

.tab_content .tab_item {
  display: none;
  position: relative;
  padding: 40px 0;
}

.tab_content .tab_item::before {
  content: '';
  border-width: 20px;
  border-style: solid;
  position: absolute;
  top: -40px;
  left: 20px;
  border-color: transparent transparent #7370EB transparent;
}

.tab_content .tab_item:nth-child(2)::before {
  left: 160px;
}

.tab_content .tab_item:nth-child(3)::before {
  left: 310px;
}

.tab_content .tab_item:nth-child(4)::before {
  left: 470px;
}

.tab_content .tab_item:nth-child(5)::before {
  left: 630px;
}

.tab_content .tab_item:nth-child(6)::before {
  left: 800px;
}

.tab_content .tab_item:nth-child(7)::before {
  left: 960px;
}

.tab_content .tab_item:nth-child(8)::before {
  left: 1120px;
}

.advantage .tab_content .tab_item p {
  font-size: 80px;
  line-height: 80px;
  font-family: monospace;
  padding-left: 80px;
  margin-bottom: -40px;
}

.advantage .tab_content .tab_item p:last-child {
  text-align: right;
}

.advantage .tab_content .advantage_content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.advantage .tab_content .advantage_content i {
  font-size: 80px;
  margin-right: 15px;
}

.advantage .tab_content .advantage_content h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.tab_content .tab_item.active {
  display: block;
}

/* 代理商等级 */

.level ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 50px;
}

.level ul .contrast_list {
  width: 28%;
  text-align: center;
  background-color: #fff;
  height: 1144px;
}

.level ul .contrast_title {
  height: 156px;
  line-height: 156px;
}

.level .contrast_list ol li {
  line-height: 52px;
  color: #666;
  font-size: 18px;
}

.level .contrast_list ol li:nth-child(odd) {
  background-color: #F2F2F2;
}

.level ul .level_list {
  width: 18%;
  text-align: center;
  height: 1144px;
  /* border-radius: 5px; */
  /* overflow: hidden; */
  background-color: #F0F0F0;
  transition: all .5s;
}

.level ul .level_list .level_title {
  height: 156px;
  color: #fff;
  padding-top: 30px;
  position: relative;
}

.level ul .level_list .level_title i{
  position: absolute;
  right: 20px;
  top: -10px;
  font-size: 38px;
  color: #FF7F33;
}

.level ul .level_list .level_title i span{
  color: #fff;
  font-size: 18px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.level ul .level_list ol{
  height: 988px;
}

.level ul .level_list li{
  line-height: 52px;
  color: #fff;
  font-size: 18px;
}

.level ul .level_list li .iconcuo{
  color: #EF2312;
  font-size: 20px;
}

.level ul .level_list li .iconduihao{
  color: #03FD07;
  font-size: 20px;
}

.level ul .level_list:nth-child(2) {
  background-color: #D2D3F4;
}

.level ul .level_list:nth-child(2) li:nth-child(odd){
  background-color: #B6B5F1;
}

.level ul .level_list:nth-child(3) {
  background-color: #B2B2F1;
}

.level ul .level_list:nth-child(3) li:nth-child(odd){
  background-color: #A2A1EF;
}

.level ul .level_list:nth-child(4) {
  background-color: #9391EE;
}

.level ul .level_list:nth-child(4) li:nth-child(odd){
  background-color: #8D8AED;
}

.level ul .level_list:nth-child(5) {
  background-color: #7370EB;
}

.level ul .level_list:nth-child(5) li:nth-child(odd){
  background-color:#5D5ADD;
}

.level ul .level_list.active{
  height: 1144px;
  box-shadow:0px 0px 9px 0px rgba(7,7,31,0.4);
  transform: translateY(-20px);
}

.level ul .level_list.active .level_title{
  height: 176px;
}

.level .level_name {
  font-size: 20px;
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
}

.level .level_price {
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  text-align: left;
  padding-left: 20px;
}

.level .level_title a {
  width: 124px;
  height: 39px;
  background: rgba(243, 247, 255, 1);
  border: 1px solid rgba(47, 130, 255, 1);
  border-radius: 4px;
  display: inline-block;
  line-height: 37px;
  color: #2F82FF;
  margin-top: 20px;
}

/* 代理流程 */

.process ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.process ul:nth-child(2) {
  padding: 0 10px;
}

.process ul i {
  font-size: 50px;
  color: #3D63DD;
}

.process .arrow i {
  font-size: 24px;
  margin-left: -15px;
}

.process .arrow i:first-child {
  opacity: 0.4;
}

.process .arrow i:nth-child(2) {
  opacity: 0.7;
}


.process .steps li {
  font-size: 100px;
  color: #fff;
  font-weight: bold;
  position: relative;
  width: 80px;
  text-align: center;
  line-height: 120px;
}

.process .steps li span {
  position: absolute;
  left: 8px;
  top: 50px;
  font-size: 16px;
  color: #3D63DD;
  background-color: #F2F4F7;
  line-height: 20px;
}

/* 代理系统简介 */

.system {
  margin-bottom: 40px;
}

.system .tabs ul {
  padding: 0 40px;
  padding-bottom: 30px;
}

.system .tab_title.active {
  color: #3D63DD;
}

.system .tab_title.active i {
  color: #3D63DD;
}

.system .tab_content {
  background-color: #fff;
}

.system .tab_content .tab_item::before {
  border-color: transparent transparent #fff transparent;
  left: 60px;
}

.system .tab_content .tab_item:nth-child(2)::before {
  left: 190px;
}

.system .tab_content .tab_item:nth-child(3)::before {
  left: 350px;
}

.system .tab_content .tab_item:nth-child(4)::before {
  left: 500px;
}

.system .tab_content .tab_item:nth-child(5)::before {
  left: 660px;
}

.system .tab_content .tab_item:nth-child(6)::before {
  left: 810px;
}

.system .tab_content .tab_item:nth-child(7)::before {
  left: 960px;
}

.system .tab_content .tab_item:nth-child(8)::before {
  left: 1110px;
}



.system .tab_item {
  text-align: center;
}

.system img {
  width: 1015px;
  height: 540px;
  box-shadow: 0px 4px 21px 3px rgba(190, 190, 190, 0.28);
}
