﻿@charset "utf-8";
/* CSS Document */

.sweet-overlay {
   position:fixed; top:0; left:0; z-index:1987; width:100%; height:100%; background:#000; filter:alpha(opacity=40); opacity:0.1;

}
.sweet-alert {
    background-color: #FFF;
    font-family: "Microsoft Yahei";
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 65%;
    top: 75%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    z-index: 2000;
	
}
.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
}
.sweet-alert .img {
    width:32px;
    float:left;
}
.s_tubiao{ text-align:center; width:100%; margin-top:20px; overflow:hidden;}
.sweet-alert p {
    font-size: 16px;
    position: relative;
    line-height: normal;
    font-weight: 300;
    text-align: center;
    margin: 2px 0px 0px 10px;
    display: block;
    color: #d0111b;
    float: left;
}
.sweet-alert button {
    font-family: Arial,Helvetica,sans-serif;
    border:1px solid #fcb74f;
    color: #FFF;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0px;
    cursor: pointer; background:#fcbe62;
}
.sweet-alert button:hover{ background:#fdb344;}