@charset "utf-8";
/* CSS Document */
/*按钮样式*/
/*#ClickMe {*/
/*width: 200px;*/
/*height: 30px;*/
/*border: 1px solid #C40000;*/
/*background-color: #000;*/
/*color: #FFF;*/
/*margin:0 auto;*/
/*}*/
#ClickMe {
    float: left;
    margin-left: 2%;
    margin-top: 2.5%;
    width: 18%;
    height: 72%;
    border-radius: 15px;
    box-shadow: #666 0px 0px 15px;
}

#ClickMe1 {
    float: left;
    margin-left: 2%;
    margin-top: 2.5%;
    width: 18%;
    height: 72%;
    border-radius: 15px;
    box-shadow: #666 0px 0px 15px;
}

#goodcover {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.50;
    filter: alpha(opacity=80);
}

#goodcover1 {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.50;
    filter: alpha(opacity=80);
}

#goodcover2 {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.50;
    filter: alpha(opacity=80);
}

#goodcover3 {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: rgba(10, 10, 10, 0.5);
}

#code3 {
    position: absolute;
    top: 33%;
    background-color: #fff;
    display: none;
    left: 42%;
    z-index: 1002;
    border-radius: 10px;
    width: 360px;
    height: 200px;
    display: none;
}

#code2 {
    width: 628px;
    height: 430px;
    background-color: #fff;
    position: absolute;
    display: none;
    left: 45%;
    z-index: 1002;
    border-radius: 10px;
}

#code_1{
    width: 25%;
    background-color: #fff;
    display: none;
    z-index: 1002;
    border-radius: 10px;
}

#code {
    width: 22%;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
}

.close1 {
    position: absolute;
    top: -1.8%;
    right: -1.2%;
    width: 8%;
    height: 8%;
    float: right;
    /*margin-left: -10px;*/
    /*margin-top: -10px;*/
}

.closebt {
    float: right;
}

.c1 {
    float: left;
    font-size: 20px;
    width: 35%;
    height: 10%;
    margin-left: 8.3%;
}

.c2 {
    float: left;
    font-size: 22px;
    color: #28c76f;
    width: 50%;
}

.c3 {
    font-size: 17px;
    width: 40%;
    float: left;
    text-align: center;

}
