/* CSS Document */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
form,
img,
dl,
dt,
dd,
table,
th,
td,
blockquote,
fieldset,
div,
strong,
label,
em {
    margin: 0;
    padding: 0;
    border-width: 0;
}

ul,
ol,
li {
    list-style: none;
}

input,
button {
    margin: 0;
    font-size: 12px;
    vertical-align: middle;
}

body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0 auto;
    min-width: 1350px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#dvMsgBox a {
    color: #333;
    text-decoration: none;
}

#dvMsgBox a:hover {
    color: #c00;
    text-decoration: underline;
}

.box-163css {
    width: 350px;
    margin: 220px auto;
    position: relative;
}

.box-163css input {
    margin-left: 10px;
    border: none;
    border: 1px solid #a10000;
    background: #c00;
    text-align: center;
    height: 24px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
}

#dvMsgBox {
    display: none;
    position: fixed;
    font-size: 12px;
    width: 300px;
    overflow: hidden;
    z-index: 999;
    border-radius: 4px;
    font-family: Helvetica;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
}

#dvMsgBox .top {
    height: 58px;
    background-color: white !important;
    /* padding-left: 16px; */
    /* float: left; */
    width: 100%;
    color: #333 !important;
    font-weight: 500;
    font-size: 14px;
}

#dvMsgBox .top .right {
    height: 100%;
    /* padding-right: 6px; */
}

#dvMsgBox .top .right .title {
    height: 100%;
    line-height: 58px;
    vertical-align: middle;
    font-size: 16px;
    overflow: hidden;
    border-bottom: 1px solid #EDEEF1;
    padding: 0 8px 0 16px;
}

#dvMsgBox .body {
    background: #fff;
    padding: 0px 32px;
}

#dvMsgBox .body .right {
    background: #fff;
    padding-right: 2px;
}

#dvMsgBox .body .right .ct {
    /* padding-top:50px; */
    /* line-height: 60px; */
    vertical-align: middle;
    width: 100%;
    text-align: left;
    /*color:#2b9bc5;*/
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 24px;
    /*word-break: break-all;*/
}

#dvMsgBox .body .right .ct .pro {
    width: 280px;
    border: solid 1px #6593cf;
    height: 25px;
    background: #ffffff;
    line-height: 23px;
    overflow: hidden;
}

#dvMsgBox .body .right .ct .pro .bg {
    width: 0%;
    height: 100%;
    background: #c9dffc;
}

#dvMsgBox .bottom {
    background: #fff;
    padding: 24px;
}

#dvMsgBox .dvMsgBox_status {
    width: 18px;
    height: 18px;
    position: relative;
    float: left;
    margin-top: 2px;
    margin-right: 8px;
    border-radius: 9px;
}

#dvMsgBox .dvMsgBox_status_success {
    background-color: #52C41A;
}

#dvMsgBox .dvMsgBox_status_success::after {
    position: absolute;
    display: table;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    -moz-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    -o-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
    -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
    -moz-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
    transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
    content: " ";
    width: 5.71428571px;
    height: 9.14285714px;
    top: 50%;
    left: 22%;
}

#dvMsgBox .dvMsgBox_status_error {
    background-color: #F5222D;
}

#dvMsgBox .dvMsgBox_status_error::after {
    content: "x";
    color: white;
    font-size: 10px;
    top: -4px;
    left: 6px;
    position: absolute;
}

#dvMsgBox .dvMsgBox_status_warn {
    background-color: #FFAA00;
}

#dvMsgBox .dvMsgBox_status_warn::after {
    content: "!";
    color: white;
    font-size: 10px;
    top: -2px;
    left: 7px;
    position: absolute;
}

#dvMsgBox .dvMsgBox_status_question {
    background-color: #FFAA00;
}

#dvMsgBox .dvMsgBox_status_question::after {
    content: "?";
    color: white;
    font-size: 10px;
    top: -2px;
    left: 5px;
    position: absolute;
}

