﻿@charset "utf-8";
/* CSS Document */
/*按钮样式*/
#ClickMe {
    width: 200px;
    height: 30px;
    border: 1px solid #C40000;
    background-color: #000;
    color: #FFF;
    margin: 0 auto;
}

#goodcover {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 533%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.50;
    filter: alpha(opacity=80);
}

#code {
    width: 80%;
    /*height: 500px;*/
    background-color: #fff;
    /*padding: 10px;*/
    position: absolute;
    display: none;
    left: 45%;
    z-index: 1002;

}

.close1 {
    margin-top: 5%;
    width: 95%;
    
}

#closebt {
    float: right;
}

    #closebt img {
        width: 20px;
    }

.goodtxt {
    text-align: center;
}

    .goodtxt p {
   
        line-height: 30px;
        color: #000;
        font-weight: 500;
        padding: 10%;
        text-align: left;
    }

.code-img {
    width: 250px;
    margin: 30px auto 0 auto;
    padding: 10px;
}

    .code-img img {
        width: 240px;
    }
