.modify{
    width: 715px;
    text-align: center;
    padding: 60px 0 80px;
}
.modify .top{
    color: #050505;
    display: inline-block;
}
.modify .top h3{
    font-size: 30px;
    line-height: 80px;
}
.modify .top span{
    display: inline-block;
    background-color: #fff;
    padding: 0 20px;
    font-size: 18px;
    position: relative;
    z-index: 2;
}
.modify .top p{
    position: relative;
}
.modify .top p:before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-left: -55%;
    height: 1px;
    width: 110%;
    background-color: #050505;
}
.content .wrapper{
    padding: 60px 0 50px;
    text-align: center;
}
.content .btn{
    display: inline-block;
    background-color: #005893;
    width: 258px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.content .btn .icon{
    vertical-align: middle;
    margin-right: 10px;
}
.content .btn .w{
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
}
.modify .bottom{
    border: 1px solid transparent;
    padding: 7px 25px;
    text-align: left;
    font-size: 14px;
    color: #8c8a8a;
    line-height: 30px;
}
.modify .bottom.active{
    border: 1px solid #e0e0e0;
}
.modify .bottom span{
    color: #050505;
}
.modifyContent{
    width: 560px;
    margin: 0 auto;
    height: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
}
.modifyContent.active{
    height: auto;
}
.modifyContent .chooseBox{
    margin-top: 20px;
}
.modifyContent .chooseBox .flexBox{
    justify-content: flex-start;
    line-height: 40px;
}
.modifyContent .flexBox label{
    margin-left: 20px;
    color: #707271;
}
.modifyContent .flexBox span{
    color: #050505;
    font-size: 14px;
}
.modifyContent .flexBox input[type="number"]{
    text-align: center;
    display: inline-block;
    width: 65px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #cfcfcf;
}
.modifyContent .btnBox{
    margin-top: 40px;
}
.modifyContent .btnBox .change {
    position: relative;
    color: #fff;
}
.modifyContent .btnBox .change input{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    width: 100%;
}
.modifyContent .btnBox .btn2{
    display: inline-block;
    height: 37px;
    line-height: 37px;
    padding: 0 20px;
    background-color: #005893;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 18px;
}
.modifyContent .btnBox a{
    color: #fff;
    font-size: 14px;
}
.cropperBox{
    align-items: flex-start;
}
.cropperBox .left{
    width: 400px;
    height: 480px;
    background-image: url("../img/bg2.png");
    background-repeat: repeat;
    position: relative;
}
.cropperBox .left #img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cropperBox .addBtn:before{
    content: "";
    background: #ccc;
    width: 100px;
    height: 4px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
}
.cropperBox .addBtn:after{
    content: "";
    background: #ccc;
    width: 4px;
    height: 100px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
}
.cropperBox .left input{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    width: 100%;
}
.cropperBox .previewBox{
    width: 140px;
    height: 180px;
    overflow: hidden;
    border: 1px solid #cccccc;
    background-image: url("../img/bg2.png");
    background-repeat: repeat;
}