body,
ul,
ol,
dl,
dd,
p {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #666666;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #666;
}

.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

    .container:before {
        content: '';
        display: block;
        clear: both;
    }

    .container:after {
        content: '';
        display: block;
        clear: both;
    }

.header {
    width: 100%;
}

    .header .container {
        padding: 30px 0;
    }

        .header .container p {
            float: right;
            margin: 24px 100px 0 0;
            font-size: 14px;
            color: #666666;
        }

            .header .container p a {
                padding: 3px 8px;
                font-size: 12px;
            }

                .header .container p a:hover {
                    color: #FF7272;
                }

.main {
    width: 100%;
}

    .main > img {
        position: absolute;
        width: 100%;
        height: 550px;
        z-index: -1;
    }

    .main .container {
        height: 550px;
    }

    .main .reg {
        position: absolute;
        top: 60px;
        left: 50%;
        margin-left: -200px;
        width: 396px;
        height: 400px;
        background: #fff;
        border-radius: 10px;
    }

        .main .reg input {
            height: 36px;
            padding-left: 30px;
            border: 1px solid #E6E6E6;
        }

        .main .reg .reg-title {
            font-size: 20px;
            /* margin-bottom: 15px; */
            border-bottom: 1px solid #e6e6e6;
            height: 58px;
            line-height: 58px;
            padding: 0 30px;
        }

        .main .reg .reg-content,
        .main .reg .reg-content2 {
            padding: 20px 30px;
        }

        .main .reg .reg-content {
            display: block;
        }

        .main .reg .reg-content2 {
            display: none;
        }

        .main .reg .reg-title .tab_title {
            display: block;
        }

            .main .reg .reg-title .tab_title li {
                float: left;
                width: 50%;
                text-align: center;
                cursor: pointer;
            }

                .main .reg .reg-title .tab_title li.active {
                    color: #F46670;
                    border-bottom: 2px solid #F46670;
                }

        .main .reg .reg-title p {
            float: right;
            margin: 3px 10px 0 0;
            font-size: 14px;
        }

            .main .reg .reg-title p a {
                color: #13b7f6;
            }

        .main .reg .reg-phone {
            margin-bottom: 10px;
            position: relative;
        }

            .main .reg .reg-phone input {
                width: 304px;
                background: url("../../themeBlue/img/icons.png") no-repeat 6px 9px;
            }

        .main .reg .reg-imgcode {
            margin-bottom: 10px;
            position: relative;
            overflow: hidden;
        }

            .main .reg .reg-imgcode input {
                width: 194px;
                float: left;
                height: 36px;
                padding-left: 10px;
            }

            .main .reg .reg-imgcode > a {
                float: left;
            }

                .main .reg .reg-imgcode > a img {
                    width: 120px;
                    height: 40px;
                    margin-left: 10px;
                    vertical-align: middle;
                }

            .main .reg .reg-imgcode span {
                font-size: 12px;
                float: left;
                margin-top: 15px;
            }

                .main .reg .reg-imgcode span a {
                    color: #0897ce;
                }

        .main .reg .reg-phonecode {
            margin-bottom: 10px;
            position: relative;
        }

            .main .reg .reg-phonecode input {
                background: url("../../themeBlue/img/icons.png") no-repeat 6px -19px;
            }

            .main .reg .reg-phonecode a {
                border: 1px solid #bbb;
                background-image: linear-gradient(to top, #ebebeb, white);
                padding: 8px 10px;
                position: relative;
                top: 2px;
            }

        .main .reg .reg-password {
            margin-bottom: 10px;
            position: relative;
        }

            .main .reg .reg-password input {
                width: 304px;
                background: url("../../themeBlue/img/icons.png") no-repeat 6px -49px;
            }

        .main .reg .reg-agree {
            font-size: 12px;
            margin-bottom: 15px;
        }

            .main .reg .reg-agree input {
                height: 14px;
                padding: 0;
                float: left;
                margin-right: 3px;
            }

            .main .reg .reg-agree a {
                color: #089ed8;
            }

        .main .reg .reg-submit {
            text-align: center;
        }

            .main .reg .reg-submit button {
                /* background: #FF7D39; */
                border: 0;
                outline: 0;
                color: #fff;
                font-size: 20px;
                cursor: pointer;
                height: 40px;
                line-height: 40px;
            }

        .main .reg .login {
            margin-top: 10px;
        }

            .main .reg .login button {
                background: #2cbef7;
            }

        .main .reg .log-memory {
            text-align: center;
            font-size: 12px;
            margin-top: 80px;
            color: #888;
        }

            .main .reg .log-memory input {
                height: 14px;
                padding: 0;
                position: relative;
                top: 3px;
            }

            .main .reg .log-memory label {
                margin-right: 15px;
            }

            .main .reg .log-memory a {
                margin-left: 15px;
                color: #888;
            }

.footer {
    width: 100%;
    padding: 60px 0 60px;
}

    .footer p {
        text-align: center;
        color: #666666;
    }

        .footer p a {
            padding: 0 24px;
            font-size: 14px;
        }

            .footer p a:hover {
                color: #888;
            }

        .footer p.copyright {
            margin: 15px 0;
            color: #444;
            font-size: 14px;
        }

            .footer p.copyright b {
                color: #13b7f6;
            }

.jf-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
}

    .jf-modal .modal-content {
        width: 400px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -200px;
        margin-left: -200px;
        background: #fff;
        border-radius: 12px;
    }

    .jf-modal .modal-title {
        margin: 0;
        padding: 10px;
        line-height: 28px;
        text-align: center;
        background: #13B7F6;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        color: #fff;
    }

        .jf-modal .modal-title .c-s {
            float: right;
            width: 26px;
            height: 26px;
            line-height: 26px;
            border: 1px solid #fff;
            border-radius: 50%;
            color: #fff;
            font-weight: normal;
            cursor: pointer;
        }

    .jf-modal .modal-body {
        padding: 5px 10px;
    }

        .jf-modal .modal-body > p {
            margin-bottom: 10px;
        }

        .jf-modal .modal-body .c-msg {
            padding: 5px 0;
            color: #f00;
            font-size: 14px;
        }

        .jf-modal .modal-body .c-phone {
            width: 94%;
            display: block;
            margin: 0 auto;
            height: 36px;
            padding-left: 5px;
            outline: 0;
            border: 1px solid #ddd;
        }

        .jf-modal .modal-body .c-reason {
            width: 94%;
            display: block;
            margin: 0 auto;
            height: 148px;
            padding: 5px;
            border: 1px solid #ddd;
            resize: none;
        }

        .jf-modal .modal-body .c-limit {
            text-align: right;
            font-size: 14px;
            color: #999;
        }

        .jf-modal .modal-body .for-ie {
            display: none;
            padding-bottom: 5px;
            padding-left: 5px;
            color: #555;
        }

    .jf-modal .modal-bottom {
        padding: 10px 0;
        text-align: center;
    }

    .jf-modal .btn-sub {
        padding: 10px 50px;
        border: 0;
        border-radius: 30px;
        outline: 0;
        background: #13B7F6;
        color: #fff;
        cursor: pointer;
    }

        .jf-modal .btn-sub:hover {
            background: #089ed8;
        }

    .jf-modal .sub-success {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -200px;
        margin-top: -100px;
        width: 400px;
        border-radius: 12px;
        background: #fff;
        overflow: hidden;
        -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.6);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.6);
    }

    .jf-modal .suc-head {
        margin: 0;
        line-height: 45px;
        background: #13B7F6;
        color: #fff;
        text-align: center;
    }

    .jf-modal .suc-body {
        padding: 10px;
        line-height: 20px;
        font-size: 16px;
        color: #555;
    }

    .jf-modal .suc-foot {
        text-align: center;
        padding: 10px 0;
    }
