a, a:hover {
    text-decoration: none;
}

li {
    list-style-type: none;
}

.comment {
    margin: 0 auto;
}

.title1 {
    height: 12vw;
    line-height: 12vw;
    font-size: 5vw;
    border-bottom: 1px #d3d3d3 solid;
    width: 100%;
    margin-bottom: 20px;

}

.title1-sp {
    display: inline-block;
    padding: 0 10px;
    font-weight: bold;
}

.title1 .active {
    color: #054fac;
    border-bottom: 2px #054fac solid;
}

.row {
    margin: 0;
}

.gdbtn {
    width: 100%;
    margin: 20px auto;
    font-size: 3vw;
    text-align: center;
}

.gdbtn-a {
    width: 70vw;
    height: 8vw;
    line-height: 8vw;
    text-align: center;
    background: #ededed;
    color: #8e8e8e;
    display: inline-block;
    border-radius: 20px;
    font-size: 3vw;
}


.t4 {
    border: 0;
}

.tabs {
    margin-top: 20px;
    font-size: 4vw;
}

.tabs-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

.tabs-time {
    color: #999999;
    text-align: right;
}

.tabs-lin {
    padding: 0;
    overflow: auto;
    height: 10vw;
    line-height: 10vw;
}

.tabs-lin a {
    font-size: 4vw;
}

.carousel, .carousel-inner, .item {
    height: 50vw;
}

