.ckfminWindow *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.cndnsCkf_content {
    position: fixed;
    background-color: #f6f6f6;
    /*right: 70px;*/
    /*bottom: 55px;*/
    right: 0px;
    bottom: 0px;
    z-index: 615787699;
    -moz-box-shadow: 0 0 20px rgba(137, 137, 137, .32);
    -webkit-box-shadow: 0 0 20px rgba(137, 137, 137, .32);
    box-shadow: 0 0 20px rgba(137, 137, 137, .32);
    width: 360px;
    max-height: 80%;
}

.cndnsCkf_header {
    width: 100%;
    height: 60px;
    background-color: #00a0e9;
    display: flex;
    justify-content: space-between
}

.cndnsCkf_header_L {
    display: flex;
    height: 60px;
    line-height: 60px
}

.cndnsCkf_header_L img{
    width: 27px;
    height: 35px;
    margin: 12px 0 0 22px;;
}

.cndnsCkf_header_R {
    display: inline-block;
    height: 60px;
    line-height: 60px;
}

.cndnsCkf-shrink{ margin-top: 18px;float:right;}
.cndnsCkf-shrink a:not(.ckf_close){ display: block; float: left; width: 11px; height: 11px; background: url(../images/cndnsCkf-sprite.png) no-repeat; margin-right: 13px;}
.cndnsCkf-shrink a.narrow{ background-position: -30px 0;}
.cndnsCkf-shrink a.enlarge{ background-position: -30px -11px;}
.cndnsCkf-shrink a.ckf_close{ display: block; float: left; width: 12px; height: 12px; background: url(../images/ckf_close.png) no-repeat; margin-right: 13px;}
.cndnsCkf-shrink a.ckf_close{ background-position: -2px -2px;}

.cndnsCkf-top{ width: 100%; height: 68px; background-color: #00a0e9;}
.cndnsCkf-head{ float: left; margin: 12px 0 0 22px;}
.cndnsCkf-head img{
    width: 27px; height: 35px; float: left;
}
.cndnsCkf-head p{ float: left; color: #fff; /*font-size: 0.8rem;*/ line-height: 20px; margin: 12px 0 0 10px;max-width: 150px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ckfminWindow .cndnsCkf-top{ height: 60px;}
.ckfminWindow .cndnsCkf-head{min-width: 60%}
.ckfminWindow .cndnsCkf-head p{ font-size: 12px; line-height: 16px;}

#cndnsCkf-top-bar{
    z-index: 615787699;
    display: none;
    width: 280px;
    height: 60px;
    position: fixed;
    right:1px;
    bottom: 1px;
}

.cndnsCkf_header_R span {
    margin-right: 0.8rem
}

.cndnsCkf_header_L p {
    color: #ffffff;
    /*font-size: 0.8rem;*/
    margin-left: 0.5rem
}

.cndnsCkf_detail {
    background-color: #f6f6f6;
    min-width: 88%;
    padding: 20px;
    overflow: auto;
}

.cndnsCkf_detail .cndnsCkf_ly {
    color: #f5b362;
    /*font-size: 0.9rem*/
}

.cndnsCkf_textarea {
    margin-top: 1rem;
    width: 100%;
    border: none;
    border-radius: 4px;
}

.cndnsCkf_form select {
    width: 100%;
    margin-top: 1rem;
    border-radius: 4px;
    border: none;
    height: 30px;
    line-height: 30px;
}

.cndnsCkf_form input {
    width: 100%;
    margin-top: 1rem;
    border-radius: 4px;
    border: none;
    height: 30px;
    line-height: 30px;
}

.cndnsCkf_content button {
    background: #009fe9;
    color: #ffffff;
    height: 33px;
    line-height: 33px;
    width: 100%;
    border: none;
    border-radius: 4px;
}



.cndnsCkf_lybd a {
    color: #434343;
    text-decoration: none;
    transition: 0.3s;
}

.cndnsCkf_lybd .clear:after {
    content: '';
    clear: both;
    font-size: 0px;
    line-height: 0;
    height: 0;
    display: block;
}
.cndnsCkf_lybd .fl {
    float: left;
}
.cndnsCkf_lybd .fr {
    float: right;
}

.cndnsCkf_lybd input,
.cndnsCkf_lybd button,
.cndnsCkf_lybd select,
.cndnsCkf_lybd textarea {
    outline: none;
    font-family: "Microsoft Yahei";
}

.cndnsCkf_lybd label.control-label {
    padding-left: 10px;
    font-size: 12px;
    color: #a0a0a0;
    line-height: 20px;
    display: inline-block;
    text-align: left;
}
.cndnsCkf_lybd .form-group.required label.control-label sup:before{
    content: '*';
    color: red;
    vertical-align: middle;
}

.cndnsCkf_lybd .tex-right {
    text-align: right;
}
.cndnsCkf_lybd .tex-width {
    width: 90px;
}
.cndnsCkf_lybd .form-groups{
    margin-top: 1rem;
}

.cndnsCkf_lybd .form-group{
    margin-bottom: 15px;
}
.cndnsCkf_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;
}

.cndnsCkf_lybd .hasValue{
    border: none;
}

.cndnsCkf_lybd .col-sm {
    vertical-align: middle;
}
.cndnsCkf_lybd .long{
    width: 100%;
}
.cndnsCkf_lybd .sub_color {
    color: #f5b362;
}
.cndnsCkf_lybd .paddingRight60{
    padding-right: 60px;
}
.cndnsCkf_lybd .lybd_top p,.lybd .lybd_top i{
    line-height: 50px;
}
.cndnsCkf_lybd .lybd_top p{
    color: #40cbef;
    font-size: 16px;
}
.cndnsCkf_lybd .lybd_top i{
    font-size: 24px;
}
.cndnsCkf_lybd .lybd_content{
    padding: 15px 10px;
}
.cndnsCkf_lybd .lybd_content>h1{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.paddingLeft60{
    padding-left: 60px;
}
.cndnsCkf_lybd .lybd_content>p{
    margin-bottom: 10px;
}
.cndnsCkf_lybd .lybd_content .form-group{
    margin-bottom: 8px;
    border-radius: 5px;
}
.cndnsCkf_lybd .lybd_content textarea{
    min-height: 60px;
    max-height: 100px;
    min-width: 100%;
    max-width: 100%;
}
.cndnsCkf_lybd .lybd_content .form-group .form-control{
    background-color: rgb(255,255,255);
    border-radius: 5px;
}
.cndnsCkf_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;
}
.cndnsCkf_lybd .lybd_btn i{
    font-size: 24px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: -3px;
}
.cndnsCkf_lybd .lybd_btn span{
     display: inline-block;
     vertical-align: middle;
 }

.cndnsCkf_tip{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 160px;
    height: 60px;
    border-radius: 30px;
    line-height: 55px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 10px #e9e9e9;
    padding: 0 10px;
}
.cndnsCkf_tip span{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}