.refundBox{
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999;
}
.refundWrap{
    width: 92%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.topBgCon{
    width: 90%;
    height: 40px;
    margin: 0 auto;
    background: #FF4E00;
    border-radius: 5px 5px 0 0;
}

.refundCon{
    width: 100%;
    background: #FFF1D8;
    border: #FFD999 1px solid;
    border-radius: 6px;
    margin-top: -25px;
    padding: 0 15px 20px 15px;
}
.refTit{
    width: 94%;
    height: 40px;
    margin: 0 auto;
    margin-top: -16px;
    background: linear-gradient(to bottom, #FF9700, #FF7800);
    border-radius: 0 0 5px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.refTit img.refTitCon{
    width: 140px;
}
.refTit img.closeRef{
    width: 22px;
}
.refundForm{
    width: 100%;
    margin-top: 18px;
}

.refundType{
    width: 100%;
    margin-bottom: 15px;
}
.refundType ol{
    width: 100%;
    display: flex;
    align-items: center;
}
.refundType ol h3{
    width: 90px;
    color: #333;
    font-size: 16px;
}
.refundType ol p{
    display: flex;
    align-items: center;
}
.refundType ol p label{
    margin-right: 30px;
    font-size: 16px;
    display: flex;
    cursor: pointer;
}
.refundType ol p label input{
    margin-right: 5px;
}

.refundForm ul{
    width: 100%;
    margin-bottom: 15px;
}
.refundForm ul h3{
    width: 100%;
    color: #333;
    font-size: 16px;
}
.refundForm ul h3 i,
.refundForm ul h3 b{
    color: red;
}
.refundForm ul h3 b{
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
}
.refundForm ul li{
    width: 100%;
    margin-top: 10px;
    background: #fff;
    border-radius: 6px;
    padding: 6px 15px;
    display: flex;
    justify-content: space-between;
}
.refundForm ul li p{
    width: 70%;
    color: #cdcccc;
    font-size: 14px;
}
.refundForm ul li input{
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #333;
    font-size: 14px;
}

.thumbUpload,.wxcodeUpload{position: relative}
.ui-form-thumb-show, .ui-form-thumb-upload{
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: #e0e0e0 1px dashed;
    float: left;
    background: url(https://gtimg.in-en.com/pc_rev/article/images/icon2.png) no-repeat center center;
    background-size: 33px 26px;
}
.ui-form-thumb-show{
    display: none;
}
.ui-form-thumb-show img{
    width: 78px;
    padding: 4px;
    height: 78px;
    border: none;
    box-sizing: border-box;
}
.closeThumb,.closeWxcode{
    position: absolute;
    top: -8px;
    right: -7px;
    display: none;
}
.closeThumb img,.closeWxcode img{
    width: 15px;
    cursor: pointer;
}
.webuploader-container{
    position: relative;
}
.webuploader-pick{
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 80px;
    height: 80px;
}
.webuploader-element-invisible{
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.refundForm ul li input::placeholder,
.refundForm ul li textarea::placeholder{
    color: #cdcccc;
}
.refundForm ul li textarea{
    width: 100%;
    height: 80px;
    font-size: 14px;
    border: none;
    outline: none;
}

.subButton{
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subButton p{
    width: 125px;
    position: relative;
}
.subButton p input{
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    cursor: pointer;
}
.subButton img{
    width: 125px;
}