html, body, h1, h2, h3, h4, h5, h6, hr, p, ul, ol, li, span, a, form, img, dl, dt, dd, table, th, td, blockquote, fieldset, div, strong, label, em, i, b, strong, pre, legend, button, input, textarea, select, address, cite, dfn, var, code, kbd, samp, small, sup, sub article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    box-sizing: border-box;
    font-family: arial, "Microsoft Yahei";
    /* -webkit-appearance: none; */
}
.search-range {
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0px;
   /* margin-right: -1px;*/
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 15;
    background-color: #fff;
    bottom: 20px;
    top: -10px;
    max-height: 700px;
    margin-bottom:40px;
}
.search-range .input-search{
    background: #f9f9f9 url(../images/search.png) no-repeat 8px 6px;
}
.search-range li input:focus{
    border: 1px solid #ff7200;
}
.search-box .layui-layer-title{
    border-bottom: 1px solid #ecf0f7;
    padding-top: 6px;
}

.search-range .inner-tips{
    float: right;
    align-items: center;
    font-size: 13px;
}
.search-range .now-free{
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
    background: #ff5b5b;
    padding: 3px 8px;
    border-radius: 2px;
    letter-spacing: 1px;
}
.search-range .over-tips{
    color: #999;
    font-size: 12px;
    margin-left: 10px;
}
.search-range ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px;
}

.search-range ul li {
    width: 100%;
    text-align: left;
}
.search-range ul .search-btns-tip{
    position: fixed;
    bottom: 0px;
    z-index: 9;
    left: 0;
    padding: 10px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 4px #0c1b321a;
}
.search-btns-tip .btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-btns-tip .country-count {
    margin-bottom: 10px;
    font-size: 12px;
}
.search-btns-tip .country-count span {
    margin-left: 10px;
}
.search-range ul .search-btns-tip label{
    color: #888;
    margin-bottom: 0;
    font-weight: normal;
}
.search-range ul .search-btns-tip .btn-submit-cancel{
    width: 120px;
    height: 32px;
    background: #fff;
    color: #606266;
    border: 1px solid #E5E5E5;
    box-shadow: none;
    padding: 0 ;
}
.search-range ul .search-btns-tip .btn-submit-cancel:hover{
    background: #FFF0E5 !important;
    border: 1px solid #FFC799;
    color:#FF7200;
}
.search-range ul .search-btns-tip .btn-submit{
    width: 120px;
    height: 32px;
    background: #FF7200 ;
    color: #fff ;
    box-shadow: none;
    padding: 0 ;
}
search-range ul .search-btns-tip .btn-submit:hover{
    background: #fbc398 !important;
}
.search-range ul li label {
    color: #333;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.search-range ul li div {
    margin-left: 15px;
}

.search-range .el-checkbox {
    display: inline-flex;
    align-items: center;
    margin-right: 16px;
}

.search-range .el-checkbox__label {
    display: flex;
    align-items: center;
    min-width: 135px;
    line-height: 28px;
    font-size: 12px;
}

.ml0 {
    margin-left: 0 !important;
}

.search-range .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #ff7200;
}

.search-range .el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #ff7200;
    border-color: #ff7200;
}

.search-range .el-checkbox__inner:hover {
    border-color: #ff7200;
}

.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #ff7200 !important;
    border-color: #ff7200 !important;
}

.search-range img {
    height: 20px;
    margin-right: 5px;
}

.search-input-name-zl{
    width: 100%;
    background: #fff;
    position: absolute;
    padding: 10px 20px 80px 20px;
    overflow: auto;
}


.search-input-name-zl .el-checkbox, .search-input-name-zl .el-checkbox__label{
    display: flex;
    align-items: center;
}

.search-input-name-zl .search-btns-tip{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    bottom: 10px;
    z-index: 9;
    right: 5px;
    background: whitesmoke;
}
.search-btns-tip .btn-submit{
    background: #FF7200;
    color: #fff;
    box-shadow: none;
}
.search-btns-tip .btn-submit{
    width: 80px;
    height: 32px;
    background: #FF7200 ;
    color: #fff ;
    box-shadow: none;
    padding: 0 ;
}
.search-btns-tip .btn-submit:hover{
    color: #fff  !important;
    background: #f79448 !important;
}
.search-input-name-zl .select-title-zl{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 40px;
    font-size: 14px;
    color: #222;
    font-weight: 700;
    letter-spacing: 1px;
}
.search-input-name-zl .select-title-zl input{
    font-size: 14px;
    display: inline-block;
    width: 210px;
    height: 32px;
    border: 1px solid #dcdfe6;
    border-radius: 50px;
    padding-left: 32px;
    background: #f9f9f9 url(../images/search.png) no-repeat 8px 6px;
}
.search-input-name-zl .select-title-zl input:focus{
     border: 1px solid #ff7200;
 }
