﻿
.bg {
    width: 100%;height: auto;position: absolute;top: 0px;left: 0px;z-index: -100;
}
input,select {
    color: #333;
}
.fh {
    width: 14vw;
    position: fixed;
    left: 6.5vw;
    top: 6.5vw;
}
.indexlan {
    width: 60px;
    height: 17px;
    background: #b5b5b6;
    position: absolute;
    top: 5vw;
    right: 5vw;
    font-size: 2.5vw;
    line-height: 20px;
    border-radius: 17px;
    overflow: hidden;
    text-align: center;
}
    .indexlan .cn {
        float: left;
        height: 17px;
        line-height: 17px;
        width: 50%;
        background: #ffd100;
        border-radius: 17px;
        color: #fff;
    }
    .indexlan .en {
        float: left;
        height: 17px;
        line-height: 17px;
        width: 50%;
        color: #898989;
    }
.othlan {
    width: 60px;
    height: 17px;
    background: #b5b5b6;
    position: absolute;
    top: 7vw;
    right: 7vw;
    font-size: 2.5vw;
    line-height: 20px;
    border-radius: 17px;
    overflow: hidden;
    text-align: center;
}

    .othlan .cn {
        float: left;
        height: 17px;
        line-height: 17px;
        width: 50%;
        background: #ffd100;
        border-radius: 17px;
        color: #fff;
    }

    .othlan .en {
        float: left;
        height: 17px;
        line-height: 17px;
        width: 50%;
        color: #898989;
    }
.sczppanel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    background: rgba(0,0,0,0.7);
    display: none;
}

.imgscimg {
    margin: auto auto;
    width: 80vw;
    height: 80vw;
    border: 1px #ddd solid;
    margin-top: 30vw;
    overflow: hidden;
}

.wc {
    width: 30%;
    margin-left: 35%;
    margin-top: 10px;
}

.close {
    width: 100%;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 7vw;
    margin-top: 5vw;
}