﻿.weui-btn{position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 2.55555556;
    border-radius: 5px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow: hidden}
.weui-btn_primary{background-color:#1aad19; color:#FFF;}   

 #touch {
            position: fixed;
            top: 50%;
            right: 0;
            cursor: pointer;
            z-index: 999;
        }
        .modal {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1040;
            overflow: hidden;
            -webkit-overflow-scrolling: touch;
            outline: 0;
            background: rgba(0, 0, 0, .3);
        }

            .modal h4 {
                font-size: 16px;
            }

        .bs-example-modal-sm {
            width: 100%;
            line-height: 45px;
            font-family: '����';
            font-size: 1.6em;
            border-bottom: 2px #ddd solid;
            text-align: center;
            display: none;
        }

        .modal-sm {
            width: 300px;
        }

        .modal-dialog {
            margin: 30px auto;
        }

        .modal-header {
            min-height: 16.43px;
            padding: 15px;
            border-bottom: 1px solid #e5e5e5;
        }

        .modal-content {
            position: relative;
            background-color: #fff;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            border: 1px solid #999;
            border: 1px solid rgba(0, 0, 0, .2);
            border-radius: 6px;
            outline: 0;
            -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        }

        .modal-body {
            position: relative;
            padding: 15px;
        }

        #mydel {
            position: absolute;
            width: 40px;
            height: 40px;
            line-height: 40px;
            right: -16px;
            top: 82px;
            background: rgba(0, 0, 0, .85);
            color: #fff;
            border-radius: 50px;
            font-family: Arial;
            font-size: 20px;
            font-weight: 100;
            text-align: center;
        }
		#omake {
    z-index: 999;
    display: none;
    width: 80%;
    margin:0 auto;
    text-align: center;
    position: fixed;
    top: 35%;
    left: 0;
	right:0;
    padding: 20px 0;
    background: #fff;
    border-radius: 5px;
    font-size: 1pc;
    box-shadow: 0 0 10px #000;
}
#omake #cancel {
    background: #fff;
    padding: 2px;
    position: absolute;
    top: -9pt;
    right: -9pt;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 10px #666;
}
#omake .omake_weixin, #omake a {
    padding: 5px 10px;
    font-weight: 700;
    background: #22c7a0;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}
#omake p {
    padding: 5px 0;
    display: inline-block;
}
		