﻿.deploy-logo {
    padding-left: 10px;
    padding-top: 18px;
}

.deploy-logo img {
    width: 90px;
    height: 45px;
}

.one-half-responsive .dask, .item-wrapper .dask {
    width: 100%;
    height: 100%;
    padding: 20px 0 0 30px;
    background: #F3F3F5;
    opacity: 0.9;
    position: absolute;
    top: -200px;
    left: 0;
    border: 1px solid #E4E3E3;
}
.CardInfoP {
    font-size:14px;padding-top:10px; color:#7db4aa; margin:0;
}
.requiedDiv {
    position: relative;
}
.formtitle .required {
    position: absolute;
    left: 88%;
    z-index: 5;
    width: 50px; /*设置图片显示的宽*/
    height: 20px; /*图片显示的高*/
    top: 10px;
    color: silver;
    font-size: 14px;
}
.requiedDiv .form-control {
    height: 40px;
}