.ws-product{
    margin: 0;
    padding: 0;
}
.service_content{
    width: 1000px;
    margin: 0 auto;
    margin-top: 30px;
}
.product_content{

}
.sersup_banner{
    background: url("../img/about/banner_bj.jpg") no-repeat center;
    width: 100%;
    height: 520px;
    text-align: center;
    color: #fff;
}
.online_div span,.buy_div span,.phone_div span{
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
.product_head{
    width: 1000px;
    position: relative;
    height: 300px;
}
.online_div{
    position: absolute;
    width: 64px;
    left: 155px;
    top: 166px;
}
.online_box{
    width:64px;
    height:64px;
    background:linear-gradient(220deg,rgba(248,246,182,1) 0%,rgba(239,206,6,1) 100%);
    border-radius:50%;
}
.buy_div{
    position: absolute;
    width: 100px;
    right: 458px;
    top: 60px;
}
.buy_box{
    width:76px;
    height:76px;
    background:linear-gradient(220deg,rgba(198,234,255,1) 0%,rgba(17,205,252,1) 100%);
    border-radius:50%;
}
.phone_div{
    position: absolute;
    width: 66px;
    right: 119px;
    top: 150px;
}
.phone_box{
    width:66px;
    height:66px;
    background:linear-gradient(220deg,rgba(255,237,198,1) 0%,rgba(252,105,17,1) 100%);
    border-radius:50%;
}
.point1{
    width:48px;
    height:48px;
    background:linear-gradient(220deg,rgba(198,255,210,1) 0%,rgba(60,173,150,1) 100%);
    border-radius:50%;
    position: absolute;
    top: 152px;
    left: 330px;
}
.point2{
    width:29px;
    height:29px;
    background:linear-gradient(220deg,rgba(255,253,198,1) 0%,rgba(252,219,17,1) 100%);
    border-radius:50%;
    position: absolute;
    top: 200px;
    right: 286px;
}
.product_box{
    position: relative;
    margin-top: 30px;
}
.support_box_title{
    font-size: 20px;
    color: #333;
}
.plan_box{
    margin-top: 30px;
    margin-bottom: 107px;
}
.plan_box a{
    text-decoration: none;
}
.support_box_line{
    height:2px;
    background:rgba(12,223,187,1);
    width: 30px;
    margin-top: 8px;
}
.plan_item{
    border:1px solid #fff;
    border-radius:5px;
    /*padding: 5px 10px;*/
    width: 244px;
    height: 78px;
    margin-right: 5px;
    margin-top: 39px;
    cursor: pointer;
}
.plan_item_title{
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}
