﻿/*========== 右上角登录栏 ==========*/
input:focus {
    outline:none;
}

.login_div {
    color: white;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 888;
    text-align: right;
    padding: 15px;
}

.login_div a {
    text-decoration: none !important;
    cursor: pointer;
    font-size: 1.2rem;
    color: white;
    padding: 5px;
}

.login_div ul li {
    padding: 5px 0 0;
}

.query_input {
    font-size: 14px;
    color: white;
    height: 38px;
    background: #343434;
    padding-left: 10px;
    padding-right: 5px;
    border-top: 4px solid #444444;
    border-bottom: 4px solid #444444;
    border-left: 0;
    border-right: 0;
}

.J_seach_btn {
    height: 38px;
    border-radius: 0 6px 6px 0;
    border: 4px solid #444444;
    background: #343434;
    border-left: 0;
}

.type_Sel {
    border: 4px solid #444444;
    border-right: 0;
    height: 38px;
    border-radius: 6px 0 0 6px;
    color: white;
    margin-right: 0;
    background: url('../../images/homepage/arrow2.png') 10% no-repeat;
    background-color: #343434;
    overflow: hidden;
}

.type_Sel select {
    font-size: 14px;
    background: transparent;
    border: none;
    padding-left: 19px;
    height: 100%;
    color: #949494;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.type_Sel select option {
    padding: 5px;
    background: #343434;
    color: white;
}

#cn_lang {
    display: inline-block;
    line-height: 30px;
    margin-left: 5px;
    font-size: 1.2rem;
    cursor: pointer;
}

#us_lang 
{
    position:relative;
    background: rgba(0,0,0,0.5);
    display: none;
    line-height: 20px;
    margin-right: 5px;
    font-size: 1.2rem;
    cursor: pointer;
    padding:5px 0;
    z-index: 2;
}

/*=========== 登录/注册 ==========*/
#loginDiv {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.checkbox_0 {
    width: 22px;
    height: 22px;
    background: url(../../images/icon/checkbox_0.png);
}

.checkbox_1 {
    background: url(../../images/icon/checkbox_1.png);
}

.loginOutDiv {
    display: none;
    background: white;
    border-radius: 3px;
    padding: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.loginCon {
    width: 484px;
    height: 480px;
    margin-left: -242px;
    margin-top: -240px;
}

.registerCon {
    width: 484px;
    height: 710px;
    margin-left: -242px;
    margin-top: -350px;
}

.cCloseBtn button {
    border: 0;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
}


.cLoginWelcomeTitle {
    text-align: center;
    font-size: 28px;
    color: #c8c8c8;
    padding: 30px 0;
}

.cLoginUserInput input {
    font-size: 14px;
    width: 100%;
    text-indent: 1rem;
    border: 1px solid #dcdcdc;
    height: 40px;
    border-radius: 3px;
    margin-bottom: 12px;
}

.cLoginSelect span {
    font-weight: 600;
    float: right;
    height: 22px;
    line-height: 22px;
    margin-left: 5px;
}

.cLoginSelect span a {
    color: #666666;
    cursor: pointer;
}

.cLoginAgree {
    text-align: center;
    font-weight: 500;
    color: #666666;
    font-size: 12px;
    letter-spacing:1px;
	line-height:3;
}

.cLoginButton .cLoginEnter{
    background:black;color:white;height:40px;width:100%;border:0;border-radius:3px;margin-bottom:10px;
}

.cLoginButton .cLoginGoReg{
    background:white;color:#666666;height:40px;width:100%;border:1px solid #BFBFBF;border-radius:3px;margin-bottom:10px;
}
.cLoginUseThird{
    font-size:1rem;line-height:30px;height:30px;display:inline-block;
}