.weui-cells_form {
    margin: 20px 30px;
    background-color: transparent;
}

.message {
    margin: 0 0 1.16666667rem 0;
    box-shadow: 0 0 1.25rem #D0E4F5;
    background-color: #fff;
    border-radius: 0.20833333rem;
}

.message .weui-cells__title {
    font-size: 1.16666667rem;
    color: #000;
    line-height: 3.58333333rem;
    margin: 0;
    padding: 0 1.16666667rem;
    box-sizing: border-box;
}

.message .weui-cell:before {
    left: 0;
}

.message .weui-cell {
    padding: 0 1.16666667rem;
    line-height: 3.58333333rem;
    font-size: 0.75rem;
    color: #404040;
}

.message .weui-label {
    width: auto;
    /*font-size: 0.75rem;*/
    font-size: 32px;
}


.message .weui-input {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: right;
    color: #9A9A9A;
    font-size: 14px;
    vertical-align: middle;
}

.message .weui-select {
    color: #9A9A9A;
    text-align: right;
    direction: rtl;
    /*font-size: 0.75rem;*/
}

.message .weui-cell_select .weui-cell__bd:after {
    width: 0.66666667rem;
    height: 0.66666667rem;
    border-width: 0 2px 2px 0;
    border-color: #00BEF7;
    right: 0.16666667rem;
    top: 40%;
}

.message .weui-cell_select .weui-select {
    padding-right: 1.66666667rem;
    font-size: 14px;
}

.message .add {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 3.58333333rem;
    text-align: center;
    font-size: 1.16666667rem;
    color: #05A9F4;
}

.message .min {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 3.58333333rem;
    text-align: center;
    font-size: 1.16666667rem;
    color: #FF6363;
}

.message .hide_scale {
    display: none;
}

.message .yy_msg .leave {
    height: auto;
    line-height: 1.25rem;
    padding-top: 0.66666667rem;
}

.message .yy_msg .leave .weui-cell__hd {
    width: 100%;
}

.message .yy_msg .leave.weui-cell:before {
    border-top: 1px solid #e5e5e5;
}

.message .yy_msg .remove_top {
    width: 100%;
    height: auto;
    padding-top: 0.66666667rem;
    padding-bottom: 0.83333333rem;
    box-sizing: border-box;
}

.message .yy_msg .weui-cell__ft {
    font-size: 0.75rem;
    line-height: 1.25rem;
    text-indent: 2em;
}

.message .yy_msg .text_l {
    text-align: left;
    color: #A3A3A3;
    font-weight: 400;
}

.message .yy_msg textarea {
    width: 100%;
    height: auto;
    border: none;
    outline: none;
}

.message .yy_msg .remove_top.weui-cell:before {
    border-top: none;
}

.message .hide_yy {
    display: none;
}

.weui-agree {
    display: inline-block;
    font-size: 1rem;
    padding-right: 0;
}

.sqxz {
    color: #05A9F4;
    font-size: 1rem;
}

.weui-agree__checkbox {
    width: 0.83333333rem;
    height: 0.83333333rem;
}

.weui-agree__checkbox:checked:before {
    font-size: 0.83333333rem;
    color: #05A9F4;
}

.weui-agree__text {
    color: #AFAFAF;
}

.weui-agree a {
    color: #05A9F4;
}

.weui-btn-area {
    margin-top: 0.16666667rem;
}

.weui-btn {
    height: 2.66666667rem;
    border: none;
    background-color: #05A9F4;
    margin: 0;
    padding: 0;
    font-size: 1.08333333rem;
    color: #fff;
    line-height: 2.66666667rem;
}

.weui-cell__bd {
    position: relative;
}

.weui-cell__bd i {
    position: absolute;
    top: 1.375rem;
    right: 0;
    font-size: 0.91666667rem;
    color: #05A9F4;
}

.question input {
    padding-right: 1rem;
    box-sizing: border-box;
}

