.buttonBox {
    width: 600px;
    margin: 0 auto;
    height: 62px;
    margin-top: 50px;
}

.buttonBox>span {
    width: 280px;
    display: block;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.buttonBox>.fl {
    background-color: #376EFF;
}

.buttonBox>.fr {
    background-color: #B8CAEE;
}

.selectType {
    height: 30px;
    line-height: 30px;
    margin-bottom: 50px;
}

#parent {
    background: url('../images/arrow.png') right center no-repeat;
    width: 420px;
    height: 30px;
    overflow: hidden;
    border: solid 1px #ccc;
}

#parent select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    padding-left: 10px;
    width: 420px;
    height: 100%;
}

.upload {
    overflow: hidden;
    padding-left: 40px;
    position: relative;
}

.upload .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    color: #C8D9FF;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #C8D9FF;
    z-index: 2;
}

.upload .number.active {
    border: 1px solid #4874B5;
    color: #fff;
    background-color: #4874B5;
}

.upload .line {
    position: absolute;
    top: 0;
    left: 14px;
    width: 2px;
    height: 100%;
    background-color: #C8D9FF;
    z-index: 1;
}

.upload .line.active {
    background-color: #4874B5;
}

.jFiler {
    width: 570px;
    height: 254px;
    background: url(../images/up.jpg) no-repeat left top;
}

.jFiler-input-dragDrop {
    width: 570px;
    height: 254px;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
}

.jFiler-input-inner {
    height: 54px;
    padding: 140px 0 60px;
    overflow: hidden;
    min-height: 50px;
    height: auto;
}

.jFiler-items ul {
    padding: 20px 0;
}

.jFiler-items ul li,
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
    width: 100%;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container {
    background: #ECF4FF;
    border: 0;
    border-radius: 0;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
    border: 0;
    min-height: 24px;
    height: auto;
    line-height: 24px;
    width: 70%;
    float: left;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info .jFiler-item-others {
    display: none;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb .jFiler-item-thumb-image {
    display: none;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info {
    text-align: left;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets {
    width: 30%;
    float: left;
    margin: 0;
}

.jFiler-items ul {
    padding: 0;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container {
    margin: 0;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info .jFiler-item-title b {
    color: #264272;
    font-size: 16px;
    font-weight: normal;
}

.uploadTitle {
    height: 32px;
    padding: 10px 0;
}

.popOutBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
}

button,
input {
    outline: none;
}

button,
.login {
    width: 120px;
    height: 42px;
    background: #f40;
    color: #fff;
    border: none;
    border-radius: 6px;
    display: block;
    margin: 20px auto;
    cursor: pointer;
}

.popOutBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
    z-index: 3;
}

.popOut {
    position: fixed;
    width: 600px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -300px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: none;
    z-index: 4;
}

.popOut>span {
    position: absolute;
    right: 10px;
    top: 0;
    height: 42px;
    line-height: 42px;
    color: #000;
    font-size: 30px;
    cursor: pointer;
}

.popOut table {
    display: block;
    margin: 0 auto;
    width: 520px;
}

.popOut caption {
    width: 520px;
    text-align: center;
    color: #f40;
    font-size: 18px;
    line-height: 42px;
}

.popOut table tr td {
    color: #666;
    padding: 6px;
    font-size: 16px;
}

.popOut table tr td:first-child {
    text-align: right;
}

.inp {
    width: 280px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #999;
    padding: 5px 10px;
    color: #000;
    font-size: 16px;
    border-radius: 6px;
}

.inp2 {
    width: 160px;
    display: block;
    float: left;
}

td>img {
    margin-left: 10px;
    display: block;
    float: left;
    width: 110px;
    height: 42px;
}

td>.send {
    display: block;
    float: left;
    width: 110px;
    margin: 0;
    margin-left: 10px;
    background-color: #FFE7E3;
    color: tomato;
}

.inp:focus {
    border-color: #f40;
}