﻿input, button {
    outline: none;
}

.ant-input:hover {
    border-color: #40a9ff;
    border-right-width: 1px !important;
}

.ant-input:placeholder-shown {
    text-overflow: ellipsis;
}


.try {
    min-width: 1200px;
    padding-top: 80px;
}

    .try .try-content-bg {
        width: 100%;
        height: 700px;
        background: url(../images/try-bg.png);
        background-size: 100% 100%;
    }

    .try .try-content {
        width: 1200px;
        height: 700px;
        margin: auto;
        color: #fff;
    }

        .try .try-content .try-content-left {
            margin: auto;
            width: 600px;
        }

            .try .try-content .try-content-left .partition-line {
                height: 63px;
                border-left: 2px solid;
                margin: 10px 25px 0;
            }

            .try .try-content .try-content-left .try-intro {
                margin-bottom: 80px;
            }

                .try .try-content .try-content-left .try-intro p:first-child {
                    font-size: 46px;
                    margin-bottom: 50px;
                }

                .try .try-content .try-content-left .try-intro p:nth-child(2) {
                    font-size: 24px;
                }

        .try .try-content .our-intro {
            margin-bottom: 60px;
        }

            .try .try-content .our-intro p:first-child {
                font-size: 20px;
            }

            .try .try-content .our-intro p {
                font-size: 18px;
                margin-bottom: 30px;
            }

        .try .try-content .contact-info p {
            font-size: 14px;
            color: rgba(225, 225, 225, 0.6);
            margin-bottom: 20px;
        }

        .try .try-content .contact-info .line {
            width: 50px;
            border-bottom: 1px solid rgba(225, 225, 225, 0.6);
            margin: 4px 0 24px 0;
        }

        .try .try-content .register-form {
            margin: auto 0 auto 100px;
            width: 450px;
            height: 400px;
            background: rgba(0, 0, 0, 0.2);
            color: #fff;
            padding: 60px 50px;
        }

            .try .try-content .register-form h2 {
                color: #fff;
                text-align: center;
                font-size: 18px;
                margin-bottom: 20px;
            }

            .try .try-content .register-form p {
                font-size: 14px;
                text-align: center;
                margin-bottom: 40px;
            }

            .try .try-content .register-form .ant-row {
                height: 48px;
                margin-bottom: 20px;
            }

                .try .try-content .register-form .ant-row .ant-col {
                    height: 48px;
                }

                .try .try-content .register-form .ant-row .ant-form-item-control {
                    height: 48px;
                    line-height: 48px;
                }

                .try .try-content .register-form .ant-row .ant-input {
                    border-radius: 2px;
                    height: 48px;
                    line-height: 48px;
                    color: #181818 !important;
                    border: none;
                    width: 100%;
                    text-indent: 20px;
                }

                .try .try-content .register-form .ant-row select {
                    box-sizing: border-box;
                    height: 42px;
                    padding-left: 8px;
                    border: 1px solid #DBDFE2;
                    font-size: 16px;
                    color: #666666;
                    width: 100%;
                }

                .try .try-content .register-form .ant-row .ant-form-item-children {
                    display: flex;
                    flex-direction: row;
                }

                    .try .try-content .register-form .ant-row .ant-form-item-children input::-webkit-input-placeholder {
                        color: #b2b2b2;
                    }

                    .try .try-content .register-form .ant-row .ant-form-item-children .get-dynamic-code {
                        width: 129px;
                        text-align: center;
                        margin-left: 10px;
                        background-color: #0fa2db;
                        padding: 0;
                        border-radius: 0;
                        font-size: 12px;
                    }

            .try .try-content .register-form .ant-btn-primary {
                width: 100%;
                height: 48px;
                margin-top: 40px;
                background-color: #0a75ea;
                border-color: #0a75ea;
                border: none;
                font-size: 18px;
                letter-spacing: 3px;
                color: #fff;
            }

                .try .try-content .register-form .ant-btn-primary:focus {
                    background: #2a67d5;
                    border-color: #2a67d5;
                }

                .try .try-content .register-form .ant-btn-primary:hover {
                    background: #2a67d5;
                    border-color: #2a67d5;
                }

    .try .website-footer {
        margin-top: 0;
    }
