﻿@charset "utf-8";

@font-face {
    font-family: 'landongfont';
    src:  format("truetype"),  format("woff"),  format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'landongfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*:focus {
    outline: none;
}

/* 选择样式 start */
.ld-select {
    position: relative;
    display: inline-block;
}
    .ld-select .ld-select-label {
        cursor: pointer;
        position: relative;
        width: 300px;
        padding: 8px 10px;
        font-size: 14px;
        font-family: microsoft yahei, microsoft yahei-regular;
        font-weight: 400;
        text-align: left;
        color: #333333;
        border: 0px;
        border-radius: 2px;
        background: #ffffff;
    }

        .ld-select .ld-select-label::after {
            content: '';
            width: 12px;
            height: 12px;
            /*在选择框的最右侧中间显示小箭头图片*/
            background:  no-repeat scroll right center transparent;
            position: absolute;
            right: 10px;
            top: 13px;
        }

    .ld-select .ld-select-placeholder {
        color: #999999;
    }

    .ld-select .ld-select-options {
        top: 30px;
        font-size: 14px;
        display: none;
        position: absolute;
        background-color: #ffffff;
        min-width: 300px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    }

        .ld-select .ld-select-options .selected {
            background-color: rgb(230,240,255);
            color: #ffffff;
        }

        .ld-select .ld-select-options .ld-option {
            color: #666666;
            padding: 12px;
            text-decoration: none;
            display: block;
        }
/* 选择样式 end */

input::-webkit-input-placeholder { /* webkit, blink, edge */
    color: #999999;
}

:-moz-placeholder { /* mozilla firefox 4 to 18 */
    color: #999999;
}

::-moz-placeholder { /* mozilla firefox 19  */
    color: #999999;
}

input:-ms-input-placeholder { /* internet explorer 10-11 */
    color: #999999;
}

input::-ms-input-placeholder { /* microsoft edge */
    color: #999999;
}

input:-internal-autofill-selected {
    color: #ffffff;
}

.ld-trial-body-right {
    /*background: #1e9fff;*/
    max-width: 360px;
    /*padding: 10px 40px 10px 40px;*/
}

.ld-form-row {
    /*padding: 12px 12px 0 12px;*/
    padding: 0px 12px 20px 12px;
    max-width: 320px;
}

.ld-form-row-body {
    background: #ffffff;
}

.ld-input-label {
    min-width: 130px;
}

.ld-form-row-error {
    /*height: 12px;*/
    font-size: 14px;
}


.ld-form-row-error-all {
    height: 0px;
}

.ld-form-input {
    width: 300px;
    height: 34px;
    background-color: #ffffff;
    border-radius: 2px;
    border: none;
    padding: 0 10px;
    font-size: 14px;
}

.ld-btn-verify-code {
    width: 100px;
    background-color: #ffffff !important;
    border-radius: 2px;
    border: none;
    color: rgb(254,132,48);
    cursor: pointer;
    padding: 6px 10px;
    text-align: center;
    font-size: 14px;
}

.ld-form-input-verify-code {
    width: 165px;
}

.ld-form-btn {
    width: 300px;
    background-color: rgb(255,115,16);
    border-radius: 2px;
    border: none;
    font-family: microsoftyahei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
    padding: 8px 10px;
    text-align: center;
}

.ld-trial-result-popup {
    border-radius: 10px !important;
}

.ld-trial-body-result {
    padding: 20px;
}
.ld-trial-header-body {
    min-height: 100px;
    text-align: center;
}

.ld-trial-header-logo {
    padding: 20px 0 10px 0;
}

    .ld-trial-header-logo img {
        height: 40px;
    }

    .ld-trial-body-result .ld-trial-header-logo img {
        height: 60px;
    }

    .ld-trial-body-result .ld-trial-from-body {
        margin-bottom: 10px;
    }

.ld-form-btn-close {
    width: 160px;
}