body{
    background-color: #F2F2F2;
}
.help-head{
    padding-top:10px;
    padding-bottom: 10px;
}
.help-head .left img{
    width: 150px;
    height: 57px;
}
.help-head .right{
    display: flex;
    position: relative;
    top:10px;
}
.help-head .li{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 49px;
    padding: 5px 20px 5px 20px;
}
.help-head .li.on{
    background: #FF0000;
}
.help-head .li.on a{
    color: #ffffff;
}

/** 帮助中心的文章 start **/
.help-box-subject{
    flex:1;
    background: #FFFFFF;
    margin-left: 10px;
    position: relative;
    min-height: 600px;
}
.help-box-subject .start-quest{
    position: absolute;
    right: 10px;
    top: -59px;
}
.help-box-subject .s_container{
    background: #F6F6F6;
}
.help-box-subject .s_container_left{
    margin-left:20px;
    width: auto;
}
.help-box-subject .s_container_left a{
    text-decoration: none;
    color: #999999;
}
.help-box-subject .s_container_left span{
    color: #999999;
}
.help-box-subject .s_container_left .on{
    color: rgba(51, 51, 51, 1);
}
.help-box-subject .s_container_left a:hover{
    color: #E50113;
}
.help-box-subject .list{
    padding:20px;
}
.help-box-subject .list li{
    margin-left:20px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    list-style: disc;
    line-height: 45px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 913px;
}
.help-box-subject .list li a:hover{
    font-weight: 400;
    text-decoration: underline;
    color: #F0505A;
}
.help-box-subject .details{
    padding:20px 40px 20px 40px;
}
.help-box-subject .details .ll{

}
.help-box-subject .details .title{
    font-size: 16px;
    /*font-weight: bold;*/
    color: #333333;
    margin-bottom: 20px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    padding:20px 30px 20px 30px;
}
.help-box-subject .details .title h1 {
    font-weight: bold;
}
.help-box-subject .details .title .ll{
    margin-top:10px;
    display: flex;
    flex-wrap: wrap;
    line-height: 25px;
    font-size: 14px;
}
.help-box-subject .details .title .tag-lbl {
    float: left;
    font-size: 14px;
    line-height: 25px;
}
.help-box-subject .details .title .ll .li{
    font-size: 12px;
    padding: 0 10px 0 10px;
    margin: 0 5px 5px 10px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 13px;
    line-height: 25px;
}
.help-box-subject .details .title .ll .li:hover{
    color: #FF0000;
}
.help-box-subject .details .content {
    line-height: 25px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    padding:20px 30px 20px 30px;
    font-size: 16px !important;
}
.help-box-subject .details .content strong {
    font-weight: normal !important;
    font-size: 16px !important;
}
.help-box-subject .details .content .other{
    margin-top: 35px;
    text-align: center;
}
.help-box-subject .details .content .other .explain{
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 100px;
}
.help-box-subject .details .content .other .operation{
    display: flex;
    justify-content: center;
    margin-top:10px;
}
.help-box-subject .details .content .other .operation div{
    padding: 5px 20px 5px 20px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin-right: 10px;
    cursor:pointer;
}
.help-box-subject .details .content .other .operation img{
    margin-right: 5px;
}
.help-box-subject .details .content .other .praise-box{
    margin-top:10px;
    display: none;
}
.help-box-subject .details .content .other .praise-box img{
    margin-right: 5px;
}
.help-box-subject .details .content .other .praise-box a{
    color: #5DA7F3;
    margin-left:5px;
}
/** 帮助中心的文章 end **/

