
#container{
    background: url("../img/select-back.png") #27ad19 no-repeat ;
    background-size: 100%;
}
.qr-code-box{
    margin: 60% auto 0 auto;
    width: 90%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    box-shadow: 0px 0px 5px #28ad19;
    border-radius: 3px;
}
.qr-code-box .qr-code-text{
    color: #29bf1a;
    margin-left: 3%;
    float: left;
}
.qr-code-button{
    width: 30px;
    height: 30px;
    background: url("../img/QRcode-button.png") no-repeat;
    float: right;
    background-size: 100%;
    margin: 5px 3% 0 0;
}
.qr-code-notice{
    margin: 10% auto 70% auto;
    text-align: center;
    width: 85%;
    color: #cdffc8;
    line-height: 1.8;
}

.text-box{
    background-color: #fff;
    line-height: 2.0;
}
.form-box{
    width: 85%;
    margin: 0 auto;
}
.form-box input[type='text']{
    height: 33px;
    width: 97%;
    margin: 0 auto 15px auto;
    border: solid 1px #62b806;
    padding-left: 2%;
    border-radius: 3px;

}
.form-box input[type='button']{
    height: 40px;
    width: 100%;
    margin: 0 auto 15px auto;
    background-color: #209e03;
    border: 0;
    padding-left: 5px;
    color: #fff;
    border-radius: 3px;
}
.view-box{
    width: 90%;
    padding: 5%;
    line-height: 1.8;
    /*display: none;*/
    background: #fff;
    overflow: hidden;
}
.show{
    display: block;
}

#ipLoc{
    display: none;
}

iframe{
    width: 100%;
    overflow: hidden;
}
















