﻿@charset "utf-8";
/*--弹窗样式--*/
.gray{width:100%;height:100%;background:rgba(0,0,0,0.5);position:fixed;top:0;left:0;display:none;z-index:555;}
.popup,.popup1{
	border-radius: 5px;
	width:380px; 
	background-color:#fff;
	position:fixed;
	z-index:666;
	border:1px solid #ebeaea;
	left:50%;
	top:50%;
	display:none;
}
.popup .top_nav,.popup1 .top_nav{
	width:380px;
	height:46px;
	background-image: url(../images/popup_top_bj.jpg);
	border-bottom:1px solid #ebeaea;
	position:relative;
	cursor:pointer;
}
.popup .top_nav span,.popup1 .top_nav span{font:18px/18px 'microsoft yahei';color:#707070;display:block;position:absolute;top:13px;left:20px;}

.rightw label{display:block;float:left;height:40px;line-height:40px;color:#F00;text-indent:10px;}
.rightw label.layer_one{width:90px;height:40px;text-align:right;color:#666;font-size:14px;}
.rightw input{float:left;margin-left:3px}
.layer .layer_one1{height:40px;width:180px;line-height:40px;text-indent:10px;border:1px solid #E5E5E5;outline:none;}
.layer{width:360px;overflow: hidden;zoom:1;line-height: 40px;margin-top:10px}
.layer input{height:40px;width:240px;line-height:40px;text-indent:10px;border:1px solid #E5E5E5;outline:none;padding-left:3px;}
.layer select{height:40px;width:241px;line-height:40px;text-indent:10px;border:1px solid #E5E5E5;outline:none;margin-left:3px;color:red;}

.layer .lay_inp{height:16px;width:16px;margin-top:13px}
.lay_ins{float: left;margin-left: 30px;overflow: hidden;zoom:1}
.popup .top_nav a.guanbi,.popup1 .top_nav a.guanbi { background:url(../images/popup_guanbi.png) repeat 0px 0px; width:35px; height: 35px; display: block; position:absolute;top:8px;right:10px;cursor:pointer;}
.popup .top_nav a.guanbi span,.popup1 .top_nav a.guanbi span{ display: none;}
.popup .top_nav a.guanbi:hover,.popup1 .top_nav a.guanbi:hover{ background: url(../images/popup_guanbi.png) repeat 0px -35px; }
.popup .min{width:380px;height:auto;padding:10px}

.tc_login{width:360px;background-color:#fff;}
.tc_login .rightw input:focus {
    outline: none;
    border-color: #1CAED3;
    box-shadow: 0 0 0px #FF552E;
}
.tc_login .rightw .button{
    background:#1CAED3;
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    height: 40px;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
    transition: background 0.3s ease-in-out;
    width: 150px;
	font-weight: bold;
	margin-left:120px;margin-bottom: 20px;margin-top:30px;
	}
.layer span.log_span{color:#333;font-size:16px;display:inline-block;margin-left:10px}
.log_span1{color:#FF552E;display: block;font-size:14px;display:inline-block;margin-left:10px}
