*,:after,:before{-webkit-tap-highlight-color:rgba(0,0,0,0)}
.openService {
    width: 100%;
    background: url("../img/openService-bg.jpg") no-repeat center center;
}

.openService .col-xs-3 {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    width: 27%;
    cursor: pointer;
}

.openService .col-xs-3 p {
    cursor: pointer;
}

.openService .col-xs-offset-3 {
    margin-left: 22%;
}

.openService .col-xs-2 {
    position: relative;
    top: -10px;
    padding-right: 0;
    padding-left: 10px;
}

.oS-content img {
    max-width: 60px;
    max-height: 60px;
}

.oS-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.nopadding {
    padding: 0;
}

.chain img {
    height: 60px;
    width: 60px;
    border: 2px solid #333;
    border-radius: 50%;
    padding: 12px;
}

.chain .chain-title {
    font-size: 16px;
}

.chain .chain-con {
    text-align: left;
    line-height: 200%;
}

.par-div {
    height: 550px;
    position: relative;
}

.par-div img {
    max-height: 90px;
    max-widht: 90px;
}

.par-div-con {
    position: absolute;
    top: 15%;
    left: 30%;
    width: 40%;
    text-align: center;
}

.savetable-div {
    width: 60%;
    position: absolute;
    top: 60%;
    left: 20%;
}
.free-order {
    padding: 20px 0px;
    margin: 0px auto;
}
.free-order p {
    border-bottom: 1px solid #9a9a9a;
    padding: 5px 0px;
    color: #10a0e9;
    margin: 0px 20px;
    font-size: 14px;
}
.free-order-form {
    width: 80%;
    padding-top: 20px;
    margin: auto;
    margin-left: 45px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.free-order-form .star {
    color: red;
    margin-right: 6px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
        font-size: 14px;
    }
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
label {
    cursor: default;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-group {
    margin-bottom: 15px;
    overflow: hidden;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
   /* padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-block {
    width: 100%;
    display: block;
}
.btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-primary {
    color: #fff;
    background-color: #10a0e9;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0d7fb9;
}

/*工具文件 1rem = 16px */
.md5-area {
    margin: 0 auto;
    overflow: auto;
    display: flex;
    border-radius: 3px;
    background-color: #fff;
    align-items: center;
    position: relative;
    width: 100%;
    height: 580px;
}
.md5-area .left-part, .md5-area .right-part {
    background-color:#fff;
    width:50%;
    /*top:50%;
    transform:translateY(-50%);*/
    position:relative;
}
.md5-area .left-part {
    text-align:center;
    border-right: 1px solid #e4e4e4;
}
.md5-area .left-part.have-file:after {
    top:-30px;
}
.md5-area .left-part:after {
    /*content:"";
    position:absolute;
    display:inline-block;
    background-color:#e4e4e4;
    height:320px;
    width:1px;
    top:0px;
    right:0*/
}
.md5-area .left-part .el-upload {
    display:block;
    height:100%
}
.el-upload-dragger {
    background-color: #fff;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    box-sizing: border-box;
    width: 360px;
    height: 180px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.md5-area .left-part .el-upload-dragger {
    width:100%;
    height:auto;
    border:0;
    padding:125px 0
}
.md5-area .left-part .have-file .el-upload-dragger {
    background-color:#fff;
    cursor:default
}
.md5-area .left-part .upload {
    height:100%;
    text-align:center;
    position:relative
}
.md5-area .el-empty{
    display: block;
}
.md5-area .left-part .upload-img {
    margin-bottom:15px
}
.md5-area .left-part .upload-title {
    color:#4d4d4d;
    font-size:14px;
    line-height:20px;
    margin-bottom:29px;
}
.md5-area .left-part .upload-tip-1 {
    margin:0 auto 52px;
    width:148px;
    color:#999;
    font-size:12px;
    line-height:17px
}
.md5-area .left-part .upload-tip-2 {
    color:#999;
    line-height:20px;
    font-size:14px;
}
.md5-area .left-part .upload__text {
    color:#4d4d4d;
    font-size:14px;
    line-height:20px;
    margin-bottom:29px;
}
.md5-area .left-part .upload__tip {
    font-size:12px;
    color:#999;
    line-height:17px;
}
.md5-area .left-part .upload .file-img {
    margin:20px;
    width:120px;
    height:130px;
}
.md5-area .left-part .upload .file-img-wrapper {
    background-color: #dddddd;
    border-radius:3px 3px 0 0
}

.md5-area .left-part .upload .file-name {
    height:48px;
    line-height:48px;
    font-size:14px;
    color:#333;
    text-align:center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    border-radius:0 0 3px 3px;
    border:1px solid hsla(0, 0%, 52.5%, .15);
    background-color:#fff;
    padding:0 5px
}
.md5-area .left-part .upload__mask {
    position:absolute;
    left:50%;
    top:0px;
    background-color:rgba(0, 0, 0, .5);
    display:inline-block;
    width:180px;
    margin-left:-90px;
    height:162px;
    padding:52px 0;
    box-sizing:border-box;
    border-radius:3px 3px 0 0;
    display: none;
}
.target-file:hover .upload__mask{
    display: block;
}

.md5-area .left-part .upload__mask-btn {
    display:inline-block;
    text-align:center;
    width:40px;
    height:40px;
    line-height:60px;
    border-radius:50%;
    margin:0 15px;
    cursor:pointer;
    color:#fff;
}
.md5-area .left-part .upload__mask-btn:hover {
    background-color:rgba(0, 0, 0, .4)
}
.md5-area .left-part .target-file {
    width:180px;
    height:210px;
    margin:0 auto;
    background-color:rgba(246, 248, 253, .6);
    display: none;
    position: relative;
}
.md5-area .left-part .second-upload {
    display:inline-block;
    text-align: center;
    cursor: pointer;
    outline: none;
}
.md5-area .right-part {
    padding:0 30px;
    font-size:14px;
    line-height:20px;
}
.md5-area .right-part .result-item {
    margin-bottom:48px;
    position: relative;
}
.md5-area .right-part .result-item label {
    color:#999;
    margin-right:10px;
    display:inline-block;
    width:120px;
    text-align:right
}
.md5-area .right-part .result-item__value {
    color:#4d4d4d
}
.md5-area .right-part .result-item__text {
    margin-right:5px;
    display:inline-block;
    max-width:220px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    line-height:18px;
    vertical-align:-2px;
    cursor: pointer;
}
.md5-area .el-upload__input{
    display: none;
    outline: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    background-color: #fff;
}
.md5-area .right-part .result-item__copy-icon {
    color:#979797;
    font-size:14px;
    cursor:pointer
}
.md5-area .right-part .result-item__copy-icon:hover {
    color:#0975e0
}
.el-icon-upload2{
    background-image: url("../img/utils/up_icon.png");
    background-size: 100% 100%;
    width: 28px;
    height: 28px;
    display: inline-block;
}
.el-icon-delete{
    background-image: url("../img/utils/del_icon.png");
    background-size: 100% 100%;
    width: 28px;
    height: 28px;
    display: inline-block;
}
.copy{
    width: 20px;
    height: 20px;
    background-image: url("../img/utils/copy_icon.png");
    background-size: 100% 100%;
    cursor: pointer;
    display: none;
}