/* go2-alert弹窗 */
.go2-alert{position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1040;}
.go2-alert-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;opacity: .4;}
.go2-alert-con{position: relative;z-index: 1050;width: 380px;padding-top: 30px;margin: 100px auto;background-color: #fff;border-radius: 8px;overflow: hidden;}
.go2-alert-con>.go2-alert-close{display: block;width: 22px;height: 22px;position: absolute;top: 15px;right: 15px;cursor: pointer;background: url(/images/main/common/alert-close.png);}
.go2-alert-con>p{padding: 70px 30px 30px;color: #3a3a3a;line-height: 24px;background: url(/images/main/common/alert.png) no-repeat center top;font-size: 18px;font-family: "Microsoft YaHei";text-align: center;}
.go2-alert-success>.go2-alert-con>p{background-image: url(/images/main/common/alert-success.png);}
.go2-alert-wrong>.go2-alert-con>p{background-image: url(/images/main/common/alert-wrong.png);}
.go2-alert-con>.go2-alert-sure{display: block;width: 100%;height: 41px;line-height: 40px;text-align: center;cursor: pointer;background-color: #f8f8f8;color: #6a6a6a;font-size: 16px;font-family: "Microsoft YaHei";border-top: 1px solid #dfdfdf;}