@font-face{
    font-family: 'dinBold';
    src : url('https://dmc-proimg.damaicheng.com/font/DIN-Bold.otf');
    font-display: swap;
}

@font-face{
    font-family: 'dinBlack';
    src : url('https://dmc-proimg.damaicheng.com/font/DIN-Black.otf');
    font-display: swap;
}

@font-face{
    font-family: 'dinLight';
    src : url('https://dmc-proimg.damaicheng.com/font/DIN-Light.otf');
    font-display: swap;
}

@font-face{
    font-family: 'dinMedium';
    src : url('https://dmc-proimg.damaicheng.com/font/DIN-Medium.otf');
    font-display: swap;
}

@font-face{
    font-family: 'phr';
    src : url('https://dmc-proimg.damaicheng.com/font/Alibaba-PuHuiTi-Regular.ttf');
    font-display: swap;
}
@font-face{
    font-family: 'phm';
    src : url('https://dmc-proimg.damaicheng.com/font/Alibaba-PuHuiTi-Medium.ttf');
    font-display: swap;
}
@font-face{
    font-family: 'phb';
    src : url('https://dmc-proimg.damaicheng.com/font/Alibaba-PuHuiTi-Bold.ttf');
    font-display: swap;
}
@font-face{
    font-family: 'phl';
    src : url('https://dmc-proimg.damaicheng.com/font/Alibaba-PuHuiTi-Light.ttf');
    font-display: swap;
}

*{
    font-family: 'phr';
}

body{
    -webkit-text-size-adjust: 100%;
    min-width: 1220px;
}

a{
    outline: none;
}

html{
    background-color: #F5F5F5;
}

[v-cloak] {
    display: none !important;
}

.hide{display: none !important;}

#mainPart{
    display: flex;
    flex-flow: column;
}
.body{
    flex: 1;
}

.mainContent{
    width: 1200px;
    margin: 0 auto;
}

