.banner {
  width: 100%;
  height: 593px;
  background-image: url("/images/tocmart/banner.png");
  background-size: 100% 100%;
  margin-top: 80px;
  padding-top: 154px;
}

.box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 910px;
  margin:0 auto;
}

.box .left {
  width: 200px;
  height: 200px;
  background: #FFFFFF;
  border-radius: 50%;
  display:flex;
  align-items: center;
  justify-content:center;
}

.box .left img {
  width: 145.6px;
  height: 74.4px;
}

.box .center {
  width: 3px;
  height: 247px;
  background: #FFFFFF;
}

.box .right .top {
  font-size: 40px;
    
  font-weight: 400;
  color: #FFFFFF;
}

.box .right .middle {
  font-size: 75px;
    
  font-weight: bold;
  color: #FFFFFF;
}

.box .right .bottom {
  font-size: 15px;
    
  font-weight: 400;
  color: #FFFFFF;
}

.consult {
  cursor: pointer;
  width: 200px;
  height: 40px;
  background: #7FBE25;
  border-radius: 20px;
  font-size: 25px;
    
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  margin: 83px auto 0;
}

.reason {
  padding: 74px 0 80px;
}

.title {
  font-size: 30px;
    
  font-weight: 500;
  color: #333333;
  text-align: center;
}

.line {
  width: 130px;
  margin: 15px auto 55px;
  display: flex;
  justify-content: space-between;
}

.line .short {
  width: 5px;
  height: 5px;
  background: #F29200;
  ;
}

.line .long {
  width: 100px;
  height: 5px;
  background: #F29200;
  ;
}

.people {
  position: relative;
  width: 1200px;
  height: 227px;
  background: #EEEEEE;
  margin: 0 auto;
  padding: 51px 0 0 31px;
}

