body{
    font-family:"Microsoft Yahei" !important;
}

.btn-success {
    background-color: #ff3399;
    border-color: #ff3399;
    color: white !important;
    min-width: 90px;
    outline: none;
}

.btn-success:hover {
    background-color: #e60073 !important;
    border-color: #e60073 !important;
    outline: none;
}

.btn-success.disabled {
    background-color: #ffb3d1;
    border-color: #ffb3d1;
    outline: none;
}

.btn-success:active {
    background-color: #ff3399;
    border-color: #ff3399;
    color: white !important;
    min-width: 90px;
    outline: none;
}

.btn-success:focus {
    background-color: #ff3399;
    border-color: transparent;
    color: white !important;
    min-width: 90px;
    outline: none;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #ffb3d1;
    border-color: #ffb3d1;
    outline: none;
}

.btn-default {
    outline: none;
}

.btn-default:active:focus {
    outline: none;
}

.disabled {
    background-color: #ccc;
}

.container {
    height: 100%;
    margin: 0 auto;
}

.header {
    width: 100%;
    color: #ff3399;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    line-height: 100px;
}

.subtitle {
    font-weight: bold;
    font-size: medium;
    border-bottom: 1px solid #e6e6e6;
}

.choose {
    padding-left: 0 !important;
}

.form-group.required .control-label::before{
    color: #d00;
    content: "*";
    position: absolute;
    left: 6px;
 }

.input-group-addon {
    display: inline-block;
    position: absolute;
    width: 70px;
    right: 10px;
    color: #ccc;
    background-color: transparent !important;
    text-align: right;
    border: 0px;
}

.buttons {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

#myAlert {
    transition: margin-top .15s linear, opacity .15s linear;
}

#fileToLarge {
    transition: margin-top .15s linear, opacity .15s linear;
}

.alertBox {
    position: fixed;
    top: 0;
    margin-left: 50%;
    left: -30%;
    height: 100px;
    width: 60%;
}

.inputBox {
    height: 100%;
}

#fileBox{
    text-align: center;
    margin-top: 10px;
}

table {
    width: 100%;
    align-items: center;
    margin: 0 auto;
}

.thead {
    display: none;
}

table tr {
    height: 30px;
}

.help-block {
    color: #9b9796;
    margin-top: 0;
    line-height: 25px;
    word-wrap: break-word;
	word-break: break-all;
}

.input {
    height: 120px !important;
    overflow-y: auto !important;
}

#files {
    width: 5px;
    display: inline-block;
    visibility: hidden;
}

.tips {
    color: #9b9796;
}

.delBtn {
    background-color: transparent;
    border: 0;
    color: blue;
    text-decoration: underline;
}

.item button{
    width: 110px;
    height: 35px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.item {
    display: block;
}

.item input{
    display: none;
}

#r-img {
    width: 20px;
    height: 20px;
    animation:spin 1s linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.suggest {
    font-size: small;
    color: #9b9796;
}

ul {
    margin-left: -20px;
}