/* 点击搜索框获取焦点 placeholder消失-开始 */
/* WebKit browsers */
input:focus::-webkit-input-placeholder {
    color: transparent;
    /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder {
    color: transparent;
}

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder {
    color: transparent;
}

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}

::-webkit-input-placeholder {
    color: #c3c3c3;
}

/* 使用webkit内核的浏览器 */
:-moz-placeholder {
    color: #c3c3c3;
}

/* Firefox版本4-18 */
::-moz-placeholder {
    color: #c3c3c3;
}

/* Firefox版本19+ */
:-ms-input-placeholder {
    color: #c3c3c3;
}

/* IE浏览器 */
/* WebKit browsers */
textarea:focus::-webkit-input-placeholder {
    color: transparent;
    /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
textarea:focus:-moz-placeholder {
    color: transparent;
}

/* Mozilla Firefox 19+ */
textarea:focus::-moz-placeholder {
    color: transparent;
}

/* Internet Explorer 10+ */
textarea :focus:-ms-input-placeholder {
    color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

@font-face {
    font-family: 'shangheiG0V1';
    src: url(../dist/font/造字工房尚黑G0V1常规体.OTF)
}

.shot_cut {
    width: 100%;
    height: 34px;
    line-height: 33px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    background-color: #f2f2f2;
}

.shot_cut div {
    display: inline-block;
}

.shot_cut_right {
    width: 1200px;
    background-color: #f2f2f2;
}

.shot_cut_right ul {
    float: right;
    margin: 0;
}

.shot_cut_right ul li {
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
}

.shot_cut_right ul li i {
    width: 15px;
    height: 15px;
    display: inline-block;
    float: left;
    margin-top: 9px;
    margin-right: 6px;

}

.orderIcon {
    background: url("../dist/img/sprite.png");
    background-position: -70px -150px;
}

.juanIcon {
    background: url("../dist/img/sprite.png");
    background-position: -210px -150px;
}

.top {
    /* width: 1400px;
    height: 120px;*/
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.top .logo {
    /* width: 269px;
    height: 92px;*/
    /*margin-top: 30px;*/
    /* background-color: red; */
    /* background: url(../dist/img/hzldlogo.png) */
}

.top .title {
    display: inline-block;
    font-family: STXingkai;
    font-weight: 400;
    color: rgba(140, 158, 166, 1);
    //margin-top: 32px;
    font-size: 18px;
    margin-left: 20px;
}

.fl {
    float: left;
}

.search_box {
    display: inline-block;
    width: 936px;
    height: 70px;
    margin-top: 30px;
    padding-left: 80px;
}

.search_box ul {
    width: 550px;
    margin: 0;
    display: inline-block;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flexbox;
    flex-direction: row;
    justify-content: space-between;
    color: #9a9a9a;
    font-size: 12px;
}

.search_box_inner {
    display: inline-block;
    width: 650px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    float: left;
}

.search_box_inner input {
    outline: none;
    border: 0;
    width: 565px;
    height: 48px;
    font-size: 15px;
    padding-left: 20px;
}

.search_btn {
    width: 83px;
    height: 48px;
    cursor: pointer;
    background: url("../dist/img/sprite.png") no-repeat;
    background-position: 23px -177px;
    background-color: #f13434;
    background-position-x: 7px;
}

.bottomSec {
    margin: 0 auto;
    width: 100%;
    min-width: 1300px;
    background-color: #323232;
    overflow: hidden;
}

.bottomSec_inner1 {
    width: 1100px;
    height: 100px;
    margin: 0 auto;
}

.bottomSec_inner1 ul {
    width: 100%;
    height: 75px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
}

.bottomSec_mid {
    width: 100%;
    height: 1px;
    background-color: #494949;
}

.bottomSec_inner2 {
    width: 1034px;
    height: 180px;
    margin: 0 auto;
}

.bottomSec_inner2 ul {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.7;
}

.bottomSec_inner2 ul div {
    color: #9a9a9a;
    cursor: pointer;
    transition: 300ms;
    font-size: 14px;
}

.bottomSec_inner2 ul div:hover {
    text-decoration: none;
    color: #f13434;
}

.bot_line {
    width: 2px;
    height: 80px;
    background-color: #494949;
}

.bottom_bot {
    width: 100%;
    height: 66px;
    text-align: center;
    background-color: #242424;
    color: #535252;
    padding-top: 15px;
}

.bottom_bot a {
    color: #535252 !important;
    cursor: pointer;
}

/* 底部结束 */


.wholeKind {
    width: 290px;
    height: 42px;
    line-height: 45px;
    background-color: #f13434;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 18px;
}

.top_bot ul {
    height: 42px;
    line-height: 42px;
    display: inline-block;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flexbox;
    flex-direction: row;
    justify-content: space-around;
    width: 910px;
}

.top_bot ul li {
    cursor: pointer;
}

.section1 {
    width: 100%;
    border-bottom: 3px solid #f13434;
}

.zhe {
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    z-index: 990;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.closer {
    width: 20px;
    height: 20px;
    background: url("../dist/img/close.png") no-repeat;
    float: right;
    background-position: -3px -8px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}

/*.modal {
    width: 670px;
    height: 350px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -335px;
    margin-top: -175px;
    z-index: 999;
}

.modal .msgShow {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f13434;
    font-size: 30px;
    display: inline-block;
    color: #fff;

}*/

.flag {
    width: 18px;
    height: 18px;
    background: url("../dist/img/checked.png") no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: -1px;
}

/* 头部 */
.a,
li {
    list-style: none;
}

.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
    *zoom: 1;
}

.shot_cut_right {
    color: #9a9a9a;
}

.shot_cut_right a {
    color: #9a9a9a;
}

.shot_cut_right a:hover {
    color: #f13434;
}

/*导航条*/
#nav {
    width: 100%;
    /*min-width: 1200px;*/
    height: 40px;
    background: #fff;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin-top: 5px;
}

#nav ul li {
    flex-direction: row;
    float: left;
    /*padding: 0;
    margin: 0;
    text-align: center;*/
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-weight: bold;
    font-size: 17px;
    font-family: Microsoft YaHei;
    color: rgba(82, 82, 82, 1);
    width: 105px;
    margin-right: 50px;
}
#nav ul li:first-child{
    width: 276px;
}
/*#nav ul li+li{*/
/*    font-family: 'shangheiG0V1'*/
/*}*/
#nav ul li span {
    cursor: pointer;
    font-family: Microsoft YaHei;
}

