﻿.footbox {
    text-align: center;
    line-height: 28px;
    width: 970px;
    color: #666;
    margin: 15px 0 0 0;
    padding: 4px 0;
    background: #F7F8FA;
    font-size: 14px;
}

.foot-banner {
    margin-top: 10px;
}

    .foot-banner a {
        display: block;
    }

.spantips {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    min-width: 50px;
    max-width: 100px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    z-index: 999;
}

.nav {
    width: 93px;
    height: 93px;
    position: fixed;
    text-align: center;
    font-size: 14px;
    background: url(/gada/res/img/yy.png) no-repeat;
    /*border: 1px solid #333;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px #ccc;*/
}

    /*.nav:hover {
        color: #fff;
        background-color: #189EF3;
        background-image: url(/gada/res/img/yy_hover.png);
    }*/

.yy_box.show-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0s,visibility 0s 0s;
}

.yy_box {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0s,visibility 0s 0.3s;
    z-index: 6;
    display: flex;
    align-items: center;
}

.yy_content {
    background: #fff;
    font-size: 14px;
    padding: 30px 35px;
    position: absolute;
    display: none;
    z-index: 7;
    left: 50%;
    box-sizing: border-box;
    top: 50%;
    transform: translate(-50%,-50%);
}

    .yy_content .yy_header {
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .yy_content div {
        padding-bottom: 10px;
    }

        .yy_content div span {
            width: 60px;
            display: inline-block;
        }

        .yy_content div input {
            line-height: 32px;
            height: 32px;
            border: 1px solid #ddd;
            padding: 0 4px;
            width: 210px;
            margin-left: 5px;
            text-align: right;
        }

    .yy_content .yy-area input {
        cursor: pointer;
        line-height: 32px;
        height: 32px;
        text-align: right;
        padding-right: 25px;
        background: url(/gada/res/img/arrow.png) no-repeat 180px 4px;
    }

.cb-btn {
    border: none;
    color: white;
    background: #0294F5;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}

.yy-info {
    font-size: 12px;
    color: #666;
    text-align: center;
    padding-top: 10px;
}

.close_btn {
    font-size: 40px;
    font-weight: 100;
    color: #a0a0a0;
    text-decoration: none;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 2px;
}
.yy_box1.show-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0s,visibility 0s 0s;
}

.yy_box1 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0s,visibility 0s 0.3s;
    z-index: 6;
    display: flex;
    align-items: center;
}

.yy_content1 {
    background: #fff;
    font-size: 14px;
    padding: 30px 35px;
    position: absolute;
    display: none;
    z-index: 7;
    left: 50%;
    box-sizing: border-box;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
}

    .yy_content1 .yy_header {
        text-align: center;
        font-weight: bold;
        font-size: 21px;
        margin-bottom: 20px;
      
    }

    .yy_content1 div {
        padding-bottom: 10px;
    }

        .yy_content1 div span {
            width: 60px;
            display: inline-block;
        }

        .yy_content1 div input {
            line-height: 32px;
            height: 32px;
            border: 1px solid #ddd;
            padding: 0 4px;
            width: 210px;
            margin-left: 5px;
            text-align: right;
        }

    .yy_content1 .yy-area input {
        cursor: pointer;
        line-height: 32px;
        height: 32px;
        text-align: right;
        padding-right: 25px;
        background: url(/gada/res/img/arrow.png) no-repeat 180px 4px;
    }
h3 {
    padding: 2% 0% 2% 0%;
}
.yy_content1 div p {
    font-size:15px;
}
.yy_text {
    margin-top:-2%;
}