textarea {    
    border: 1px solid #D4D0C8;
    height: 135px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 250px;
    font-size: 14px;
}
.comcon{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #E5E5E5;  
    border-image: none;
    /*border: 1px solid #E5E5E5;*/
}
.comcon .info {
    background: none repeat scroll 0 0 #F6F6F6;
    color: #949494;
    font-family: Arial,Helvetica,sans-serif;
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 20px;
}
.conblk p {
    font-size: 14px;
    text-align: justify;
    padding: 0 0 0 20px;
}
.submitbtn{
border: 1px solid #A49C91;
color: #7C5B0A;
}

#contxt img{		
    max-width:100%;
    display: block; 
    margin: 0 auto;
}
.commentClearfix{
        background: #d6d6d6 none repeat scroll 0 0;
    }
@media only screen and (max-width:2400px) {
    #scanCode .payImg {
        width:240px;
        height:240px;
    }
    #scanCode .joinImg {
        width:209px;
        height:209px;
        padding-top:15px;
    }
    
}

@media only screen and (max-width:380px) {
    #scanCode .payImg {
        width:138px;
        height:138px;
    }
    #scanCode .joinImg {
        width:120px;
        height:120px;
        padding-top:10px;
    }
    
    
}
#scanCode{
    margin:30px auto;width:100%;text-align:center;display:flex
}
.imgCenter{
    text-align:center;
    margin:20px auto;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    vertical-align:middle;
}
.loginDiv{
    width:100%;
    background-color: #dddddd;
    text-align: center;
    cursor: pointer;
}