@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;
    font-size: 14px;
    font-family: '微软雅黑';
}
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 1308216 */
    src: url('//at.alicdn.com/t/font_1308216_fze1d738dcb.eot');
    src: url('//at.alicdn.com/t/font_1308216_fze1d738dcb.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1308216_fze1d738dcb.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1308216_fze1d738dcb.woff') format('woff'),
    url('//at.alicdn.com/t/font_1308216_fze1d738dcb.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1308216_fze1d738dcb.svg#iconfont') format('svg');
}
@font-face {
    font-family: 'iconfont2';  /* project id 1362052 */
    src: url('//at.alicdn.com/t/font_1362052_dd800udw2if.eot');
    src: url('//at.alicdn.com/t/font_1362052_dd800udw2if.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1362052_dd800udw2if.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1362052_dd800udw2if.woff') format('woff'),
    url('//at.alicdn.com/t/font_1362052_dd800udw2if.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1362052_dd800udw2if.svg#iconfont') format('svg');
}
/*common*/
.msg span{
    max-width: 100%;
    color: #ff552e;
    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;

}
.over_text{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.clearfix::before,.clearfix::after{
    content: "";
    display: block;
    clear: both;
}