@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-align: left;
    font-size: 12px;
    vertical-align: baseline;
    background: transparent;
    –webkit-appearance: none;
    text-shadow: none;
    /*font-weight: normal !important;*/
    font-style: normal;
    font-family: 'Microsoft YaHei',Arial;
}

article,aside,details,menu,section {
    display: block;
}
ul,li,nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    background: transparent;
    color: #424242;
}
pre{
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-break:break-all;
}
input,
button,
select {
    -webkit-appearance: none;
    outline: none;
    border-radius: 0px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}
/*加a链接专用*/

body {
    position: relative;
    padding-bottom: 80px!important;
    box-sizing: border-box;
    background: #F6F6F6;
}
/*
 * 侧边栏
 */
@media screen and (max-width: 320px) {
    .innerwrap .lcon span > a {
        max-width: 95px;
    }
}

@media screen and (max-width: 414px) {
    .innerwrap .lcon span > a {
        max-width: 150px;
    }
}
@font-face {
    font-family: 'iconfont';  /* project id 55753 */
    src: url('//at.alicdn.com/t/font_55753_kudh4c1mzv1b57b9.eot');
    src: url('//at.alicdn.com/t/font_55753_kudh4c1mzv1b57b9.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_55753_kudh4c1mzv1b57b9.woff') format('woff'),
    url('//at.alicdn.com/t/font_55753_kudh4c1mzv1b57b9.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_55753_kudh4c1mzv1b57b9.svg#iconfont') format('svg');
}
@font-face {
    font-family: 'iconfont1';  /* project id 896945 */
    src: url('//at.alicdn.com/t/font_896945_jfuprc0m10q.eot');
    src: url('//at.alicdn.com/t/font_896945_jfuprc0m10q.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_896945_jfuprc0m10q.woff') format('woff'),
    url('//at.alicdn.com/t/font_896945_jfuprc0m10q.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_896945_jfuprc0m10q.svg#iconfont1') format('svg');
}
.icon,.ifont {
    font-family: "iconfont" !important;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    position: absolute;
    left: 10px;
    color: #fff;
    z-index: 20;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*a标签点击背景去除*/
a:hover,a:active,a:visited,a:focus {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}

/*==========以下部分是Validform必须的,不建议修改===========*/

.Validform_checktip {
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}

.Validform_right {
    color: #71b83d;
    padding-left: 20px;
    white-space: nowrap;
    background: url(/images/m/right.png) no-repeat left center
}

.Validform_wrong {
    color: red;
    padding-left: 20px;
    white-space: nowrap;
    background: url(/images/m/error.png) no-repeat left center
}

.m_validform_error {
    line-height: 16px!important;
    height: 16px!important;
    min-height: auto!important;
    text-align: right;
    color: red!important;
    font-size: 12px!important;
    border: none!important;
    background: transparent!important;
}

.m_validform_error span {
    line-height: 16px!important;
    height: 16px!important;
    text-align: right;
    color: red!important;
    font-size: 12px!important;
    border: none!important;
    background: transparent url(/images/m/error2.png?100) no-repeat left center!important;
    position: static!important;
    padding-left: 25px;
}

.m_validform_error_inner a {
    padding-bottom: 30px!important;
}

.err_msg {
    float: right;
    margin-top: -30px;
    color: red;
    background: transparent url(/images/m/error.png) no-repeat left center;
    padding-left: 25px;
}


/*.Validform_loading {
	padding-left: 20px;
	background: url(../images/onLoad.gif) no-repeat left center
}*/

#Validform_msg {
    color: #7d8289;
    font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
    width: 280px;
    -webkit-box-shadow: 2px 2px 3px #aaa;
    -moz-box-shadow: 2px 2px 3px #aaa;
    background: #fff;
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 99999;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')
}

#Validform_msg .iframe {
    position: absolute;
    left: 0;
    top: -1px;
    z-index: -1
}