#dvMsgBox .bottom .right {
    height: 100%;
    /*background:transparent url(right-corners.png) no-repeat right bottom;*/
    padding-right: 6px;
}

#dvMsgBox input.btn:last-child {
    border: 0px solid #9b9b9b !important;
    background: #9b9b9b !important;
    color: #fff !important;
}

#dvMsgBox input.btn[value="OK"] {
    background-color: #FFAA00 !important;
    color: #fff !important;
}

#dvMsgBox input.btn,
#dvMsgBox input.btn1 {
    width: 56px;
    border-radius: 3px;
    font-family: Helvetica;
    cursor: pointer;
    color: #fff;
    border: none;
    height: 25px;
    text-align: center;
    background-color: #f9a028;
    text-align: center;
    line-height: 13px;
    margin: 0px auto;
    float: right;
    margin-right: 9px;
    height: 30px;
}

#dvMsgBox input.btnfocus {
    background-color: #fd6f07;
    font-family: 微软雅黑;
    border-radius: 3px;
    width: 56px;
    margin: 0px auto;
    border: none;
    height: 25px;
    cursor: pointer;
    color: #fff;
    float: right;
    margin-right: 9px;
}

#dvMsgBox .icon {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 10px;
}

#dvMsgBox .error {
    background: url(icon-error.gif) no-repeat;
}

#dvMsgBox .info {
    background: url(icon-info.gif) no-repeat;
}

#dvMsgBox .warning {
    background: url(icon-warning.gif) no-repeat;
}

#dvMsgBox .clear {
    clear: both;
}

#dvMsgBox .height {
    height: 10px;
    line-height: 10px;
    width: 80%;
}

#ShowBolightBox {
    display: none;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    opacity: 0.5;
    background-color: #000000;
    z-index: 100000000;
    position: fixed;
    left: 0px;
    top: 0px;
}

#dvMsgBtns {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

#dvMsgBox input.btn:first-child {
    background: #f9a028;
    font-size: 12px;
    height: 30px;
    color: #fff;
    margin-left: 10px;
    border: none !important;
}

#dvMsgBox .btn1.view {
    width: auto;
    border: 1px solid #f9a028;
    color: #f9a028;
    background-color: white;
}

#dvMsgBox .showBo-btn-group>.showBo-btn-save {
    margin-left: 12px;
    background-color: #FFAA00;
    color: #fff;
    width: 65px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    line-height: 30px;
    height: 32px;
    box-shadow: none;
    outline: none;
    border: 0px;
}

#dvMsgBox .showBo-btn-group>.showBo-btn-save:hover {
    background-color: #F0A000;
    color: #fff;

}

#dvMsgBox .showBo-btn-group .height {
    display: none;
}

#dvMsgBox .showBo-btn-group>.showBo-btn-cancel {
    margin-left: 12px;
    background: white;
    width: 65px;
    border: 1px solid #D9D9D9;
    color: #555;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    line-height: 30px;
    height: 32px;
    outline: none;
}

#dvMsgBox .showBo-btn-group>.showBo-btn-cancel:hover {
    border: 1px solid #FFAA00;
    color: #FFAA00;
}

#dvMsgBox .top .right .iconguanbi {
    display: none;
}

#dvMsgBox.pacvue-showBo-wrap .top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    height: 56px;
    padding-left: 24px;
}

#dvMsgBox.pacvue-showBo-wrap .top .right .title {
    line-height: 56px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 400;
}

#dvMsgBox.pacvue-showBo-wrap .body {
    padding: 0px 24px;
}

#dvMsgBox.pacvue-showBo-wrap .top .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 24px;
}

#dvMsgBox.pacvue-showBo-wrap .top .right .iconguanbi {
    display: block;
    cursor: pointer;
    color: #666666;
    /* opacity: 0.8; */
    font-size: 14px;
}