﻿@charset "utf-8";
/* CSS Document */
/*--------注册页面str--------*/
#zc .zc_add{margin-top:100px }
#zc .zc_add .mt{ height:40px; padding:0 10px;}
#zc .zc_add .mt h2{ font: 24px/40px "微软雅黑"; }
#zc .zc_add .mt .fore1{ margin-top:0px;}
#zc .zc_add .mt span{margin-top:20px;_margin-top:18px; padding:0 3px; font-weight:600;}
#zc .zc_add .mt a{font: 600 16px/53px "微软雅黑"; color: #CA2127; _font: 600 16px/50px "微软雅黑";}
#zc .zc_add .mc { padding:60px 40px; line-height:50px;}
#zc .zc_add .mc .tit{ width:70px; float:left;color:#fff;font-size:14px;margin-left:60px;}
#zc .zc_add .mc .tab{ width:480px; float:left;}
#zc .zc_add .mc input.in{ border:none ;color: #666666;font-size: 14px;border-radius:4px;height: 36px;line-height: 36px;padding-left: 11px;width: 251px; _margin-bottom:8px;background-color:#fff}
#zc .zc_add .mc input.in2{ border:none ;color: #666666;font-size: 14px;border-radius:4px;height: 36px;line-height: 36px;padding-left: 11px;width: 121px; _margin-bottom:8px;background-color:#fff}
#zc .zc_add .mc input.w100{ width:100px;}
#zc .zc_add .mc span{ padding:0 5px; height:50px; vertical-align:middle; }
#zc .zc_add .sub1 input {cursor:pointer; background-color:#CA2127;color: #FFFFFF;font: 600 16px/40px "微软雅黑";width: 262px; border-radius:5px; border:0; height:40px; margin:10px 5px}
#zc .zc_add input.sub2 {cursor:pointer; background-color:#CA2127;color: #FFFFFF;font: 600 16px/40px "微软雅黑";width: 122px; border-radius:5px; border:0; height:40px; margin:10px 5px;}
#zc .zc_add .mc a{ color:#03C;}


.thickbox{ border:4px solid #ccc; border: 4px solid rgba(0, 0, 0, 0.1);border-radius: 5px 5px 5px 5px; overflow: hidden;padding: 0;position:fixed; z-index: 1000; width: 800px; top:50%; left:50%; margin:-250px 0 0 -400px; height:500px;background:#FFF; display:none;}
.thicktitle{ font: 600 15px/30px Arial,"宋体"; line-height:30px; background:#f3f3f3; color: #333333; border-bottom: 1PX solid #C4C4C4; text-align: center; width: 800px;}
.thickcon{ height:450px; width:800px; margin-top:10px; }
.thickcon .mc{height:356px;overflow: auto; padding: 10px 20px 0 10px;}
.thickcon .mc pre {overflow: hidden;word-break: break-all;word-wrap: break-word;white-space: pre-wrap;}
.thickcon .btnt {margin: 20px auto 0;width: 322px;}
.thickcon .btn_img {background: none repeat scroll 0 0 #CA2127; border-radius: 3px 3px 3px 3px;color: #FFFFFF; font: 600 16px/34px "微软雅黑";height: 34px;width: 322px; border:0; text-align:center;}
.thickbox .thickclose{background: url("../image/bg_thickbox.gif") no-repeat scroll 0 -18px transparent;display: block;font-size: 0;height: 15px;line-height: 100px;overflow: hidden;position: absolute;right: 12px;top: 7px;width: 15px; cursor:pointer;}
/*--------注册页面end--------*/

body{
    background:url(../image/bg.jpg);
}

.loginbox{
    width:550px;
    background:url(../image/white-30.png);
    border-radius:5px;
}
.title-login{
    text-align:center;
    color:#fff;
    font-size:26px;
    font-weight:normal;
    font-family:"微软雅黑";
    margin-bottom:30px;
}