/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*
Note: any .css or .scss files included in the 'styles' directory
will be correctly compiled during `gulp serve` and `gulp`
 */
html,
body {
    font-family: "Roboto", "Helvetica", "sans-serif", "Microsoft YaHei";
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.protocal-all-info {
    height: 100%;
    min-height: 100%;
    /* overflow-y: scroll; */
}
.protocal-all-info .protocal-title {
    margin-bottom: 20px;
    text-align: center;
    height: 20px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}

.protocal-content {
    padding: 0 15px;
    /* overflow-y: scroll; */
}
.protocal-content p {
    text-indent: 30px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
.protocal-content .title-head {
    margin-top: 10px;
    margin-bottom: 20px;
}

.bold {
    font-weight: bold;
}

.special {
    text-decoration: underline;
}

.sdk-info{
    display: flex;
    font-size: 12px;
    color: #666666;
}
.sdk-item0 {
    flex: 1;
    font-size: 12px;
    padding:  5px 0;
    color: #666666;
}

.sdk-item1 {
    flex: 2;
    font-size: 12px;
    padding:  5px 0;
    color: #666666;
}

.sdk-center{
    text-align: center;
}

@media (max-width: 767px) {
    .protocal-all-info {
        background: #ffffff;
        opacity: 1;
    }
    .protocal-all-info .protocal-title {
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        margin-bottom: 15px;
        text-align: center;
    }
    .protocal-all-info .protocal-content {
        height: calc(100% - 35px);
        /* overflow-y: scroll; */
    }
    .protocal-all-info .protocal-content p {
        text-indent: 15px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 24px;
    }
    .protocal-all-info .protocal-btn {
        text-align: center;
        margin-top: 15px;
    }
    .protocal-all-info .protocal-btn span {
        display: inline-block;
        background: #ff6700;
        border-radius: 23px;
        width: 240px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
        text-align: center;
    }
}