.question-top{
    clear: both;
    padding-top: 80px;
    padding-bottom: 160px;
    background: url(https://zdspat.oss-cn-hangzhou.aliyuncs.com/system/help/index-bg.png) center no-repeat;
    background-size: cover;
}
.question-top-title{
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 40px;
    text-align: center;
}
.question-top-search{
    display: flex;
    justify-content: center;
}
.question-top-search .input{
    background: #FFFFFF;
    border-radius: 25px;
    height: 50px;
    position: relative;
    width: 616px;
}
.question-top-search .input input{
    border: none;
    line-height: 50px;
    margin-left: 40px;
    width: 520px;
}
.question-top-search .button{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 42px;
    height: 42px;
    cursor:pointer;
}
.question-top-search .issue{
    color: #ffffff;
    height: 50px;
    background: #E32727;
    line-height: 50px;
    font-size: 16px;
    box-shadow: 0 0 12px 1px rgba(89, 16, 16, 0.24);
    border-radius: 25px;
    width: 140px;
    text-align: center;
    margin-left:20px;
    cursor:pointer;
}
.question-top-keyword{
    display: flex;
    width: 580px;
    justify-content: center;
    margin: 20px 0 0 290px;
}
.question-top-keyword .name{
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 0 2px 2px rgba(31, 33, 36, 0.42);
    margin-right: 10px;
}
.question-top-keyword .li{
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 0 2px 2px rgba(31, 33, 36, 0.42);
    margin-right: 20px;
}
.question-box{
    position: relative;
    top:-85px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
}
.question-box .question-box-menu{
    width: 217px;
    justify-content: space-around;
}
.question-box .question-box-menu .dt{
    display: flex;
    background: #F0505A;
    padding: 20px;
}
.question-box .question-box-menu .dt img{
    width: 37px;
    height: 37px;
    position: relative;
    top:5px;
}
.question-box .question-box-menu .dt .title{
    margin-left:10px;
}
.question-box .question-box-menu .dt .title .name{
    font-weight: 400;
    color: #FFFFFF;
    font-size: 24px;
}
.question-box .question-box-menu .dt .title .en{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
}
.question-box .question-box-menu .tag{
    background: #FFFFFF;
    padding:20px;
    margin-top:10px;
}
.question-box .question-box-menu .tag .tt{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.question-box .question-box-menu .tag .ll{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.question-box .question-box-menu .tag .ll .li{
    font-size: 12px;
    background: #F4F4F4;
    border-radius: 13px;
    line-height: 25px;
    padding: 0 6px;
    /*margin: 10px 10px 10px 0;*/
    margin-top: 10px;
    border: 1px solid #F4F4F4;
}
.question-box .question-box-menu .tag .ll .li:hover{
    border: 1px solid #FF0000;
    color: #FF0000;
}
.question-box .question-box-menu .more{
    text-align: center;
    margin-top: 20px;
}
.question-box .question-box-menu .more a{
    font-size: 12px;
    font-weight: 400;
    color: #333333;
}
.question-box .question-box-menu .list{
    background: #FFFFFF;
}
.question-box .question-box-menu .list .li{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EEEEEE;
    font-weight: 400;
    color: #333333;
    font-size: 16px;
    text-align: center;
    line-height: 55px;
}
.question-box .question-box-menu .list .li .level{
    display: flex;
    justify-content: center;
    cursor:pointer;
}
.question-box .question-box-menu .list .li .level.active .name a{
    color: #F0505A;
}
.question-box .question-box-menu .list .li .start-quest-left{
    background: url(../img/question/start-quest-left.png) center no-repeat;
    background-size: cover;
    height: 54px;
    width: 180px;
    margin:20px 0 20px 0;
}
.question-box .question-box-menu .list .li .start-quest-left:hover{
    background: url(../img/question/start-quest-left-on.png) center no-repeat;
}
.question-box .question-box-menu .list .li:last-child{
    border-bottom-style: none;
}
.question-box .question-box-menu .list .li .state{
    color: #F0505A;
    margin-left:10px;
    margin-right: 10px;
    width: 10px;
}
.question-box .question-box-menu .list .li .sublevel{
    display: none;
}
.question-box .question-box-menu .list .li .sublevel li{
    border-top: 1px dashed #dcdcdc;
    font-size: 14px;
    padding: 0 10px 0 10px;
    margin: 0 10px 0 10px;
}
.question-box-subject{
    flex:1;
    margin-left: 10px;
    position: relative;
    width: 0;
}
.question-box-subject .start-quest{
    position: absolute;
    right: 10px;
    top: -59px;
}
.question-box-subject .s_container{
    background: #F6F6F6;
}
.question-box-subject .s_container_left{
    margin-left:20px;
    /*width: auto;*/
    width: 100%;
}
.question-box-subject .s_container_left a{
    text-decoration: none;
    color: #999999;
}
.question-box-subject .s_container_left span{
    color: #999999;
}
.question-box-subject .s_container_left .on{
    color: rgba(51, 51, 51, 1);
}
.question-box-subject .s_container_left a:hover{
    color: #E50113;
}
.question-box-subject .list{
    padding:20px 0;
    background: #ffffff;
}
.question-box-subject .list li{
    margin-left:20px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    list-style: disc;
    line-height: 45px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 680px;
}
.question-box-subject .list li a:hover{
    font-weight: 400;
    text-decoration: underline;
    color: #F0505A;
}
.question-box-subject .details{
    padding:20px 40px 20px 40px;
}
.question-box-online{
    flex:1;
}
.question-box-online-card{
    background: #FFFFFF;
    margin-left: 10px;
    position: relative;
    /*min-height: 800px;*/
}
.question-box-online-card .s_container{
    background: #F6F6F6;
}
.question-box-online-card .s_container_left{
    margin-left:20px;
    width: auto;
}
.question-box-online-card .s_container_left a{
    text-decoration: none;
}
.question-box-online-card .s_container_left a:hover{
    color: #E50113;
}
.question-box-online .online{
    padding:20px;
}
.question-box-online .online .title{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
}
.question-box-online .online .title span{
    color: #EE1A1A;
}
.question-box-online .online textarea{
    border: 1px solid #FF0000;
    border-radius: 10px;
    width: 100%;
    height: 200px;
    padding:10px;
    color: #999999;
}
.question-box-online .online .describe{
    font-weight: 400;
    color: #666666;
    font-size: 14px;
    margin: 10px 0 0 10px;
}
.question-box-online .online .button-box{
    text-align: right;
}
.question-box-online .online .form-button{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    background: #E32727;
    box-shadow: 0 0 12px 1px rgba(89, 16, 16, 0.24);
    border-radius: 20px;
    line-height: 40px;
    width: 168px;
    margin-top:20px;
}
.question-box-online-card .online-list{
    min-height: 800px;
}
.question-box-online-card .latest-list{
    min-height: 300px;
}
.question-box-online-card .online-list .title{
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    border-bottom: 1px solid #DDDDDD;
    padding:10px 0 10px 10px;
    margin:20px 10px 0 10px;
}
.question-box-online-card .online-list .list{
    padding:20px;
}
.question-box-online-card .online-list .list li{
    margin-left:20px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    list-style: disc;
    line-height: 45px;
}
.question-box-online-card .online-list .list li h2 {
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: 480px;
}
.question-box-online-card .online-list .list li a:hover{
    font-weight: 400;
    text-decoration: underline;
    color: #F0505A;
}
.question-box-online-card .online-list .list li span{
    margin-left: 10px;
    background: #FFFFFF;
    border: 1px solid #FF0000;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #FF002A;
    padding: 2px 5px 2px 5px;
    /*float: left;*/
}
.question-box-online-card .online-list .list li span.on{
    border: 1px solid #0078FF;
    color: #0078FF;
}
.question-box-online-card .online-detail{
    padding:20px;
}
.question-box-online-card .online-detail .ask{
    margin-bottom: 20px;
}
.question-box-online-card .online-detail .ask .title{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 61px;
}
.question-box-online-card .online-detail .ask .title span{
    color: #EE1A1A;
}
.question-box-online-card .online-detail .ask .content{
    border: 1px solid #FF0000;
    border-radius: 10px;
    padding: 20px;
    font-size: 14px;
}
.question-box-online-card .online-detail .answer .title{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 61px;
}
.question-box-online-card .online-detail .answer .title span{
    font-size: 18px;
    font-weight: 500;
    color: #1A6AEE;
    line-height: 61px;
}
.question-box-online-card .online-detail .answer .content{
    border: 1px solid #0078FF;
    border-radius: 10px;
    padding:20px;
}
.question-box-online-card .online-detail .answer .solution{
    margin-bottom: 20px;
}
.question-box-online-card .online-detail .answer .service{
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    width: 110px;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0 5px 0;
    font-weight: 500;
    color: #666666;
    font-size: 14px;
}
.question-box-online-card .online-detail .answer .service img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.question-fruitless .top{
    margin-top:100px;
    text-align: center;
}
.question-fruitless .top .explain{
    margin-top:20px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.question-fruitless .top .explain span{
    color: #F0505A;
    margin-left:10px;
    margin-right: 10px;
}
.question-fruitless .other{
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 30px 0 20px 100px;
    margin:20px 50px 0 50px;
}
.question-fruitless .other .title{
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    text-align: center;
    margin-bottom: 30px;
}
.question-fruitless .other .list-box{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.question-fruitless .other .list-box .list-box-li{
    width: 33.33%;
    display: flex;
}
.question-fruitless .other .list-box .list-box-li .icon{
    margin-right: 10px;
}
.question-fruitless .other .list-box .list-box-li .subject .name{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.question-fruitless .other .list-box .list-box-li .subject{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}
.question-fruitless .other .list-box .list-box-li .subject .operation{
    border: 1px solid #DDDDDD;
    font-size: 12px;
    font-weight: 400;
    color: #3874EC;
    text-align: center;
    width: 60px;
    cursor:pointer;
    margin-top:10px;
    line-height: 20px;
}
.question-fruitless .other .list-box .list-box-li .subject .operation a{
    color: #3874EC;
}
/**
上下页
 */
.question-page-up-down{
    padding: 0px 20px 20px 40px;
}
.question-page-up-down a{
    line-height: 30px;
}
.question-page-up-down a:hover{
    color: #EC2020;
}


.question-box-right-box{
    margin-left: 10px;
    width: 265px;
    margin-bottom: 50px;
}
.question-box-right-box .box{
    background: #ffffff;
    padding: 15px;
    margin-bottom: 10px;
}
.question-box-right-box .box .name{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #DDDDDD;
}

.question-box-right-box .box .correlation-box .li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}
.question-box-right-box .box .correlation-box .li:hover a {
    color: #F0505A;
}

.question-box-right-box .box .form-content{
    margin-bottom: 10px;
}
.question-box-right-box .box .form-content .input-box{
    line-height: 35px;
    height: 35px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    position: relative;
    width: 100%;
}
.question-box-right-box .box .form-content .input-box input{
    border: none;
    width: 100%;
    padding-left:25px;
    padding-right:5px;
}
.question-box-right-box .box .form-content .input-box .icon{
    position: absolute;
    left: 5px;
}
.question-box-right-box .box .form-content .input-box .icon image{
    width: 14px;
    height: 14px;
}
.question-box-right-box .box .form-content.flex .btn-box{
    border:none;
}
.question-box-right-box .box .form-content.flex .btn-box .btn{
    background: #EB3251;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    height: 35px;
    width: 100%;
}
.question-box-right-box .box .form-content.flex .btn-box .btn:disabled {
    background: #EFEFEF;
    color: #999999;
}
.question-box-right-box .box .index-buy-form-button{
    background: #EB3251;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    height: 35px;
    width: 100%;
    margin-bottom: 20px;
    font-weight: bold;
}
.question-box-right-box .box .flex{
    display: flex;
}
.question-box-right-box .box .form-content .input-box.ll{
    flex: 1;
}
.question-box-right-box .box .form-content .input-box.rr{
    width: 85px;
    margin-left: 5px;
}
.question-box-right-box .box .form-content .agreement{
    font-size: 10px;
}
.question-box-right-box .box .form-content .agreement input{
    width: 10px;
    position: relative;
    top: 3px;
}
.question-box-right-box .box .form-content .agreement a{
    font-size: 10px;
    color: #E93442;
}
.question-box-right-box .box .recommend-box .item{
    margin-bottom: 10px;
}
.question-box-right-box .box .recommend-box .item a{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.question-box-right-box .box .recommend-box .item a:hover{
    color: #F0505A;
}
.question-box-right-box .box .knowledge-box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.question-box-right-box .box .knowledge-box .li{
    line-height: 25px;
    background: #F4F4F4;
    border-radius: 13px;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.question-box-right-box .box .knowledge-box .li:hover a {
    color: #F0505A;
}
.question-box-right-box .box .correlation-box .item{
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.question-box-right-box .box .correlation-box .item a{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.question-box-right-box .box .correlation-box .item a:hover{
    color:#F0505A;
}
.question-box-subject .details{
    background: #ffffff;
}
.question-box-subject .details .title{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    padding-bottom: 15px;
}
.question-box-subject .details .label-box{
    display: flex;
}
.question-box-subject .details .label-box .name{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    width: 80px;
}
.question-box-subject .details .label-box .list-box{
    display: flex;
    flex-wrap: wrap;
}
.question-box-subject .details .label-box .list-box .item {
    margin-bottom: 10px;
}
.question-box-subject .details .label-box .list-box .item a{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 13px;
    line-height: 22px;
    padding: 5px 20px;
    margin-right: 10px;
}
.question-box-subject .details .label-box .list-box .item a:hover{
    color: #FF0000;
}
.question-box-subject .details .answer{
    display: flex;
    align-items:center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.question-box-subject .details .answer .name{
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    margin-right: 5px;
}
.question-box-subject .details .answer .wire{
    height: 1px;
    background: #999899;
    flex: 1;
}
.question-box-subject .details .head-portrait-box{
    display: flex;
}
.question-box-subject .details .head-portrait-box .head-portrait{
    margin-right: 20px;
}
.question-box-subject .details .head-portrait-box .head-portrait img{
    width: 50px;
    height: 50px;
}
.question-box-subject .details .head-portrait-box .name-box .name{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 5px;
}
.question-box-subject .details .head-portrait-box .name-box .time{
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}
.question-box-subject .details .content{
    margin-top: 20px;
    line-height: 25px;
    margin-bottom: 30px;
}
.question-box-subject .details .answer-list{
    margin-top: 30px;
}
.question-box-subject .details .answer-list .answer-item{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #DDDDDD;
}
.question-box-subject .details .answer-list .answer-item:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.question-box-subject .details .answer-list .operation{
    display: flex;
}
.question-box-subject .details .answer-list .operation .praise{
    height: 34px;
    line-height: 34px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 0 20px;
    margin-right: 20px;
    cursor:pointer;
}
.question-box-subject .details .answer-list .operation .no-praise{
    height: 34px;
    line-height: 34px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 0 20px;
    cursor:pointer;
}
.question-box-subject .details .answer-list .operation img{
    margin-right: 10px;
}
.question-box-subject .similar-issue-box{
    background: #FFFFFF;
    padding: 30px 40px;
    margin-top: 10px;
}
.question-box-subject .similar-issue-box .title{
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
    text-align: center;
}
.question-box-subject .similar-issue-box .list .item{
    border-bottom: 1px dotted #DDDDDD;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.question-box-subject .similar-issue-box .list .item:last-child{
    border-bottom:none;
    margin-bottom:0;
}
.question-box-subject .similar-issue-box .list .item .ask{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    padding-bottom: 15px;
}
.question-box-subject .similar-issue-box .list .item .ask span{
    color: #EC2A2A;
}
.question-box-subject .similar-issue-box .list .item .reply{
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 10px;
}
.question-box-subject .similar-issue-box .list .item .reply span{
    color: #EC2A2A;
    font-size: 18px;
}
.question-box-subject .similar-issue-box .list .item .statistics-box{
    display: flex;
}
.question-box-subject .similar-issue-box .list .item .statistics-box .statistics{
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}
.question-box-subject .similar-issue-box .list .item .statistics-box a{
    font-size: 14px;
    font-weight: 500;
    color: #2986E6;
    margin-left: 25px;
}
.question-box-subject .advantage-service-box{
    background: #ffffff;
    padding:30px;
    margin-top: 10px;
}
.question-box-subject .advantage-service-box .title{
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    padding-bottom: 30px;
}
.question-box-subject .advantage-service-box .box-container{
    /*width: 678px;*/
    width: 100%;
}
.question-box-subject .advantage-service-box .box-container .other{
    width: 240px;
}
.question-box-subject .advantage-service-box .box-container .service-box .we-box .list-box .item{
    padding: 10px 20px;
}
.question-box-subject .advantage-service-box .service-box .we-box .title-box .img{
    width: 80px;
    height: 13px;
}
.question-box-subject .advantage-service-box .service-box .we-box .title-box{
    padding: 0 25px;
}
.question-box-subject .advantage-service-box .service-box .we-box .list-box .item .name{
    font-size: 16px;
    padding-left: 20px;
    padding-bottom: 5px;
}
.question-box-subject .advantage-service-box .service-box .we-box .list-box .item .clause{
    font-size: 12px;
}
.question-box-subject .advantage-service-box .service-box .other .clause{
    padding-top: 30px;
    padding-bottom: 30px;
}
.question-box-subject .handpick-box{
    margin-top: 10px;
    background: #ffffff;
    padding: 30px 40px;
}
.question-box-subject .handpick-box .title{
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}
.question-box-subject .handpick-box .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.question-box-subject .handpick-box .list .item{
    height: 165px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px 0px rgba(18, 18, 18, 0.09);
    padding:10px;
    width: 145px;
    margin-bottom: 10px;
}
.question-box-subject .handpick-box .list .item:last-child{
    margin-right:0;
}
.question-box-subject .handpick-box .list .item img{
    width: 100%;
    height: 90px;
    object-fit: cover;
}
.question-box-subject .handpick-box .list .item .trademark-img{
    object-fit: scale-down;
}
.question-box-subject .handpick-box .list .item .name{
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.question-box-subject .handpick-box .list .item .name a{
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}
.question-box-subject .handpick-box .list .item:hover .name a {
    color: #F0505A;
}
.question-box-subject .handpick-box .list .item .describe{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}
.question-label-box{
    top: 0;
    display: flex;
    margin-bottom: 30px;
}
.question-label-box .label-box{
    /*flex: 1;*/
    /*width: 0;*/
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    /*align-items: flex-start;*/
}
.question-label-box .label-box .label{
    width: 16.66%;
    padding:20px;
    text-align: center;
}
.question-label-box .label-box .label:hover a {
    color: #F0505A;
}

