.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ""
}
.fr{
	float:right;
}
/* layout */
.ks-row::after {
    display: block;
    clear: both;
    content: '';
}

.ks-col-1 {
    width: 4.16667%;
}

.ks-col-2 {
    width: 8.33333%;
}

.ks-col-3 {
    width: 12.5%;
}

.ks-col-4 {
    width: 16.66667%;
}

.ks-col-5 {
    width: 20.83333%;
}

.ks-col-6 {
    width: 25%;
}

.ks-col-7 {
    width: 29.16667%;
}

.ks-col-8 {
    width: 33.33333%;
}

.ks-col-9 {
    width: 37.5%;
}

.ks-col-10 {
    width: 41.66667%;
}

.ks-col-11 {
    width: 45.83333%;
}

.ks-col-12 {
    width: 50%;
}

.ks-col-13 {
    width: 54.16667%;
}

.ks-col-14 {
    width: 58.33333%;
}

.ks-col-15 {
    width: 62.5%;
}

.ks-col-16 {
    width: 66.66667%;
}

.ks-col-17 {
    width: 70.83333%;
}

.ks-col-18 {
    width: 75%;
}

.ks-col-19 {
    width: 79.16667%;
}

.ks-col-20 {
    width: 83.33333%;
}

.ks-col-21 {
    width: 87.5%;
}

.ks-col-22 {
    width: 91.66667%;
}

.ks-col-23 {
    width: 95.83333%;
}

.ks-col-24 {
    width: 100%;
}

[class*=ks-col-] {
    float: left;
    box-sizing: border-box;
}

/* image */
.ks-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* button */
.ks-button{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.ks-button+.ks-button {
    margin-left: 10px;
}
.ks-button--primary {
    color: #fff;
    background-color: #4184f5;
    border-color: #4184f5;
}
.ks-button--success {
    color: #fff;
    background-color: #35bf57;
    border-color: #35bf57;
}
.ks-button--info {
    color: #fff;
    background-color: #909399;
    border-color: #909399;
}
.ks-button--medium {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.ks-button--medium {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.ks-button--small {
    padding: 9px 15px;
    font-size: 13px;
    border-radius: 3px;
}
.ks-button--mini {
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 3px;
}


.ks-button--primary:focus, .ks-button--primary:hover {
    background: #5994f7;
    border-color: #5994f7;
    color: #fff;
}
.ks-button--success:focus, .ks-button--success:hover {
    background: #47cf69;
    border-color: #47cf69;
    color: #fff;
}
.ks-button--warning{
    background: #f59121;
    border-color: #f59121;
    color: #fff;
}
.ks-button--warning:focus, .ks-button--warning:hover{
    background: #f79930;
    border-color: #f79930;
    color: #fff;
}
/* tag */
.ks-tag{
    background-color: #ecf5ff;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #409eff;
    border: 1px solid #d9ecff;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
}
.ks-tag+.ks-tag{
    margin-left: 10px;
}
.ks-tag.ks-tag--warning{
    background-color: #fdf6ec;
    border-color: #faecd8;
    color: #e6a23c;
}
.ks-tag.ks-tag--success {
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    color: #67c23a;
}
.ks-tag.ks-tag--info {
    background-color: #f4f4f5;
    border-color: #e9e9eb;
    color: #909399;
}
.ks-tag.ks-tag--danger {
    background-color: #fef0f0;
    border-color: #fde2e2;
    color: #f56c6c;
}
.ks-tag--medium {
    height: 28px;
    line-height: 26px;
}
.ks-tag--small {
    height: 24px;
    padding: 0 8px;
    line-height: 22px;
}
.ks-tag--mini {
    height: 20px;
    padding: 0 5px;
    line-height: 19px;
}


/*input*/
.ks-input{
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    font-size: 14px;
}
.ks-input{
    height: 40px;
    line-height: 40px;
}
textarea.ks-input{
    height: 120px;
    padding:10px 15px;
    line-height: 24px;
}
.ks-input:hover{
    border-color: #c0c4cc;
}
.ks-input:focus{
    outline: none;
    border-color: #4184f5;
}

/*Ô¤ÀÀ */
.ks-preview{
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: hidden;
}
.ks-preview__pagination{
    position: fixed;
    left: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    top: 0;
    text-align: center;
    color:#fff;
    z-index: 11;
    background:rgba(0,0,0,0.5)
}
.ks-preview .swiper-zoom-container img{
    max-width: 100%;
    max-height: 100%;
    position: relative;
    z-index: 10;
}

/*popup*/
.ks-popup{
    position: fixed;
    width: 800px;
    height: 400px;
    left: 50%;
    margin-left: -400px;
    top: 50%;
    margin-top: -200px;
    background: #fff;
    z-index: 10000;
    border-radius: 6px;
    color:#6a6e75;
}
.ks-popup-head{
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color:#6a6e75;
}
.ks-popup-head__close{
    width: 46px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(close.png) no-repeat 50% 50%;
    cursor: pointer;
}
.ks-popup--open .ks-popup-body{
    position: relative;
    height: calc(100% - 46px);
    overflow-x: hidden;
    overflow-y: auto;
}
.ks-popup-content{
    padding: 20px;
    line-height: 24px;
    font-size: 14px;
    position: relative;
}
.ks-popup-content--takeicon{
    padding-left: 62px;
}
.ks-popup-content__icon{
    position: absolute;
    left: 20px;
    top:16px;
    height: 32px;
}
.ks-popup-body__iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 0px;
}
.ks-popup--msg{
    max-width: 320px;
    background: rgba(0, 0, 0, .6);
    color:#fff;
}
.ks-popup--msg .ks-popup-content{
    padding:12px 15px;
}
.ks-popup-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .6)
}
.ks-popup-mask--msg{
    background: none;
}
.ks-popup-footer{
    padding: 15px;
    text-align: right;
}
