﻿@charset "utf-8";
* {padding:0px; margin:0px;}
img {border: none;}
em{ font-style:normal;}
ul, li, dl, dd, dt, ol{ list-style: none; }
a { outline: none; text-decoration: none;  color: #666;cursor:pointer;}
table { border-collapse:collapse; border-spacing:0; } 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
*html .clearfix{zoom:1;clear: both;} /* IE6 */
*+html .clearfix{zoom:1;clear:both;} /* IE7 */
.w1240{width: 1240px; margin: 0 auto;}
.fl{float: left;}.fr{float: right;}
.f12{font-size: 12px;}
.color-hui{color: #999;}


body{color: #666; font-size: 14px; font-family: "微软雅黑"}


/*弹窗*/
.xg-pop{width: 600px;height: 260px;padding: 20px; border:5px solid #2abb90; border-radius: 5px; position: relative; background: #fff; }
.xg-pop-xx{background-image:url(../images/popxx.jpg); width: 24px;height: 27px;position: absolute;right:10px; top:10px; }
.xg-pop-xx:hover{background-position: 0 -27px;}
.xg-pop h1{font-size: 20px; color: #2abb90; font-weight: 400;  line-height: 40px; height: 40px; margin-bottom: 20px; text-align: center; border-bottom: 1px dashed #ddd; }
.xg-pop-txt{padding: 5px; border:1px solid #ddd; width: 280px; display: inline-block;}
.xg-pop .btn{display: inline-block; width: 70px;height: 25px;text-align: center;line-height: 25px;border:1px solid #2abb90; border-radius: 3px; margin-left: 10px;}
.xg-pop .btn-green{border:1px solid #2abb90; color: #2abb90}.xg-pop .btn-green:hover{background:#2abb90; color: #fff}
.xg-pop .btn-red{border:1px solid #ff3f4d; color: #ff3f4d}.xg-pop .btn-red:hover{background:#ff3f4d; color: #fff}
.xg-pop-p{margin-top: 30px; line-height: 26px; height: 130px; overflow-y:auto; }