﻿

.hot-login {
    margin: auto;
    background-color: #ffffff;
    border-radius: 10px;
    width:1200px;
    margin-top:36px;
}

.navs {
    height: 50px;
    line-height: 50px;
    padding-left:19%;
    width: 100%;
    padding-top:83px;
}

    .navs li {
        padding: 0px 10px 0 30px;
        line-height: 50px;
        background: #DCEEFE;
        display: inline-block;
        color: #1E9FFF /*#50abe4*/;
        position: relative;
        width: 25%;
    }

        .navs li:after {
            content: '';
            display: block;
            border-top: 20px solid #DCEEFE;
            border-bottom: 20px solid #DCEEFE;
            border-left: 20px solid #fff;
            position: absolute;
            right: -20px;
            top: 0;
        }

        .navs li:after {
            content: '';
            display: block;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #DCEEFE;
            position: absolute;
            right: -20px;
            top: 0;
            z-index: 10;
        }

        .navs li:before {
            content: '';
            display: block;
            border-top: 20px solid #DCEEFE;
            border-bottom: 20px solid #DCEEFE;
            border-left: 20px solid #fff;
            position: absolute;
            left: 0px;
            top: 0;
        }

        .navs li:first-child {
            border-radius: 4px 0 0 4px;
            padding-left: 25px;
        }

        .navs li:last-child,
        .cssNavEnd {
            border-radius: 0px 4px 4px 0px;
            padding-right: 25px;
        }

        .navs li:first-child:before {
            display: none;
        }

        .navs li:last-child:after,
        .cssNavEnd:after {
            display: none;
        }

        .navs li.active {
            background: #1E9FFF;
            color: #fff;
        }

            .navs li.active:after {
                border-left-color: #1E9FFF;
            }

            .navs li.active:before {
                border-top: 20px solid #1E9FFF;
                border-bottom: 20px solid #1E9FFF;
            }


.hot-login .main{
    margin:0 auto;
    width:100%;
    padding:202px 414px;
}

    .hot-login .main .table .textInput {
        height: 40px;
        width: 330px;
        padding: 0px 50px 0px 10px;
        border-radius: 5px;
        background-color: #f2f2f2;
        border-radius: 5px;
        border: solid 1px #dddddd;
    }
    .hot-login .main .table .textCode {
        height: 40px;
        width: 220px;
        padding: 0px 50px 0px 10px;
        border-radius: 5px;
        background-color: #f2f2f2;
        border-radius: 5px;
        border: solid 1px #dddddd;
    }
    .hot-login .main .table .getCode {
        /*width: 92px;*/
        padding:0 8px 0 8px;
        height: 40px;
        background-color: #5e83f6;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        line-height: 40px;
        cursor: pointer;
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
    }
    .hot-login .main .table .btnSure {
        margin-top: 10px;
        width: 330px;
        height: 40px;
        background-color: #5e83f6;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        line-height: 35px;
        cursor: pointer;
    }
    .hot-login .main .table tr td{
        padding-top:15px;
        padding-bottom:15px;
    }

    .hot-login .main .finish .table tr td {
        text-align:center;
    }
    .hot-login .main .finish .table tr:nth-child(2) td {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #333333;
    }

 .showMessage {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ff7575;
}



