/* CSS Document */

body{ margin:0px; padding:0px; background:url(../image/area/bg2.jpg) #007ed5 repeat-x; font-family:"宋体";}
.header{ height:107px; width:100%; border-bottom:2px solid #FFFFFF;  color:#FFFFFF; font-size:29px;  text-align:center; line-height:120px; overflow:hidden; font-family:"黑体", "微软雅黑";}
.header img{ padding-top:30px;}
.logo{ width:180px; float:left; margin-left:150px; padding-top:0px; text-align:right; }
.header_tx{ width:900px;  text-align:center; float:right;}
.header_ct{ height:107px; width:1143px; margin:0px auto; }
.header img{ padding-top:30px;}

.content{ width:1143px; background:url(../image/area/ct_bg.png) right no-repeat; margin:5px auto; height:680px;}
.ct_left{ width:772px; float:left;  height:500px;  margin-top:50px;}
.ct_right{  box-shadow: 0 0px 8px #f5f7f9; width:296px; float:right; height:413px; margin-right:40px;margin-top:50px; background:url(../image/area/login_bg2.png);}
.ct_right table td{ color:#FFFFFF; font-size:14px;}
.txt_login{ width:220px; height:36px; border:0px; border-radius:3px; font-size:14px; color:#FF0000;}
.txt_login:focus {border: 1px solid #FF0000; border-radius:5px;}
.btn_login{ width:103px; height:33px; background:url(../image/area/btn_bg2.jpg) no-repeat; border:0px; cursor:pointer;}
.ct_right a{ color:#04fbf2; text-decoration:none;font-weight:bold; }
.ct_right a:hover{ text-decoration:underline; }

.footer{ width:100%; height:100px; margin:10px auto; border-top:2px solid #FFFFFF; text-align:center; color:#FFFFFF; font-size:12px; line-height:22px; padding-top:15px;}
.footer a{ color:#FFFFFF;}
.login_tap{ width:100%; display: flex; background:#09F; line-height:20px; text-align:center; border-radius:5px; overflow:hidden;}
.login_tap a{ width:25%; display:block; display:inline-block; box-shadow: 0 0px 8px #007ed5; padding: 5px 0; box-sizing: border-box;}
.login_tap a.on{ background:#fff; color:#F60; }
@media (max-width: 750px) { 
   .header {border:0px;}
   .header_tx {width: 100%;}
   .header_ct { width: 100%;}
   .content { width: 100%; height:auto; max-width: 400px; margin: 5px auto;padding: 5px 30px;box-sizing: border-box;}
   .ct_left {display:none}
   .ct_right {  float:none; margin: 10px auto;    } 
   .txt_login {width:100% !important;}
   .login_tap {width:100% !important;}
 }