.Support_top {
    position: relative;
}

.Support_top img {
    width: 100%;
}

.Support_top .title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.Support_top .title h2 {
    font-size: 60px;
    font-weight: bold;
}
.Support_top .title span {
    font-size: 36px;
}
.Support_top .go {
    padding: 23px 0;
    text-align: right;
    color: #999;
}
.Support_top .go span{
    color: #333;
}
.Support .issue .carousel-inner{
    position: absolute;
    z-index: -1;
    margin-top: -66px;
}
.Support .issue .carousel-inner img{
    width: 100%;
}

.Support .issue_title h2{
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    margin-top: 96px;
}
.Support .issue .container{
    border-top: 1px solid #ccc;
}
.Support .issue .container .item_top{
    margin-bottom: 14px;
    margin-top: 56px;
}
.Support .issue .container .ask{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.Support .issue .container .answer{
    font-size: 20px;
    color: #ff6f06;
    font-weight: bold;
}
.Support .issue .container .item_bottom{
    display: flex;
}
.Support .issue .container .item_content{
    width: 59.5vw;
    padding-top: 4px;
}