#nav ul li span:hover {
    color: #f13434;
    /*border-bottom: 2px solid #f13434;*/
}

.navUl_firstLi {
    /* background-color: #f13434; */
    background: url(../dist/img/index_navBg.png) no-repeat;
    width: 302px;
    color: #fff;
    font-size: 18px;
}

.navUl_li {
    width: 130px;
    font-size: 18px;
}

/*.navUl_li .activeStyle{
    border-bottom: 2px solid #f13434;
}*/
#liIndex0 .activeStyle:after {
    content: '';
    position: absolute;
    /* left: 50px; */
    bottom: 25px;
    height: 2px;
    margin-left: -32px;
    width: 35px;
    background-color: #f13434;
}

#liIndex1 .activeStyle:after {
    content: '';
    position: absolute;
    /* left: 50px; */
    bottom: 25px;
    height: 2px;
    margin-left: -63px;
    width: 63px;
    background-color: #f13434;
}

#liIndex2 .activeStyle:after {
    content: '';
    position: absolute;
    /* left: 50px; */
    bottom: 25px;
    height: 2px;
    margin-left: -63px;
    width: 63px;
    background-color: #f13434;
}

#liIndex3 .activeStyle:after {
    content: '';
    position: absolute;
    /* left: 50px; */
    bottom: 25px;
    height: 2px;
    margin-left: -63px;
    width: 63px;
    background-color: #f13434;
}

#liIndex4 .activeStyle:after {
    content: '';
    position: absolute;
    /* left: 50px; */
    bottom: 25px;
    height: 2px;
    margin-left: -63px;
    width: 63px;
    background-color: #f13434;
}


.nav_right ul li span:hover {
    color: #f13434;
    border-bottom: 1px solid #f13434;
}

/*.topRight{
    position: absolute;
    right: 309px;
    top: 26px;
}*/
.topRight_left {
    margin-right: 17px;
    text-align: right;
    display: inline-block;
}

.topRight_left_title1 {
    height: 23px;
    font-size: 22px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 27px;
    letter-spacing: 4px;
    vertical-align: middle;
    margin-bottom: 8px;
}

.topRight_left_title2 {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
    letter-spacing: 2px;
    vertical-align: middle;
    display: inline-block;
}

