@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0; list-style:none;}
.c_popup{ width:100%; height:100%; position:fixed; top:0; left:0; background:rgb(0,0,0,0.4); z-index:999; display:none;}
.c_popup .con{ background:url(../images/bg_popup_con.jpg);position:fixed; z-index:100; width:800px; height:500px; top:50%; left:50%; margin:-250px 0 0 -400px; }
.c_popup .close{ padding:40px 45px 0 45px; height:20px;}
.c_popup .close a{ display:block; width:20px; height:20px; float:right; background:url(../images/bg_close.png) no-repeat; background-size:90% 90%;}
.c_popup .close a:hover{ background-image:url(../images/bg_close_red.png);}
.c_popup .form{ padding:60px 80px 0 80px; color:#000;}
.c_popup .form h5{ font-size:44px; text-align:center;}
.c_popup .form dl{ clear:both; padding:20px 0; height:80px;}
.c_popup .form dt{ border-left:4px solid red; text-indent:8px; height:25px; line-height:25px; font-size:20px;}
.c_popup .form dd{ padding:10px 0;}
.c_popup .form dd a{ display:block; float:left; width:50%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:16px; text-decoration:none; background:url(../images/bg_choice.png) no-repeat left center; background-size:25px 25px; text-indent:30px;}
.c_popup .form .dd a{ width:33%;}
.c_popup .form dd a:hover{ color:red;}
.c_popup .form dd .choice{ color:red; font-weight:bold; background-image:url(../images/bg_choice_red.png);}
.c_popup .form .bot{ clear:both; margin-top:60px; border-radius:3em; height:60px; line-height:60px;}
.c_popup .form .bot input, .c_popup .form .bot a{ height:60px; line-height:60px; font-size:16px; border:0; background:none;}
.c_popup .form .bot input{ float:left;text-indent:6%; width:39%;margin-left:10px;border-radius:30px;background:white;}
.c_popup .form .bot a{ float:right; width:18%; background:#386CD6; border-radius:3em; text-align:center; color:#fff; text-decoration:none;}
.c_popup .form .bot a:hover{ background:#5040CE;}



.c_popup_new { width:100%; height:100%; position:fixed; top:0; left:0; background:rgb(0,0,0,0.4); z-index:999; display:none;}
.c_popup_new .con{ background:url(../img/bg.png) no-repeat center right #fff;position:fixed; z-index:100; width:800px; height:500px; top:50%; left:50%; margin:-250px 0 0 -400px; }
.c_popup_new .close{ padding:10px 10px 0 45px; height:22px;}
.c_popup_new .close a{ display:block; width:22px; height:22px; float:right; background:url(../img/close.png) no-repeat;}
.c_popup_new .close a:hover{ }
.c_popup_new .form{ padding:0 0 0 15px; color:#000; margin-top: 15px; float:left; width:480px;}
.tit_h1 { color:#000; font-size:32px;}
.tit_h3{ color:red; font-size:20px; padding:10px 2px;}
.check_info_box { height:228px;}
.check_info_box .check_item{ cursor: pointer; width:145px; height:66px; float:left; background:#eee; border-radius:5px; margin-right:10px; margin-bottom:10px;}
.check_info_box .check_item.active{ background:url(../img/active.jpg) no-repeat center #fff;}
.check_item .item_bt1 { color:#333;  font-size:14px; text-align:center; margin-top:16px;}
.check_item .item_bt2 { color:red; font-size:12px;text-align:center; font-style: italic;}
.check_item.active .item_bt1 { color:#fff; }
.check_item.active .item_bt2 { color:#fff; }
.bot-text{  padding-left: 5px; clear:both; margin-top:5px; border-radius:3em; height:36px; line-height:36px; font-size:14px;}
.bot-text span{ color:red;}
.c_popup_new .form .bot{ clear:both; margin-top:10px; border-radius:3em; height:36px; line-height:36px;}
.c_popup_new .form .bot input, .c_popup_new .form .bot a{ height:36px; line-height:36px; font-size:14px; border:0; background:#eee;}
.c_popup_new .form .bot input{ float:left;text-indent:6%; width:45%;margin-right:10px;border-radius:5px;background:#eee;}
.c_popup_new .form .bot a{ float:left; width:45%; background:#386CD6; border-radius:10px; margin-right:10px; text-align:center; color:#fff; text-decoration:none;}
.c_popup_new .form .bot a:hover{ background:#5040CE;}

.c_popup_new .form .bot a.button-left-1 { background:#ff1919}
.c_popup_new .form .bot a.button-right-1 { background:#333;}

.c_popup_new .right-area {  width:320px; float:right; height:500px; cursor: pointer;}