﻿/* CSS Document */

/* PC?????????
 ======================================================================================================*/
.popup{
	width:63%; 
	height:auto;
	background-color:#fff;
	z-index:100;
	border:1px solid #ebeaea;
	left:50%;
	top:96px;
	margin:20px auto;
}
.popupBottom{
	width:740px; 
	height:auto;
	margin:20px auto;
}
.popup .top_nav{
	width:100%;
	height:46px;
	background-image: url(img/popup_top_bj.jpg);
	border-bottom:1px solid #ebeaea;
	position:relative;
	cursor:move;
}
.popup .top_nav{
	width:100%;
	height:46px;
	background-image: url(img/popup_top_bj.jpg);
	border-bottom:1px solid #ebeaea;
	position:relative;
	cursor:move;
}
.popup .top_nav span{font:18px/18px 'microsoft yahei';color:#707070;display:block;position:absolute;top:13px;left:20px;}

.popup .top_nav a.guanbi { background:url(img/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 { display: none;}
.popup .top_nav a.guanbi:hover { background: url(img/popup_guanbi.png) repeat 0px -35px; }
.popup .min{width:100%;height:auto;padding:10px 10px 60px 10px;}

.tc_login{width:100%;height:auto;background-color:#fff;}
.tc_login .right{width:100%;height:auto;}

.tc_login .right i{font-size:20px;color:#090;margin:15px 0 0px 0;}
.tc_login .right a{font:13px/18px 'microsoft yahei';color:#666;margin:16px 0 0 0;}
.tc_login .right a:hover{color:#06F;text-decoration: underline;}
.tc_login .right input{
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    height: 40px;
    padding:0 0 0 34px;
	margin:30px auto;
    transition: background 0.3s ease-in-out;
    width:80%;
	display:block;
}
.loginimgbox{
	width:80%;
}
.loginimgbox a{
	text-decoration:none;
}
.tc_login .right input:focus {
    outline: none;
    border-color: #202b63;
    box-shadow: 0 0 0px #019A0D;
}
.tc_login .right .input_yh{background:url(img/tc_login_yonghu.jpg) no-repeat left top;}
.tc_login .right .input_mm{background:url(img/tc_login_mima.jpg) no-repeat left top;}
.tc_login .right .input_refresh{background:url(img/refresh.jpg) no-repeat left top;}
.tc_login .right .input_yh:focus{background:url(img/tc_login_yonghu2.jpg) no-repeat left top;}
.tc_login .right .input_mm:focus{background:url(img/tc_login_mima2.jpg) no-repeat left top;}
.tc_login .right .input_refresh:focus{background:url(img/refresh2.jpg) no-repeat left top;}
.loginimg{width:158px; height:40px; vertical-align:middle;}
.tc_login .right .button{
-webkit-appearance: none;
    background:#202b63;
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
    width:80%;
	padding:0 50px 0 50px;
	font-weight: bold;
	}
.tc_login .right .button:hover {

    background: #202b63;
}
.tc_login .right dd{width:100%;height:30px;}
.tc_login .right dd a{font:15px/18px 'microsoft yahei';color:#2b65b2;}
.tc_login .right dd a:hover{font:15px/18px 'microsoft yahei';color:#06F;text-decoration: underline;}
.tc_login .right hr{height:1px;border:none;border-top:1px dashed #E4E4E4;clear:both;margin:240px 0 5px 0px;}
.tc_login .right dd div{ position:relative;}
.tc_login .right dd div iframe.LinkedInBox{ vertical-align:middle;}
.tc_login .right dd a.LinkedIn-logo{ line-height:60px; color:#1b1b1b; text-decoration:none;}
.LinkedIn-logo img{ width:25px; height:23px; vertical-align:middle; margin-right:5px;}

/*????????????*/
.register-box{
	border-top:1px solid #ccc;
}
#btnChagneImg{
	display:inline-block;
	width:100px;
	padding:0;
	text-align:center;
	vertical-align:middle;
}




/* ????????????????????? min-width:240px ??? max-width:319??????
 ======================================================================================================*/
@media (min-width: 240px) and (max-width:319px){
.popup{
	width:85%; 
	left:6%;
	top:96px;
}
.tc_login .right input{
    height: 40px;
    padding:0 0 0 34px;
	margin:20px auto;
    width:100%;
}
.tc_login .right .button{
    width:100%;
}
.loginimgbox{
	width:100%;
}
.popupBottom{
	width:100%; 
	height:auto;
	margin:15px auto;
}
#btnChagneImg{
	display:inline-block;
	width:100px;
	padding:0;
	text-align:center;
	vertical-align:middle;
}


}

/* ????????????????????? min-width:320px ??? max-width:479??????
 ======================================================================================================*/
@media (min-width: 320px) and (max-width:479px){
.popup{
	width:85%; 
	left:6%;
	top:96px;
}
.tc_login .right input{
    height: 40px;
    padding:0 0 0 34px;
	margin:20px auto;
    width:100%;
}
.tc_login .right .button{
    width:100%;
}
.loginimgbox{
	width:100%;
}
.popupBottom{
	width:100%; 
	height:auto;
	margin:15px auto;
}
#btnChagneImg{
	display:inline-block;
	width:100px;
	padding:0;
	text-align:center;
	vertical-align:middle;
}


}

/* ????????????????????? min-width:480px ??? max-width:639??????
 ======================================================================================================*/
@media (min-width: 480px) and (max-width:639px){
.popup{
	width:85%; 
	left:6%;
	top:96px;
}
.tc_login .right input{
    height: 40px;
    padding:0 0 0 34px;
	margin:20px auto;
    width:100%;
}
.tc_login .right .button{
    width:100%;
}
.loginimgbox{
	width:100%;
}
.popupBottom{
	width:100%; 
	height:auto;
	margin:15px auto;
}
#btnChagneImg{
	display:inline-block;
	width:100px;
	padding:0;
	text-align:center;
	vertical-align:middle;
}


}

/* ????????????????????? min-width:640px ??? max-width:767??????
 ======================================================================================================*/
@media (min-width: 640px) and (max-width:767px){
.popup{
	width:85%; 
	left:6%;
	top:96px;
}
.tc_login .right input{
    height: 40px;
    padding:0 0 0 34px;
	margin:20px auto;
    width:100%;
}
.tc_login .right .button{
    width:100%;
}
.loginimgbox{
	width:100%;
}
.popupBottom{
	width:100%; 
	height:auto;
	margin:15px auto;
}
#btnChagneImg{
	display:inline-block;
	width:100px;
	padding:0;
	text-align:center;
	vertical-align:middle;
}


}

/* ????????????????????? min-width:768px ??? max-width:999??????
 ======================================================================================================*/
@media (min-width: 768px) and (max-width:999px){
.popup{
	width:85%; 
	left:6%;
	top:96px;
}
.tc_login .right input{
    height: 40px;
    padding:0 0 0 34px;
	margin:20px auto;
    width:100%;
}
.tc_login .right .button{
    width:100%;
}
.loginimgbox{
	width:100%;
}
.popupBottom{
	width:100%; 
	height:auto;
	margin:15px auto;
}
#btnChagneImg{
	display:inline-block;
	width:100px;
	padding:0;
	text-align:center;
	vertical-align:middle;
}


}

/* ????????????????????? min-width:1000px ??? max-width:1024??????
 ======================================================================================================*/
@media (min-width: 1000px) and (max-width:1056px){

}


