/*浮动窗口*/

.k-body .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.k-body .window {
    width: 200px;
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 9px 1px rgba(105, 104, 104, 0.48);
    margin-top: 300px;
    position: absolute;
    background: white;
    padding-bottom: 10px;
    border-radius: 0
}

.k-body .window .tit {
    height: 50px;
    text-align: center;
    width: 100%;
    font-size: 24px;
    background: #EBEBEB;
    line-height: 50px;
    color: #7F2C0B;
    position: relative;
    border-bottom: 1px #d6d6d6 solid;
}

.k-body .window .tit span {
    position: relative;
    left: -10px
}

.k-body .window .tit i.del {
    background: url(../images/del.png)no-repeat center;
    background-size: 60%;
    height: 20px;
    width: 20px;
    display: block;
    top: 0;
    right: 0;
    margin-top: 16px;
    position: absolute;
    margin-right: 8px;
}

.k-body .window .info {
    line-height: 26px;
    font-size: 14px;
    padding: 0px 10px
}

.k-body .window .info p:first-child {
    margin: 5px 0 0
}

.k-body .window .info p {
    text-indent: 2em;
}

.k-body .window div.info2 p {
    text-indent: 2em;
    line-height: 22px;
}

.k-body .window ul.form {
    padding: 0px 10px 0;
}

.k-body .window .info1 {
    padding: 0px 10px 0px;
}

.k-body .window .info2 {
    padding: 10px 10px 10px;
}

.k-body .window div.info1 input {
    margin-right: 5px;
}

.k-body .window ul.form li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 10px;
}

.k-body .window ul.form li p {
    padding-bottom: 5px;
    line-height: 22px;
}

.k-body .window ul.form li input[type~="text"] {
    padding: 2px 0px 2px 2px;
width: 97%;

}

.k-body .window ul.form li div {
    display: block;
    padding-bottom: 10px;
}

.k-body .window div.info1 .date {
    padding-bottom: 0px;
    padding-left: 20px;
    padding-top: 5px;
}

.k-body .window div.info1 label {
    padding-right: 10px;
}

.k-body .biaodan {
    padding: 0 50px;
}

.k-body .biaodan li p {
    line-height: 30px;
    text-indent: 2em;
    white-space: nowrap
}

.k-body .biaodan p {
    line-height: 30px;
    text-indent: 2em;
}

.k-body .biaodan p.p1 {
    text-indent: 0em
}

.k-body .biaodan li p.pr {
    padding-right: 1px;
}

.k-body .biaodan ul.show_form li {
    padding: 5px 0;
}

.k-body .biaodan ul.show_form li input[type~="text"] {
    width: 100%;
    padding-left: 10px;
    position: relative;
    top: -5px;
}
.k-body .biaodan ul.show_form li input[type~="radio"]{
     position: relative;
    top: 0px;   
    margin-right: 5px;
}
.k-body .in_news_show_title span {
    font-size: 24px;
}

.k-body .biaodan button {
    background: #d7010e;
    color: #fff;
    border: none;
    outline: none;
    display: block;
    height: 31px;
    width: 180px;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}

.k-body .biaodan ul.show_form li label {
    white-space: nowrap;
    margin-right: 40px;
    position: relative;
    top: 7px
}

.in_news_show_title span {
    font-size: 23px
}

.k-body .window button {
    background: #d7010e;
    color: #fff;
    border: none;
    outline: none;
    display: block;
    height: 31px;
    width: 100%;
    cursor: pointer;
}

.k-body .window .mc {
    padding: 0 10px;
}

.k-body .pop {
    width: 373px;
    height: 100px;
    box-shadow: 0px 2px 9px 1px rgba(105, 104, 104, 0.48);
    background: #f7f7f7;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 26px;
    margin: auto;
    padding: 20px 18.5px;
}

.k-body .pop p {
    width: 300px;
}

.k-body .pop span {
    height: 10px;
    width: 10px;
    background: url(../images/close.png)no-repeat center;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 15px;
}

.k-body .pop button {
    background: url(../images/btn-yes.png)no-repeat center;
    outline: none;
    border: none;
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
    width: 46px;
    height: 31px;
    background-size: contain;
    color: transparent;
}

.k-body .pop.yzm {
    height: 150px;
}

.k-body .pop.yzm div {
    position: absolute;
    top: 0;
    bottom: 20px;
    height: 40px;
    margin: auto;
    left: 0;
    right: 0;
    width: 320px;
}

.k-body .pop.yzm button {
    background: url(../images/btn-yes1.png)no-repeat center;
    outline: none;
    border: none;
    position: absolute;
    right: 0px;
    left: 0;
    margin: auto;
    bottom: 25px;
    display: block;
    width: 123px;
    height: 32px;
    color: white;
    background-size: contain;
}

.k-body .pop.yzm div input {
    width: 166px;
    border-radius: 4px;
    outline: none;
    border: 1px #e2e2e2 solid;
    margin-right: 10px;
    background: #f7f7f7;
    padding: 0 10px;
}

/*响应式*/