.file_title {
    font-size: 1.08333333rem;
    font-weight: normal;
    line-height: 3.5rem;
    border-bottom: 1px solid #ECECEC;
    padding-left: 1.16666667rem;
    box-sizing: border-box;
}

.file_img {
    padding: 1.16666667rem;
    box-sizing: border-box;
}

.img_box {
    width: 30%;
    height: 6.58333333rem;
    float: left;
    border: 1px solid #CACACA;
}

.img_box img {
    width: 100%;
    height: 100%;
}

.img_box:nth-child(3n-1),
.img_box:nth-child(3n-2) {
    margin-right: 4%;
}

.img_box:nth-child(n+4) {
    margin-top: 1.16666667rem;
}

.weui-uploader__input-box {
    width: 30%;
    height: 6.58333333rem;
    border: 1px solid #CACACA;
    margin: 0;
    padding: 0;
}

.weui-uploader__input-box:before {
    content: '';
    width: 3.58333333rem;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #BDBDBD;
}

.weui-uploader__input-box:after {
    content: '';
    height: 3.58333333rem;
    width: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    border-right: 1px solid #BDBDBD;
}

.weui-msg__icon-area {
    margin-bottom: 0;
    padding-top: 1.25rem;
}

.weui-msg__icon-area i {
    font-size: 150px;
    color: #1d87d1;
}

.weui-msg__title {
    font-size: 1.33333333rem;
    color: #1d87d1;
    margin-bottom: 1.66666667rem;
}

.weui-btn {
    color: white;
    background: #1d87d1;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
    border-radius: 5px;
    width: 690px;
    margin: 0 auto;
}

.weui-btn_primary:not(.weui-btn_disabled):active {
    background-color: #05A9F4;
}

.num {
    /*font-size: 0.75rem;*/
    font-size: 28px;
}

.num span {
    color: #1d87d1;
}

.num .red {
    color: #807E7F;
}

.num .red span {
    color: #F6372A;
}

.pt28 {
    padding-top: 1.16666667rem;
}

.weui-cell__bd p {
    text-align: right;
    color: #9A9A9A;
}

.pro_result {
    color: #000;
}

.leave_title .pro_result {
    padding-top: 0.66666667rem;
    line-height: 1.66666667rem;
}

.leave.weui-cell:before {
    border-top: none;
}

.leave .weui-cell__bd {
    line-height: 1.25rem;
    padding-bottom: 0.66666667rem;
}

.leave .weui-cell__bd p {
    font-size: 0.83333333rem;
    text-align: left;
}

em {
    font-style: normal;
}

.weui-msg__icon-area .pay_fail_icon {
    color: #F43530;
}

.weui-msg__text-area .pay_fail_h2 {
    font-size: 1rem;
    color: #0d0d0d;
    margin-bottom: 0;
}

.weui-dialog {
    max-width: 400px;
}

.weui-dialog {
    width: 86%;
}

.tips {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1.66666667rem;
    border-bottom: 1px dashed #ddd;
    text-align: left;
    padding: 0.41666667rem 0;
}

.tips .tips_title {
    font-size: 0.83333333rem;
}

.tips .tips_content {
    text-indent: 2em;
    line-height: 1.41666667rem;
}

.date-show{

}

input[type="date"]:before{
    color:#A9A9A9;
    content:attr(placeholder);
}


input[type="date"].full:before {
    color:black;
    content:""!important;
}

.main-btn-c {
    padding: 0 1.66666667rem;
    height: 22px;
    line-height: 22px;
    background-color: #1d87d1;
    color: #fff;
    font-size: 12px;
    border: none;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 10px;
}

.hide {
    display: none;
}

.bank-select {
    position: absolute;
    right: 0;
    padding: 5px 0;
    z-index: 999;
    min-width: 100%;
    text-align: right;
    border: 1px solid #d2d2d2;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    box-sizing: border-box;
}

.bank-select li {
    cursor: pointer;
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

