.amcDialog-cover {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1500;
}

.amcDialog-white-cover {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1500;
}

.amcDialog-confirm {
    width: 80%;
    background-color: rgb(240, 240, 240);
    border-radius: 5px;
    -webkit-animation: zoomIn .15s ease forwards;
    animation: zoomIn .15s ease forwards;
    max-width: 350px;
    overflow: hidden;
}

.amcDialog-title {
    text-align: center;
    padding: 15px 20px 5px;
    color: #333333;
    word-break: break-all;
    font-size: 16px;
}

.amcDialog-content {
    text-align: left;
    padding: 0 20px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    word-break: break-all;
}

.amcDialog-footer {
    position: relative;
    line-height: 40px;
    margin-top: 14px;
    display: flex;
}

.amcDialog-footer:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    /* border-top: 1px solid #D9D9D9; */
}

.amcDialog-btn {
    position: relative;
    text-align: center;
    font-size: 16px;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 2px;
    margin: 5px 15px 15px 15px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}

.amcDialog-footer>.amcDialog-btn:not(:last-child):after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    /* border-right: 1px solid #D9D9D9; */
}

.amcDialog-primary {
    background-color: #f03456;
    color: #FFF;
}

.amcDialog-cancel {
    color: #353535;
    background-color: #FFF;
}

.amcDialog-checkbox {
    display: block;
    text-align: left;
    padding: 10px 20px 0;
    font-size: 14px;
    line-height: 30px;
    word-break: break-all;
}

.amcDialog-checkbox>input[type='checkbox'] {
    vertical-align: text-bottom;
    width: 14px;
    height: 14px;
}

.amcDialog-checkbox a,
.amcDialog-checkbox a:visited,
.amcDialog-checkbox a:active {
    color: #586C94;
    text-decoration: none;
}

.amcDialog-toast {
    min-width: 130px;
    max-width: 80%;
    padding-top: 20px;
    background: rgba(40, 40, 40, 0.8);
    text-align: center;
    border-radius: 3px;
    color: #FFF;
    z-index: 1501;
    -webkit-animation: zoomIn .06s ease forwards;
    animation: zoomIn .06s ease forwards;
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    line-height: 1.6;
    word-break: break-all;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

/*登录相关样式2019-07-01*/
.amcLogin-bg{
    width: 100%;
    min-height: 100%;
    background-color: #fff;
    background: url("imgs/bgLogin.jpg") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top:0;
    overflow: hidden;
    z-index: 100;
}
.amcLogin-watermark{
    width: 3.62em;
    height:3.87em;
    position: absolute;
    left:0;
    bottom:0;
    background: url("imgs/bgLoginLogo.png") no-repeat;
    background-size: 100%;
    z-index: 1;
}
.amcLogin-close{
    display: block;
    width: .27em;
    height: .28em;
    background: url("imgs/closeLogin.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: .3em;
    right:.37em;
}
.amcLogin-cell-group{
    padding: 0 .44em;
    color: #333;
    margin-top: 3em;
    z-index: 2;
}
.amcLogin-title{
    font-size: .44em;
    font-weight: bolder;
}
.amcLogin-cell{
    padding: .87em .1em;
    border-bottom: 1px solid #D8DFE6;
    font-size: .3em;
    margin-top: 1.7em;
    position: relative;
    display: block;
}
.amcLogin-cell-title{
    width: 5.7em;
    display: inline-block;
}
.amcLogin-cell-value{
    font-weight: bolder;
}
span.amcLogin-cell-value i{
    display: block;
    width: 1em;
    height: .56em;
    background: url("imgs/downLogin.png") no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 1.2em;
    right:1em;
}
.amcLogin-cell select{
    width: 100%;
    height: 4em;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.amcLogin-cell i{
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url(imgs/closeLogin.png) no-repeat;
    background-size: 60%;
    background-position: center;
    position: absolute;
    bottom: .9em;
    right: .9em;
    display: none;
}
input{
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    font-size: inherit;
    outline: none;
}
input::placeholder{
    color: #ccc;
    font-weight: normal;
}
.amcLogin-submit{
    background-color: #FFCFD8;
    border-radius: .29em;
    padding: .88em 0;
    text-align: center;
    color: #fff;
    font-size: .34em;
    margin: 1.8em .88em 0;
    position: relative;
    z-index: 2;
}
.amcLogin-submit-active{
    background-color: #F03456;
}
.amcLogin-links{
    margin-top: .6em;
    z-index: 2;
    position: relative;
}
.amcLogin-links a{
    display: inline-block;
    width: 50%;
    color: #3389DF;
    font-size: .3em;
    text-align: center;
    text-decoration: none;
    float: left;
}
.amcLogin-links a:visited{
    color: #3389DF;
    text-decoration: none;
}
.amcLogin-links a i{
    display: inline-block;
    width: .4em;
    height: .7em;
    background: url("imgs/rightLogin.png") no-repeat;
    background-size: 100%;
    margin-left: .66em;
}