@media screen and (max-width:1200px) {
    .k-body .window ul.form li input[type~="text"] {
        width: 97%;
        line-height: 20px;

    }
    .k-body .window ul.form li input[type~="radio"]{
        margin-right: 0px;
    }
    .k-body .window .tit i.del {
        display: none
    }
}

@media screen and (max-width:980px) {
    .k-body .window {
        width: 100%;
        margin-top: 20px;
        overflow: hidden;
        box-shadow: none;
        margin-top: 300px;
        background: white;
        position: inherit;
        border-radius: 0
    }

    .k-body .window ul.form li input[type~="text"] {
        width: 100%;
        padding-left: 5px;
    }
}

@media screen and (max-width:800px) {
    .k-body .window .tit i.del {
        display: none
    }
    .k-body .window {
        padding-bottom: 30px;
    }
    .k-body .window .info {
        padding-bottom: 20px;
    }
    .k-body .window .info p {
        font-size: 18px;
        line-height: 32px;
    }
    .k-body .window ul.form li p {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .k-body .window div.info1 p:first-child {
        font-size: 18px;
        width: 100px;
        float: left;
    }
    .k-body .window ul.form li input[type~="text"] {
        width: 100%;
        font-size: 16px;
        height: 30px;
              padding-left: 5px;
    }
    .k-body .biaodan ul.show_form li input[type~="radio"]{
         margin-right: 5px;
      
    }
    .k-body .window div.info1 input {
        margin-right: 8px;
    }
    .k-body .window div.info1 label {
        font-size: 18px;
        position: relative;
        top: -4px;
    }
    .k-body .window div.info2 p {
        font-size: 18px;
        line-height: 32px;
    }
    .k-body .window button {
        height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width:640px) {

    .k-body .window .tit i.del {
        display: none
    }
    .k-body .window {
        padding-bottom: 30px;
    }
    .k-body .window .info {
        padding-bottom: 20px;
    }
    .k-body .window .info p {
        font-size: 18px;
        line-height: 32px;
    }
    .k-body .window ul.form li p {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .k-body .window div.info1 p:first-child {
        font-size: 18px;
        width: 100px;
        float: left;
    }
    .k-body .biaodan ul.show_form li input[type~="radio"]{
         margin-right: 0px;
      
    }
    .k-body .window ul.form li input[type~="text"] {
        width: 100%;
        font-size: 16px;
        height: 30px;
        padding-left: 5px;
        
    }
    .k-body .window div.info1 input {
        margin-right: 8px;
    }
    .k-body .window div.info1 label {
        font-size: 18px;
        position: relative;
        top: -4px;
    }
    .k-body .window div.info2 p {

        font-size: 18px;
        line-height: 32px;
    }
    .k-body .window button {
        height: 50px;
        font-size: 16px;
    }
    .k-body .pop {
        width: 300px;

        height: 110px;
    }
    .k-body .pop.yzm div {
        width: 285px;
    }
    .k-body .pop.yzm div input {
        width: 110px;
        border-radius: 4px;
        outline: none;
        border: 1px #e2e2e2 solid;
        margin-right: 10px;
        background: #f7f7f7;
        padding: 0 10px;
    }


    /* 内容页面表单*/
    .k-body .biaodan {
        padding: 0px;
    }
    .k-body .biaodan li p {
        line-height: 30px;
        text-indent: 0;
        white-space: nowrap;
        font-size: 18px
    }
    .k-body .biaodan li p.pr {
        padding-right: 5px;
    }
    .k-body .biaodan p {
        line-height: 30px;
        text-indent: 0;
        font-size: 18px;
        padding-bottom: 10px
    }
    .k-body .biaodan p.pb20 {
        padding-bottom: 20px
    }
    .k-body .biaodan p.p1 {
        text-indent: 0em
    }
    .k-body .biaodan ul.show_form li {
        padding: 5px 0;
    }
    .k-body .biaodan ul.show_form li input {
        width: 100%;
        padding-left: 10px;
        font-size: 14px;
    position: relative;
    top: -5px;            
    }
    .k-body .biaodan ul.show_form li input[type~=radio] {
        padding-left: 0px;
        width: 80%
    }
    .k-body .in_news_show_title span {
        font-size: 20px;
    }
    .k-body .biaodan button {
        background: #838383;
        color: #fff;
        border: none;
        outline: none;
        display: block;
        height: 40px;
        width: 200px;
        margin: 0 auto;
        margin-top: 20px;
        font-size: 18px
    }
    .k-body .biaodan ul.show_form li label {
        white-space: nowrap;
        margin-right: 40px;
        position: relative;
        top: 2px;
        font-size: 18px;
    }

    .k-body .pop button {
        background: #5a97ff;
        color: white;
        width: 100px;
        left: 0;
        right: 0;
        font-size: 14px;
        margin: auto;
    }
    .k-body .pop.yzm button {
        background: #5a97ff;
        outline: none;
        border: none;
        position: absolute;
        right: 0px;
        left: 0;
        margin: auto;
        bottom: 25px;
        display: block;
        width: 123px;
        height: 32px;
        color: white;
    }
}

@media screen and (max-width:480px) {}