.alert-mask {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background-color: rgba(255, 255, 255, .9);
}
	
.alert-dialog {
	width: 420px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding-bottom: 30px;
}

.alert-dialog-refresh {
	width: 540px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding-bottom: 40px;
}


.alert-dialog.waitting{
    border: none;
    background-color: transparent;
}
	
.alert-close {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 20px;
    right: 18px;
    top: 18px;
    background: none;
    color: #999;
    position: absolute;
    cursor: pointer;
}

.alert-close:hover {
    color: #221e1f;
}
	
.alert-describe {
    padding: 30px 20px 20px;
	margin: 30px auto;
	font-family: abelRegular;
    font-size: 18px;
    color: #221e1f;
    word-wrap: break-word;
    overflow: hidden;
}

.alert-dialog-refresh  .alert-describe {
    padding: 20px;
    margin: 20px auto;
    text-align: center;
	font-family: abelRegular;
    font-size: 18px;
    color: #221e1f;
    word-wrap: break-word;
    overflow: hidden;
}
	
.alert-ok {
	cursor: pointer;
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
    background: #221e1f;
    font-family: AlternateGothicLT-No1;
    font-size: 24px;
	color: #fff;
}

/* infoAlertTwo */
.info-alert .infoAlertTwo-dialog {
    width: 630px;
    padding: 68px 50px 36px;
    color: #221e1f;
    border-color: #dcdddd; 
}

.infoAlertTwo-dialog {
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding-bottom: 30px;
}

.alert-body {
    margin-bottom: 36px;
}

.infoAlertTwo-msg {
    text-align: center;
}

.infoAlertTwo-msg p{
    font-family: abelRegular;
    font-size: 16px;
}

.infoAlertTwo-msg a {
    font-family: abelRegular;
    text-decoration: underline;
    cursor: pointer;
    color: #221e1f;
}

.infoAlertTwo-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.infoAlertTwo-ok {
    cursor: pointer;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #221e1f;
    font-family: AlternateGothicLT-No1;
    font-size: 24px;
    color: #fff;
}

.infoAlertTwo-ok:hover {
    color: #221e1f;
    background-color: #f9d00e;
}

.infoAlertTwo-ok.only-btn {
    background: #221e1f;
    color: #fff;
}

.infoAlertTwo-ok.only-btn:hover {
    background: #f9d00e;
    color: #221e1f;
}

.infoAlertTwo-cancel {
    cursor: pointer;
    width: 120px;
    height: 40px;
    font-family: AlternateGothicLT-No1;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    border: solid 1px #221e1f;
    background: #fff;
}

.infoAlertTwo-cancel:hover {
    border: solid 1px transparent;
    background: #f9d00e;
}


/*  */
.alert-refresh {
    cursor: pointer;
    width: 130px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    background: #f9d00e;
    font-family: AlternateGothicLT-No1;
    font-size: 30px;
    color: #000; 
}

.alert-refresh:hover{
    background: #f8e245;
}
/* confim */
.alert-left,
.alert-right {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-family: AlternateGothicLT-No1;
    font-size: 24px;
    color: #fff;
    background: #221e1f;
    cursor: pointer;
    margin: 0 20px;
}
.alert-left {
    color: #221e1f;
    background: #fff;
    border: 1px solid #221e1f;
}

.alert-ok:hover,
.alert-left:hover,
.alert-right:hover  {
    color: #221e1f;
    background: #f9d00e;
    border-color: #f9d00e;
}

/*
  新 alert || 2019/10/21 
*/
.new-alert .alert-dialog {
    width: 580px;
    padding: 68px 50px 36px;
}
.new-alert .alert-title {
    font-family: AlternateGothicLT-No1;
    font-size: 24px;
    border-bottom: 2px solid #221e1f;
    padding: 0 60px 20px;
    margin-bottom: 20px;
}
.new-alert .alert-msg {
    font-family: abelRegular;
    font-size: 18px;
    padding: 0 60px;
    margin-bottom: 40px;
}
.new-alert .alert-close {
    width: auto;
    height: auto;
    font-size: 20px;
    right: 18px;
    top: 18px;
    background: none;
    color: #999;
}
.new-alert .alert-close:hover {
    background: none;
    color: #221e1f;
}
.new-alert .alert-ok:hover {
    color: #221e1f;
    background-color: #f9d00e;
}

