.sitebox .icon img{
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
.sitebox > a{
    display: inline-block;
    padding:8px 5px;
    color:#333;
    margin:3px;
    border-bottom: 2px solid #fff;
    min-width: 120px;
}
.sitebox > a.active{
    background: #ecf0f1;
    border-bottom: 2px solid red;
}
.sitebox{
    padding: 20px 0;
}
.info{
    font-size: 22px;
    color:#999;
    margin:10px 0;
}
.formbox textarea{
    border:1px solid #eaeaea;
    border-radius: 5px;
    height:200px;
    padding:10px 15px;
}
.formbox .btn{
    font-size: 20px;
    padding:15px;
    height: auto;
    width: 100%;
    margin-top:15px;
}
a.btn > .material-icons{
    display: inline-block!important;
    width: 30px;
    line-height: 30px;
    height: 30px;
    font-size: 30px;
    vertical-align: text-bottom;
}

.reslist td{
    font-size:14px !important;
}
td.money i{
    font-style: normal;
    color:red;
}
td.money>*{
    display: block;
    font-style: normal;
}
.btnpay{
    display: none;
    display: inline-block;
}
.down{
    backgournd:#e74c3c;
    cursor: pointer;
}
#copyurl{
    position: absolute;
    bottom:-100px;
}
.down .loading{
    display: none;
}