/* @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: 微软雅黑, "Microsoft YaHei", Helvetica, Simsun, Simhei, Arial, sans-serif;
}

body {
    -webkit-text-size-adjust: 100%;
    min-width: 1220px;
}

a {
    outline: none;
}

html {
    background-color: #f3f3f3;
}

[v-cloak] {
    display: none !important;
}

.hide {
    display: none !important;
}

#mainPart {
    /* display: flex;
    flex-flow: column; */
}
.body {
    /* flex: 1; */
    flex-grow: 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-family: 微软雅黑; */
    font-size: 12px;
    line-height: 17px;
    color: white;
}
.welcome > a {
    margin: 0 10px;
    color: #003399;
    text-decoration: underline;
}
.logoGroup {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.logoGroup > .logo {
    /* width: 185px;
    height: 50px; */
    display: block;
    width: 310px;
    height: 31px;
    background: url("../images/logo4.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-family: 微软雅黑; */
    font-weight: bold;
    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-family: 微软雅黑; */
    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 {
    background-color: #ffcc00;
    margin-right: 10px;
    margin-left: 30px;
}
.quickBtn > a.active {
    visibility: hidden;
}
.quickBtn > a > div {
    background: url("../images/cart.png") center no-repeat;
    background-size: 100% 100%;
}
.quickBtn > a:hover {
    border-color: #ffea98;
    background-color: #ffea98;
}
.quickBtn > a > div {
    width: 16px;
    height: 16px;
}
.quickBtn > a > p {
    /* font-family: 微软雅黑; */
    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: 微软雅黑; */
    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: 30px;
    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-family: 微软雅黑; */
    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-family: 微软雅黑; */
    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-family: 微软雅黑; */
    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-family: 微软雅黑; */
    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-family: 微软雅黑; */
    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-family: 微软雅黑; */
    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-family: 微软雅黑; */
    font-size: 12px;
    line-height: 16px;
    color: #9b9b9b;
}
.footer .partC {
    /*height: 104px;*/
    /* padding-top: 20px; */
    flex-direction: column;
    align-items: center;
    height: 80px;
    flex-direction: column;
    align-items: center;
    justify-content: 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-family: 微软雅黑; */
    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-family: 微软雅黑; */
    font-size: 12px;
    line-height: 28px;
    /* color: #9B9B9B; */
    color: white;
    /* 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 > .item1 > div {
    width: 24px;
    height: 28px;
    background: url("../images/bottomIcon4.png") center no-repeat;
    background-size: contain;
}
.footer .partC > .list2 > .item2 > div {
    width: 22px;
    height: 22px;
    background: url("../images/bottomIcon5.png") center no-repeat;
    background-size: contain;
}
.footer .partC > .list2 > span {
    display: block;
    width: 1px;
    height: 12px;
    background-color: white;
    margin: 0 30px;
}
.footer .partC > p {
    width: 100%;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    color: white;
}

/* 面包屑 */
.crumbs {
    height: 36px;
    display: flex;
    align-items: center;
}
.crumbs > .item {
    display: block;
    width: auto;
    height: 16px;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    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;
    z-index: 10;
}
.title1 > div {
    width: 5px;
    height: 25px;
    background-color: #003399;
}
.title1 > p {
    /* font-family: 'phb'; */
    /* font-family: 微软雅黑; */
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 1em;
    margin-left: 5px;
}
.title1 > a {
    /* font-family: 微软雅黑; */
    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-weight: bold;
}

/* 页码样式 */
.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-family: 微软雅黑; */
    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-family: 微软雅黑; */
    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-family: 微软雅黑; */
    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-family: 微软雅黑; */
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}
.modalAlert > .wrap > p > span {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}
.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-family: 微软雅黑; */
    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 > .buttons > a.docancel {
    border: 1px solid #ffcc00;
    background-color: white;
    color: #333333;
}
.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-family: 微软雅黑; */
    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;
}

/* 黄色提示 */
.popTips1 {
    width: auto;
    position: absolute;
    top: -4px;
    left: -9px;
    height: auto;
    white-space: nowrap;
    padding-top: 30px;
    z-index: 1000;
}
.popTips1 > div {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    color: #333333;
    display: flex;
    align-items: center;
    line-height: 16px;
    background: #fff7d6;
}
.popTips1 > div > span {
    width: 10px;
    height: 10px;
    background: url("../images/tri2.png?r=001") center no-repeat;
    background-size: contain;
    position: absolute;
    top: -6px;
    left: 12px;
}
.popTips1 > div > p {
    font-weight: normal;
    display: flex;
    align-items: center;
}
.popTips1 > div > p > a {
    display: block;
    font-weight: normal;
    color: #003399;
    margin: 0 5px;
    text-decoration: underline;
}

.popTips2 {
    width: auto;
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    white-space: nowrap;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    z-index: 1000;
    padding-left: 24px;
}
.popTips2 > div {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    color: #333333;
    display: flex;
    align-items: center;
    line-height: 16px;
    background: #fff7d6;
}
.popTips2 > div > span {
    width: 10px;
    height: 10px;
    background: url("../images/tri4.png?r=001") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.popTips2 > div > p {
    font-weight: normal;
    display: flex;
    align-items: center;
}
.popTips2 > div > p > a {
    display: block;
    font-weight: normal;
    color: #003399;
    margin: 0 5px;
}

/* 导航 */
.navList {
    width: auto;
    display: flex;
    align-items: center;
}
.navList > a {
    font-size: 14px;
    line-height: 19px;
    color: white;
    margin-left: 30px;
    position: relative;
}
.navList > a > span {
    display: none;
    width: 100%;
    height: 4px;
    background-color: #ffcc00;
    position: absolute;
    left: 0;
    bottom: -9px;
}
.navList > a.active > span {
    display: block;
}

/* 下拉加载更多 */
.loadMore {
    width: 50px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.loadMore > div {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.loadMore > div:nth-child(1) {
    background-color: #e8e8e8;
}
.loadMore > div:nth-child(2) {
    background-color: #cdcdcd;
}
.loadMore > div:nth-child(3) {
    background-color: #999999;
}

/* laydate样式修改 */
.laydate-btns-confirm {
    background-color: #ffcc00 !important;
    border-color: #ffcc00 !important;
    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;
    margin-left: 10px !important;
}
.laydate-btns-confirm:hover {
    background-color: #ffea98 !important;
    border-color: #ffea98 !important;
}
.laydate-btns-confirm.laydate-disabled {
    border-color: #c9c9c9 !important;
}
.laydate-btns-clear {
    /* border-color: #FFCC00 !important; */
    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;
}
.laydate-btns-clear:hover {
    color: #999999;
}

/* 选择控件 */
.msm-select {
    width: 238px;
    height: 28px;
    border: 1px solid #cdcdcd;
    background-color: white;
    font-size: 12px;
    color: #4a4a4a;
    padding: 0 36px 0 10px;
    position: relative;
    display: flex;
    align-items: center;
}
.selectMask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}
.selectMask.active {
    display: block;
}
.msm-select > .msm-option-group {
    display: none;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 28px;
    z-index: 10001;
    background-color: white;
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
}
.msm-select > .msm-option-group > .item {
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1em;
    color: #333333;
}
.msm-select > .msm-option-group > .item:hover {
    background-color: #dfeeff;
    color: #003399;
}
.msm-select > .selectArrow {
    width: 16px;
    height: 16px;
    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: 10px;
}
.msm-select > .selectArrow.selectDownGrey {
    background: url("../images/selectDownGrey.png") center no-repeat;
    background-size: 100% 100%;
}
.msm-select > .selectArrow.selectDown {
    background: url("../images/selectDown.png") center no-repeat;
    background-size: 100% 100%;
    display: none;
}
.msm-select:hover > .selectArrow.selectDownGrey {
    display: none;
}
.msm-select:hover > .selectArrow.selectDown {
    display: block;
}
.msm-select > .selectArrow.selectUp {
    background: url("../images/selectUp.png") center no-repeat;
    background-size: 100% 100%;
}
.msm-select:hover {
    border-color: #003399;
}
.msm-select.active {
    border-color: #003399;
}
.msm-select.active > .msm-option-group {
    display: block;
}
.msm-select > p {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}

.tableAlert {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.tableAlert > span {
    display: block;
    width: 50px;
    height: 50px;
    background: url("../images/alert.png") center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.tableAlert > p {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
.tableAlert > .buttons {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.tableAlert > .buttons > .item {
    width: 182px;
    height: 50px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1em;
    color: #333333;
}
.tableAlert > .buttons > .item:first-child {
    margin-left: 0;
}
.tableAlert > .buttons > .item.item1 {
    background-color: #003399;
    color: white;
}
.tableAlert > .buttons > .item.item2 {
    background-color: #ffcc00;
}

/* 游戏提醒弹窗 */
.gamePopup {
    width: 460px;
    height: 300px;
    background: url("../images/gamePopup.png") center no-repeat;
    background-size: contain;
    position: fixed;
    right: -60px;
    bottom: 90px;
    z-index: 1000;
    cursor: pointer;
}
.gamePopup > .wrap {
    width: 100%;
    height: 100%;
    position: relative;
}
.gamePopup > .wrap > a {
    display: block;
    width: 124px;
    height: 45px;
    position: absolute;
    left: 100px;
    bottom: 12px;
    z-index: 10;
}

/* toast */
.warningToast {
    width: 352px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff4f4;
    border: 1px solid #e52f2c;
    box-shadow: 0px 0 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: 100px;
    left: 50%;
    z-index: 6000;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.warningToast.alpha {
    filter: alpha(Opacity=0);
    -webkit-filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.warningToast > img {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.warningToast > p {
    font-size: 18px;
    line-height: 1em;
    color: #333333;
}
.toastMask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
}
.warningToast.success {
    width: 262px;
    background-color: #dfeeff;
    border-color: rgba(0, 51, 153, 0.2);
    top: 459px;
}