#Validform_msg .Validform_title {
    line-height: 25px;
    height: 25px;
    text-align: left;
    font-weight: bold;
    padding: 0 8px;
    color: #fff;
    position: relative;
    background-color: #000
}

#Validform_msg a.Validform_close:link,
#Validform_msg a.Validform_close:visited {
    line-height: 22px;
    position: absolute;
    right: 8px;
    top: 0;
    color: #fff;
    text-decoration: none
}

#Validform_msg a.Validform_close:hover {
    color: #cc0
}

#Validform_msg .Validform_info {
    padding: 8px;
    border: 1px solid #000;
    border-top: 0;
    text-align: left
}

.icon {
    line-height: 40px;
    font-family: h5icon;
    -webkit-font-smoothing: antialiased;
}

.iconj {
    font-family: h5icon;
    -webkit-font-smoothing: antialiased;
    color: #777;
}

/* 弹出层样式 */

.hid-list li {
    height: 45px;
    line-height: 45px;
    text-align: left;
    text-indent: 1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #eaeaea
}

.hid-list li:hover {
    background: #f6f6f6;
}
#header p {
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    padding-right: 10px;
}
header p:nth-child(1),
header p:nth-child(3) {
    width: 50px;
    height: 45px;
}

header p:nth-child(2) {
    font-size: 1.5em;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
}

header p a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
/*页头header*/
.header-fixed {
    position: fixed!important;
    top: 0!important;
    left: 0!important;
}

#header {
    width: 100%;
    height: 45px;
    background: #ff4a00;
    position: relative;
    z-index: 4;
}

#header h1 {
    width: 50%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    margin: auto;
}
#header a {
display: block;
height:45px;
line-height: 45px;
color: #fff;
}

#header .return,#header .tit,#header .searchicon,#header .user {
    position: absolute;
    top: 0px;

    z-index: 10;
    font-size: 20px;
}
    
#header .tit {
    left: 36px;
}
#header .return {
    left: 10px;
}

#header .searchicon {
    right: 50px;
}

#header .user {
    right: 14px;
}

#header span#city {
    position: absolute;
    top: 0;
    left: 75px;
    height: 100%;
    z-index: 21;
    color: #fff;
    font-size: 14px;
    display: none;
    line-height: 45px;
    padding-top: 2px;
}

#city::after {
    display: inline-block;
    border: 4px solid transparent;
    border-top-color: #fff;
    content: '';
    margin: 10px 0 0 4px;
}

/*导航菜单*/
.menu {
    width: 63%;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    position: fixed;
    z-index: 3000;
    top: 0;
    left: -63%;
}

.menu ul a {
    width: 100%;
    display: block;
    height: 51px;
    line-height: 51px;
    border-bottom: 1px solid #E5E5E5;
    text-indent: 52px;
    color: #000;
}

.menu ul li {
    font-size: 14px;
    position: relative;
}

.menu ul a i {
    font-size: 20px;
    margin-right: 10px;
    color: #000;
}
.menu ul li img {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -10px;
}

.menu ul li:nth-of-type(1) img {
    width: 18px;
}

.menu ul li:nth-of-type(2) img {
    width: 16px;
}

.menu ul a:nth-of-type(3) li img {
    width: 19px;
    margin-top: -7px;
}

.menu ul li:nth-of-type(4) img {
    width: 17px;
}

.menu ul li:nth-of-type(5) img {
    width: 15px;
}

.menu ul li:nth-of-type(6) img {
    width: 16px;
}
/*导航遮罩*/
.bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position: fixed;
    display: none;
    z-index: 2999;
    bottom: 0;
    top: 0px;
}
/*2017 star*/
.person {
    border-bottom: 1px solid #E5E5E5;
}

.innerwrap {
    padding: 20px;
    height: 55px;
    line-height: 55px;
    position: relative;
}

.innerwrap b,.menu ul a li b.icon {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -20px;
}