.topRight_left_title3 {
    margin: 5px 3px 0px 5px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
    letter-spacing: 1px;
    vertical-align: middle;
    display: inline-block;
}

.topRight_right {
    display: inline-block;
}

.topRight_text_left {
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
    vertical-align: middle;
    letter-spacing: 1px;
}

.topRight_text_right {
    font-size: 20px;
    font-weight: bold;
    color: rgba(232, 42, 42, 1);
    line-height: 25px;
    vertical-align: middle;
}
.topRight_text_right_bottom{
    font-size: 24px;
    letter-spacing: 5.7px;
}
.topRight_right .serviceAfterTime{
    font-size: 24px !important;
    letter-spacing: 6.5px;
}
/*
.topRight_text_right_bottom:hover {
    font-size: 25px;
}
*/


}

.icon_cart {
    /* float: left;
    width: 160px;
    height: 50px;
    margin-left: 25px;*/
}

.icon_cart>div {
    /* width: 146px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #f13434;*/
    text-align: center;
    font-size: 9px;
    /*  font-weight: bold;
    color: #f13434;
    ;*/
    cursor: pointer;
}

.order-msg {
    position: relative;
    left: 85px;
    top: -38px;
    line-height: 22px;
    color: white;
    font-size: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #f13434;
    font-weight: normal;
}

/*.icon_cart img {

    margin-top: 1px;
    cursor: pointer;
}*/



/* 文件上传 */
.selectFileTips {
    text-align: center;
    padding: 0 0 16px;
}

.selectFileTips p {
    font-size: 14px;
}

.selectFileTips label {
    font-size: 12px;
    color: #F13434;
    font-weight: normal;
}

.selectFileTips .goDesign {
    color: red;
    text-decoration: underline;
    margin-top: 30px;
    cursor: pointer;
}

/* 文件上传提示框文字样式 */
.fileAlertMes_red {
    color: red;
    font-weight: bold;
}

.fileAlertMes_green {
    color: green;
    font-weight: bold;
}

.tooltips {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: pointer;
}

.tooltips .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #000000;
    opacity: 0.8;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* 定位 */
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}

.tooltips:hover .tooltiptext {
    visibility: visible;
}

.modal-dialog .modal-content {
    border: none;
    box-shadow: none;
    position: relative;
}

.modal-dialog .modal-content .close {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 20px;
    right: 20px;
    background: url('../dist/img/modalCross.png') no-repeat;
    background-size: 100%;
    opacity: 1;
}

.modal-dialog .modal-content .close:hover {
    background: url('../dist/img/modalCrossRed.png') no-repeat;
    background-size: 100%;
    opacity: 1;
}


.OnlineConsultation {
    width: 81px;
    /*height: 576px;*/
    height: 416px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 7px 21px 0px rgba(74, 74, 74, 0.15);
    border-radius: 4px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -200px;
    z-index: 1000;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
}

.instruction_main {
    /*margin-bottom: 10px;*/
    border-bottom: 1px solid rgba(191, 191, 191, 1);
    /* background: -webkit-linear-gradient(#ffc25a, #FF7F27);
    !* Safari 5.1 - 6.0 *!
    background: -o-linear-gradient(#ffc25a, #FF7F27);
    !* Opera 11.1 - 12.0 *!
    background: -moz-linear-gradient(#ffc25a, #FF7F27);
    !* Firefox 3.6 - 15 *!
    background: linear-gradient(#ffc25a, #FF7F27);
    margin-bottom: 10px;
    border-radius: 25px;*/
}

.instruction_main .operate {
    font-size: 11px;
    /* font-family: "shangheiG0V1"; */
    cursor: pointer;
    font-weight: 400;
    color: rgba(190, 38, 40, 1);
    line-height: 28px;
    margin-bottom: 8px;
}

.instruction_main_text {
    color: rgba(102, 102, 102, 1);
    font-size: 11px;
    /* font-family: "shangheiG0V1"; */
    cursor: pointer;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 9px
}