.search-input-name-zl .search-btns-tip{
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0px;
    z-index: 9;
    left: 0;
    padding: 10px 10px 10px 30px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 4px #0c1b321a;
}
.search-input-name-zl .select-box-zl{

    display: flex;
    align-items: center;
    color: #666;
    font-size: 13px;
}
.search-input-name-zl .select-box-zl .select-item-zl{
    width: 150px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-weight: 700;
    height: 42px;
    margin: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-input-name-zl .select-box-zl .select-item-active-zl{
    border: 1px solid #fff;
    background: #ff7200;
    color: #fff;
}
.country-zl{
    display: inline-flex;
    align-items: center;
    width: 150px;
    background-color: #f5f5f5;
    cursor: pointer;
    height: 42px;
    margin: 4px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.country-zl .text{
    margin-left: 10px;
    font-weight: 700;
    color: #666;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-input-name {
    width: 136px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    /*z-index: 100;*/
    cursor: pointer;
}
.search-input-name.active{
    width: 120px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #ff7200;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 8px;
}
.search-input-name .global {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/icons/global.png) no-repeat 0 0;
    background-size: cover;
    margin-right: 6px;
}
.search-input-name .global.active{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/icons/global-color.png) no-repeat 0 0;
    background-size: cover;
    margin-right: 6px;
}

.search-input-name .el-icon-arrow-down {
    margin-left: 6px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 2px;
}
.search-range .el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #ff7200;
    border-color: #ff7200;
}
.el-checkbox__inner {
    display: inline-block;
    position: relative;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: #FFF;
    z-index: 1;
    -webkit-transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}

/**以下为专利css*/
.dataRange {
    text-align: left;
}

.dataRange .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dataRange .select-title {
    font-size: 14px;
    color: #222;
    font-weight: bold;
    letter-spacing: 1px;
}

.dataRange .num-text {
    font-size: 12px;
    color: #999;
}
.dataRange .el-tag {
    padding: 4px 6px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 4px;
    display: inline-flex;
    align-items: center;
    background-color: #f5f5f5;
    color: #666;
    font-size: 13px;
}
.dataRange .el-tag .text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dataRange .el-image {
    flex: 0 0 34px;
}

.dataRange .image-slot {
    height: 20px;
    text-align: center;
}

.dataRange .el-icon {
    vertical-align: 6px;
}

.dataRange .text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dataRange .el-tag.is-checked{
    color: #ff7200;
}

.select-box {
    display: flex;
    width: 800px;
    background: #fff;
}
.select-item {
    width: 120px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #ff7200;
    margin-right: 20px;
    cursor: pointer;
}

.select-item-active {
    border: 1px solid #fff;
    background: #ff7200;
    color: #fff;
}
/*滚动条css*/
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(255 114 0 0);
    background: #e5e5e5;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgb(255, 255, 255);
    border-radius: 0;
    background: #fff;
}

.inline-block {
    display: inline-block;
}

.pub-label-box {
}
.pub-label-box.quick {
    margin-bottom: 12px;
    background: #f7f7f8;
    border-radius: 6px;
    margin-top: 10px;
    padding: 10px 20px;
}

.pub-label-box .quick-title {
    margin-bottom: 10px;
    width: 90px;
    font-family: SourceHanSansSC,SourceHanSansSC;
    font-weight: 500;
    font-size: 13px;
    color: #666;
}

.pub-label-box .quick-content {
    display: flex;
    flex-wrap: wrap;
}
.pub-label-box .icon-tip {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/index/icon-tip.png) no-repeat center;
    background-size: cover;
    margin-right: 5px;
}
.pub-label-box .pub-item {
    min-width: 150px;
}
.pub-label-box .pub-item .el-checkbox {
    margin-bottom: 0;
}
.pub-label-box span .el-checkbox__label {
    min-width: 0;
}
.pub-label-box .pub-title {
    font-size: 12px;
}
.country-right-search .el-select {
    margin-right: 20px;
}

.modal-body .modal-body-textarea{
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px;
    width: 100%;
    height: 120px;
    border:1px solid #e3e3e3;
    border-radius:2px;
}
.modal-button{
    margin-top: 50px;
    margin-bottom: 20px;
    padding-right: 20px;
    text-align: right;
}
.modal-button .button{
    display: inline-block;
    width: 120px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
}
.modal-button .button.button-white{
    margin-right: 25px;
}
.modal-button .button.disabled{
    opacity: 0.8;
}
.modal-form ul{
    margin: 0 auto;
}
.modal-form ul li{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}
.modal-form ul li>label{
    display: inline-block;
    width: 100px;
    text-align: right;
    font-size: 12px;
    color: #666;
}
.modal-form ul li .l-content{
    display: inline-block;
    width: 350px;
    vertical-align: top;
}
.modal-form ul li .l-content label{
    margin-bottom: 5px;
    margin-right: 3px;
}
.modal-form ul li label i{
    color: #ff7200;
}
.modal-form ul li input.text {
    padding-left: 5px;
    width: 350px;
    height: 2.4em;
    border:1px solid #cccccc;
    border-radius:2px;
}
.modal-form ul li textarea.text{
    padding: 5px;
    width: 350px;
    height: 4em;
    border:1px solid #cccccc;
    border-radius:2px;
    vertical-align: top;
}
.modal-form ul li .tips {
    display: block;
    position: absolute;
    padding-left: 20px;
    font-size: 12px;
    color: #ff4422;
    background: url(../../images/icons/icon-warning-r.png) no-repeat 0 center;
    background-size: 14px;
}