.innerwrap .lcon {
    float: left;
    height: 55px;
    line-height: 55px;
    width: 100%;
    display: flex;
}

.innerwrap .lcon span {
    flex: 1;
    padding-left: 14px;
    font-size: 14px;
}

.innerwrap .lcon span > a {
    height: 55px;
    line-height: 55px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 124px;
    transition: width .1s;
}

.innerwrap .lcon img {
    width: 53px;
    height: 53px;
    border-radius: 50%;
}


/*页尾footer*/

footer {
    width: 100%;
    background: #F6F6F6;
    text-align: center;
    padding: 10px 0;
    color: #B5B5B4;
    position: absolute;
    bottom: 0;
    left: 0;
}

footer .flist {
    text-align: center;
}

footer .flist a {
    margin: 0 5px;
    color: #B5B5B4;
}

footer  span {
    line-height: 30px;
    color: #B5B5B4;
    overflow: hidden;
}

footer p {
    text-align: center;
    margin: 5px 0;
}


/*返回顶部*/
#backTopf {
    margin: 10px 0 0;
    padding: 0;
    width: 40px;
    height: 36px;
    line-height: 40px;
    color: #909090;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 5px rgba(0,0,0,.05);
    cursor: pointer;
    position: fixed;
    right: 4px;
    bottom: 28px;
    z-index: 98;
    display: block;
    background-color: #fff;
    text-align: center;
}

#backTopf i.ifont {
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
}


.bc a {
    display: block;
    width: 50%;
    height: 40px;
    line-height: 40px;
    background: #ff4a00;
    color: white;
    font-size: 18px;
    border: none;
    margin: 20px auto;
    text-align: center;
    border-radius: 4px;
}

.bc input {
    display: block;
    width: 80%;
    height: 45px;
    line-height: 45px;
    background: #ff4a00;
    color: white;
    font-size: 18px;
    margin: 20px auto;
    text-align: center;
    border-radius: 4px;
}


/*js筛选 放到公共文件*/

.subclass {
    display: block;
    background-color: #f5f5f5;
    width: 100%;
    float: left;
}

.page1 .list {
    border: 2px solid #394264;
    color: #3e4e8a;
    border-top: none;
    top: -2;
    margin: 0;
}

.category>span,
.page1 .list span {
    width: 100%;
    display: block;
    background-color: #FFF;
    border: none;
    border-bottom: 1px solid #D4D4D4;
    text-indent: 1em;
    height: 45px;
    line-height: 45px;
}

.subclass i,.hotareas i {
    float: left;
    width: 25%;
    height: 46px;
    line-height: 46px;
    color: #8a8a8a;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.hotareas {
    background: #fff;
    float: none;
}

.hotareas:after {
    content: ' ';
    display: block;
    height: 10px;
    background: #e6e6e6;
    clear: both;
    border-top: solid 1px #d4d4d4;
}

.hotareas i {
    border-right: none;
    margin-bottom: -1px;
}

.area_title {
    border-bottom: solid 1px #d4d4d4;
    height: 36px;
    line-height: 36px;
    padding-left: 13px;
    background: #fff;
}

.area_title .iconfont {
    position: static;
    color: #bbb;
    margin-right: 5px;
}

.page1 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    border: none;
    overflow-y: auto;
}


.psgSeekBg {
    position: fixed;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #FFF;
    top: 0;
    left: 0;
    background-color: #ff4a00;
    padding: 0;
    z-index: 2;
}

.psgSeekBg .seekBtn {
    display: none;
}

.psgSeekBg .list {
    display: none;
}

.psgSeekBg .list span {
    position: relative;
    display: block;
}

.psgSeekBg .list span em.iconclose {
    position: absolute;
    top: 0;
    right: 25px;
    display: block;
    width: 15px;
    height: 15px;
    font-size: 22px;
    color: #333;
}

