.market_con1{
    width:100%;
    height:700px;
    background:url('../../img/marketSystem/bg1.jpg') no-repeat center center;
    background-size: cover;
    color:#fff;
    margin-top:88px;
}
.market_con1_box{
    flex-direction: column;
}
.market_con1_title{
    padding-top:170px;
    font-size:58px;
}
.market_con1_txt{
    padding-top:5px;
    font-size:34px;
}
.market_con1_tip{
    padding-top:25px;
    font-size:22px;
}
.market_con1_btn{
    margin-top:58px;
    font-size:22px;
    width:186px;
    height:48px;
    line-height: 48px;
    text-align: center;
    background: linear-gradient(to bottom,#FFEF6F,#FF993C);
    border-radius: 30px;
}

.market_con_title{
    color:#333;
    font-size:28px;
    padding-top:90px;
}
.advantage_box{

}
.advantage{
    height:420px;
}
.advantage_con{
    width:480px;
    height:300px;
    color:#333;
    font-size: 24px;
    flex-direction: column;
}
.advantage_con p{
    padding-bottom:20px;
}
.circle_box{
    width:240px;
    height:100%;
}
.circle_line{
    width:6px;
    height:100%;
    background-color: #92A7F8;
    position: relative;
}
.circle_line_helf{
    height:50%;
}
.circle_radio{
    width:60px;
    height:60px;
    line-height: 60px;
    text-align: center;
    background-color: #92A7F8;
    color:#fff;
    font-size: 28px;
    border-radius: 50%;
    position: absolute;
    left:50%;
    margin-left:-30px;
    top:50%;
}
.circle_radio_top{
    top:0;
}
.circle_radio_bottom{
    top:100%;
}
