
.top {
    width: 100%;
    height: 60px;
    background: #3CB0F2;
}

.head {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
}

.head-img {
    margin-top: 5px;
    float: left;
    margin-right: 35px;
    width: 280px;
}
.head-img img{
    width: 180px;
}

.head-login {
    float: right;
    padding-top: 20px;
    text-align: right;
}

    .head-login a {
        padding: 10px 15px;
        border-radius: 5px;
        color: #fff;
        font-size: 18px;
    }

        .head-login a:hover {
            background: rgba(0,0,0,0.2);
        }

        .head-login a img {
            position: relative;
            top: 3px;
            padding-left: 5px;
        }

.radio {
    /*cursor: pointer;
    color: black;*/
}

.cut {
/*    border-bottom: 2px solid #e6e6e6;*/
    width: 800px;
    height: 80px;
    margin: 0 auto;
}

.custom, .moblie {
    padding-top: 10px;
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
}

.registersuccess {
    margin: 0 auto;
    padding-top: 10px;
    width: 600px;
    text-align: center;
    cursor: default;
    border-bottom: 2px solid #3CB0F2;
    position: relative;
}

    .registersuccess a {
        font-size: 18px;
        padding: 0px 10px 23px 10px;
        line-height: 70px;
    }

.registersuccess-center {
    text-align: center;
    padding-top: 50px;
}

    .registersuccess-center p {
        padding: 15px;
        color: #4c4c4c;
        font-size: 24px;
    }

    .registersuccess-center .tishi {
        font-size: 14px;
    }

.custom a, .moblie a {
    font-size: 30px;
    color: #3CB0F2;

    line-height: 70px;
}

.moblie {
    cursor: default;
/*    border-bottom: 2px solid #3CB0F2;*/
}

.custom {
    cursor: pointer;
}

    .custom a span, .moblie a span {
        color: #FFF;
        margin-right: 5px;
        padding: 0px 6px;
        border-radius: 12px;
    }

.custom-center {
    display: none;
}

.denglu, .xiayibu {
    font-size: 18px;
    color: #fff;
    background: #3CB0F2;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
    cursor: pointer;
}

.xiayibu {
    width: 360px;
    padding: 8px 30px;
    text-align: center;
}

    .denglu:hover, .xiayibu:hover {
        background: #1497e2;
    }

.custom-center, .moblie-center {
    padding: 1.875em;
   
}

    .custom-center table, .moblie-center table {
        margin: 0 auto;
        color: #555555;
        font-size: 16px;
        width: 650px;
        position: relative;
        padding-left: 5%;
        padding-top: 40px;
        padding-bottom: 40px;
         box-shadow: 0px 0px 10px 4px #eeeeee;
    }

        .custom-center table span, .moblie-center table span {
            padding-right: 5px;
        }

.dot {
    color:red;
}
.txtCls {
    width: 230px;
}

    .txtCls input {
        width: 345px;
        padding-left: 10px;
        height: 35px;
        border: 1px solid #cecece;
        box-shadow: 0 0 5px #c9c9c9;
        border-radius: 5px;
    }

        .txtCls input:focus {
            border: 1px solid #3CB0F2;
            box-shadow: 0 0 5px #3CB0F2;
        }

.yonghutishi {
    font-size: 12px;
    color: #666666;
}

.phonechecked {
    border-radius: 5px;
    background-color: #e6e6e6;
    color:black;
    border: 1px solid rgba(0,0,0,0.2);
    width: 120px;
    height: 35px;
}

.phonecheckeddis {
    border-radius: 5px;
    background-color: #e6e6e6;
    color:#666666;
    border: 1px solid rgba(0,0,0,0.2);
    width: 120px;
    height: 35px;
}

    .phonechecked:hover {
        cursor: pointer;
        background-color: #c9c9c9;
        border: 1px solid rgba(0,0,0,0.2);
    }

.Checktd {
    width: 80px;
    position: absolute;
    bottom: 12.6em;
    right: 9em;
}

