#app .page-productService-wrapper .service-ask-wrapper {
    display: flex;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: white;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
}

#app .page-productService-wrapper .service-ask-wrapper .content{
    max-width: 1200px;
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-left: 40px;
    margin-right: 40px;
}

#app .page-productService-wrapper .service-ask-wrapper .content .title{
    font-size: 36px;
    align-self: center;
    font-weight: 400;
    color: #222222;
}

#app .page-productService-wrapper .service-ask-wrapper .content .line{
    width: 40px;
    align-self: center;
    height: 2px;
    margin-top: 22px;
    margin-bottom: 38px;
    background-color: #0E80D7;
}

#app .page-productService-wrapper .service-ask-wrapper .content .ask-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#app .page-productService-wrapper .service-ask-wrapper .content .ask-card .left{
    background-color: #F6F9FA;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    height: 439px;
    width: calc(50% - 10px);
    padding: 56px 50px 38px;
    box-sizing: border-box;
}

#app .page-productService-wrapper .service-ask-wrapper .content .ask-card .left .title{
    font-size: 24px;
    font-weight: 400;
    align-self: flex-start;
    color: #000000;
}

#app .page-productService-wrapper .service-ask-wrapper .content .ask-card .left .sub-title{
    font-size: 14px;
    margin-top: 19px;
    margin-bottom: 16px;
    font-weight: 400;
    color: #8B8C8C;
}

#app .page-productService-wrapper .service-ask-wrapper .content .ask-card .right{
    height: 439px;
    padding: 56px 50px 38px;
    width: calc(50% - 10px);
    background-color: #F6F9FA;
    display: flex;
    flex-direction: column;
}

#app .page-productService-wrapper .service-ask-wrapper .content .ask-card .right .title{
    display: flex;
    font-size: 24px;
    align-self: flex-start;
    font-weight: 400;
    color: #000000;
}

#app .page-productService-wrapper .service-ask-wrapper .content .ask-card .right .sub-title{
    font-size: 14px;
    margin-top: 20px;
    font-weight: 400;
    color: #8B8C8C;
}

#app .page-productService-wrapper .service-ask-wrapper .content .ask-card .right img{
    width: 150px;
    height: 150px;
    align-self: center;
    margin-top: 46px;
    margin-bottom: 48px;
}

#app .page-productService-wrapper .service-ask-wrapper .content .ask-card .right .phone {
    width: 100%;
    // background-color: white;
    align-self: center;
    height: 42px;
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color: #1890FF;
}
