/**
 * 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;
}
body{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling:touch;
}
html{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.protocalContain {
    padding: 40px 0;
}
.protocalContain .protocal-all-info .protocal-title {
    font-weight: 500;
    font-size: 18px;
    color: #ff6700;
    margin-bottom: 20px;
    text-align: center;
}
.protocalContain .protocal-all-info .protocal-content {
    width: 100%;
    padding: 0 25px;
    overflow-y: scroll;
}
.protocalContain .protocal-all-info .protocal-content p {
    font-size: 13px;
    color: #000000;
    line-height: 20px;
    text-align: left;
}
.protocalContain .protocal-all-info .protocal-btn {
    text-align: center;
    margin-top: 20px;
}
.protocalContain .protocal-all-info .protocal-btn span {
    display: inline-block;
    background: #ff6700;
    border-radius: 89px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 767px) {
    .protocalContain {
        padding: 40px 0;
    }
    .protocalContain .protocal-all-info .protocal-title {
        font-weight: 400;
        font-size: 16px;
        color: #ff6700;
        text-align: center;
        margin-bottom: 15px;
        text-align: center;
    }
    .protocalContain .protocal-all-info .protocal-content {
        width: 100%;
        padding: 0 20px;
        overflow-y: scroll;
    }
    .protocalContain .protocal-all-info .protocal-content p {
        font-size: 14px;
        color: #000000;
        line-height: 20px;
        text-align: left;
    }
    .protocalContain .protocal-all-info .protocal-btn {
        text-align: center;
        margin-top: 15px;
    }
    .protocalContain .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;
    }
}

/*# sourceMappingURL=agreement.css.map */