.multi_sel a.seekBtn {
    display: block;
    float: right;
    height: 45px;
    line-height: 45px;
    padding:0 10px;
    text-align: center;
    color: #fff;
}

#selectTitle {
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    font-size: 16px;
    vertical-align: middle;
}

.multi_sel #selectTitle:before {
    content: "\e610";
    display: inline-block;
    width: 20px;
    height: 20px;
    font-family: "iconfont" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
}

.multi_sel #selectTitle.up:before {
    content: "\e611";
}

.multi_sel .default_item {
    text-align: center;
    color: #999;
}

.category,
.hid-list {
    padding-top: 48px;
}

.category span {
    float: left;
}

.category span a {
    display: block;
}

.page1 .icon,
.page1 .icin:after,
.page1 .ck:after,
.ck p:after {
    position: absolute;
    width: 25px;
    height: 25px;
    content: '\00a0';
    right: 0;
    background: url(/images/m/icon.png) -55px -52px no-repeat;
    -webkit-background-size: 150px auto;
    -moz-background-size: 150px auto;
    -o-background-size: 150px auto;
    background-size: 150px auto;
}


/**注册登录**/

.lore {
    width: 180px;
    margin: 20px auto;
}

.lore li {
    display: block;
    float: left;
    margin-bottom: 30px;
    width: 50%;
    text-align: center;
}

.lore li a i {
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    margin-left: 25px;
}

.lore li a.sub-tem-pop01 i {
    background: #1ac184;
    font-size: 35px;
}

.lore li a.sub-tem-pop02 i {
    background: #fcca31;
}

.lore li a.sub-tem-pop03 i {
    background: #ff8a00;
    font-size: 25px;
}

.lore li a.sub-tem-pop04 i {
    background: #0188e7;
}

.lore li a span {
    color: #333;
    display: block;
    font-size: 15px;
    padding-top: 10px;
    width: 100%;
    text-align: center;
}


/*搜索search*/

.search {
    display: block;
    width: 100%;
    height: 38px;
    margin: 0 auto;
    padding: 10px 0;
    background: #fff!important;
}

.wrap_Top {
    margin: 20px 10px 25px 10px;
    position: relative;
}

.search p {
    margin: 0 auto;
    width: 80%;
    height: 29px;
    padding-top: 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.search p input:nth-child(1) {
    display: block;
    height: 25px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-indent: 1em;
    color: #B5B5B4;
    border: 2px solid #FF6324;
}

.search p input:nth-child(2) {
    display: block;
    width: 60px;
    height: 29px;
    font-size: 0.875em;
    line-height: 29px;
    text-align: center;
    color: white;
    background: #FF6324;
}

.top_sea {
    position: fixed;
    top: 0px!important;
    z-index: 2042;
    display: none;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

.top_sea form {
    margin-bottom: 10px;
}

.top_sea ul {
    padding: 0 10px;
}

.top_sea ul a {
    display: block;
    float: left;
    text-align: center;
    width: 33.3%;
}

.top_sea ul a li {
    background: #fff;
    border: 1px solid #e3e6e6;
    border-radius: 4px;
    color: #737e80;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    margin: 0 3px 5px;
}

.top_sea .iconfont {
    color: #000;
}

/*  2017-12-1 搜索 */

#Serach-pop-up .wrap_Top form {
    margin: 0;
}

#Serach-pop-up .wrap_Top a {
    position: absolute;
    top: 7px;
    left: 0;
    width: 19px;
    height: 19px;
}

#Serach-pop-up .wrap_Top a img {
    width: 100%;
    height: 100%;
}

#Serach-pop-up label.innerBox {
    width: 90%;
    padding-left: 30px;
}

#Serach-pop-up label.innerBox > input[type=text] {
    width: 75%;
    background: #f5f5f5;
    height: 32px;
    border-radius: 4px;
    text-indent: 15px;
    float: left;
    text-align: left;
    padding: 0;
}

