﻿
.rightnote .title {
    width: 100px;
}

.pcbaonline-options, smtonline-options {
    width: 750px;
}

.chkQutoItem:hover {
    cursor: pointer;
}
/**右侧*/
.cost-details-list {
    width: 449px;
    border-right: 1px solid #19A35F;
    border-top: 1px solid #19A35F;
}

dl {
    margin: 0;
}

.cost-details-list dt, .cost-details-list dd, .price-delivery-list dt {
    overflow: hidden;
}

dd {
    margin-left: 0;
}

dd, dt {
    line-height: 1.42857143;
}


.cost-details-list .title {
    width: 25%;
    background-color: #19A35F;
    color: #fff;
}

.normal {
    font-weight: 400;
}

.pull-left {
    float: left !important;
}

#btnSubmitOK:hover {
    background: #19a35f;
    color: #fff;
    border: 1px solid #0f6d3e;
    cursor: pointer;
}

@media screen and (max-width: 1300px) {

    .cost-details-list .ww {
        width: 22.759%;
    }
}

.layui-layer-tips i.layui-layer-TipsB, .layui-layer-tips i.layui-layer-TipsT {
    left: 5px;
    margin-top: -8px;
    border-right-style: solid;
    border-bottom-color: #c3c9d2;
}

#_easyui_textbox_input7 {
    outline: none;
    border: 1px solid #dfe6f0;
    width: 40px;
    height: 27px;
    padding: 0 5px;
}
/**上传框按钮*/
.uploadfiles {
    position: relative;
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    overflow: hidden;
    color: #262626;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}

    .uploadfiles input {
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
    }

    .uploadfiles:hover {
        background: #00719d;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

#divUpFile a {
    background-color: #505050;
    background-image: -o-linear-gradient(bottom,#505050 0%,#707070 100%);
    background-image: -moz-linear-gradient(bottom,#505050 0%,#707070 100%);
    background-image: -webkit-linear-gradient(bottom,#505050 0%,#707070 100%);
    background-image: -ms-linear-gradient(bottom,#505050 0%,#707070 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#505050),color-stop(1,#707070));
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #808080;
    color: #FFF;
    font: bold 12px Arial,Helvetica,sans-serif;
    text-align: center;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    width: 74px;
    height: 23px;
    line-height: 23px;
}

