﻿@charset "UTF-8";

body {
    font-size: 12px;
    font-family: '微软雅黑',"宋体",Arial;
    line-height: 200%;
    color: #333;
    width: 100%;
    text-align: left;
    background-color: #eaedef;
    word-break: break-all;
}


a {
    text-decoration: none
}

.hide {
    display: none !important
}

.wizard_main {
    width: calc(100% - 40px);
    margin: 20px;
}

.wizard_top {
    width: calc(100% - 20px);
    margin: 0px auto;
    z-index: 1000;
    height: 37px;
}

.wizard_menu {
    float: left
}

.tabN {
    display: inline-block;
    border: 1px solid #d9e0eb;
    background: #f7f7f7;
    font-size: 16px;
    padding: 5px 10px;
    cursor: pointer;
    width: 100px;
    text-align: center;
}

    .tabN:hover {
        border: 1px solid #c7cedb;
        border-bottom: 1px solid #fff;
        font-size: 16px;
        padding: 5px 10px;
        background: #FFF;
        cursor: pointer;
        width: 100px;
        text-align: center;
    }

.tabS {
    border: 1px solid #c7cedb;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    padding: 5px 10px;
    background: #FFF;
    cursor: pointer;
    width: 100px;
    text-align: center;
    height: 37px;
}

.fl {
    float: left;
    display: inline-block
}

.PushpinLock {
    background: url(image/xsxd/inlock.png);
    width: 12px;
    height: 16px;
    margin: 5px 5px 0px 0px;
}

.PushpinUnlock {
    background: url(image/xsxd/unlock.png);
    width: 12px;
    height: 16px;
    margin: 5px 5px 0px 0px;
}

.wizard_center {
    border: 1px solid #d7d7d7;
    margin-top: -2px;
    width: 100%;
    background-color: #fff;
    color: #333
}

.wizard_content {
    width: 100%;
    padding: 15px 10px 30px 15px;
    min-height:658px
}

.menu_content {
    display: flex
}

.wizard_list {
    width: 170px;
}

.wizard_list_menu {
    display: flex;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    padding-bottom: 20px;
    cursor: pointer
}

    .wizard_list_menu:hover {
        color: #0690bb
    }

    .wizard_list_menu div {
        width: 50px;
        text-align: center
    }

        .wizard_list_menu div img {
            height: 20px;
        }

.wizard_line {
    width: calc(100% - 180px);
    margin-right: 10px;
}

.menuWidth1 {
    width: 876px;
    margin: 0px auto
}

.menuWidth2 {
    width: 882px;
    margin: 0px auto
}

.menuWidth3 {
    width: 486px;
    margin: 0px auto
}

.menuWidth4 {
    width: 618px;
    margin: 0px auto
}

.menuWidth4 {
    width: 750px;
    margin: 0px auto
}

.menuWidth6 {
    width: 354px;
    margin: 0px auto
}

.img_height1 {
    height: 90px;
}

.img_height2 {
    height: 132px;
}

.img_height3 {
    height: 174px;
}

.img_width1 {
    width: 90px;
    height: 132px;
}

.img_width2 {
    width: 132px;
}

.wizard_imgbox {
    display: flex
}

.ml_1 {
    margin-left: 132px;
}

.ml_2 {
    margin-left: 264px
}

.ml_3 {
    margin-left: 396px;
}

.ml_4 {
    margin-left: 524px;
}

.ml_5 {
    margin-left: 42px;
}
.ml_6 {
    margin-left: 309px
}
.mt_1 {
    margin-top: 42px;
}

.positionname {
    position: relative
}

.positionlist1 {
    position: absolute;
    bottom: 0px;
    left: 434px;
}

.positionlist2 {
    position: absolute;
    bottom: 0px;
    left: 434px;
}

.positionlist3 {
    position: absolute;
    bottom: 0px;
    left: 302px;
}

.positionlist4 {
    position: absolute;
    bottom: 8px;
    right: 45px;
}

.positionlist5 {
    position: absolute;
    top: 0px;
    right: 29px;
}

.positionlist6 {
    position: absolute;
    top: -25px;
    right: -95px;
    width: 206px;
}

.positionlist7 {
    position: absolute;
    top: -25px;
    right: 110px;
    height: 70px;
    width: 2px;
}

.menu_title {
    width: 98%;
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin: 0px auto 40px;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0px 20px;
}

.menu_img {
    cursor: pointer
}