.imageBox{
    position: relative;
    width: 1300px;
    height: 975px;
    /*height: 600px;*/
    /*width: 800px;*/
    /*border: 1px solid #aaa;*/
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move;
    margin: 0px auto 0;
}
.imageBox .thumbBox{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1300px;
    height: 975px;
    /*width: 650px;*/
    /*height: 400px;*/
    transform: translate(-50%, -50%);
    /*margin-top: -100px;*/
    /*margin-left: -100px;*/
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.7);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}
.beijing{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 200;
    background: rgba(0,0,0,0.6);
    top: 0;
    display: none;
}
.container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0; bottom: 0;
    z-index: 201;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.action{
    width: 650px;
    margin: 0px auto;
    /* background: #fff; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    font-size: 16px;
    transform: translateY(-100px);
    color: #fff;
}
.action .quxiao{
    cursor: pointer;
}
.cropped>img{
    margin-right: 10px;
}
.btns{
    width: 60px;
    height: 30px;
    line-height: 30px;
    background: #818181;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
.btnsd{
    width: 60px;
    height: 30px;
    line-height: 30px;
    background: #03c103;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
.kt_cont{
    position: relative
}
.kt_title{
    color: #fff;
    font-size: 16px;
    position: absolute;
    z-index: 2;
    text-align: center;
    padding: 10px 0;
    top: -40px;
    left: 0;
    width: 100%;
}