.half {
    /*width: 50%;
    float: left;
    position: relative*/
}
/*.half > a {
    position: relative;
    width: 100px;
    display: inline-block;
    background: #7a9dbd;
    height: 100px;
    left: 50%;
}*/
.half > a  img {
    width:50px;
    height: 50px;
    border-radius: 100%;
    float: right;
    margin: 10px 0;
}
.logo-license {
/*    padding-top:20px;
    padding-bottom:20px;
    background: #fff;*/
}
.logo {
    border-radius:100%;
}

.htmleaf-container{
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #000;
    display: none;
    z-index: 9999999;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
img {
    border: 0;
}
button, input, select, textarea {
    font-family: inherit;
}
button, input {
    line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
#clipArea {
    height: 94%;
}
/*上传图标*/
#file{
    float: left;
    height: 100%;
}
#clipBtn{
    float: right;
    height: 100%;
    width: 50%;
    background: #6783fb;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 15px;
    z-index: 999;
}
.foot-use{
    background: #fff;
    height: 50px;
    width: 100%;
    position: fixed;
    bottom: 0;
}
.uploader {
    position: absolute;
    width: 50%;
    height: 50px;
    left: 23%;
    cursor: default;
    height: 100%;
    float: left;
}
.uploader1 {
    position: absolute;
    width: 50%;
    height: 50px;
    cursor: default;
    height: 100%;
    float: left;
}
.filename {
    position: absolute;
    outline: 0 none;
    line-height: 50px;
    font-size: 15px;
    color: #999;
    width: 100%;
    margin: 0;
    overflow: hidden;
    cursor: default;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
    top: 100px;
    text-align: center;

}
.button {
    float: left;
    height: 100%;
    display: inline-block;
    outline: 0 none;
    margin: 0;
    cursor: pointer;
    border: 0;
    width: 100%;
    font-size: 15px;
}
.uploader input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    padding: 0;
    margin: 0;
    height:50px;
    width: 100%;
    cursor: pointer;
    border:none;
    opacity: 0;
}
.uploader1 input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: 0;
    padding: 0;
    margin: 0;
    height:50px;
    width: 100%;
    cursor: pointer;
    border: none;
    opacity: 0;
}
input[type=button]::-moz-focus-inner {
    padding: 0;
    border: 0 none;
    -moz-box-sizing: content-box;
}

input[type=button]::-webkit-focus-inner {
    padding: 0;
    border: 0 none;
    -webkit-box-sizing: content-box;
}

input[type=text]::-moz-focus-inner {
    padding: 0;
    border: 0 none;
    -moz-box-sizing: content-box;
}

input[type=text]::-webkit-focus-inner {
    padding: 0;
    border: 0 none;
    -webkit-box-sizing: content-box;
}
.blue .button {
    color: #333;
    background: #fff;
    height: 100%;

}
