.ui-contents {
    width: 100%;
    height: 650px;
    background: url("/images/web/cnt1bg.png") no-repeat;
    background-size: 100% 100%;
}

.ui-content {
    width: 1200px;
    /*height: 650px;*/
    height: 689px;
    background-color: #FFFFFF;
    margin: auto;
}

.ui-cnt-tp {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.ui-cnt-tp-img {
    width: 17px;
    height: 20px;
    display: block;
    margin-right: 13px;
}

.ui-cnt-tpr {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #3C3C3C;
    display: flex;
    align-items: center;
}

.ui-cnt-tpr p {
    color: #2B59C5;
}

.fh {
    margin-top: 10px;
    margin-left: 30px;
    color: rgb(5, 126, 229);
    cursor: pointer;
}

.xuqiutijiao {
    margin-top: 40px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
}

.form-container {
    width: 600px;
    margin: 40px auto;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 0 25px -6px #ababab;
}

.form-item {
    display: flex;
    margin-bottom: 15px;
}

label {
    width: px;
    display: block;
    margin-bottom: 5px;
}


/*   .required::after {
    content: "*";
    color: red;
    margin-left: 3px;
} */

input,
select,
textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.unit {
    margin-left: 5px;
    color: #666;
}

.button-group {
    margin-top: 20px;
    text-align: center;
}

button {
    padding: 8px 20px;
    margin: 0 10px;
}

.tijiao {
    width: 77px;
    height: 37px;
    color: #ffffff;
    background-color: #0A8AFF;
    border: none;
    border-radius: 4px;
}

.chongzhi {
    width: 77px;
    height: 37px;
    color: #0A8AFF;
    background-color: #ffffff;
    border: 1px solid #0A8AFF;
    border-radius: 4px;
}

.content {
    width: 92px;
}

.xinghao {
    color: red;
    font-size: 16px;
}

.ui-fix {
    width: 90px;
    height: 330px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(14, 141, 254, 0.24);
    border-radius: 8px;
    position: fixed;
    top: 50%;
    right: 0;
    padding-top: 20px;
    box-sizing: border-box;
}

.ui-fix-li {
    text-decoration: none;
}

.ui-fix-li img {
    width: 79px;
    height: 79px;
    display: block;
    margin: auto;
}

.ui-fix-li p {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.ui-fixl {
    width: 188px;
    height: 180px;
    position: fixed;
    top: 50%;
    right: 80px;
    background: url("/images/web/fxlbg.png") no-repeat;
    background-size: 100% 100%;
}

.ui-fix-img {
    width: 150px;
    height: 150px;
    display: block;
    margin-top: 13px;
    margin-left: 15px;
}

.ui-map-img {
    position: relative;
}


.el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    z-index: 2008;
    background: rgba(0, 0, 0, 0.5);
}

.el-dialog {
    width: 370px;
    position: relative;
    margin: 15vh auto 50px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-sizing: border-box;
}

.el-dialog__header {
    padding: 20px 20px 10px;
}

.el-dialog__title {
    line-height: 24px;
    font-size: 18px;
    color: #303133;
}

.el-dialog__headerbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
}

.redxing {
    color: #f56c6c;
    margin-right: 4px;
}

.tuxingyanzheng {
    vertical-align: middle;
    font-size: 14px;
    color: #606266;
    padding: 0 12px 0 0;
    box-sizing: border-box;
}

.el-dialog__footer {
    padding: 10px 20px 20px;
    text-align: right;
    box-sizing: border-box;
}

.quxiaoclick {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 7px 15px;
}

.querenclick {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #409eff;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
    padding: 7px 15px;
}

#canvas {
    width:100px;
    height:43px;
}