
.search-box {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 5px;
    background: #f5f5f5;
    z-index: 5;
}

.search-box .body{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background: url(../images/dsp/search-border.png) no-repeat;
    background-size: 100% 100%;
}

.search-box .body .search-text{
    width: 60%;
    width: calc(100% - 106px);
    height: 20px;
    margin-top: 5px;
    background: #f9fdfe;
    vertical-align: top;
    font-size: 15px;
}

.search-box .body .search-icon {
    width: 30px;
    height: 30px;
    padding: 5px;
    margin-left: 16px;
}


.search-box .body .search-btn {
    float: right;
    height: 20px;
    padding: 0 5px 0 5px;
    margin-top: 5px;
    margin-right: 20px;
    border-radius: 20%;
    color:#c2c2c2;
    background-color:#ffffff;
}

nav.tabs {
    position: fixed;
    top: 35px;
    left: 0;
    text-align: center;
    font-size: 16px;
    background: #ffffff;
    width: 100%;
    height: 50px;
    line-height: 45px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    z-index: 100;
}

nav.tabs p {
    width: 32px;
    margin: 0 auto;
    margin-bottom: 2px;
    color:#888888;
}

nav.tabs-long p {
    width: 90px;
}

nav.tabs p.active {
    border-bottom: 1px solid #0098df;
    color: #0098df;
    transition: 0.5s all ease-in;
}

.swiper-container {
    margin-top: 85px;
    width: 100%;
    margin-bottom: 60px;
}

.post-group {
    position: relative;
    box-sizing: border-box;
    height: 92px;
    border-bottom: 1px solid #f5f5f5;
    padding: 11px;
    display: block;
}

.post-group .thumbnail {
    float: right;
    width: 94px;
    height: 70px;
}

.post-group .thumbnail img{
    width: 100%;
    height: 100%;
    background:url(../images/post-bg.png) no-repeat;
    background-size:100% 100%;
}

.post-group .title {
    font-size: 15px;
    line-height: 21px;
}

.post-group .date {
    position: absolute;
    bottom: 5px;
    font-size: 12px;
    line-height: 18px;
    color:#c2c2c2;
}

.video {
    position: relative;
    box-sizing: border-box;
    float: left;
    display: inline-block;
    width: 45%;
    height: 128px;
    margin: 5px 2.5%;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.125);
}

.video .name {
    display: block;
    text-align: center;
    font-size: 1.2em;
    line-height: 32px;
    background:#ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.video video {
    width: 100%;
    height: 96px;
    display: block;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background:#0098df;
}

.video .play {
    position: absolute;
    left: calc(50% - 25px);
    top: calc(60% - 25px);
    width: 50px;
    height: 50px;
    background:url(../images/dsp/play.png) no-repeat;
    background-size:100% 100%;
}

.dmpsuccess-head {
    width: 100%;
    padding: 5px;
    border-bottom: 5px solid #f5f5f5;
    word-break: break-all;
}

.dmpsuccess-head p.title {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px;
    margin-bottom: 0;
}

.dmpsuccess-head p.desc {
    padding: 10px;
    margin-bottom: 0;
}

.dmpsuccess-head p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 30px;
}

.loader {
    height: 50px;
    width: 100%;
    font-size: 15px;
    line-height: 21px;
    color:#333333;
    text-align: center;
}
.loader.loader-end {
    display: none;
}

.loader .load-btn {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background:#ffffff;
    font-size: inherit;
    line-height: inherit;
}

.loader.loader-loading .load-btn {
    display: none;
}

.loader .load-btn:focus {
    background:#e6e6e6;
    border-color:#8c8c8c;
}

.loader .load-btn2 {
    height: 50px;
    padding-top: 15px;
    display: none;
}

.loader.loader-loading .load-btn2 {
    display: block;
}

.loader .loading{
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 6px;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    animation: rotate 0.75s linear infinite;
}

@keyframes rotate {
    0% {  transform: rotate(0deg);  }
    50% {  transform: rotate(180deg);  }
    100% {  transform: rotate(360deg);  }
}

.research-image {
    position:fixed;top:0;left:0;right:0;width:100%;height:125px;z-index:5;background:#ffffff;
}
@media screen and (max-width: 599px){
    nav.tabs-research {
        margin-top: 90px;
    }

    .swiper-container-research {
        margin-top: 175px;
    }
}

@media screen and (min-width: 600px) {
    .white {
        position: fixed;
        left: 0; top: 40px;
        background:#ffffff;
        height: 200px;
        width: 100%;
        z-index: 4;
    }
    .research-image {
        width: auto;
        height:200px;
        margin:0 auto;
        display: block;
    }

    nav.tabs-research {
        margin-top: 205px;
    }

    .swiper-container-research {
        margin-top: 290px;
    }
}