﻿/*表单样式——按钮、图标、标签、from表单控件（单选、多选、文本框等）、图片*/

.input-1 { padding: 0; margin: 0; line-height: 200%; border: 1px;}
.button-1 { padding: 0; margin: 0;}

.login-box-img {
    float: left;
    width: 20px;
    height: 20px;
    margin: 9px 0 5px 5px;
}

.login-box-img img {
    width: 20px;
    height: 20px;
}
.search-box { height: 45px; width: 288px; border: 1px #4b4b4b solid; }
.input-search { border: none; height: 43px; line-height: 43px; width: 232px; padding: 0 6px; float: left; }
/*.search-box { height: 45px; width: 288px; border-radius: 8px; border: 2px #4b4b4b solid; padding:0 6px; }
.input-search { border: none; height: 40px; line-height: 40px; width: 232px; padding: 0 6px; float: left; }*/
.search-btn { width: 44px;height: 45px; background: #4b4b4b; text-align: center; display: block; float: right;}
.search-btn img { width: 30px; height: 30px; margin: 5px;}

.btn-read-red,.btn-read-red a,.btn-read-red:link,.btn-read-red:hover { background: #df4343; color: #fff; text-align: center; display: block; width: 72px; height: 23px; line-height: 22px; margin: 10px auto; font-weight: bold;}

.order-red, .order-hei, .order-hei2, .order-blue {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    line-height: 18px;
    background: #df4343;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    margin-right: 6px;
    text-align: center;
}
.order-hei { background: #4b4b4b; margin-top: 8px; }
.order-hei2 {
    background: #4b4b4b;
    margin-top: 10px;
}
.order-blue {
    background: #2b9de4; margin-top:5px;
}
.btn-type-blue,.btn-type-red,.btn-type-green,.btn-type-skyblue,.btn-type-bgred { display:block; color:#2b9de4; border:1px #2b9de4 solid; padding:0 9px; border-radius:3px; width:auto; font-size:12px;
}

.order-num-blue {
    font-size: 22px;
    color: #2b9de4;
    float: left;
}
.btn-type-red {
    color: #ffa36c;
    border: 1px #ffa36c solid;
    margin:10px 10px 6px 0;
}

.btn-type-bgred { color:#fff; background:#ff0000; margin:10px 40px 6px 0; border:none; max-width:48px; text-align:center; padding:0 12px; }
    .btn-type-bgred:link, .btn-type-bgred:hover,.btn-type-bgred a {
        color: #fff;
    }
.btn-type-green {
    color: #6cc9aa;
    border: 1px #6cc9aa solid;
    margin: 10px 10px 6px 0;
}
.btn-type-skyblue {
    color: #689ef6;
    border: 1px #689ef6 solid;
    margin: 10px 10px 6px 0;
}


.type-search { height: 45px; width: 300px; border-radius: 8px; float:left; background:#fff; padding:0 8px; }
.input-type-search { border: none; height: 40px; line-height: 40px; width: 246px; padding: 0 6px; float: left; }
.type-search-btn { width: 41px;height: 45px; background: #5c7cd1; text-align: center; display: block; float: right;}
.type-search-btn img { width: 30px; height: 30px; margin: 5px;}

.btn-pay-wx,.btn-pay-wx-on,.btn-pay-ali,.btn-pay-ali-on,.money-list,.money-list-on { width:120px; float:left; margin-right:10px; border:1px #808080 solid; border-radius:5px; display:block; padding:8px 20px;}
    .btn-pay-wx img, .btn-pay-wx-on img,.btn-pay-ali img,.btn-pay-ali-on img { height:20px; width:20px; margin-right:8px; float:left;}
    .btn-pay-wx-on ,.btn-pay-ali-on {
        border: 1px #ff0000 solid;
        background: url(../images/jiao.png) 140px 0 no-repeat;
    }

.money-list { width:228px; margin:0 10px 10px 0; padding:8px 10px;}
.money-list-on {
    width: 228px;
    margin: 0 10px 10px 0;
    padding: 8px 10px;
    border: 1px #ff0000 solid;
    background: url(../images/jiao.png) 228px 0 no-repeat;
    color: #ff0000;
}

.input-pay-jine {
    border: 1px #808080 solid;
    background: #efefef;
    width: 60px;
    padding: 4px 8px;
}
.btn-pay-sub {
    height: 32px;
    line-height: 30px;
    padding: 2px 20px;
    margin-top: 15px;
    background: #ED4259;
    color: #fff;
    border-radius:3px;
    margin-left:100px;
}