* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.lybd {
    overflow: hidden;
    font-family: "Microsoft Yahei", Arial, tahoma, arial !important;
    margin: 0;
    padding: 0;
    font-style: normal!important;
    font-variant: normal!important;
    color: #434343;
    background-color: #fff;
    font-size: 12px;
    max-height: 100%;
}

.lybd a {
    color: #434343;
    text-decoration: none;
    transition: 0.3s;
}
/*.lybd a:hover {
    color: #40ccef;
    text-decoration: none;
}*/
.lybd h1{
    font-size: 100%;
    font-weight: normal;
}
.lybd .clear:after {
    content: '';
    clear: both;
    font-size: 0px;
    line-height: 0;
    height: 0;
    display: block;
}
.lybd .fl {
    float: left;
}
.lybd .fr {
    float: right;
}

.lybd input,
.lybd button,
.lybd select,
.lybd textarea {
    outline: none;
    font-family: "Microsoft Yahei";
}

.lybd label.control-label {
    font-size: 12px;
    color: #a0a0a0;
    line-height: 40px;
    display: inline-block;
    /* margin-right: 20px; */
}
.lybd .form-group.required label.control-label sup:after{
    content: '*';
    color: red;
}
.lybd .form-group.error input,.lybd .form-group.error textarea, .lybd .form-group.error select {
    border: 1px solid red !important;
}
.lybd label.control-label sup{
    color: red;
    vertical-align: middle;
}

.lybd select {
    color: #434343;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
}
.lybd .tex-right {
    text-align: right;
}
.lybd .tex-width {
    width: 90px;
}
.lybd .form-group{
    margin-bottom: 15px;
}
.lybd .form-control {
    padding: 8px;
    line-height: 24px;
    color: #434343;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    height: 40px;
    border-radius: 5px;
}

.lybd .hasValue{
    border: none;
}

.lybd .col-sm {
    vertical-align: middle;
}
.lybd .long{
    width: 100%;
}
.lybd .sub_color {
    color: #a1a1a1;
}
.lybd .paddingRight60{
    padding-right: 60px;
}
@font-face {font-family: "iconfont";
    src: url('./fonts/iconfont.eot'); /* IE9*/
    src: url('./fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/iconfont.woff') format('woff'), /* chrome, firefox */
    url('./fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('./fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    vertical-align: middle;
    text-transform: none;
    /* line-height: 1; */
    display: inline-block;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.lybd{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    min-width: 320px;
    padding-bottom: 50px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}
.lybd .lybd_top{
    padding: 0 10px;
    border-bottom: 1px solid #40cbef;
}
.lybd .lybd_top p,.lybd .lybd_top i{
    line-height: 50px;
}
.lybd .lybd_top p{
    color: #40cbef;
    font-size: 16px;
}
.lybd .lybd_top i{
    font-size: 24px;
}
.lybd .lybd_content{
    padding: 15px 10px;
    overflow: auto;
}
.lybd .lybd_content .control-label{
    width: 105px;
    max-width: 105px;
    overflow: hidden;
    white-space: nowrap;
}
.lybd .lybd_content>h1{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    padding-bottom: 10px;
}
.paddingLeft60{
    padding-left: 60px;
}
.paddingLeft110{
    padding-left: 110px;
}
.lybd .lybd_content>p{
    margin-bottom: 10px;
}
.lybd .lybd_content .form-group{
    margin-bottom: 8px;
    padding: 5px 8px;
    background-color: rgb(241,241,241);
    border-radius: 5px;
}
.lybd .lybd_content textarea{
    min-height: 60px;
    max-height: 200px;
    min-width: 100%;
    max-width: 100%;
}
.lybd .lybd_content .form-group .form-control{
    border: none;
    background-color: rgb(241,241,241);
}
.lybd .lybd_btn{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background-color: #40cbef;
    color: #fff;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 14px;
}
.lybd .lybd_btn i{
    font-size: 24px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: -3px;
}.lybd .lybd_btn span{
     display: inline-block;
     vertical-align: middle;
 }
@media (min-width: 768px) {
    .lybd {
        width: 640px;
    }
}
@media (max-width: 480px) {
    .lybd {
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        transform: translate(0,0);
    }
    .lybd .lybd_content {
        padding: 15px 10px;
        position: absolute;
        top: 51px;
        left: 1px;
        right: 1px;
        bottom: 50px;
        overflow: auto;
    }
}