.layui-form-pane label.right-column {
            margin-left: 20px;
        }
         .btnStyle {
            width: 70px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            border: none !important;
            letter-spacing: 2px;
            background: -webkit-gradient(linear, 0 0, 0 100%, from(#5C976D), to(#79B738));
            box-shadow: 2px 2px 5px #939fa7;
        }
        #btnsubmit{
            background: -webkit-gradient(linear, 0 0, 0 100%, from(#A4CAB8), to(#45916B));
        }
        #btnclose{
            background: -webkit-gradient(linear, 0 0, 0 100%, from(#F3B782), to(#E67817));
        }
        .layui-btn-container .layui-btn {
            margin-right: 30px;
        }
        .layui-layer-title{
            background-color: #D7EDFB!important;
        }
        .layui-form-pane .layui-form-label{
            background-color: #D7EDFB;
        }

        .layui-form-select dl dd.layui-this{
            margin: 0px;
            background-color:#f2f2f2!important;
            color:black;
        }
        .layui-form-select dl dd{
             margin: 0px;
        }

        .layui-form-select dl dd.layui-select-tips{
            background-color: #D7EDFB!important;
        }

         .layui-form-select dl{
                margin: 0px;
                 max-height: 200px;
            }
        .redStar{
            color: red;
            display: inline-block;
            line-height: 38px;
            font-size: 24px;
        }
        .redStarBox{
            float: right;
            width: 9.4px;
            height: 30px;
        }