/* 多余文字截取 */
.limit1{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-break: break-all;
}
.limit2{
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.limit3{
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/* 头部 */
.header{
    width: 100%;
    height: 110px;
    background: url('../images/headerBack.jpg') center no-repeat;
    background-size: 100% 100%;
}
.header>.mainContent{
    position: relative;
    height: 100%;
    padding-top: 7px;
}
.welcome{
    width: 100%;
    height: 17px;
    font-family: 'phr';
    font-size: 12px;
    line-height: 17px;
    color: white;
}
.logoGroup{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.logoGroup>.logo{
    width: 185px;
    height: 50px;
    background: url('../images/logo.png') center no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
}
.logoGroup>.logoBar{
    width: 5px;
    height: 25px;
    background-color: #FFCC00;
    margin-left: 10px;
}
.logoGroup>p{
    font-family: 'phm';
    font-size: 18px;
    color: white;
    margin-left: 5px;
    line-height: 1em;
}
.quickBtn{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    position: absolute;
    top: 50%;
    right: 0;
}
.quickBtn>a{
    width: 134px;
    height: 40px;
    border: 1px solid #FFCC00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'phr';
    font-size: 12px;
    line-height: 1em;
    cursor: pointer;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}
.quickBtn>a:nth-child(1){
    background-color: #FFCC00;
    margin-right: 10px;
}
.quickBtn>a:nth-child(1)>div{
    background: url('../images/cart.png') center no-repeat;
    background-size: 100% 100%;
}
.quickBtn>a:nth-child(1):hover{
    background-color: #FFEA98;
}
.quickBtn>a:nth-child(2){
    background-color: white;
}
.quickBtn>a:nth-child(2)>div{
    background: url('../images/orders.png') center no-repeat;
    background-size: 100% 100%;
}
.quickBtn>a:nth-child(2):hover{
    background-color: #FFF7D6;
}
.quickBtn>a>div{
    width: 16px;
    height: 16px;
}
.quickBtn>a>p{
    font-family: 'phr';
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    margin: 0 10px 0 5px;
}
.quickBtn>a>span{
    display: block;
    width: auto;
    height: 16px;
    padding: 0 3px;
    font-family: 'phr';
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: white;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background-color: #E52F2C;
}

/* footer */
.footer{
    width: 100%;
    height: 80px;
    background-color: #5B5B5B;
    position: relative;
    margin-top: 20px;
    z-index: 1;
}
.footer>.footerBack{
    width: 100%;
    height: 100%;
    background: url('../images/bottomBack.png') center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.footer>.footerContent{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
}
.footer .mainContent>div{
    width: 100%;
    border-bottom: 1px solid #9B9B9B;
    display: flex;
}
.footer .mainContent>div:last-child{
    border-bottom: none;
}
.footer .textDark{
    font-family: 'phr';
    font-size: 12px;
    line-height: 16px;
    color: #9B9B9B;
}
.footer .partA{
    height: 109px;
    justify-content: center;
}
.footer .partA>.left{
    width: 194px;
    padding-top: 34px;
    padding-left: 50px;
}
.footer .partA>.left>a{
    display: block;
    width: 94px;
    height: 28px;
    background-color: #FFCC00;
    font-family: 'phr';
    font-size: 12px;
    color: #4A4A4A;
    text-align: center;
    line-height: 28px;
    margin-top: 10px;
}
.footer .partA>.middle{
    width: 397px;
    padding-top: 34px;
}
.footer .partA>.middle>div{
    width: 100%;
    height: 16px;
    display: flex;
    align-items: center;
}
.footer .partA>.middle>div>p{
    width: 180px;
    text-align: right;
}
.footer .partA>.middle>div>a{
    font-family: 'phr';
    font-size: 12px;
    line-height: 16px;
    color: white;
}
.footer .partA>.middle>div:last-child{
    margin-top: 20px;
}
.footer .partA>.right{
    padding-top: 20px;
}
.footer .partA>.right>.list{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.footer .partA>.right>.list>.item{
    width: 124px;
    height: 30px;
    display: flex;
    align-items: center;
}
.footer .partA>.right>.list>.item>span{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.footer .partA>.right>.list>.item:nth-child(1)>span{
    background: url('../images/bottomIcon1.png') center no-repeat;
    background-size: contain;
}
.footer .partA>.right>.list>.item:nth-child(2)>span{
    background: url('../images/bottomIcon2.png') center no-repeat;
    background-size: contain;
}
.footer .partA>.right>.list>.item:nth-child(3)>span{
    background: url('../images/bottomIcon3.png') center no-repeat;
    background-size: contain;
}
.footer .partA>.right>.list>.item>p{
    font-family: 'phr';
    font-size: 18px;
    line-height: 20px;
    color: white;
}
.footer .partA>.right>p>span{
    color: white;
}
.footer .partB{
    height: 129px;
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.footer .partB>.list1{
    width: 100%;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .partB>.list1>.item{
    display: block;
    width: auto;
    padding: 0 30px;
    font-family: 'phr';
    font-size: 12px;
    line-height: 16px;
    color: white;
    border-right: 1px solid #9B9B9B;
}
.footer .partB>.list1>.item:last-child{
    border-right: none;
}
.footer .partB>.list2{
    width: 100%;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .partB>.list2>.item{
    display: block;
    width: auto;
    padding: 0 30px;
    font-family: 'phr';
    font-size: 12px;
    line-height: 16px;
    color: #9B9B9B;
    border-right: 1px solid #9B9B9B;
}
.footer .partB>.list2>.item:last-child{
    border-right: none;
}
.footer .partB>a{
    display: block;
    font-family: 'phr';
    font-size: 12px;
    line-height: 16px;
    color: #9B9B9B;
}
.footer .partC{
    /*height: 104px;*/
    /* padding-top: 20px; */
    flex-direction: column;
    align-items: center;
}
.footer .partC>.list1{
    width: 100%;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .partC>.list1>.item{
    display: block;
    width: auto;
    padding: 0 30px;
    font-family: 'phr';
    font-size: 12px;
    line-height: 16px;
    color: #9B9B9B;
    border-right: 1px solid #9B9B9B;
}
.footer .partC>.list1>.item:last-child{
    border-right: none;
}
.footer .partC>.list2{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 20px; */
}
.footer .partC>.list2>.item{
    display: flex;
    align-items: center;
    width: auto;
    font-family: 'phr';
    font-size: 12px;
    line-height: 28px;
    color: #9B9B9B;
    margin-right: 30px;
}
.footer .partC>.list2>.item:last-child{
    margin-right: 0;
}
.footer .partC>.list2>.item>div{
    margin-right: 10px;
}
.footer .partC>.list2>.item:last-child{
    border-right: none;
}
.footer .partC>.list2>.item:nth-child(1)>div{
    width: 24px;
    height: 28px;
    background: url('../images/bottomIcon4.png') center no-repeat;
    background-size: contain;
}
.footer .partC>.list2>.item:nth-child(3)>div{
    width: 22px;
    height: 22px;
    background: url('../images/bottomIcon5.png') center no-repeat;
    background-size: contain;
}

/* 面包屑 */
.crumbs{
    height: 36px;
    display: flex;
    align-items: center;
}
.crumbs>.item{
    display: block;
    width: auto;
    height: 16px;
    font-family: 'phr';
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}
.crumbs>.item:hover{
    color: #039;
}
.crumbs>.item.active{
    color: #333333;
}
.crumbs>span{
    width: 5px;
    height: 8px;
    background: url('../images/crumbsArrow.png') center no-repeat;
    background-size: 100% 100%;
    margin: 0 10px;
}
.crumbs>span.grey{
    background: url('../images/crumbsArrow2.png') center no-repeat;
    background-size: 100% 100%;
}

/* 页面通用 */
.title1{
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    position: relative;
}
.title1>div{
    width: 5px;
    height: 25px;
    background-color: #003399;
}
.title1>p{
    font-family: 'phb';
    font-size: 18px;
    color: #333333;
    line-height: 1em;
    margin-left: 5px;
}
.title1>a{
    font-family: 'phr';
    font-size: 14px;
    color: #003399;
    text-decoration: underline;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    position: absolute;
    top: 50%;
    right: 20px;
}
.title1>a:hover{
    font-family: 'phb';
}

/* 页码样式 */
.pageGroup{
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pageGroup>.pages{
    width: auto;
    height: 24px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.pageGroup>.pages>.item{
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid #CDCDCD;
    background-color: white;
    font-family: 'phr';
    font-size: 12px;
    line-height: 1em;
    color: #333333;
    cursor: pointer;
    margin-right: 10px;
}
.pageGroup>.pages>.item.active{
    background-color: #003399;
    color: white;
}
.pageGroup>.pages>.item.disabled{
    background-color: #F3F3F3;
    border-color: #F3F3F3;
    color: #999999;
    cursor: not-allowed;
}
.pageGroup>.customPage{
    width: auto;
    height: 24px;
    display: flex;
    align-items: center;
}
.pageGroup>.customPage>input{
    width: 84px;
    height: 24px;
    border: 1px solid #CDCDCD;
    background-color: white;
    padding: 0 10px;
    font-family: 'phr';
    font-size: 12px;
    color: #333333;
    margin-right: 10px;
}
.pageGroup>.customPage>a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 24px;
    font-family: 'phr';
    font-size: 12px;
    line-height: 1em;
    color: white;
    background-color: #003399;
    cursor: pointer;
}

/* 遮罩层 */
.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #333333;
    filter:alpha(Opacity=60);
    -moz-opacity:0.6;
    opacity: 0.6;
    -webkit-filter:alpha(Opacity=60);
}

/* placeholder样式 */
input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #9B9B9B;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #9B9B9B;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #9B9B9B;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #9B9B9B;
}
textarea::-webkit-input-placeholder { /* WebKit browsers */
    color:    #9B9B9B;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #9B9B9B;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #9B9B9B;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #9B9B9B;
}

/* loading动画 */
#loadMask{
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(Opacity=50);
    -moz-opacity:0.5;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
#loadMask.abs{
    position: absolute;
}
#loadIcon{
    width: 60px;
    height: 60px;
    color: #eeeeee;
    background: url("../images/setting.png");
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1001;
    animation: doRotate 2s linear 0s infinite;
}
.loadIconDiv.abs{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
}
.loadIconDiv.abs #loadIcon{
    position: absolute;
    top: 0;
    left: 0;
}
@keyframes doRotate{
    0%{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50%{
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*alert模态框*/
.modal_alert{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
.modal_alert .modal_main{
    width: 300px;
    height: auto;
    min-height: 200px;
    background: #fff;
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0 10px;
}
.modal_alert .modal_title{
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #d4d2d2;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.modal_alert .modal_title span{
    position: absolute;
    right: 10px;
    cursor: pointer;
}
.modal_alert .modal_con{
    font-size: 14px;
    line-height: 25px;
    padding: 5px;
    flex: 1;
    display:flex;
    align-items: center;
    justify-content: center;
}
.modal_alert .modal_bottons{
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #d4d2d2;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}
.modal_alert .modal_bottons a{
    flex:1;
}

.modalBack{
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(Opacity=50);
    -moz-opacity:0.5;
    opacity: 0.5;
    -webkit-filter:alpha(Opacity=50);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
}
.modalAlert{
    width: 400px;
    height: auto;
    background-color: white;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 5001;
}
.modalAlert>.wrap{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 50px 60px 40px 60px;
}
.modalAlert>.wrap>.modalAlertIcon{
    width: 50px;
    height: 50px;
    background: url('../images/alert.png') center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.modalAlert>.wrap>p{
    width: 100%;
    height: auto;
    font-family: 'phr';
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}
.modalAlert>.wrap>.buttons{
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modalAlert>.wrap>.buttons>a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 36px;
    font-family: 'phr';
    font-size: 14px;
    line-height: 1em;
    margin-right: 20px;
    cursor: pointer;
}
.modalAlert>.wrap>.buttons>a:last-child{
    margin-right: 0;
}
.modalAlert>.wrap>.buttons>a:nth-child(1){
    background-color: #FFCC00;
    color: #333333;
}
.modalAlert>.wrap>.buttons>a:nth-child(2){
    background-color: #003399;
    color: white;
}
.modalAlert>.wrap>span{
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/close2.png') center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/* 单独alert */
.modalAlert2{
    width: 352px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF7D6;
    border: 1px solid #FFCC00;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    position: fixed;
    top: 130px;
    left: 50%;
    z-index: 5002;
}
.modalAlert2>div{
    width: 20px;
    height: 20px;
    background: url('../images/success.png') center no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.modalAlert2>p{
    font-family: 'phr';
    font-size: 18px;
    line-height: 1em;
    color: #333333;
}

/* 复制图标 */
.copyIcon{
    color: #777777;
}
.forCopy{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}