@CHARSET "UTF-8";

.fabu-bg {
    background: url(/Images/streetshop/fabu-bg.jpg) no-repeat center;
    height: 717px;
    margin-bottom: 30px;
}

.weituo-bg {
    background: url(/Images/streetshop/weituo-bg.jpg) no-repeat center;
    height: 717px;
    margin-bottom: 30px;
}

em.em1 {
    display: inline-block;
    width: 1em;
}

.container {
    position: relative;
}

.cont-box {
    position: absolute;
    top: 40px;
    right: 52px;
    width: 393px;
    height: 639px;
    background-color: #f2f1f1;
    padding: 0 17px;
}

    .cont-box .title {
        font-family: "Microsoft Yahei","Helvetica";
        font-size: 24px;
        color: #333;
        line-height: 64px;
        height: 64px;
        text-align: center;
    }

    .cont-box .form-group {
        margin: 0;
        background-color: #fff;
        border: 1px solid #e0e0e0;
        height: 44px;
        margin-bottom: 15px;
    }

    .cont-box .col-label {
        width: 81px;
        height: 20px;
        border-right: 1px solid #e0e0e0;
        float: left;
        font-size: 14px;
        font-weight: normal;
        color: #333333;
        text-align: center;
        padding-top: 0;
        margin-top: 11px;
    }

    .cont-box .col-input {
        width: 276px;
        float: left;
        position: relative;
    }

        .cont-box .col-input .af-text {
            line-height: 42px;
            color: #999;
            float: right;
            margin-right: 12px;
        }

    .cont-box .form-control {
        border-radius: 0;
        border: none;
        outline: none;
        box-shadow: none;
        height: 42px;
        line-height: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

#mianji,
#zujin {
    width: 221px;
    float: left;
}

#quxian,
#jiedao {
    position: absolute;
    text-align: right;
    padding-left: 6px;
    z-index: 10;
    cursor: pointer;
}

#quxian,
#quxianList {
    width: 121px;
    left: 0;
}

#jiedao,
#jiedaoList {
    width: 155px;
    left: 121px;
}

.cont-box .caret {
    position: absolute;
    z-index: 10;
    margin: 0;
    border-color: #4c4c4c;
    border-left-color: transparent;
    border-right-color: transparent;
    top: 19px;
}

.cont-box .caret-quxian {
    left: 106px;
}

.cont-box .caret-jiedao {
    right: 7px;
}

.cont-box .caret-mianji{
    right: 60px;
    z-index:0;
}

.cont-box .data-list {
    list-style: none;
    position: absolute;
    left: 0;
    top: 42px;
    z-index: 5;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 6px 0;
    text-align: right;
    display: none;
    max-height: 252px;
    overflow: auto;
}

    .cont-box .data-list li {
        margin: 0;
        padding: 5px 20px 5px 6px;
        cursor: pointer;
    }

        .cont-box .data-list li:hover {
            background-color: #e0e0e0;
        }

.cont-box .form-group-yz {
    margin-top: -1px;
}

.cont-box .col-yz {
    width: 222px;
    float: left;
}

.cont-box .btn-yz {
    width: 135px;
    float: left;
    height: 42px;
    border: none;
    background-color: #f2f1f1;
    border-left: 1px solid #e1e1e1;
    outline: none;
    color: #333;
}

    .cont-box .btn-yz:hover {
        background-color: #e6e6e6;
    }

    .cont-box .btn-yz:focus,
    .cont-box .btn-yz:active {
        border-color: #e1e1e1;
    }

    .cont-box .btn-yz[disabled],
    .cont-box .btn-yz[disabled]:hover,
    .cont-box .btn-yz[disabled]:focus {
        background-color: #f2f1f1;
        border-color: #e1e1e1;
        opacity: .7;
    }

.upload {
    /*margin-bottom: 15px;*/
    float:left;
}

    .upload .img-list {
        position: relative;
        height: 56px;
        max-width: 192px;
        overflow: hidden;
        float: left;
    }

        .upload .img-list .ul-img {
            height: 56px;
        }

            .upload .img-list .ul-img img {
                width: 56px;
                height: 56px;
                border: 1px solid #e0e0e0;
                float: right;
                margin-right: 8px;
            }