/*
  新 xalert 更改关闭icon || 2019/10/25 
*/
.x-alert .alert-close {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 20px;
    right: 18px;
    top: 18px;
    background: none;
    color: #999;
}
.x-alert .alert-close:hover {
    background: none;
    color: #221e1f;
}
.x-alert .alert-foot {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.x-alert .alert-cancel {
    cursor: pointer;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-family: AlternateGothicLT-No1;
    font-size: 24px;
    color: #221e1f;
    background: #fff;
    border: 1px solid #221e1f;
    margin: 0 20px;
}
.x-alert .alert-cancel:hover {
    background-color: #f9d00e;
    border-color: #f9d00e;
}
.x-alert .alert-ok {
    margin: 0 20px;
}
.x-alert .alert-ok:hover {
    color: #221e1f;;
    background-color: #f9d00e;
}


/* show loading  */
.loading-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 9998;
}

.loading-max {
	z-index: 100000;
}

.loading-box .loading {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
	transform: translate3d(-50%, -50%, 0) scale(1);
}

.loading-box .icon-loading {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(/static/artist/images/baseIcon/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	z-index: 9999;
}

/* info alert */
.info-alert .alert-dialog {
    width: 630px;
    padding: 48px 50px 36px;
    color: #221e1f;
    border-color: #dcdddd;
}
.info-alert .alert-title {
    padding: 0 0 20px;
}
.info-alert .alert-msg {
    padding: 0 24px;
    margin-bottom: 32px;
}
.info-alert-ul {
    font-size: 16px;
    text-align: left;
}
.info-alert-ul li {
    line-height: 20px;
    font-family: abelRegular;
    font-size: 16px;
    color: #221e1f;
    position: relative;
    padding-left: 14px;
    margin-bottom: 15px;
}
.info-alert-ul li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #221e1f;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 8px;
}
.info-alert-text {
    font-size: 16px;
    text-align: left;
}
.info-alert-text > a {
    text-decoration: underline;
}


/* import-alert-warpper */
.import-alert-warpper {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .9);
    z-index: 9999;
}

.import-alert-container {
    position: relative;
    width: 430px;
    padding:68px 32px 36px;
    background-color: #ffffff;
	border: solid 1px #dcdddd;
}

.import-alert-close {
    cursor: pointer;
    position: absolute;
    width:20px ;
    height: 20px;
    font-size: 20px;
    top: 18px;
    right: 18px;
    color: #999;
}

.import-alert-close:hover {
    color: #221e1f;
}

.import-alert-body {
    overflow: auto;
    margin: 0px 0 36px;
    max-height: 236px;
}

.import-alert-title {
    font-family: AlternateGothicLT-No1;
    border-bottom: 2px solid #221e1f;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center; 
}

.import-alert-tips,.import-alert-header .import-alert-tips a {
    font-size: 16px;
    color: #777;
    font-family: abelRegular;
}

.import-alert-header .import-alert-tips a,.import-alert-body .import-alert-item a {
    text-decoration: underline;
    font-family: abelRegular;
}

.import-alert-item,.import-alert-header .import-alert-tips {
    margin-bottom: 20px;
}


.import-alert-item:last-child {
    margin-bottom: 0px;
}

.import-alert-item span {
    font-size: 16px;
    font-family: abelRegular;
    color: #221e1f;
    display: inline-block;
}

.import-alert-item ul {
    margin-left: 30px;
    margin-top: 14px;
}

.import-alert-item ul li {
    list-style: disc !important;
    font-size: 16px;
    font-family: abelRegular;
    color: #221e1f;
    margin-bottom: 10px;
}

.import-alert-item ul li:last-child {
    margin-bottom: 0px;
}