.OnlineConsultation_main {
    border-radius: 25px;
    background: -webkit-linear-gradient(#ffdb94, #ffc25a);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#ffdb94, #ffc25a);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#ffdb94, #ffc25a);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#ffdb94, #ffc25a);
    /* 标准的语法 */
}

.OnlineConsultation img {
    margin: 15px 8px 0;
    cursor: pointer;
    transition: all 1s ease;
    /*height: 30px;
	width: 24px;*/
}

.qqAndPhone_phone {

    width: 206px;
    height: 84px;
    margin: auto;
    background-color: #FFFFFF;
    position: absolute;
    left: -205px;
    padding: 18px;
   /* background: url('../dist/img/bg_phone.png') no-repeat;*/
    display: none;
    font-size: 15px;
    line-height: 45px;
    /*box-shadow:1px 3px 9px 0px rgba(222,222,222,0.57);*/
}
.qqAndPhone_phone label{
    font-size:24px;
    font-family:Arial;
    font-weight:bold;
    color:rgba(234,48,45,1);
}
.head_phone1 {
    bottom: 70px;
}

.head_qq1 {
    bottom: 250px;
    line-height: 35px;
}

.head_qq2 {
    bottom: 185px;
    line-height: 35px;
}

.head_qq3 {
    bottom: 120px;
    line-height: 35px;
}

#online_close {
    width: 18px;
    height: 18px;
    margin: 15px;
}

#Xhat {
    position: absolute;
    left: 0;
    top: -38px;
}

/*文件上传*/
.selectFileContent {
    padding: 60px;
}

.selectFileType {
    display: inline-block;
}

.selectFileType div {
    margin-top: 10px;
    color: #515151;
    font-size: 16px;
}

.selectFileType img {
    cursor: pointer;
}

.moreBtn {
    margin-right: 100px;
}

.singleBtn input {
    position: absolute;
    width: 65px;
    height: 81px;
    opacity: 0;
    margin-left: 40px;
    cursor: pointer;
}

.designBtn {
    margin-left: 100px;
}

/*.selectFileType+.selectFileType{
	margin-left: 100px;
}*/
.jpg-list {
    width: 450px;
}

.jpg-list:first-child {
    margin-top: 40px;
}

.jpg-list:last-child {
    margin-bottom: 40px;
}

.jpg-list+.jpg-list {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f5f5f5;
}

.jpg-title {
    float: left;
}

.jpg-item {
    display: inline-block;
    font-size: 12px;
    width: 184px;
    height: 111px;
    /* overflow: hidden;*/
}


.jpg-item+.jpg-item {
    margin-left: 20px;
}

.jpg-item img {
    width: 100%;
    height: auto;
}

.jpg-item input {
    position: absolute;
    width: 184px;
    height: 111px;
    opacity: 0;
    cursor: pointer;
}

.jpg-item>div {
    margin-top: 10px;
    width: 180px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*文字隐藏后添加省略号*/
    white-space: nowrap;
    /*强制不换行*/
}

.jpg-item .color-red {
    color: #ff0000;

}

#uploadMulti .modal-footer {
    border-top: none;
}

.uploadComplete,
.uploadEnd {
    background-color: white;
    border: solid 1px #f13434;
    color: #F13434;
}
.reUpload{
    background-color: white;
    border: solid 1px #f13434;
    color: #F13434;
}

.uploadComplete:hover,
.uploadEnd:hover {
    border: none !important;
    background-color: #f13434;
    color: #FFFFFF !important;
}

.process-item {
    padding: 20px;
}

.process-item:nth-child(n+2) {
    border-top: 1px solid #f5f5f5;
}

.process-item>img {
    position: absolute;

}

.process-item .progress {
    margin-left: 50px;
    width: 80%;
}

.fileNameList {
    color: red;
    font-size: 12px;
}

.fileName.oneLine {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fileName.twoLine {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fileName.threeLine {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

#uploadDesign .modal-body {
    padding: 0;
}

.templatesList .templateItem {
    cursor: pointer;
    margin-right: 18px;
}

.templatesList .templateItem:nth-child(4n) {
    margin-right: 0px;
}

.templatesList .templateItem .imgWrapper {
    width: 184px;
    height: 112px;
    position: relative;
}

.templatesList .templateItem .title {
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*不换行*/
    text-overflow: ellipsis;
    /*超出部分文字以...显示*/
}

#uploadMulti {
    overflow-y: auto;
}


/* 我的消息 */
.my-mes {
    position: relative;
}

.msg-count{
    display: none;
    width: 22px;
    height: 22px;
    font-size: 9px;
    line-height: 22px;
    position: absolute;
    top: 0;
    right: -2px;
    color: white;
    background: #f13434;
    border-radius: 50%;
    font-weight: normal;
}

/*解决客户弹出框遮罩偏移问题*/
.modal-dialog {
    margin: 200px auto!important;
}