
body{
    color: #59646C;
}
.progress-bar-info {
    background-color: #1da6ff;
}
/*拖拽区域*/
/*.upload-area{*/
    /*position: relative;*/
/*}*/
.section{
    background-image: none;
}
.drop-area{
    width: 100%;
    padding: 30px 77px;
    background: #eff7fa;
}
.drop-area > label{
    display: block;
    font-weight:normal;
    cursor: pointer;
    margin-bottom: 0;
}
.drop-area > label:hover{
    transition: all .25s;
    background-color: #d9edf7;
}
.drop-area > label:hover img{
    opacity: 0.6;
}
.my-drop-zone{
    border: 1px dashed #91C1E0;
    padding-top: 61px;
    padding-bottom: 61px;
    /*position: relative;*/
}
.my-drop-zone p{
    margin-bottom: 3px;
}
.fileinput-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.fileinput-button > input{
    position:absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 29px;
    cursor: pointer;
}
.fileinput-button > input:hover,
.fileinput-button > input:focus,
.fileinput-button > input:active{
    outline: 0;
}
.upload-list ul{
    background: #eff7fa;
    margin-bottom: 20px;
    padding: 8px;
}
.upload-list ul > li{
    float: left;
    height:34px;
    line-height: 34px;
}
.upload-list .li-01{
    width: 112px;
    padding-left: 69px;
}
.upload-list .li-02{
    width: 256px;
}
.upload-list .li-03{
    width: 90px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}
.upload-list .li-04{
    width: 545px;
}
.upload-list .li-05{
    width: 62px;
    padding-left: 20px;
    padding-right: 20px;
}
.upload-list .li-06{
    width: 118px;
    padding-right: 69px;
    text-align: right;
    padding-left: 20px;
    border-left: 2px solid #fff;
}
.li-06 > img{
    cursor: pointer;
}
.li-06 > img:hover,
.buttons > img:hover,
.remove > img:hover{
    opacity: 0.6;
}
.upload-list .li-04 .progress{
    margin-top: 14.5px;
    height:3px;
}
.support-img{
    margin-top: 20px;
}
.support-img > img{
    margin-left: -38px;
}
/*拖拽区域*/

.common-list .table th{
    text-align: center;
    border-right: 1px dashed #d9edfe;
}

.common-list > .table td{
    text-align: center;
    vertical-align: middle;
}
.common-list > table .td-1{
    width: 60px;
    border-left: 0;
}
.common-list > table .td-2{
    width: 184px;
}
.common-list > table .td-3{
    width: 126px;
}
.common-list > table .td-4{
    width: 152px;
}
.common-list > table .td-5{
    width: 91px;
}
.common-list > table .td-6{
    width: 190px;
}
.common-list > table .td-7{
    width: 269px;
}
.common-list > table .td-8{
    width: 128px;
    border-right: 0 !important;
}
.download-d{
    height: 52px;
    line-height: 52px;
    margin-bottom: 52px;
    padding-left: 77px;
    padding-right: 77px;
    border-bottom: 1px dashed #E0EDF5;
}
.download-d a{
    color: #59646C;
    text-decoration: underline;
}
.p1{
    padding-bottom: 10px;
    color: #59646C;
}
/*.p2{*/
    /*padding-top: 22px;*/
/*}*/
.btn-box{
    margin: 70px 0;
    position: relative;
}
.btn-box > p{
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
}
.btn-box > p > a{
    color: #1da6ff;
    cursor: pointer;
}