.import-alert-footer {
    display: flex;
    align-items: center;
    justify-content: center;  
}

.import-alert-btn {
    cursor: pointer;
    width: 120px;
    height: 40px;
    font-family: AlternateGothicLT-No1;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}

.import-alert-cancel {
    border: solid 1px #221e1f;
    background: #fff;
}

.import-alert-continue {
    border: solid 1px transparent;
    background: #221e1f;
    color:#fff;
    margin-left: 40px ;
}

.import-alert-cancel:hover{
    border: solid 1px transparent;
    background: #f9d00e;
}

.import-alert-continue:hover {
    background: #f9d00e;
    color: #221e1f;
}
/* end */

/* AlertCancelDefault */
.alert_cancel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .9);
}

.alert_cancel_content {
    width: 630px;
    padding: 68px 50px 36px;
    background: #fff;
    border: 1px solid #dcdddd;
    position: relative;
}

.alert_cancel_header {
    font-family: AlternateGothicLT-No1;
    border-bottom: 2px solid #221e1f;
    font-size: 24px;
    padding-bottom:20px ;
    margin-bottom: 20px;
    text-align: center;
}

.alert_cancel_body {
    font-family: abelRegular;
    font-size: 16px;
    padding: 0 28px;
}

.alert_cancel_check_body .kin-dialog-check {
    display: flex;
    margin-left: 14px;
}

.alert_cancel_check_body .checkboxs {
    margin-right: 6px;
}

.alert_cancel_check_body {
    font-family: abelRegular;
    font-size: 16px;
    padding: 0 16px;
}


.alert_cancel_close {
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #999;
}



.alert_cancel_close:hover {
    color: #221e1f;
}

.alert_cancel-item {
    margin-bottom: 20px; 
}

.alert_cancel-item:last-child {
    margin-bottom: 0px;
}

.alert_cancel-item span {
    font-size: 16px;
    font-family: abelRegular;
    color: #221e1f;
    display: inline-block;
    line-height: 20px;
}

.alert_cancel-item ul {
    margin-left: 30px;
    margin-top: 14px;
}

.alert_cancel-item ul li {
    position: relative;
    font-size: 16px;
    font-family: abelRegular;
    color: #221e1f;
    line-height: 20px;
    margin-bottom: 3px;
}

.alert_cancel-item ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #221e1f;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: -13px;
    top: 8px;
}

.alert_cancel-item ul li:last-child {
    margin-bottom: 0px;
}

.alert_cancel_body a,
.alert_cancel_check_body a {
    border-bottom: 1px solid #221e1f;
    font-family: abelRegular;
    color: #221e1f;
}

.alert_cancel_footer {
    margin-top: 36px;
    display: flex;
    justify-content: center;
}

.alert_cancel_footer .alert_cancel_btn {
    -webkit-user-select: none;
    cursor: pointer;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-family: AlternateGothicLT-No1;
    font-size: 24px;
    text-align: center;
}

.alert_cancel_footer .alert_cancel_cancel_btn {
    border: solid 1px #221e1f;
    background: #fff;
    color: #221e1f;
}

.alert_cancel_footer .alert_cancel_cancel_btn:hover {
    border: solid 1px transparent;
    background: #f9d00e;
}

.alert_cancel_footer .alert_cancel_ok_btn {
    margin-left: 40px;
    background: #221e1f;
    color: #fff;
}

.alert_cancel_footer .alert_cancel_ok_btn:hover {
    background: #f9d00e;
    color: #221e1f;
}
/* end */

/* tips */
/* tips-cbs */
.tips-cbs {
    color: #999;
    width: 14px;
    height: 14px;
    font-size: 14px;
    cursor: pointer;
    position: relative;  
}

.tips-cbs .label-hide p  a {
    color: #4292e3;
}

.label-hide p {
    text-align: left;
}

.tips-cbs:hover .label-hide {
    display: block;
}


.tips-cbs.tips-cbs-top .label-hide {
    top: -50px;
}

