.div1 {
    width: 100%;
    padding: 25px 5px;
    border-bottom: 10px solid #eff4f9;
    overflow: auto;
}

.div1 .col-xs-3 {
    padding: 0 5px;
    margin-bottom: 10px;
    text-align: center;
}

.div1 .col-xs-3 img {
    width: 12vw;
    height: 12vw;
}

.div1 .col-xs-3 p {
    margin-top: 10px;
    color: #727b88;
    font-size: 4vw;
}

.title2 {
    margin-top: 20px;
    font-size: 16px;
    width: 100%;
    padding-left: 20px;
}

.title2-sp {
    display: inline-block;
    padding: 0 20px;
    font-weight: bold;
    border: #dadada 1px solid;
    font-size: 4vw;
    height: 10vw;
    line-height: 10vw;
}

.title2 .active {
    color: #ffffff;
    background: #054fac;
}

.tabs2 {
    /*width: 90%;*/
    /*margin-left: 5%;*/
    padding: 20px 0px;
    display: none;
}

.tabss2 {
    height: 360px;
}

.tabss2 .col-xs-4 {
    padding: 0px 5px;
    margin-bottom: 10px;
}

.d2-rc {
    background: #f5f5f5;
    text-align: center;
    color: #333333;
    padding: 10px 0px;
}

.d2-rc img {
    width: 10vw;
    height: 10vw;
}

.d2-rc p {
    margin-top: 10px;
    font-size: 4vw;
}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none
}

.tab, .tab2 {
    overflow: hidden;
    clear: both;
    background-color: #fff;
    position: relative;
    padding-bottom: 10px;
}

.ul-container {
    overflow: hidden;
    clear: both;
}

.ul-container li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
}


.dot-container {
    width: 100%;
    background: transparent;
    position: absolute;
    text-align: center;
    bottom: 5px;
}

.dot-container span {
    background-color: #ddd;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    display: inline-block;
    margin: 0 2px
}

.dot-container span.act {
    background-color: #2196f3;
}