#createJwModal .upload-input {
    display: flex;
}

#createJwModal input[name="jw_icon"] {
    flex:1;
}
#createJwModal input[name="jw_bgimg"] {
    flex:1;
}

#createJwModal .input-group-text {
    width: 120px;
    height: 38px;
    margin-left: 10px;
    position: relative;
    border: none;
    color: rgb(59,94,225);
    background: rgba(59,94,225,0.1);
    text-align: center;
    border-radius: 10px;
}

#createJwModal .input-group-text span {
    width: 100%;
}

#createJwModal .input-group-text input {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    
}

#editJwModal .upload-input {
    display: flex;
}

#editJwModal input[name="jw_icon"] {
    flex:1;
}
#editJwModal input[name="jw_bgimg"] {
    flex:1;
}

#editJwModal .input-group-text {
    width: 120px;
    height: 38px;
    margin-left: 10px;
    position: relative;
    border: none;
    color: rgb(59,94,225);
    background: rgba(59,94,225,0.1);
    text-align: center;
    border-radius: 10px;
}

#editJwModal .input-group-text span {
    width: 100%;
}

#editJwModal .input-group-text input {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    
}

.how-to-get {
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
}

.jumpPlatform {
    width: 100%;
    margin: 20px auto;
}

.jumpPlatform .not-selecte {
    background: #eee;
    color: #999;
}
.jumpPlatform .is-selected {
    color: rgb(59,94,225);
    background: rgba(59,94,225,0.1);
}

.jumpMiniPro {
    padding: 10px;
    background: #ccc;
    border-radius: 10px;
    margin-right: 8px;
    font-size: 15px;
    cursor: pointer;
}
.jumpMiniPro img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}


/*投放平台*/
.toufang_Platform {
    width: 100%;
    margin: 20px auto;
}

.toufang_Platform .not-select {
    background: #eee;
    color: #999;
}
.toufang_Platform .is-selected {
    color: rgb(59,94,225);
    background: rgba(59,94,225,0.1);
}

.toufang_Platform_tag {
    padding: 10px;
    background: #ccc;
    border-radius: 10px;
    margin-right: 8px;
    font-size: 15px;
    cursor: pointer;
}
.toufang_Platform_tag img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.params-tips {
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 20px;
    display: block;
}

.URLScheme_input {
    max-width: 200px;
    border: none;
    padding: 3px 10px;
    outline: none;
    background: #eee!important;
    border: 1px solid #ccc;
    color: #999;
    font-size: 15px;
    border-radius: 8px;
}

#chooseIMG {
    cursor: pointer;
}