#Serach-pop-up label.innerBox > input[type=submit] {
    width: 20%;
    background: #ff4a00;
    height: 32px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    float: right;
}

#Serach-pop-up label.innerBox > input {
    font-size: 14px;
}

#Serach-pop-up h2 {
    padding: 0 10px 15px 10px;
    font-size: 16px;
}

#Serach-pop-up ul {
    margin-bottom: 30px;
}

#Serach-pop-up ul a li {
    background: #f5f5f5;
    border: none;
    border-radius: 4px;
    color: #909090;
    display: block;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 7px 12px;
}
/*  2017-12-1 end */

/*分页*/

DIV.mobile {
    PADDING-RIGHT: 7px;
    PADDING-LEFT: 7px;
    PADDING-BOTTOM: 7px;
    MARGIN: 3px;
    PADDING-TOP: 7px;
    TEXT-ALIGN: center
}

DIV.mpage A {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    background: #00c0c7;
    color: #fff;
    
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    padding-left: 5px;
    padding-right: 5px;
    MARGIN: 3px;
}

DIV.mpage SPAN.current {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    background: #00c0c7;
    color: #fff;
    
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    padding-left: 5px;
    padding-right: 5px;
    MARGIN: 3px;
}

DIV.mpage SPAN.disabled {
    BORDER-RIGHT: #eee 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #eee 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 2px;
    MARGIN: 2px;
    BORDER-LEFT: #eee 1px solid;
    COLOR: #ddd;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #eee 1px solid
}

.yellow {
    width: 320px;
    margin: 15px auto;
    line-height: 30px;
    text-align: center;
}

.yellow a,
.yellow strong {
    border: 1px solid #ccc;
    padding: 3px 8px;
    margin-left: 3px;
}

.yellow a {
    color: #555;
}

.yellow strong {
    color: #f78015;
}

.custom_validform_message,
.custom_validform_message.Validform_wrong {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    padding: 0;
    margin: 0;
    line-height: 88px;
    height: 88px;
    font-size: 18px;
    text-align: center;
    z-index: 999999;
}

.custom_validform_message.Validform_wrong {
    display: block;
    background: #FFCCCC;
}

.custom_validform_message.Validform_right {
    display: block;
    background: #fff;
}
/*切换区域*/
#area_con {
    display: none;
}

.area_wrap {
    padding: 10px;
}

.all-cities {
    position: relative;
}

.all-cities p {
    margin: 5px 0
}

.area_wrap span,.hotCity,.all-cities p {
    display: block;
    font-size: 16px;
    padding-left: 10px;
    line-height: 38px;
    background: #F8F8F8;
    color: #3F4358;
}

.hot_city ul li {
    float: left;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.cities-wrap ul li,.hot_city ul li {
    width: 33.3%;
    text-align: center;
    float: left;
    height: 36px;
    line-height: 36px
}

.cities-wrap ul li a {
    display: block;
    text-align: center;
}

.hot_city ul li a {
    color: #0C67E4;
    display: block;
    text-align: center;
}

.content-letter-panel {
    text-transform: uppercase;
}

.letter-con ul a {
    width: 16.66666666666667%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #394B59;
    text-transform: uppercase;
}

.district,.street {
    padding: 10px;
}

.district ul li,.street ul li {
    width: 33.3%;
    text-align: center;
    float: left;
    height: 36px;
    line-height: 36px;
}
/*日期*/
.android-ics .dwbc {
    border-bottom: 2px solid #31b6e7;
}

.android-ics.light .dwb-c .dwb {
    border-right: 1px solid #dbdbdb;
}

.android-ics.light .dwb-s .dwb {
    border-right: none!important;
}
/*Ajax下拉*/
.autocomplete-suggestions {
    border: 1px solid #F2F2F2;
    border-top: none;
    background: #fff;
    cursor: default;
    overflow: auto;
    /*-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);*/
    /*-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);*/
    /*box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);*/
}

.autocomplete-suggestion {
    padding: 10px 5px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    text-align: right;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #f2f2f2;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    /*font-weight: bold;*/
    color: #ff4a00;
    font-size: 14px;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

#txt_CompanyName,#schoolName {
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 93%;
    transition: all .1s;
    -webkit-transition: all .1s;
    -moz-transiton: all .1s;
}
/*.autocomplete-suggestion:after{content: "屏蔽该企业"; display: block; position: absolute; right: 5px; top:5px; color: #ff4a00;}*/



#nextWrap {
    display: flex;
}

