﻿.clear {
    clear: both;
}

body {
    margin: 0;
    padding: 0;
}

.create {
    width: 1024px;
    margin: 0 auto;
    padding: 10px;
    font-size: 15px;
}

    .create .create_txt {
        float: left;
        width: 640px;
    }

.tabContent {
    padding-top: 20px;
    padding-bottom: 20px;
}

.create_code {
    float: right;
    width: 340px;
}

.form .form-label {
    position: relative;
    left: 0px;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
    width: 60px;
    padding-right: 10px;
}

.form .form-color {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    border-radius: 0px;
    box-shadow: none;
    font-size: 9pt;
    height: 28px;
    padding-top: 0px;
    padding-bottom: 1px;
    padding-right: 0px;
    padding-left: 5px;
    resize: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.tip {
    color: #444;
    margin-bottom: 10px;
}

    .tip span {
        float: right;
        color: #999;
        font-size: 12px;
        font-family: "SimSun";
    }

.qr-container {
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}

#qr {
    width: 300px;
    height: 300px;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 6px;
}

    #qr img {
        width: 300px;
        height: 300px;
        max-height: 300px;
        max-width: 300px;
    }

#img-buffer {
    display: none;
}

.close {
    cursor: pointer;
    margin-left: 6px;
    visibility: hidden;
}

#allmap {
    width: 100%;
    height: 420px;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑";
}


.ui-button {
    height: 34px;
    background-color: #00b840;
    display: block;
    cursor: pointer;
    outline: none;
    color: #fff;
    border: none;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    border-radius: 0;
}

    .ui-button:hover {
        background-color: #06a13c;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }
