/**!
 * 写信
 * author: wangkai;
 */


/* phone */
.l {
    float: left !important;
}

@media (max-width: 767px) {
    .ewb-main-info {
        padding: 0 5px;
    }
}

.ewb-email-area {
    padding: 0 20px 20px 20px;
    background-color: #fff;
    border: 1px solid #eee;
}

.ewb-email {
    width: 80%;
    margin: 0 auto;
}

.ewb-email-hd {
    height: 24px;
    padding: 30px 0 24px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    letter-spacing: 1px;
}

.ewb-email-box {
    margin-top: 20px;
    font-size: 16px;
}

.ewb-email-tt {
    width: 120px;
    line-height: 42px;
    text-align: right;
}

.ewb-email-tt b {
    padding-right: 5px;
    color: #d80000;
}

.ewb-email-input {
    width: 78%;
    height: 40px;
    margin-left: 16px;
    line-height: 40px;
    text-indent: 10px;
    border: 1px solid #d2d2d2;
    outline: 0;
}

.ewb-email-input.short {
    width: 58%;
}

.ewb-code-img {
    float: left;
    width: 124px;
    height: 40px;
    margin-left: 10px;
    cursor: pointer;
}

.ewb-code-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.ewb-email-box.spec span {
    line-height: 138px;
}

.ewb-email-text {
    width: 78%;
    height: 138px;
    margin-left: 16px;
    resize: none;
    text-indent: 10px;
    border: 1px solid #d2d2d2;
    outline: 0;
}

.ewb-email-sel {
    float: left;
    width: 158px;
    height: 40px;
    margin-left: 15px;
    padding-left: 8px;
    line-height: 39px;
    border: 1px solid #d2d2d2;
}

.ewb-email-radio {
    margin: 18px 0 -2px;
    font-size: 16px;
    line-height: 42px;
}

.ewb-email-chose {
    padding: 0 13px 0 14px;
    color: #666;
}

.ewb-email-chose input {
    margin: -2px 4px 0 0;
    vertical-align: middle;
}

.ewb-email-btn {
    margin: 36px 0 5px 10%;
    text-align: center;
}

.ewb-email-item {
    display: inline-block;
    width: 28%;
    height: 46px;
    margin: 0 10px;
    padding: 0;
    font-family: 'Microsoft Yahei';
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    border: 0;
    outline: 0;
}

.ewb-email-item.submit {
    color: #fff;
    background-color: #1174b6;
    border: 1px solid #1174b6;
}

.ewb-email-item.submit:hover {
    background-color: #1e8dd6;
    border: 1px solid #1e8dd6;
}

.ewb-email-item.reset {
    color: #1174b6;
    background-color: #d6ebf9;
    border: 1px solid #d6ebf9;
}

.ewb-email-item.reset:hover {
    border: 1px solid #1174b6;
}

/* ipad */

@media (min-width: 768px) and (max-width: 979px) {
    /* 正文 */
    .ewb-email {
        width: 90%;
    }
}

/* phone */

@media (max-width: 767px) {
    .ewb-email-area {
        padding-right: 10px;
        padding-left: 10px;
    }
    .ewb-email {
        width: 100%;
    }
    .ewb-email-box {
        font-size: 14px;
    }
    .ewb-email-hd {
        padding: 15px 0 10px;
        font-size: 16px;
    }
    .ewb-email-tt {
        width: 100%;
        text-align: left;
    }
    .ewb-email-input,
    .ewb-email-text,
    .ewb-email-sel {
        width: 100%;
        margin-left: 0;
    }
    .ewb-email-box,
    .ewb-email-radio {
        margin: 0;
        font-size: 14px;
    }
    .ewb-email-box.spec span {
        line-height: 42px;
    }
    .ewb-email-input.short {
        width: 50%;
    }
    .ewb-email-btn {
        margin: 20px 0 0 0;
    }
}
