@charset "utf-8";
.crop {
    display: none;
}

.cropbox {
    background: #fff;
    position: relative;
    width: 620px;
    height: 450px;
    padding: 10px;
}

.cropbox h3 {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #f5f5f5;
    position: relative;
    margin: -10px -10px 10px -10px;
}

.cropbox h3 span {
    font-weight: normal;
    display: block;
    font-size: 14px;
    color: #333;
}

.cropbox h3 a {
    background: url("../img1.7/icon14.png") no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 7px;
    right: 10px;
}

.cropbox h3 a:hover {
    border: none
}

.layui-layer-ico {
    background: url("../img1.7/icon14.png") no-repeat !important;
}

.btn-bottom {
    height: 30px;
    margin: 15px 180px;

}

.Btnsty_peyton {
    width: 100px !important;
    display: inline-block;
    margin-bottom: 10px;
    height: 35px !important;
    line-height: 25px;
    font-size: 14px;
    margin: 0px 10px;
    background-color: #fc7d28 !important;
    color: #ffffff;
    border: none !important;
    padding: 0 !important;
}

#btn-close {
    width: 100px !important;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 0 !important;
    height: 35px !important;
    line-height: 25px;
    font-size: 14px;
    margin: 0px 10px;
    background-color: #f8f8f8 !important;
    color: #000;
    border: 1px solid #ddd !important;
}

.cropped {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 200px;
    height: 449px;
    padding: 4px;
    text-align: center;
}
.croppedimg{ border: 1px solid #ddd; width: 200px; height: 204px}
.croppedimg img{
    width:180px;margin-top:4px;border: 1px solid #999;
}
.cropped .cropbtn {
    position: absolute;
    bottom: 0;
    left: 10px;
}

.cropped .cropbtn input {
    padding: 0 12px;
    height: 40px;
    color: #a1a1a1;
    min-width: 42px;
    background: #fff;
    margin: 0 5px;
    font-size: 24px;
    border: 1px #a1a1a1 solid;
    border-radius: 5px;
    vertical-align: bottom;
}
#btnCrop{
    font-size: 16px;
}
.cropped .cropbtn input:hover{
    background: #fc7d28;
    color: #fff;
    border: 1px solid #fc7d28;
}
.imageBox {
    position: relative;
    height: 450px;
    width: 400px;
    border: 1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move;
}

.imageBox .thumbBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    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.5);
    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)
}

/*选择文件上传*/
.new-contentarea {
    width: 165px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    float: left;
}

.new-contentarea label {
    width: 100%;
    height: 100%;
    display: block;
}

.new-contentarea input[type=file] {
    width: 188px;
    height: 60px;
    background: #333;
    margin: 0 auto;
    position: absolute;
    right: 50%;
    margin-right: -94px;
    top: 0;
    right /*\**/: 0px \9;
    margin-right /*\**/: 0px \9;
    width /*\**/: 10px \9;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
}

a.upload-img {
    width: 165px;
    display: inline-block;
    margin-bottom: 10px;
    height: 57px;
    line-height: 57px;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #f38e81;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    border: 0px #fff solid;
    box-shadow: 0px 0px 5px #B0B0B0;
}

a.upload-img:hover {
    background-color: #ec7e70;
}

.tc {
    text-align: center;
}

/*www.jq22.com*/