.upload-btn {
    float: left;
    width: 56px;
    height: 56px;
    position: relative;
    margin-right: 8px;
}

    .upload-btn .up-btn {
        width: 56px;
        height: 56px;
        border: 1px solid #e0e0e0;
        background: url(/Images/streetshop/svg-img/add.png) no-repeat center;
        background-color: #fff;
        cursor: pointer;
    }

#fileImage {
    position: absolute;
    z-index: -10;
}

.upload-text {
    font-size: 14px;
    color: #333;
    line-height: 45px;
}

#fabuBtn {
    height: 44px;
    width: 100%;
    background-color: #ea5513;
    color: #fff;
    font-family: "Microsoft Yahei","Helvetica";
    font-size: 18px;
    outline: none;
    border-radius: 6px;
    box-shadow: none;
    margin-bottom: 15px;
}

    #fabuBtn.disabled,
    #fabuBtn[disabled],
    #fabuBtn.disabled:hover,
    #fabuBtn[disabled]:hover,
    #fabuBtn.disabled:focus,
    #fabuBtn[disabled]:focus,
    #fabuBtn.disabled.focus,
    #fabuBtn[disabled].focus,
    #fabuBtn.disabled:active,
    #fabuBtn[disabled]:active,
    #fabuBtn.disabled.active,
    #fabuBtn[disabled].active {
        background-color: #aaa;
    }

.fabu-info {
    display: table;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: #333;
    font-size: 14px;
}

    .fabu-info .icon-telephone {
        margin-right: 12px;
        position: relative;
        top: -3px;
    }

.text-area {
    position: relative;
}

    .text-area .col-label {
        position: absolute;
        left: 1px;
        margin-top: 13px;
        background-color: #fff;
    }

    .text-area .textArea {
        resize: none;
        outline: none;
        border-radius: 0;
        border: 1px solid #e0e0e0;
        width: 100%;
        height: 116px;
        line-height: 22px;
        margin-bottom: 15px;
        padding: 12px 15px;
        text-indent: 87px;
    }

.placeholder {
    color: #999;
}

.show_box {
    border: 1px solid #DBDEE1;
    padding: 2px;
    position: relative;
    float: left;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 2px;
}

    .show_box img {
        height: 100px;
        width: 100px;
    }

    .show_box .show_close {
        background: url(http://www.soupu.com/CSS/newsp1/images/soupu_icon.png) no-repeat -18px -410px;
        display: block;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        font-size: 0;
    }

    .hasimg{
        top:10px;
        height:699px;
    }
    #uploadify_dml{
        float:left;
    }

/*ÑéÖ¤¿ò*/
.yzmMask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 100000;
}

.yzmDiv {
    border: 1px solid #ea5514;
    width: 320px;
    background-color: #fff;
    padding: 25px 20px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -181px;
    margin-top: -71px;
}

    .yzmDiv label {
    	font-weight: normal;
    }

    .yzmDiv #imgValid {
        width: 59px;
        height: 26px;
    }

    .yzmDiv #validImage,
    .yzmDiv span {
        float: left;
    }

    .yzmDiv .reg_yzm {
    	float: left;
        margin-left: 67px;
        margin-top: 4px;
        height: 30px;
    }

    .yzmDiv .error,
    .yzmDiv span em {
        color: #f00;
    }

    .yzmDiv .reg_btn {
        padding: 10px 0;
    }

    .yzmDiv #btn_yzmm {
        display: block;
        margin: 0 auto;
        width: 100px;
        background-image: none;
        background-color: #ea5514;
        border-radius: 3px;
        color: #fff;
        font-size: 14px;
	border: none;
	outline: none;
	padding: 5px 0;
    }

    .yzmDiv .closebox {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 14px;
        height: 14px;
        font-size: 12px;
        color: #fff;
        background-color: #f00;
        font-style: normal;
        text-align: center;
        line-height: 12px;
        border-radius: 4px;
        cursor: pointer;
    }