input.ng-dirty.ng-invalid {
    border: 1px solid red;
}
.gradient{
    background: -webkit-linear-gradient(left, #8bd9ff, #1da6ff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #8bd9ff, #1da6ff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #8bd9ff, #1da6ff); /* Firefox 3.6 - 15 */
    background: linear-gradient(left, #8bd9ff, #1da6ff); /* 标准的语法 */
    -webkit-box-shadow: inset 0 0 0;
    box-shadow: inset 0 0 0;
}
.text-ellipsis{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.table-title{
    background: #EFF7FA;
    border-top: 2px solid #d8eefc;
    color: #2f6e97;
    height:36px;
    font-size: 16px;
    line-height: 36px;
    padding-left: 20px;
}
.table .td-title td{
    border-right:1px dashed #d9edfe;
    border-bottom:1px dashed #d9edfe;
    height: 44px;
    color: #000;
    font-weight: 600;
}
.content-w .table tr:nth-child(2n){
    background: #EFF7FA;
}
.common-list > .table > tbody > tr > td{
    border-top:0;
    padding-top: 4px;
    padding-bottom: 5px;
}
.add-part{
    float: right;
    color: #2f6e97;
    cursor: pointer;
    padding: 0 21.5px;
}
.add-part > em{
    padding-right: 5px;
}
.mr-20{
    margin-right: 20px;
}

.self-input{
    display: inline-block;
    width: 463px;
    height:34px;
    vertical-align: middle;
}
/*.add-list{*/
    /*padding:30px 50px;*/
/*}*/

.btn-upload{
    position: absolute;
    top: 0;
    right: 0;
}
.btn-upload button{
    background: #1da6ff;
    width: 100px;
    color: #fff;
    border-radius: 0 4px 4px 0;
}
.up-info > ul{
    margin-bottom: 15px;
}
.up-info > ul > li{
    float: left;
    height: 50px;
    background: #EFF7FA;
    padding:8px;
}
.up-info .pro{
     width: 418px;
}
.up-info .status{
    width: 60px;
}
.up-info .remove{
    width: 60px;
}
.status > img,.remove > img{
    padding-top: 7px;
}
.pro .p-l{
    display: inline-block;
    width:322px;
}
.pro .p-2{
    display: inline-block;
    width:75px;
    overflow: hidden;
}
.pro .pro-t{
    height: 26px;
    line-height:26px;
    margin-bottom: 3px;
}
.btn-xs-blue-o{
    background-color: #ffffff;
    color: #1da6ff;
    font-size: 14px;
    height: 34px;
    border: 1px solid #1da6ff;
    width: 160px;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all .2s;
    padding: 0;
}
.btn-xs-blue-o:focus,
.btn-xs-blue-o:hover{
    background-color: #1da6ff;
    color: #fff;
}
.btn-lg-blue-o:hover > a{
    color: #fff;
}
.btn-lg-blue-o > a{
    color: #1da6ff;
    text-decoration: none;
}
.btn-xs-blue{
    background-color: #1da6ff;
    color: #fff;
    font-size: 14px;
    height: 34px;
    border: 1px solid #1da6ff;
    width: 160px;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all .2s;
    padding: 0;
}

.btn-xs-blue:hover{
    background-color: #60c1ff;
}
.btn-xs-blue:focus{
    background-color: #1da6ff;
}
.success-page{
    padding: 63px 221px 45px 221px;
}
.success-page .img{
    float: left;
    width: 69px;
}
.grateful{
    margin-bottom: 60px;
    color: #1da6ff;
}
.success-page div.text{
    float: left;
    padding-left: 36px;
    width: 689px;
}
.quotation-success{
    position: relative;
    width: 330px;
    white-space:nowrap;
}
.quotation-success .quotation-warning-tip{
    position: absolute;
    left:-80px;
}
.text p{
    line-height: 24px;
}
.btn-lg-blue > a{
    color: #fff;
    text-decoration: none;
}
.pt-35{
    padding-top: 35px;
}
.mt-9{
    margin-top: 9px;
}
.mt-14{
    margin-top: 14px;
}
.mt-20{
    margin-top: 20px;
}
.file{
    background-image: url('../img/quotation/update.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    width: 26px;
    height: 33px;
    display: inline-block;
    vertical-align: top;
}

.dxml {
    background-position: 0 0 !important;
}

.catpart {
    background-position: 0 -36px !important;
}

.dwg {
    background-position: 0 -72px !important;
}

.dxf {
    background-position: 0 -107px !important;
}

.exb {
    background-position: 0 -143px !important;
}

.iges {
    background-position: 0 -178px !important;
}

.igs {
    background-position: 0 -213px !important;
}

.ipt {
    background-position: 0 -249px !important;
}

.obj {
    background-position: 0 -284px !important;
}

.par {
    background-position: 0 -319px !important;
}

.pdf {
    background-position: 0 -354px !important;
}

.prt {
    background-position: 0 -389px !important;
}

.psm {
    background-position: 0 -424px !important;
}

.sat {
    background-position: 0 -460px !important;
}

.sldprt {
    background-position: 0 -495px !important;
}

.step {
    background-position: 0 -531px !important;
}

.stl {
    background-position: 0 -566px !important;
}

.stp {
    background-position: 0 -601px !important;
}

.vda {
    background-position: 0 -637px !important;
}

.x_b {
    background-position: 0 -672px !important;
}

.x_t {
    background-position: 0 -708px !important;
}

.zip {
    background-position: 0 -744px !important;
}

.rar {
    background-position: 0 -744px !important;
}

button[disabled], html input[disabled]{
    cursor:not-allowed;
    background-color: #a9ddff;
    border-color: #a9ddff;
}
.login-btn[disabled]:hover,
.captcha-btn[disabled]:hover {
    background-color: #a9ddff;
}
div.ngdialog.ngdialog-theme-default .ngdialog-content {
    background-color: #fff;
}
.content-w input{
    border: 1px solid #bccdd8;
    box-shadow: 0 0 0;
}
.login-button > p a{
    color: #2849B9;
    cursor: pointer;
}
.login-button > p{
    top:17px;
}
button.close{
    top: 8px;
    right: 8px;
    font-size: 20px;
}
.text-l{
    text-align: left !important;
}
input.cus-input-cursor{
    padding-right: 20px;
}
.content-w input{
    background: #fff;
    border: 1px solid #dde6e9;
    outline: 0;
    box-shadow: 0 0 0;
}
.add{
    width: 800px;
    padding: 30px 30px;
}
.mt-lg{
    margin-top: 15px;
}
.mb-lg{
    margin-bottom: 15px;
}
.mt-50{
    margin-top: 50px;
}
div.show{
    display: block !important;
}
.hidden-sg{
    display: none;
}
.ft-8 a{
    color: #2849B9;
    cursor: pointer;
}

.proTop{
    color: #59646C;
    font-size: 16px;
    margin-bottom: 18px;
}
.proStep{
    color: #94999e;
    width: 100%;
    margin: 30px auto;
}
.proStep .step-name{
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
}
.proStep p{
    color: #666;
    font-size: 16px;
}
.proStep p span{
    font-weight: 600;
}
.proStep em{
    font-style: normal;
    color: #fff;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    background-image: url(../img/quotation/process-icon.png);
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    transform: scale(0.9);
}
/*机加工*/
.proStep em.img1{
    background-position: 0 0;
}
.proStep em.img2{
    background-position: 2px -51px;
    width: 27px;
    height: 27px;
}
.proStep em.img3{
    background-position: 1px -107px;
}
.proStep em.img4{
    background-position: 0 -162px;
    height: 27px;
}
/*3D打印*/
.proStep em.img5{
    background-position: -55px 0;
}
.proStep em.img6{
    background-position: -55px -55px;
    width: 28px;
}
.proStep em.img7{
    background-position: -55px -107px;
    height: 30px;
    top: 7px;
}
.proStep em.img8{
    background-position: -55px -166px;
    height: 27px;
}
/*激光切割*/
.proStep em.img9{
    background-position: -122px 0;
}
.proStep em.img10{
    background-position: -121px -52px;
    height: 27px;
}
.proStep em.img11{
    background-position: -115px -107px;
    height: 27px;
}
.proStep em.img12{
    background-position: -122px -162px;
}
/*量产*/
.proStep em.img13{
    background-position: -175px 0;
}
.proStep em.img14{
    background-position: -177px -52px;
    width: 27px;
}
.proStep em.img15{
    background-position: -178px -103px;
    width: 27px;
}
.proStep em.img16{
    background-position: -175px -157px;
}



.mt-52{
    margin-top: 52px;
}
.pt-16{
    padding-top: 16px;
}
.erroSpan{
    margin-top:-20px;
}
.waiting-angular-launch{
    display: none;
}
.caret{
    border-top: 4px solid;
}

.route-btn-field {
    font-size: 0;
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
    /*border: 1px solid #1DA6FF;*/
    /*border-radius: 25px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.route-btn-field > div,
.route-btn-field > a{
    flex: 1;
    margin: 0 10px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
    /*font-weight: bold;*/
    color: #4a5359;
    cursor: pointer;
    letter-spacing: 3px;
    vertical-align: middle;
    transition: all 0.5s;
    /*background: #F0F7FB;*/
    /*background: #f0f0f0;*/
    position: relative;
    border-radius: 4px;
    border: 1px solid #ced4d8;
}
.route-btn-field > div:not(.current-router):hover,
.route-btn-field > a:not(.current-router):hover{
    color: #2849B9;
}
.route-btn-field > div:first-child{
    letter-spacing: 1px;
}

.route-btn-field .current-router {
    /*color: #ffffff;*/
    border-color: #2849B9;
    color: #2849B9;
    cursor: default;
    /*border-radius: 25px;*/
    /*min-width:220px;*/
    box-sizing: border-box;
}
.route-btn-field .current-router em {
    position:absolute;
    right:0;
    bottom: 0;
    color: #fff;
    border: 10px solid #2849B9;
    border-left-color: transparent;
    border-top-color: transparent;
    width: 0;
    height: 0;
    line-height: .8em;
    text-indent: -.3em;
    font-size: 12px;
    /*font-family: cursive;*/
}
/*覆盖弹窗按钮外边距*/
div.sweet-alert .sa-button-container button{
    margin: 66px 5px 0 5px;
}
/*弹窗样式*/
div.sweet-alert {
    width: 455px;
    margin-left: -235px;
    border-radius:10px;
    padding: 0;
    padding-top: 50px;
    font-family: "Microsoft Yahei", Regular, sans-serif !important;
}
div.sweet-alert p {
    letter-spacing: 1px;
    margin-bottom: 80px;
    padding: 0 20px;
    color: #000 !important;
}

div.sweet-alert .sa-icon.sa-info{
    width: 50px;
    height: 50px;
    border-color: #2849B9;
}

div.sweet-alert .sa-button-container {
    border-top: 1px solid #F1F2F3;
    background: #FAFAFA;
    padding-bottom: 50px;
}

div.sweet-alert .sa-icon.sa-info::before {
    bottom: 8px;
    height: 22px;
    background-color: #2849B9;
}

div.sweet-alert .sa-icon.sa-info::after {
    top: 8px;
    background-color: #2849B9;
}

div.sweet-alert .sa-button-container button {
    width: 100px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #BFBFBF;
    border-color: #2849B9;
    background: #fff !important;
    color: #2849B9;
    border-radius: 2px;
    padding: 0;
    font-size: 16px;
    margin-top: 50px;
    box-shadow:none !important;
    margin:66px 13px 0 13px;
}
div.sweet-alert .sa-button-container button.cancel{
    border-color: #BFBFBF;
    color:#444;
}
div.sweet-alert .sa-button-container button:hover{
    background: #2849B9 !important;
    color: #fff !important;
    border-color: #2849B9;
}
div.sweet-alert .sa-button-container button.cancel:hover{
    border-color: #2849B9;
    color: #2849B9;
}
/*浮动栏样式*/
.cn-sidebar li.mini{
    border-bottom: none;
}
