



/*弹窗*/
.w_pop_wrap{position: fixed;left: 0;top: 0;bottom: 0;right: 0;background: url(../images/opacity50.png)}
.w_pop_tab{width: 590px;height: 480px;position: fixed;left: 0;top: 0;bottom: 0;right: 0;margin: auto;background-color: #fff;border-radius: 5px}
.w_cont_pop{position: fixed;left: 0;top: 0;bottom: 0;right: 0;width: 640px;height: 554px;background-color: #fff;margin: auto}
.w_pop_head{line-height: 60px;text-align: center;font-size: 16px;color: #333;padding: 0 24px}
.w_pop_head span{width: 15px;height: 50px;background: url(../images/close.png) no-repeat center;cursor: pointer}

.w_pop_cont{padding: 0 40px}
.w_txt{color: #333;line-height: 30px;font-size: 16px;}

.w_pop_name{line-height: 36px;color: #333;font-weight: bold;padding-left: 25px;background: url(../images/hint.png) no-repeat left;height: 36px;font-size: 18px;margin-bottom: 25px;}

/*按钮*/
.wbtn{text-align: center;margin-top: 34px}
.wbtn .bnt_blue{display: inline-block;color: #fff;background-color: #09f;line-height: 43px;border-radius: 3px;width: 117px;height: 43px;font-size: 16px}