.tips-cbs.tips-cbs-top .label-hide:before {
    top: unset;
    bottom: -12px;
    border-bottom-color:transparent;
    border-top-color:white;
}

.tips-cbs .label-hide {
    display: none;
    width: 178px;
    background-color: #fff;
    box-shadow: 0px 1px 4px 0px rgb(90 90 90 / 25%);
    border: solid 1px #dcdddd;
    font-family: abelRegular;
    font-size: 14px;
    padding: 8px 5px;
    position: absolute;
    top: 26px;
    line-height: 18px;
    z-index: 100;
    right: -84px;
}

td .tips-cbs .label-hide {
    width: 178px;
}

td.shipping-check {
    position: relative;
}

.label-hide:before {
    content: ' ';
    display: block;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -12px;
    left: 45%;
    z-index: 2;
}


.label-hide p {
    font-family: "abelRegular";
    font-size: 14px;
    color: #221e1f;
}

.tips-cbs.top-tips .label-hide{
    top: -45px;
}

.tips-cbs.top-tips .label-hide:before {
    display: none;
}

.tips-cbs.top-tips .label-hide::after {
    content: ' ';
    display: block;
    border: 6px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -11px;
    left: 45%;
    z-index: 2;
}


.alert_cancel_footer .alert_cancel_ok_btn.alert_btn_checked {
    color: #fff;
    background-color: #dcdddd;
    border-color: #dcdddd;
    pointer-events: none; 
}

@media screen and (max-width: 640px) {
	.alert-dialog {
		width: 90%;
	}
	.alert-describe {
		width: 90%;
        padding: 20px 0;
        font-size: 16px;
    }

    .alert-left,
    .alert-right {
        width: 100px;
    }

    /* 新 alert */
    .new-alert .alert-dialog {
        width: 90%;
        padding:68px 10px 36px;
    }
    .new-alert .alert-title {
        font-size: 20px;
        padding: 0 8px 20px;
    }
    .new-alert .alert-msg {
        font-size: 14px;
        padding: 0 12px;
    }

    .info-alert .alert-dialog {
        width: 92%;
        padding-top: 48px;
    }
    .info-alert .alert-msg {
        padding: 0 4px;
    }
    .info-alert-ul li,
    .info-alert-text {
        font-size: 14px;
    }

    /* import-alert-warpper */
    .import-alert-container {
        width: 90% !important;
        padding: 68px 12px 36px !important;
    }

    .import-alert-tips {
        font-size: 20px;
    }


    .import-alert-item ul li ,.import-alert-item span,.import-alert-tips,.import-alert-header .import-alert-tips a {
        font-size: 14px; 
    }


    /* AlertCancelDefault */
    .alert_cancel_content {
        width: 90%;
        padding: 52px 12px 36px;
    }

    .alert_cancel_header {
        font-size: 20px;
    }

    .alert_cancel_body,
    .alert_cancel_check_body {
        font-size: 14px;
        padding: 0 14px;
    }

    .alert_cancel-item ul li,.alert_cancel-item span {
        font-size: 14px;
    }

    /* end */

    /* infoAlertTwo */ 
    .info-alert .infoAlertTwo-dialog {
        width: 92%;
        padding: 68px 10px 36px;
    }

    .infoAlertTwo-msg {
        padding: 0 20px;
    }
    .infoAlertTwo-msg p {
        font-size: 14px;
    }

    .pop-content .tips-cbs .label-hide{
        left: -128px !important;
    }
    .pop-content .tips-cbs.top-tips .label-hide::after {
        left: 128px;
    }
}

@media screen and (max-width: 360px) {
    .info-alert .alert-dialog {
        padding-bottom: 20px;
    }
    .info-alert .alert-msg {
        max-height: 200px;
        overflow-y: auto;
    }
}

@media screen and (max-width: 320px) { 
    .alert_cancel_footer {
        justify-content: space-between;
    }
    
    .alert_cancel_footer .alert_cancel_ok_btn {
        margin-left: 0px;
    }
}
