button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

.gradient {
    color: #D64128;
    background: -webkit-linear-gradient(right, #C72424, #E95506);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.easyDialog_wrapper {
    width: 600px;
    color: #444;
    border: 0;
    display: none;
    font-family: "Microsoft yahei", Arial;
}

.easyDialog_wrapper.long {
    width: 920px;
}

.easyDialog_wrapper .easyDialog_content {
    padding: 0 30px;
    background: #fff;
}

.easyDialog_wrapper .easyDialog_title {
    height: 84px;
    line-height: 84px;
    overflow: hidden;
    font-size: 20px;
    border-bottom: 1px solid #e5e5e5;
    color: #D64128;
    background: -webkit-linear-gradient(right, #C72424, #E95506);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.easyDialog_wrapper .close_btn {
    margin-top: 24px;
    font-family: arial;
    float: right;
}

.easyDialog_wrapper .easyDialog_text {
    /*height: 300px;*/
    padding: 25px 10px;
    font-size: 13px;
    line-height: 22px;
    /*overflow: auto;*/
}

.easyDialog_wrapper .easyDialog_text .text_container {
    display: block;
    width: 520px;
    max-height: 300px;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: 0 0;
}

.easyDialog_wrapper.long .easyDialog_text .text_container {
    width: 840px;
    max-height: 380px;
}

.easyDialog_wrapper .easyDialog_footer {
    height: 106px;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}

.easyDialog_wrapper .easyDialog_footer .btn-big-cancle {
    margin-right: 20px;
}

.easyDialog_wrapper .easyDialog_footer:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}