﻿* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

.tuichu {
    float: right;
    position: relative;
    top: 5px;
    right: 25px;
    cursor: pointer;
}

.kangfu .tuichu span:visited .tankuang {
    display: none;
}

.tankuang {
    border: 1px solid #cbcbcb;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    width: 380px;
    height: 520px;
    background: #fff;
    border-radius: 8px;
    display: none;
}

.tankuang-title {
    margin: 0 20px 10px 20px;
    font-size: 22px;
    color: #4498ff;
    padding-top: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

.tankuang-name, .tankuang-denglu {
    text-align: center;
}

    .tankuang-name input, .tankuang-denglu input {
        padding-left: 10px;
        color: #235899;
        width: 300px;
        height: 37px;
        border: 1px solid #DAC4C4;
        border-radius: 5px;
        outline: none;
    }

    .tankuang-denglu input {
         text-align: center;
    font-size: 18px;
    color: #fff;
    background: #F61067;
    border: none;
    border-radius: 5px;
    width: 310px;
    margin: 10px 0px 10px 0px;
    }

        .tankuang-denglu input:hover {
            background: linear-gradient(0deg, #E71263, #E71263);
        }

    .tankuang-name input:focus {
        border: 1px solid #127af3;
        box-shadow: #4498ff 0px 0px 5px;
    }

.tankuang-tishi {
    margin: 20px 35px;
    color: #ee2a2a;
    font-size: 14px;
}

.tankuang-zhuce {
    padding-top: 30px;
    width: 300px;
    margin: 0 auto;
    font-size: 14px;
    color: #999999;
}

    .tankuang-zhuce input {
        border: 1px solid #999999;
        position: relative;
        top: 2px;
        right: 3px;
    }

    .tankuang-zhuce span {
        float: right;
    }

        .tankuang-zhuce span a {
            color: #4498ff;
        }

            .tankuang-zhuce span a:hover {
                color: #127af3;
            }

/*备份，微信 支付宝 qq三个样式，下面的是ui做的 只有一个qq的样式 by j*/ 
/*.thirdpartyLogin{
    height:60px;
    width:60px;
    display:inline-block;
    cursor:pointer;
}

#signBtnQQ{
    background:url(../../Images/Account/qqLogin-small.png) no-repeat;
}
*/
/*备份，微信 支付宝 qq三个样式，下面的是ui做的 只有一个qq的样式 by j*/ 


.thirdpartyLogin {
    height: 44px;
    display: inline-block;
    cursor: pointer;
    margin-left: 40px;
}
   .thirdpartyLoginBindWechat img,.thirdpartyLogin img{
                width:40px;
                height:40px;
                top:7px;
                position: relative;
                margin-right:5px;

            }