.people .content {
  font-size: 20px;
    
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.people .key {
  position: absolute;
  left: 25px;
  top: -25px;
  width: 398px;
  height: 50px;
  background: #7FBE25;
  font-size: 25px;
    
  font-weight: 500;
  color: #FFFFFF;
  padding-top: 3px;
  text-align: center;
}

.people .key span {
  font-size: 30px;
  ;
}

.chart {
  width: 1200px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}

.chart>div {
  position: relative;
  width: 585px;
  height: 331px;
  background: #FFFFFF;
  border: 1px solid #A0A0A0;
  padding: 30px 0 0 45px;
}

.three_line {
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: 25px;
    
  font-weight: 400;
  color: #7FBE25;
}

.line1 {
  position: absolute;
  top: 23px;
  right: 107px;
  font-size: 20px;
    
  font-weight: 400;
  color: #333333;
}

.line2 {
  position: absolute;
  top: 106px;
  right: 71px;
  font-size: 20px;
    
  font-weight: 400;
  color: #333333;
}

.line3 {
  position: absolute;
  top: 142px;
  right: 51px;
  font-size: 20px;
    
  font-weight: 400;
  color: #333333;
}

.line4 {
  position: absolute;
  top: 23px;
  right: 107px;
  font-size: 20px;
    
  font-weight: 400;
  color: #333333;
}

.line5 {
  position: absolute;
  top: 54px;
  right: 71px;
  font-size: 20px;
    
  font-weight: 400;
  color: #333333;
}

.line6 {
  position: absolute;
  top: 84px;
  right: 35px;
  font-size: 20px;
    
  font-weight: 400;
  color: #333333;
}

.total{
    width:100%;
    height:904px;
    background-image: url("/images/tocmart/total.png");
    background-size: 100% 100%;
    padding-top:74px;
}

.total .title{
    color: #FFFEFE;
}

.total .line {
    margin-bottom:30px;
}

.level{
    width:680px;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.level .left{
    font-size: 25px;
  
font-weight: 500;
color: #FFFFFF;
width: 150px;
height: 150px;
background: #7FBE25;
border-radius: 50%;
text-align: center;
}

.level .left img {
    display: block;
    width:50px;
    height:50px;
    margin:29px auto 13px;
}

.level .right{
    font-size: 20px;
  
font-weight: 400;
color: #FFFFFF;
width:506px;
}

.level {
    margin-top:20px;
}

.hard {
  width:100%;
  height:709px;
  background:#fff;
  padding-top:74px;
}

.hard .line{
  margin-bottom:0;
}

.card{
  width:1200px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card-item{
  position: relative;
  width: 500px;
height: 193px;
background: #EEEEEE;
margin-top:55px;
}

.card-btn{
  position: absolute;
  left:-20px;
  top:-25px;
  width: 200px;
height: 50px;
background: #7FBE25;
border-radius: 0px 25px 25px 0px;
font-size: 25px;
  
font-weight: 500;
color: #FFFFFF;
line-height: 50px;
text-align: center;
}

.card-content{
  font-size: 20px;
  
font-weight: 400;
color: #333333;
margin:0 30px;
padding-top:49px;
line-height: 30px;
}

.advantage {
  width:100%;
  background: #EEEEEE;
  padding:74px 0 80px 0;
}

.main {
  width:1200px;
  margin: 0 auto;
}

.main .line{
  margin-bottom:26px;
}

.small_title{
  display: flex;
  align-items: center;
  font-size: 25px;
  
font-weight: 400;
color: #333333;
margin-bottom:26px;
}

.small_title .left{
  width: 5px;
height: 23px;
background: #F29200;
margin-right:11px;
}

.baicard{
  display: flex;
  justify-content: space-between;
  margin-bottom:46px;
}

.baicard>div{
  width: 270px;
height: 432px;
background: #FFFFFF;
border: 1px solid #D2D2D2;
border-radius: 15px;
}

.baicard_pic{
  display: block;
  width:60px;
  height:60px;
  margin:30px auto;
}

.baicard_title{
  font-size: 25px;
  
font-weight: 500;
color: #FFFFFF;
  width:100%;
  height: 34px;
background: #7FA725;
line-height: 34px;
text-align: center;
}

.baicard_content{
  font-size: 20px;
  
font-weight: 400;
color: #333333;
line-height: 30px;
margin:15px 20px;
}

.baicard .grey{
  background: #808080;
}

.baicard .light {
  color:#F27D00;
}

.ad_title{
  margin:0 127px;
  font-size: 20px;
  
font-weight: 400;
color: #666666;
text-align: center;
margin-bottom: 17px;
}

.model{
  padding:28px 0 30px 0;
  background: #fff;
  margin-bottom:46px;
}

.model_title{
  font-size: 20px;
  
font-weight: 500;
color: #333333;
text-align: center;
}

.model img{
  display: block;
  width:1140px;
  height:323px;
  margin:27px auto 0;
}

.chanchu{
  display: flex;
  justify-content: space-between
}

.chanchu>div{
  width: 220px;
height: 510px;
background: #FFFFFF;
border: 1px solid #D2D2D2;
border-radius: 10px;
}

.chanchu_pic{
  width:95px;
  height:95px;
  background: #7FBE25;
  border-radius: 50%;
  margin:40px auto 22px;
  padding-top:23px;
}

.chanchu_pic img {
  display: block;
  width:50px;
  height:50px;
  margin:0 auto;
}

.chanchu_title{
  font-size: 25px;
  
font-weight: 500;
color: #7FBE25;
text-align: center;
}

.chanchu_content{
  font-size: 20px;
  
font-weight: 400;
color: #333333;
line-height: 30px;
margin:13px 19px 0 ;
}

.grey{
  background: #808080;
}

.fangan {
  width:100%;
  height:1618px;
  background-image: url("/images/tocmart/fangan.png");
  background-size: 1005 100%;
  padding-top:74px;
}

.fangan .title{
color: #FFFEFE;
}

.fangan .small_title {
  color: #EEEEEE;
}

.liucheng {
  background:#fff;
  padding:30px 0 27px 0;
  margin-bottom:47px;
}

.liucheng img{
  display: block;
  width:1140px;
  height:525px;
  margin:0 auto;
}

.liucheng_content{
  font-size: 20px;
  
font-weight: 400;
color: #333333;
margin-left:34px;
}

.buzhou{
  background: #fff;
  padding:30px 0;
}

.buzhou img{
 display: block;
 width:1140px;
 height:492px;
 margin:0 auto;
}

.shijian{
  width:100%;
  background: #EEEEEE;
  padding:74px 0 100px 0;
}

.shijian .line{
  margin-bottom:30px;
}

.shijian_card{
  width: 1200px;
height: 150px;
background: #FFFFFF;
border: 2px solid #D2D2D2;
display: flex;
align-items: center;
padding-right:30px;
margin:20px auto 0;
}

.shijian_card .left{
  width: 15px;
height: 100%;
background: #7FBE25;
}

.shijian_card .center{
  flex:1;
  margin:0 62px 0 30px;
}

.shijian_card .center_top{
  font-size: 20px;
  
font-weight:550;
color: #666666;
}

.shijian_card .center_bottom{
  font-size: 18px;
  
font-weight: 400;
color: #666666;
margin-top:17px;
}

.shijian_card .right{
  width:205px;
  height:98px;
}

.shijian .grey{
background: #939597;
}

.shijian .consult {
  margin-top:100px;
}

.funeng{
  padding:74px 0 80px 0;
  background: #fff;
}

.funeng .line{
  margin-bottom:80px;
}

.cert{
  width: 100%;
  height:332px;
  background: #EEEEEE;
}

.cert .main {
  position: relative;
  height:100%;
}

.main_right{
margin-left:646px;
padding-top:46px;
}

.main_content{
  font-size: 20px;
  
font-weight: 400;
color: #666666;
}

.main_content span{
  color:#7FBE25;
}

.main_content>div {
  margin-bottom:10px;
}

.cert .small_title{
  margin-bottom: 22px;
}

.main_left{
  display: block;
  position: absolute;
  top:-50px;
  left:0;
  width:596px;
  height:432px;
}

.module{
  width:1200px;
  margin:80px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.module-item{
  width: 290px;
height: 388px;
background: #FFFFFF;
border: 1px solid #D2D2D2;
margin-top:20px;
}

.module-name{
  font-size: 25px;
  
font-weight: 400;
color: #FFFFFF;
  width: 250px;
height: 50px;
background: #7FBE25;
line-height: 50px;
margin:25px auto 0;
text-align: center;
}

.module-title{
  font-size: 20px;
  
font-weight: 550;
color: #666666;
margin:16px 20px 0;
}

.module-content{
  font-size: 18px;
    
  font-weight: 400;
  color: #666666;
  margin:0 18px;
  line-height: 20px;
}

.module-content>div{
  margin-top:10px;
}

.module .grey{
  background: #EEEEEE;
}

.module .light{
  color:#F27D00;
}