﻿.pm_layer {
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    left:0;
    top:0;
    z-index:9999;
    display:none;
}
.pm_layer .pm_content{
    width:240px;
    height:240px;
    background:#fff;
    border-radius:16px;
    left:50%;
    top:50%;
    margin-left:-120px;
    position:absolute;
    margin-top:-120px;
    background-image: linear-gradient(0deg, 
		#ffffff 55%, 
		#d3d9ff 100%);
    padding:0 10px;
}
.pm_layer .pm_content .pm_img{
    margin-top:-40px;
    text-align:center;
}
.pm_tip {
    text-align:center;
}
.pm_tip .pm_title{

}
.pm_tip .pm_info{
    margin-top:10px;
}
.pm_tip h1{
    font-size:18px;
    line-height:35px;
}
.pm_tip p{
    font-size:14px;
    line-height:25px;
}

.pm_tip p.import {
    font-size: 16px;
    line-height: 30px;
}

.pm_tip p.tips {
    color:#666;
}

.pm_tip p span {
    color: #566efd;
}

.pm_layer .pm_btn_group{
    margin-top:20px;
}
.pm_layer .pm_btn_group a {
    width: 96px;
    height: 36px;
    line-height:34px;
    border-radius: 18px;
    text-align:center;
    font-size:14px;
}
a.yes{
    background-color: #5068fc;
    color:#fff;
    margin-left:15px;
}
a.cancel {
    background-color: #ffffff;
    border: solid 1px #ececec;
}
.pm_layer .pm_btn_group a.btn {
    background-color: #566efd;
    border: solid 1px #566efd;
    margin-left: 15px;
    color: #fff;
}