#nextWrap #nextForm,#nextWrap a.rm {
    background: #C1C1C1;
}

#nextWrap input,#nextWrap a.rm {
    width: 40%;
}

.createResume li a:after,.createResume li:after, .meResumeMe li:after, .ResumeSet li:after {
    content: "";
    clear: both;
    display: block;
}


/*app 推广*/
.topwrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 40px;
}

.topwrap:after {
    position: absolute;
    left: 12px;
    top: -10px;
    z-index: 2;
    content: ' ';
    height: 40px;
    width: 100%;
    border-radius: 0 0 0 70%;
}

.xmark {
    font-family: "iconfont" !important;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 4;
    font-weight: normal;
    width: 60px;
    height: 40px;
    opacity: 0;
}

#generalize {
    position: fixed;
    bottom: 0px;
    left: 0px;
    /*background: #ffffff;*/
    width: 100%;
    /*height: 61px;*/
    color: #fff;
    text-align: center;
    transition: height .5s;
    overflow: hidden;
    z-index: 2017;
}

#generalize a,#generalize a img {
    display: block;
    width: 100%;
    height: 100%;
}


.tag-verify-identity {
    margin-right: .1rem;
    vertical-align: middle;
}

.tag-verify-identity i.ifont {
    font-size: .4rem;
    margin-right: .1rem;
    vertical-align: middle;
}

/* 数据为空提示信息 */
.no-receive-bg {
    height: calc(100vh - 124px);
    background: #fff;
}

#no-receive {
    text-align: center;
    padding-top: 20%;
}

#no-receive span {
    padding: 15px 0;
    font-size: 16px;
    display: block;
    text-align: center;
    color: #ff4a00;
}

#no-receive a {
    display: block;
    padding: 10px 0;
    width: 30%;
    margin: 20px auto 0;
    background: #FFF;
    color: #ff4a00;
    border-radius: 40px;
    font-size: 14px;
    border: 1px solid #ff4a00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

#no-receive img {
    display: block;
    margin: 0 auto 20px;
    width: 63%;
}
/*临时增加，技能语言修改*/
.green{float:right;display: block;}

/* 修改头部样式 LK */
#header.help_top_box{
    position: fixed;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #cacaca;
}
.help_menu{
    margin-top: 46px;
}

.horse_race_lamp{
    display: block;
    background-color: #fff;
    color: #fb4a00;
}
.horse_race_lamp marquee{
    display: block;
}
.horse_race_lamp p{
    line-height: 30px;
}
#fixed_img.fixed_img{
    position: fixed;
    top: 88px;
    z-index: 99;
    padding: 0 8px;
    left: 0;
    width: 98%;
}
.popup_downlaod{
    display: none;
    position: relative;
}
.popup_downlaod img{
    width: 100%;
}
.popup_downlaod_top{
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    color: #Fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}
.popup_downlaod_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.popup_downlaod_bottom h3{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.popup_downlaod_bottom p{
    color: #5e5e5e;
    font-size: 12px;
    text-align: center;
}
.popup_downlaod_bottom a{
    color: #fff;
    background-color: #fb4a00;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    width: 60%;
    font-size: 14px;
    border-radius: 15px;
    margin: 15px 0;
}
.popup_downlaod_colse{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    color: #ff4a00;
    font-family: 'iconfont1';
    font-size: 16px;
}