@charset "utf-8";

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    user-select:none;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
html, body, div, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, input, p, button, i {
    margin: 0;
    padding: 0;
}
img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
}
ul,ol{
    list-style: none;
}
button,input{
    border: none;
    outline: none;
}
i{
    font-style: normal;
}
a{
    text-decoration: none;
    color: #666;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/*阿里云图标*/
@font-face {
    font-family: 'iconfont';  /* project id 1236490 */
    src: url('//at.alicdn.com/t/font_1236490_oq8ipahqxd.eot');
    src: url('//at.alicdn.com/t/font_1236490_oq8ipahqxd.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1236490_oq8ipahqxd.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1236490_oq8ipahqxd.woff') format('woff'),
    url('//at.alicdn.com/t/font_1236490_oq8ipahqxd.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1236490_oq8ipahqxd.svg#iconfont') format('svg');
}

/*common*/
.msg span{
    max-width: 100%;
    color: #EE4433;
    font-size: 12px;
    line-height: 12px;

}
.msg{
    margin-top: 10px;

}
.msg span::before{
    font-family: 'iconfont';
    content: '\e61e';
    font-size: 15px;
    padding-right: 5px;
}

.item{
    position: relative;
}

.form .item_type2 input{
    max-width: 500px;
}
.form .item_type2 select{
    max-width: 500px;
}
.form .item_type2 .row_name{
    display: inline-block;
    width: 100px;
    padding-right: 10px;
    text-align: right;
    vertical-align: middle;
}
.item_type2 .row_name .must{
    color: #ff552e;
    font-weight: bold;
    padding-right: 5px;
}
.item_type2 .msg{
    padding-left: 100px;
}

.getcode{
    color: #999;
    font-size: 12px;
    line-height: 26px;
    background-color: #eee;
    border-radius: 2px;
    padding: 0 10px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
}
.getcode.on{
    color: rgb(255, 85, 46);
}
.form input{
    border: 2px solid rgb(235, 235, 235);
    width: 100%;
    height: 42px;
    text-indent: 15px;
    font-size: 14px;
    line-height: 42px;
}
.form select{
    border: 2px solid rgb(235, 235, 235); width: 100%;
    height: 42px;
    font-size: 14px;
    line-height: 42px;

}

.top_link{
    border: 1px solid #c9caca;
    border-left: none;
    border-right: none;
    background-color:#f7f8f8;
    height: 40px;
    line-height: 40px;
    color: #c9caca;
}
.top_link ul{
    overflow: hidden;
    padding-left: 50px;
}
.top_link ul li{
    float: left;
    font-size: 14px;
    padding-right: 20px;
    color: #595757;
}
.top_link ul li a{
    color: inherit;
}

.uploader-list{
    padding-bottom: 5px;
}
.uploader-list ul{
    overflow: hidden;
}
.uploader-list ul li{
    float:left;
    width:100px;
    height: 120px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 5px;
}
.uploader-list ul li img{
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.uploader-list .delete{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}