html,body{
    width: 100%;
    height: 100%;
    min-width: 1200px;
    font-size: 14px;
    color: #333333;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a{
    color: #666666;
}
a:hover{
    color:#53BDB3;
    text-decoration: none!important;
}
ul{
    padding-left: 0;
}
ul li {
    list-style: none;
}

input{
    outline: none;
    background: none;
    border: none;
    padding: 0px!important;
    font-size: 14px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset;
  -webkit-text-fill-color: #333;
}

.float-right{
    float: right;
}

/* input[type=text]:focus, input[type=password]:focus, textarea:focus {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset;
} */
::-webkit-input-placeholder { /* WebKit browsers */ 
    color: #aaa !important;
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    color: #aaa !important;
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
    color: #aaa !important;
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    color: #aaa !important;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #aaa !important;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaa !important;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaa !important;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #aaa !important;
}

/*header.sticky{
    position: fixed;
    z-index: 99999999;
    width: 100%;
}*/
.d-flex-wrap{
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-left: -15px;
     margin-right: -15px;
 }
.d-flex-wrap-no-mar{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.d-none{
    display: none;
}
header {
    overflow: hidden;
    width: 100%;
    margin: 0 !important;
}
header .bg-black{
    background-color: #424846;
    /*background-image: url("/static/image/bg-header.png");*/
    background-position: 50% 50%;
    background-repeat: no-repeat;

}
header.with-color .nav-item a:hover{
    color: #53BDB3!important;
    background-color: #FEF1EF;
    border-radius: 5px;
    transition: background-color ease-in-out 0.3s;
}
header.with-color .nav-item a.active{
    color: #53BDB3!important;
    background-color: #FEF1EF;
    border-radius: 5px;
}
header .nav-item:hover{
    /*background-color:#53BDB3; */
    /*border-radius: 5px;*/
    color: #FFF!important;
    transition: background-color ease-in-out 0.3s;
}
header .nav-item a.active{
    /*background-color:#53BDB3; */
    /*border-radius: 5px;*/
    color: #53BDB3 !important;
    transition: background-color ease-in-out 0.3s;
}
header .nav-item:hover .nav-link{
    color: #FFF!important;
}
header .tag-green{
    color: #ffffff;
    margin-bottom: 0;
    padding: 0 70px 0 20px;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    background: linear-gradient(90deg,rgba(45,200,151,1) 0%,rgba(83,189,179,1) 100%);
    box-shadow: 0px 0px 6px 0px rgba(48,53,61,1);
    border-radius: 4px;
    cursor: pointer;
}
header .tag-green:hover{
    color: #ffffff;
    margin-bottom: 0;
    padding: 0 70px 0 20px;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    background: linear-gradient(90deg,rgba(45,200,151,1) 0%,rgba(83,189,179,1) 100%);
    box-shadow: 0px 0px 6px 0px rgba(48,53,61,1);
    border-radius: 4px;
    cursor: pointer;
}

header .tag-green i{
   margin-right: 5px;
}
.header-btn-big,.header-btn-s{
    cursor: pointer;
}
.header-btn-big img{
    height: 72px;
    width: auto;
}
.header-btn-big .img-no-hover{
    display: inherit;
}
.header-btn-big .img-hover{
    display: none;
}
.header-btn-big:hover .img-no-hover{
    display: none;
}
.header-btn-big:hover .img-hover{
    display: inherit;
}
.header-btn-s img{
    height: 30px;
    width: auto;
}
.header-btn-s img.img-no-hover{
    display: inherit;
}
.header-btn-s img.img-hover{
    display: none;
}
.header-btn-s:hover img.img-no-hover{
    display: none;
}
.header-btn-s:hover img.img-hover{
    display: inherit;
}



header .nav {
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: auto;
}
header .nav-item {
    display: inline-block;
    align-items: center;
    margin: 4px 10px 0 10px;

}
header .nav-item:first-child a {
    padding: 0 0 0 40px;

}
header .nav-link {
    display: block;
     padding: 0;
}
header .nav-item a span {
    color: #ffffff;
    /*text-decoration: underline;*/
}
header .nav-item a:hover span,header .nav-item a.active span {
    color: #53BDB3 !important;
    /*text-decoration: underline;*/
}
header a:hover {
    color: #53BDB3;
    /*text-decoration: underline;*/
}
.header-right-1{
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1020;
    margin: 0 15px;
}

img.header-user{
    border-radius: 100%;
    height: 30px;
    width: 30px;
    margin-right: 10px;
}
.heade-right-nav{
    float: right;
    margin-right: -10px;
    margin-top: 10px;
}
.header-user i{
display: block;
top: 10px;
margin-top: 4px;
}
label.header-user{
margin-bottom: 0;
}
.user-img-120{
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 1px solid #dfdfdf;
    position: absolute;
    top: 0;
    right: 100px;
}
.user-img-120-1{
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 1px solid #dfdfdf;
}
.red-dot{
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #53BDB3;
    border-radius: 10px;
    top: -1px;
    right: -0px;
    text-align: center;
    line-height: 20px;
    border: 3px solid #3F4D5F;
}

.red-dot-2 {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 10px;
    top: 5px;
    right: 10px;
    text-align: center;
    line-height: 20px;
}
.red-dot-1{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #FF5050;
    border-radius: 10px;
    top: -1px;
    right: 3px;
    text-align: center;
    line-height: 20px;
    border: 3px solid #FF5050;
}
.red-dot-3 {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 10px;
    top: -1px;
    right: -14px;
    text-align: center;
    line-height: 20px;
}
.orange-dot{
    width: 6px;
    height: 6px;
    background-color: #FF7500;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.header-right{
float: right;
width: auto;
}
header .logo {
    width: auto;
    height: 52px;
    margin-top: 6px;
    margin-bottom: 6px;
    cursor: pointer;
}
.btn-green-mid{
    min-width: 140px;
    padding: 0 20px;
    height: 50px;
    background: rgba(83,189,179,1);
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    margin-bottom: 0;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    cursor: pointer;
}

.btn-green-mid:hover{
    color: #ffffff;
    cursor: pointer;
}
.btn-green-mid2{
    display: inline-block;
    height: 38px;
    background-color: #53BDB3;
    line-height: 38px;
    padding: 0 25px;
    color: #ffffff;
    cursor: pointer;
}
.btn-green-mid-3{
    height:38px;
    background:rgba(83,189,179,0.13);
    border:1px solid rgba(83,189,179,1);
    color:#53BDB3;
    font-size: 16px;
    padding: 0 20px;
    line-height: 38px;
}
.btn-green-mid-4{
    height: 26px;
    background: rgba(83,189,179,0.13);
    border: 1px solid rgba(83,189,179,1);
    color: #53BDB3;
    font-size: 14px;
    padding: 0 10px;
    line-height: 24px;
    display: inline-block;
}
.btn-green-mid-5 {
    height: 50px;
    background: rgba(83,189,179,0.13);
    border: 1px solid rgba(83,189,179,1);
    color: #53BDB3;
    font-size: 16px;
    padding: 0 20px;
    line-height: 50px;
    min-width: 140px;
    text-align: center;
    font-size: 18px;
}
.btn-green-mid-6 {
    height: 40px;
    background-color: #ffffff;
    border: 1px solid rgba(83,189,179,1);
    color: #53BDB3;
    font-size: 20px;
    padding: 0 20px;
    line-height: 40px;
    min-width: 130px;
    text-align: center;
    font-size: 18px;
}
.btn-green-mid-6:hover {
    background-color: rgba(83,189,179,0.13);

}
.btn-green-mid-7 {
    min-width: 130px;
    padding: 0 20px;
    height: 40px;
    background: rgba(83,189,179,1);
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-bottom: 0;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
}
.btn-green-mid-8{
    height: 30px;
    background: rgba(83,189,179,0.13);
    border: 1px solid rgba(83,189,179,1);
    color: #53BDB3;
    font-size: 14px;
    padding: 0 10px;
    line-height: 28px;
    display: inline-block;
}
.btn-green-border-mid2 {
    min-width: 120px;
    width: auto;
    height: 46px;
    background: rgba(255,255,255,1);
    border-radius: 2px;
    color: rgba(83,189,179,1);
    border: 1px solid rgba(83,189,179,1);
    font-size: 18px;
    line-height: 44px;
    padding: 0 20px;
    cursor: pointer;
}
.btn-green-s{
    min-width:80px;
    height:32px;
    background:rgba(83,189,179,1);
    border-radius:2px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 10px;
    display: inline-block;
    cursor: pointer;
}
.btn-green-sss {
    min-width: 80px;
    height: 26px;
    background: rgba(83,189,179,1);
    border-radius: 2px;
    color: #ffffff;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 10px;
    cursor: pointer;
}
.btn-green-s:hover{
    color: #ffffff;
}
.btn-white-s{
    min-width:80px;
    height:32px;
    background:#ffffff;
    border-radius:2px;
    border: 1px solid #eaeaea;
    color: #333333;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 10px;
    cursor: pointer;
}
.btn-white-ss {
    min-width: 80px;
    height: 26px;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    color: #333333;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 10px;
    cursor: pointer;
}
.btn-green-ss {
    width: 50px;
    height: 32px;
    background: rgba(83,189,179,1);
    border-radius: 2px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    margin-bottom: 0;
    cursor: pointer;
}
.btn-green-sss {
    width: 50px;
    height: 26px;
    background: rgba(83,189,179,1);
    border-radius: 2px;
    color: #ffffff;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    margin-bottom: 0;
    cursor: pointer;
}
.btn-gray-s{
    width:90px;
    height:32px;
    background:#ffffff;
    border-radius:2px;
    border: 1px solid #eaeaea;
    color: #666666;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 0;
    cursor: pointer;
}
.btn-green-big{
    min-width: 320px;
    height: 45px;
    background: rgba(83,189,179,1);
    border-radius: 2px;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    margin-bottom: 0;
    display: inline-block;
    padding: 0 40px;
    cursor: pointer;
}
.btn-green-big2{
    min-width: 230px;
    height: 52px;
    background: rgba(83,189,179,1);
    border-radius: 2px;
    color: #ffffff;
    text-align: center;
    line-height: 52px;
    font-size: 24px;
    margin-bottom: 0;
    display: inline-block;
    padding: 0 65px;
    cursor: pointer;
}
.btn-green-big2.disable{
    background-color: #b1b1b1 !important;
    color: #ffffff!important;
}
.btn-green-border-s{
    width:auto;
    height:26px;
    background:rgba(255,255,255,1);
    border-radius:2px;
    color:rgba(83,189,179,1);
    border:1px solid rgba(83,189,179,1);
    font-size: 12px;
    line-height: 24px;
    padding: 0 10px;
    cursor: pointer;
}
.btn-red-border-s{
    width:auto;
    height:26px;
    background:rgba(255,255,255,1);
    border-radius:2px;
    color:rgba(83,189,179,1);
    border:1px solid #F65051;
    color: #F65051;
    font-size: 12px;
    line-height: 24px;
    padding: 0 10px;
    cursor: pointer;
}
.btn-green-border-s32{
    width:90px;
    height:32px;
    border:1px solid rgba(83,189,179,1);
    background-color: #fff;
    border-radius:2px;
    color:rgba(83,189,179,1);
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    margin-bottom: 0;
    cursor: pointer;
}
.btn-green-border-mid{
    width:auto;
    height:32px;
    background:rgba(255,255,255,1);
    border-radius:2px;
    color:rgba(83,189,179,1);
    border:1px solid rgba(83,189,179,1);
    font-size: 14px;
    line-height:30px;
    padding: 0 20px;
    cursor: pointer;
}
.btn-red-border-mid{
    width:180px;
    height:36px;
    background:rgba(255,255,255,1);
    border-radius:0;
    color:#F65051;
    border:2px solid rgba(246,80,81,1);
    font-size: 16px;
    line-height: 32px;
    padding: 0 10px;
    cursor: pointer;
}
.btn-gray-mid{
    width:180px;
    height:36px;
    background:#B5B5B5;
    border-radius:0;
    color:#ffffff;
    font-size: 16px;
    line-height: 36px;
    padding: 0 10px;
    cursor: pointer;
}
.btn-border-big{
    width:400px;
    height:36px;
    background:rgba(250,250,250,1);
    border-radius:4px;
    border:1px solid rgba(233,233,233,1);
    font-size: 14px;
    color: #53BDB3;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
}
.btn-border-big2{
    width:400px;
    background:rgba(250,250,250,1);
    border-radius:4px;
    height:50px;
    border:1px solid rgba(83,189,179,1);
    font-size: 14px;
    color: #53BDB3;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}
.btn-border-2 {
    padding: 4px 10px;
    font-size: 12px;
    color: #999999 !important;
    border-radius: 2px;
    border: 1px solid rgba(233,233,233,1);
    margin: 0 5px 5px 0;
    height: 26px;
    line-height: 16px;
    cursor: pointer;
}
.btn-border-3 {
    padding: 4px 10px;
    font-size: 12px;
    color: #53BDB3 !important;
    border-radius: 2px;
    border: 1px solid #53BDB3;
    margin: 0 5px 5px 0;
    height: 26px;
    line-height: 16px;
    cursor: pointer;
}
.btn-green-s-1.favorite-select,.btn-green-s-1:hover.favorite-select{
    color: #53BDB3 !important;
    background-color: #ffffff;
    border: 1px solid #53BDB3;
}

.btn-green-s-1 {
    padding: 3px 10px;
    font-size: 12px;
    color: #ffffff !important;
    border-radius: 2px;
    background-color: #53BDB3;
    border: 1px solid #53BDB3;
    margin: 0 5px 5px 0;
    height: 24px;
    line-height: 16px;
    cursor: pointer;
    min-width: 78px;
    text-align: center;

}
.btn-green-s-2 {
    padding: 4px 10px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 2px;
    background-color: #53BDB3;
    margin: 0 5px 5px 0;
    height: 26px;
    line-height: 16px;
    cursor: pointer;
    margin-right: 0;;
}
.btn-green-s-1:hover,.btn-green-s-2:hover{
    background-color: #7FCDC5;
    border: 1px solid #7FCDC5;
}
.btn-border-mid{
    /*height: 38px;*/
    border-radius: 3px;
    border: 1px solid rgba(83,189,179,1);
    padding: 5px 15px;
    color: #53BDB3;
    font-size: 14px;
    line-height: 28px;

}
.btn-border-gray-mid{
    /*height: 38px;*/
    border-radius: 3px;
    border: 1px solid #CBCBCB;
    padding: 5px 15px;
    color: #999;
    font-size: 14px;
    line-height: 28px;

}
.btn-border-gray-mid:hover{
    border: 1px solid rgba(83,189,179,1);
    color: #53BDB3;
}
.user-img-60{
    width: 60px !important;
    height: 60px !important;
    border-radius: 100%;
    margin: 0 auto;
}
.user-img-48 {
    width: 48px !important;
    height: 48px !important;
    border-radius: 100%;
    margin: 0 auto;
}
.user-img-54 {
    width: 54px !important;
    height: 54px !important;
    border-radius: 100%;
    margin: 0 auto;
}
.img-10{
    width: auto;
    height: 10px;
}
.img-11{
    width: auto;
    height:11px;
}
.img-12{
    width: auto;
    height:12px;
}
.img-14{
    width: auto;
    height:14px;
}
.img-16{
    width: 16px;
    height: auto;
}
.img-18{
    /*width: 18px !important;*/
    height: 18px !important;
}
.img-20{
    width: auto;
    height: 20px !important;
}
.img-48{
    width: 48px;
    height: auto;
}
.img-100{
    width: 100px;
    height: auto;
}
header .btn-boder-2{
    margin-top: 13px;
    cursor: pointer;
}
.search{

}
.pre-feed{
white-space: pre-wrap;
word-wrap: break-word;
}
.search-FF::before{
color: #fff;
font-size: 30px;

}
.search-F6::before{
color: #53BDB3;
font-size: 30px;

}

/* tab yellow line */
.findpswTab.nav-tabs{
    border-bottom: none;
}
.findpswTab.nav-tabs .nav-link{
    font-size: 18px;
    color: #333333;
}
.findpswTab.nav-tabs .nav-link.active{
    border: none;
    font-size: 24px;
    color: #53BDB3!important;
    position: relative;
    
}

.findpswTab.nav-tabs .nav-link.active::after{
    content: '';
    display: inline-block;
    width: 31%;
    height: 6px;
    background-color: #53BDB3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
}
.bottomLine.nav-tabs>li,.topLine.nav-tabs>li{
    position: relative;
}
.bottomLine.nav-tabs a.active::after{
    content: '';
    display: inline-block;
    width: 26px;
    height: 4px;
    background-color: #53BDB3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
}
.findpswTab.nav-tabs .nav-link:focus, .findpswTab.nav-tabs .nav-link:hover {
    border-color: transparent!important;
}
.bottomLine.nav.nav-tabs li .active,.topLine.nav.nav-tabs li .active {
    color: #53BDB3!important;
    font-weight: 500;
}
.bottomLine.nav.nav-tabs li , .topLine.nav.nav-tabs li  {
    padding: 15px;
}
.topLine.nav-tabs a.active::after{
    content: '';
    display: inline-block;
    width: 50%;
    height: 5px;
    background-color: #53BDB3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
}



.tip{
    background-color: rgba(0,0,0,0.6);
}


.logo{
    width: auto;
    height: 60px;
    /*margin-top: 15px;*/
    /*margin-bottom: 15px;*/
}
footer.fixed {
    position: fixed !important;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    overflow: hidden;
}
.footer-guohui{
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
footer .qrcode{
    width: 84px;
    margin-right: 14px;
}
.qrcode{
    width: 118px;
}
.banner{

}
.planeLine{
    width: 90px;
    height: 2px;
    background-color: #FFDAD4;
    margin-left: 11px;
    margin-right: 11px;
    position: relative;
    display: flex;
    transition: 1s ease-in-out all;
}
.planeLine span{
    
}
.planeLine span::before{
    display: block;
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    bottom: 0;
    right: -5px;
    margin: auto;
    line-height: 18px;
    color: #53BDB3;
    font-size: 20px;
}
.planeLine .top{
    position: absolute;
    top: -25px;
}
.planeLine .spot{
    width: 7px;
    height: 7px;
    display: block;
    background-color: #53BDB3;
    /* position: absolute; */
    border-radius: 50%;
    margin-top: -3.5px;
}

.line{
    height: 1px;
    background-color: #EDEDED;
}
.linetext{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.linetext::before{
    content: '';
    height: 1px;
    width: 135px;
    display: inline-block;
    background-color: #E3E3E3;
}
.linetext::after{
    content: '';
    height: 1px;
    width: 135px;
    display: inline-block;
    background-color: #E3E3E3;
}
.toTop{
    width: 50px;
    height: 50px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 40px;
    color: white;
    right: 30px;
    cursor: pointer;
    z-index: 999999;
}
.toKefu {
    width: 50px;
    height: 50px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    /*bottom: 210px;*/
    bottom: 160px;
    color: white;
    right: 30px;
    cursor: pointer;
    z-index: 999999;
}
.toErweima {
    width: 50px;
    height: 50px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 100px;
    color: white;
    right: 30px;
    cursor: pointer;
    z-index: 999999;
}
.toTop img,.toKefu img,.toErweima img{
    border-radius: 5px;
}
.to-hover-note{
    width: 180px;
    height: auto;
    position: absolute !important;
    /*background: #ffffff;*/
    /*box-shadow:0px 0px 13px 0px rgba(95,129,126,0.68);*/
    padding: 20px;
    /*border: 1px solid #f5f5f5;*/
    right: 50px;
    top: -60px;
    border-radius: 10px;
    background-image: url("../static/image/login/bg-note.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: block !important;
}
.header-btn-big .to-hover-note{
    display: none !important;
}
.header-btn-big:hover .to-hover-note{
    display: block !important;
}
.to-hover-note2{
    position: absolute !important;
    right: 50px;
    width: 145px !important;
    height: auto !important;
}
.to-hover-note3 {
    position: absolute !important;
    right: 50px;
    width: 145px !important;
    height: auto !important;
    margin-top: -75px;
}
.to-hover-note4 {
    position: absolute !important;
    right: 50px;
    width: 145px !important;
    height: auto !important;
    margin-top: -45px;
}
.to-hover-note5 {
    background: url("../static/image/job/bg-share-white.png");
    background-size: contain;
    position: absolute !important;
    /* right: 0; */
    width: 163px !important;
    height: 187px !important;
    top: 30px;
    left: -12px;
    z-index: 999;
}
.to-hover-note6 {
    background: url(../static/image/job/bg-share-green.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute !important;
    /* right: 0; */
    width: 150px !important;
    height: 150px !important;
    top: 35px;
    left: -10px;
}
.to-hover-note7 {
    background: url("../static/image/job/bg-share-white.png");
    background-size: contain;
    position: absolute !important;
    /* right: 0; */
    width: 163px !important;
    height: 170px !important;
    top: 30px;
    left: -52px;
    z-index: 999;
    padding-top: 22px !important;
}
.li-job:last-child .to-hover-note7,.li-job-2:nth-last-child(2) .to-hover-note7,.li-job-2:last-child  .to-hover-note7{
    background: url("../static/image/job/bg-share-white-2.png");
    bottom: 20px;
    top: auto;
    background-size: contain;
    padding-top: 20px !important;
}

.rounded{
    border-radius: 10px!important;
}
.rounded-5{
    border-radius: 5px!important;
}
.rounded-top-5{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.rounded-bottom-5{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.rounded-20{
    border-radius: 20px!important;
}
.rounded-30{
    border-radius: 30px!important;
}
.rounded-40{
    border-radius: 40px!important;
}


/* 拉长的按钮 高度拉高 */
.btn.w-100,.btn.w-50,.btn.w-75{
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.btn.focus, .btn:focus{
    box-shadow: none!important;
}
.no-border{
    border: none;
}
.border-radius-30{
    border-radius: 30px;
}
.border-1-gray{
    border-top: 1px solid #B1B1B1;
    width: 60px;
    display: inline-block;
    vertical-align: middle;
}
.nav-item{
    display: flex;
    align-items: center;
    margin: 1px 15px;
    margin-bottom: -20px;
}
.showSearch{
    margin-bottom: -20px;
    margin-left:10px;
}
.btn-danger{
    color: #fff!important;
    background: #53BDB3!important;
    border-color: #53BDB3!important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}
.btn-danger>a{
    color: #fff!important;
}
.btn-danger:hover {
    color: #fff!important;
    background: #53BDB3!important;
    border-color: #53BDB3!important;
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle{
    color: #fff!important;
    background-color: #53BDB3!important;
    border-color: #53BDB3!important;
}
.btn-useless{
    color: #fff!important;
    background-color: #C6C6C6!important;
}
.btn-outline-danger {
    color: #53BDB3!important;
    border-color: #eaeaea!important;
    line-height: 25px !important;
}
.btn-outline-danger >a{
    color: #53BDB3!important;
}
.btn-outline-danger:hover {
    color: #fff!important;
    background-color: #53BDB3!important;
    border-color: #53BDB3!important;
}
.btn-outline-danger:hover >a{
    color: #fff!important;
}
.btn-outline-FE{
    color: #53BDB3!important;
    border-color: #53BDB3!important;
    /*background-color: #FEF0EE!important*/
}
.btn-outline-FE >a{
    color: #53BDB3!important;
}
.btn-outline-FE:hover {
    color: #fff!important;
    background-color: #53BDB3!important;
    border-color: #53BDB3!important;
}
.btn-outline-FE:hover >a{
    color: #fff!important;
}
.btn-disabled{
    background-color: #EFEFEF;
    border: #EFEFEF 1px solid; 
}
.btn-disabled-ljl{
    min-width: 80px;
    height: 26px;
    border-radius: 2px;
    color: #333333;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 10px;
    background-color: #EFEFEF;
    border: #EFEFEF 1px solid;
    cursor: not-allowed;
}
.form-control[readonly]{
    background-color: #fff;
}
.form-control:disabled{
    background-color: #e9ecef;
}
.form-control{
    /*border: 1px solid#dee2e6!important;*/
    box-shadow: none;
    padding-left: 10px !important;
}
.form-control:focus{
    border-color:#dee2e6!important;
    outline: 0!important;
    box-shadow: none!important;
}
form input{
    cursor: pointer;
}
input[type="radio"]+label::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid rgb(214, 211, 211);
    background-color: #FFF;
    /* background-image: url('/static/img/index/check.png'); */
}
input[type="radio"]+label.disabled::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid rgb(214, 211, 211);
    background-color: #eaeaea;
    /* background-image: url(/static/img/index/check.png); */
}
input[type="radio"] {
    width: 20px;
    height: 20px;
    opacity: 0;
}
input[type="radio"]:checked+label::before{
    /*background-image: url('/static/img/check.png');*/
    /*background-image: url('../img/check.png');*/
    background-position: 50%;
    background-repeat: no-repeat;
    /*border: 1.5px solid rgb(214, 211, 211);*/

    border: 6px solid #53BDB3;
    background-color: #ffffff;
}


input[type="checkbox"]{
    opacity: 0;
    position: absolute;
    z-index: -1;
}
input[type="checkbox"] + label{
    display: flex;
    align-items: center;
    font-family: 'FontAwesome';
}
input[type="checkbox"] + label::before{
    content: '';
    display: inline-block;
    border: 1px solid #dfdfdf;
    color: #FFF;
    background-color: #FFF;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    font-family: "iconfont" !important;
    border-radius: 4px !important;
}
input:disabled[type="checkbox"] + label::before {
    content: '';
    display: inline-block;
    border: 1px solid #dfdfdf;
    color: #FFF;
    background-color: #f5f5f5;
    width: 15px;
    height: 15px;
    margin-right: 7px;
    font-family: "iconfont" !important;
    border-radius: 3px;
}
input[type="checkbox"]:checked + label::before{
    content: '\eb60';
    border: 1px solid #53BDB3;
    background-color: #53BDB3;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    border-radius: 2px;
}
input[type="checkbox"].noStyle + label::before{
    border: 1px solid #999;
    width: 18px;
    height: 18px;
}
input[type="checkbox"].noStyle:checked + label::before{
    content: '\eb60';
    border: 1px solid #999;
    background-color: #FFF;
    color: #666;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
}

.radio input[type="checkbox"]+label{
    position: relative;
    width: 20px;
    height: 20px;
}
.radio input[type="checkbox"]+label::before{
    content: "";
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid rgb(214, 211, 211);
    background-color: #FFF;
}
.radio input[type="checkbox"]:checked + label::before{
    background-image: url('/static/img/check.png');
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1.5px solid rgb(214, 211, 211);
}

.modal[id="alert"] .modal-content{
    width: 469px;
}
textarea{
  /*  border: none;
    outline: none;
    resize:none;*/
    background-color: transparent;
}
select{
    background-color: #FFF;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../static/image/icon-down-s.png") no-repeat scroll right center #FFF;
    background-size: 8px;
    background-position-x: 98%;

    padding-left: 10px;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 13px;
}
select::-ms-expand { display: none; }
select[name="sections"],select[name="mobile_section"]{
    width: 110px;
    font-size: 14px;
}
#login select[name="sections"],#login select[name="mobile_section"]{
    width: auto;
}
select:focus{
    outline: none;
}
.invalid-feedback {
    display: none;
    font-size: 12px;
    color: #F65051;
    text-align: right;
    pointer-events: none;
    right: 5px;
    margin-top: 0px;
    white-space: nowrap;
    width: auto;
}
.help-block.help-block-error{
    color: #53BDB3!important;
    position: absolute;
    right: 10px;
}
div[name="loginStr"] .invalid-feedback{
    /* margin-top: .25rem; */
}

/* 字体大小 */
.fs-10{
    font-size: 10px!important;
}
.fs-12{
    font-size: 12px!important;
}
.fs-13{
    font-size: 13px!important;
}
.fs-14{
    font-size: 14px!important;
}
.fs-15{
    font-size: 15px!important;
}
.fs-16{
    font-size: 16px!important;
}
.fs-17{
    font-size: 17px!important;
}
.fs-18{
    font-size: 18px!important;
}
.fs-19{
    font-size: 19px!important;
}
.fs-20{
    font-size: 20px!important;
}
.fs-22{
    font-size: 22px!important;
}
.fs-24{
    font-size: 24px!important;
}
.fs-25{
    font-size: 25px!important;
}
.fs-26{
    font-size: 26px!important;
}
.fs-28{
    font-size: 28px!important;
}
.fs-29{
    font-size: 29px!important;
}
.fs-30{
    font-size: 30px!important;
}
.fs-32{
    font-size: 32px!important;
}
.fs-33{
    font-size: 33px!important;
}
.fs-34{
    font-size: 34px!important;
}
.fs-36{
    font-size: 36px!important;
}
.fs-40{
    font-size: 40px!important;
}
.fs-44{
    font-size: 44px!important;
}
.fs-50{
    font-size: 50px!important;
}
.fs-60{
    font-size: 60px!important;
}
.fs-64{
    font-size: 64px!important;
}
.fs-68{
    font-size: 68px!important;
}
.fs-70{
    font-size: 70px!important;
}
.fs-72{
    font-size: 72px!important;
}
.fs-81{
    font-size: 81px!important;
}
.fs-90{
    font-size: 90px!important;
}
.disable{
    color: #999999!important;
}
.btn-outline-danger.disable:hover {
    color: #999999!important;
    background-color: #ffffff!important;
    border-color: #eaeaea!important;
}


/* 自定义宽高样式 */
.thin{
    font-weight: 100;
}
.bold{
    font-weight: bold;
}
.medium{
    font-weight: 500;
}
.min-vw-100{
    min-width:98.5vw!important;
}
.w-3{
    width: 3%;
}
.w-4{
    width: 4%;
}
.w-5{
    width: 5%;
}
.w-6{
    width: 6%;
}
.w-7{
    width: 7%;
}
.w-8{
    width: 8%;
}
.w-9{
    width: 9%;
}
.w-min-9{
    min-width: 9%;
    max-width: 90%;
}
.w-10{
    width: 10%;
}
.w-min-10{
    min-width: 10%;
    max-width: 90%;
}
.w-11{
    width: 11%;
}
.w-12{
    width: 12%;
}
.w-13{
    width: 13%;
}
.w-14{
    width: 14%;
}
.w-15{
    width: 15%;
}
.w-16{
    width: 16%;
}
.w-17{
    width: 17%;
}
.w-18{
    width: 18%;
}
.w-18_5{
    width: 18.5%;
}
.w-19{
    width: 19%;
}
.w-20{
    width: 20%;
}
.w-21{
    width: 21%;
}
.w-22{
    width: 22%;
}
.w-24{
    width: 24%;
}
.mw-25{
    max-width: 25%;
}
.w-26{
    width: 26%;
}
.w-27{
    width: 27%;
}
.w-28{
    width: 28%;
}
.w-28_5{
    width: 28.5%!important;
}
.w-29{
    width: 29%;
}
.w-30{
    width: 30%;
}
.w-31{
    width: 31%;
}
.w-32{
    width: 32%;
}
.w-33{
    width: 33%;
}
.w-34{
    width: 34%;
}
.w-35{
    width: 35%!important;
}
.w-37{
    width: 37%;
}
.w-40{
    width: 40%!important;
}
.w-43{
    width: 43%!important;
}
.w-45{
    width: 45% !important;
}
.w-51_5{
    width: 51.5%;
}
.w-55{
    width: 55%;
}
.w-56px{
    width: 56px!important;
}
.w-60{
    width: 60%;
}
.w-65{
    width: 65%;
}
.w-67{
    width: 67%;
}
.w-61px{
    width: 61px!important;
}
.w-75px{
    width: 75px!important
}
.w-70{
    width: 70%;
}
.w-71{
    width: 71%;
}
.w-72{
    width: 72%;
}
.w-77{
    width: 77%;
}
.w-80{
    width: 80%;
}
.w-84{
    width: 84%;
}
.w-85{
    width: 85%;
}
.w-88{
    width: 88%;
}
.w-90{
    width: 90% !important;
}
.w-95{
    width: 95%;
}
.w-96{
    width: 96%!important;
}
.w-97{
    width: 97%!important;
}
.w-300px{
    width: 300px;
}
.w-840{
    width: 840px;
    display: inline-block;
}
.w-870{
    width: 870px;
    display: inline-block;
}
.w-340{
    width: 340px;
}
.w-300{
    width: 300px;
    display: inline-block;
}
.img-50{
    width: 50px !important;
    height:50px !important;
}
.user-mid{
    width: 645px;
}


.center{
    margin: 0 auto;
}
.m-l--1{
    margin-left: -1px;
}
.m-l-big{
    margin-left: 40px;
}
.img-responsive{
    width: 100%;
    height: auto;
}
ul{
    padding-left: 0;
}
.color-orange{
    color:#53BDB3;
}
.m-auto{
    margin: 0 auto;
}
.m-t-2{
    margin-top: 2px;
}
.m-t-5{
    margin-top: 5px;
}
.m-t-7{
    margin-top: 7px;
}
.m-t-9{
    margin-top: 9px;
}
.m-t-10{
    margin-top: 10px;
}
.m-t-12{
    margin-top: 12px;
}
.m-t-15{
    margin-top: 15px;
}
.m-t-20{
    margin-top: 20px;
}
.m-t-28{
    margin-top: 28px;
}
.m-t-30{
    margin-top: 30px !important;
}
.m-t-36{
    margin-top: 36px !important;
}
.m-t-40{
    margin-top: 40px;
}
.m-t-50{
    margin-top: 50px;
}
.m-t-60{
    margin-top: 60px;
}
.m-t-70{
    margin-top: 70px;
}
.m-t-80{
    margin-top: 80px;
}
.m-l-5{
    margin-left: 5px;
}
.m-l-10{
    margin-left: 10px;
}
.m-l-15{
    margin-left: 15px;
}
.m-l-20{
    margin-left: 20px !important;
}
.m-l-30{
    margin-left: 30px !important;
}
.m-l-40{
    margin-left: 40px;
}
.m-l-45{
    margin-left: 45px;
}
.m-l-50{
    margin-left: 50px;
}
.m-r-2{
    margin-right: 2px;
}
.m-r-5{
    margin-right: 5px;
}
.m-r-10{
    margin-right: 10px;
}
.m-r-20{
    margin-right: 20px;
}
.m-r-30{
    margin-right: 30px;
}
.m-r-40{
    margin-right: 40px;
}
.m-r-50{
    margin-right: 50px;
}
.m-r-60{
    margin-right: 60px;
}
.m-b-0{
    margin-bottom: 0 !important;
}
.m-b-5{
    margin-bottom: 5px !important;
}
.m-b-10{
    margin-bottom: 10px !important;
}
.m-b-15{
    margin-bottom: 15px;
}
.m-b-20{
    margin-bottom: 20px;
}
.m-b-30{
    margin-bottom: 30px;
}
.m-b-40{
    margin-bottom: 40px;
}
.m-b-60{
    margin-bottom: 60px;
}
.m-b-80{
    margin-bottom: 80px;
}
.m-b-100{
    margin-bottom: 100px;
}
.m-b-150{
    margin-bottom: 150px;
}
.p-t-10{
    padding-top: 10px;
}
.p-t-30{
    padding-top: 30px;
}
.p-t-60{
    padding-top: 60px;
}
.p-l-10{
    padding-left: 10px !important;
}
.p-l-25{
    padding-left: 25px !important;
}
.p-l-40{
    padding-left: 40px !important;
}
.p-l-60{
    padding-left: 60px !important;
}
.p-t-10{
    padding-top: 10px;
}
.p-b-10{
    padding-bottom: 10px;
}
.p-b-30{
    padding-bottom: 30px;
}
.p-b-40{
    padding-bottom: 40px;
}
.p-b-80{
    padding-bottom: 80px;
}
.p-0-20{
    padding: 0 20px;
}
.p-5-20{
    padding: 5px 20px;
}
.p-0-10{
    padding: 0 10px;
}
.p-7-0{
    padding: 7px 0;
}
.p-10{
    padding: 10px;
}
.p-10-20{
    padding: 10px 20px;
}
.p-0-30{
    padding: 0 30px;
}
.p-10-30{
    padding: 10px 30px;
}
.p-10-40{
    padding: 10px 40px;
}
.p-10-20-0{
    padding: 10px 20px 0 20px;
}
.p-10-0{
    padding: 10px 0;
}
.p-15{
    padding: 15px;
}
.p-15-0{
    padding: 15px 0;
}
.p-15-20{
    padding: 15px 20px;
}
.p-15-30{
    padding: 15px 30px;
}
.p-20-30{
    padding: 20px 30px;
}
.p-20-40{
    padding: 20px 40px;
}
.p-20{
    padding: 20px;
}
.p-20-0{
    padding: 20px 0;
}
.p-40-100{
    padding: 40px 100px;
}
.p-0-200{
    padding: 0 100px;
}
.p-r-0{
    padding-right: 0;
}
.right-0{
    right: 0;
}
.top-0{
    top: 0;
}
.top-30{
    top: 30px!important;
}
.bottom-0{
    bottom: 0;
}
.m-auto{
    margin: auto;
}
.ml-15{
    margin-left: 15px;
}
.bg-blue{
    background-color: #0681FF!important;
}
.bg-red{
    background-color: #F80000!important;
}
.bg-green{
    background-color: #53BDB3!important;
}

.bg-orange{
    background-color: #FF7500!important;
}
.bg-white-shadow{
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 2px 0px rgba(0,0,0,0.2);
    border-radius:2px;
}
.bg-black{
    background-color: #444444!important;
}
.bg-F6F6{
    background-color: #F6F6F6!important;
}
.bg-F7{
    background-color: #F7F7F7!important;
}
.bg-E7{
    background-color: #e7e7e7!important;
}
.bg-53{
    background-color: #EEF9F8!important;

}
.bg-E9{
    background-color: #e9e9e9!important;
}
.bg-FFF7F0{
    background-color: #FFF7F0!important;
}
.bg-D7{
    background-color: #d7d7d7!important;
}
.bg-F9{
    background-color: #f9f9f9!important;
}
.bg-00{
    background-color: #000000!important;
}
.bg-00-40{
    background-color: #0000006f!important;
}
.bg-00-1{
    background-color: #0000003f!important;
}
.bg-f6f6{
    background-color: #F6F6F6!important;
}
.bg-F5{
    background-color: #F5F5F5!important;
}
.bg-F8{
    background-color: #f8f8f8!important;
}
.bg-99{
    background-color: #999999!important;
}
.bg-FF{
    background-color: #ffffff!important;
}
.bg-FF-7{
    background-color: #ffffffbd!important
}
.bg-FB{
    background-color: #FBFBFB!important;
}
.bg-EF{
    background-color: #EFF9F8!important;
}
.bg-FE{
    background-color: #FEF0EE!important;
}
.bg-E0{
    background-color: #E0E0E0!important;
}
.bg-F6{
    background-color: #53BDB3!important;
}

.bg-FA{
    background-color: #FAB9AE!important;
}
.bg-fa{
    background-color: #fafafa!important;
}
.bg-fafa{
    background-color: #fafafa!important;
}
.bg-FFEFED{
    background-color: #FFEFED!important;
}
.bg-FFF7F5{
    background-color: #FFF7F5!important;
}
.bg-FFF6F3{
    background-color: #FFF6F3!important;
}
.bg-FFF4F2{
    background-color: #FFF4F2!important;
}
.bg-FFF4F3{
    background-color: #FFF4F3!important;
}
.bg-FFDAD4{
    background-color: #FFDAD4!important;
}
.bg-transparent{
    background-color: transparent;
}
.bg-sm-lxs{
    /*background-image: url('/static/img/lxs.png');*/
    background-repeat: no-repeat;
    background-position: 100% 97%;
}
.bg-gray {
    background: rgba(249,249,249,1);
}
.bg-gray-F6{
    background-color: #F6F6F8;
}
.bg-white-vague{
    width: 100%;
    height: 302px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.21) 0%, #FFFFFF 29%, rgba(255, 255, 255, 1) 100%);
    /* filter: blur(4px); */
    opacity: 1;
    position: fixed;
    bottom: 0;
}
.bg-white-vague .btn-green-bg{
    margin-top: 150px;
}
.no-wrap-text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
}
.vertical-mid{
    vertical-align: middle;
}
.vertical-top{
    vertical-align: top;
}
.vertical-bottom{
    vertical-align: bottom;
}
.modal[id="alert"] .bg-sm-lxs{
    /*background-image: url('/static/img/lxs.png');*/
    background-repeat: no-repeat;
    background-position: 100% -14%;
    background-size: 65px;
}
.bg-shade{
    background-image: url('/static/img/shade.png');
}

.bg-en{
    background-image: url('/static/img/index/en.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
}
.bg-fs{
    background-image: url(/static/img/index/fs.png);
    background-position: 0% 40%;
    background-repeat: no-repeat;
}
.bg-fs_2{
    background-image: url('/static/img/index/fs_2.png');
    background-repeat: no-repeat;
}
.bg-fs_3{
    background-image: url('/static/img/index/fs_3.png');
    background-repeat: no-repeat;
}
.bg-fs_4{
    background-image: url('/static/img/index/fs_4.png');
    background-repeat: no-repeat;
}
.bg-fs_5{
    background-image: url('/static/img/index/fs_5.png');
    background-repeat: no-repeat;
}
.bg-fs_6{
    background-image: url('/static/img/index/fs_6.png');
    background-repeat: no-repeat;
}
.bg-medal{
    background-image: url('/static/img/airPlane/medal-bg.png');
    background-repeat: no-repeat;
    background-position: 0% 65px;
}
.bg-thunder{
    background-image: url('/static/img/airPlane/thunder-bg.png');
    background-repeat: no-repeat;
    background-position: 0% 65px;
}
.bg-low{
    background-image: url('/static/img/airPlane/low-bg.png');
    background-repeat: no-repeat;
    background-position: 0% 65px;
}
.bg-bridaVeil{
    background-image: url('/static/img/bridaVeil/bridaVeil.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    height: 100vh;
}
.bg-bridaVeil-2{
    background-image: url('/static/img/bridaVeil/bridaVeil_1.png');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}
.linear{
    background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(0,0,0,0.3) 100%);
    width: 100%;
    height: 100%;
}
.text-99{
    color: #999999!important;
}
.text-5F{
    color: #5F5F5F!important;
}
.text-A1{
    color: #a1a1a1!important;
}
.text-B5{
    color: #b5b5b5!important;
}
.text-B1{
    color: #b1b1b1!important;
}
.text-F6{
    color: #53BDB3!important;
}
.text-E9{
    color: #E9E9E9!important;
}
.text-33{
    color: #333333!important;
}
.text-44{
    color: #444444!important;
}
.text-55{
    color: #555555!important;
}
.text-66{
    color: #666666!important;
}
.category-list .text-66{
    color: #6A6A6F!important;
}
.text-6A{
    color: #6A6A6F!important;
}
.text-75{
    color:#757575 !important;
}
.text-FF{
    color: #ffffff!important;
}
.text-FF:hover{
    color: #ffffff!important;
}
.text-FB{
    color: #FB6E57;
}
.text-FE{
    color: #FEF0EE!important;
}
.text-65{
    color: #65C86F!important;
}
.text-59{
    color: #59B7F7!important;
}
.text-D8{
    color: #D8D8D8!important;
}
.text-red{
    color: #FF5050!important;
}
.text-blue{
    color: #6BA0FD!important;
}
.text-D6{
    color:#D6D6D6!important; 
}
.text-orange{
    color: #FD5F39;
}
.border-no-bottom{
    /*border:1px solid rgba(233,233,233,1);*/
    border-bottom: none !important;
}
.border-no{
    border:none !important;
}
.border-red{
    border:1px solid #F65051 !important;
}
.border-no-right{
    border-right:none !important;
}
.border-EA{
    border: 1px solid #EAEAEA;
}
.border-FF{
    border: 1px solid #ffffff;
}
.border-FF{
    border: 1px solid #ffffff;
}
.border-F0{
    border: 1px solid #F0F0F0;
}
.border-F6{
    border: 1px solid #53BDB3!important;
}
.border-F6-noTop{
    border-left: 1px solid #53BDB3!important;
    border-right: 1px solid #53BDB3!important;
    border-bottom: 1px solid #53BDB3!important;
}
.border-E9{
    border: 1px solid #e9e9e9;
}
.border-EB{
    border: 1px solid #EBEBEB;
}
.border-CF{
    border: 1px solid #cfcfcf;
}
.border-FFDAD4{
    border: 1px solid #FFDAD4;
}
.border-D5{
    border: 1px solid #d5d5d5;
}
.border-bottom-ED{
    border-bottom: 1px solid #EDEDED;
}
.border-bottom-F0{
    border-bottom: 1px solid #F0F0F0;
}
.border-dashed{
    border: 1px dashed #979797!important;
}
.border-right-dashed-F6{
    border-right: 1px dashed #53BDB3;
}
.border-bottom-dashed{
    border-bottom: 1px dashed #ADADAD;
}
.border-bottom-dashed-E0{
    border-bottom: 1px dashed #E0E0E0;
}
.border-bottom-dashed-F6{
    border-bottom: 1px dashed #53BDB3;
}
.border-bottom-dashed-97{
    border-bottom: 1px dashed #979797;
}
.border-bottom-dashed-FF{
    border-bottom: 1px dashed #ffffff;
}
.border-bottom-F6{
    border-bottom: 2px solid #53BDB3;
}
.border-bottom-C9{
    border-bottom: 1px solid #c9c9c9;
}
.border-bottom-E9{
    border-bottom: 1px solid #E9E9E9;
}
.border-bottom-EE{
    border-bottom: 1px solid #eeeeee;
}
.border-right-EE{
    border-right: 1px solid #eeeeee;
}
.border-right-EA{
    border-right: 1px solid #eaeaea;
}
.border-left-4{
    border-left: 4px solid #53BDB3;
    padding-left: 10px;
    height: 18px;
    line-height: 18px;
}
.left-line{
    position: relative;
}
.left-line::before{
    /* border-left: 5px solid #53BDB3; */
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 50%;
    background-color: #53BDB3;
}
.dashed-line{
    width: 112px;
    border-top: dashed 1px #53BDB3;
}
.left-0{
    left: 0px;
}
.right-0{
    right: 0px;
}


/* 通用样式 写成class */
.line-through{
    text-decoration: line-through;
}
.pointer{
    cursor: pointer;
}
.help{
    cursor: help;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.fixed{
    position: fixed;
}
.text-over{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.text-break{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: normal;
}
.text-over-3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.overflow-hidden{
    overflow: hidden;
}
.overflowy-scroll{
    overflow-y: scroll!important;
}
.overflow-auto{
    overflow: auto;
}
.shadow{
    box-shadow:-2px 0px 3px 0px rgba(214,214,214,0.44);
}
.shadow2{
    box-shadow: 1px 0px 3px 1px rgba(214,214,214,0.44)!important;
}
.content-box{
    box-sizing: content-box;
}
.listPadding{
    padding: .75rem 1.25rem;
}

.z-index{
    z-index: 99;
}
.z-index-1{
    z-index: -1;
}
.z-index-auto{
    z-index: auto;
}
.z-9999{
    z-index: 9999!important;
}
.height{
    height: 30px;
}
.h-100vh{
     height: 100vh;
 }
.h-100x{
    height: 100px;
}
.m-h-100x{
    min-height: 100px;
}
.m-h-44{
    min-height: 44px;
}
.h-100x{
    height: 100px !important;
}
.h-135{
    height: 135px;
}
.h-m-600{
    min-height: 600px;
}
.h-m-800{
    min-height: 800px;
}
.h-m-900{
    min-height: 900px;
}
.h-m-150{
    min-height: 150px;
}
.more-content{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
}
.h-m-auto{
    -webkit-line-clamp: 10000;
}
.opacity-0{
    opacity: 0;
}
.opacity-7{
    opacity: 0.7;
}
.event-none{
    pointer-events:none;
}
.img-60{
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.img-r-60{
    width: 60px;
    height: 60px;
}
.img-w-388{
    width: 388px;
    height: 220px;
}
.img-w-280{
    width: 280px;
    height: 170px;
}
.img-h-14{
    width: auto !important;
    height: 14px !important;
    border-radius: 0 !important;
}
.img-h-18{
    width: auto !important;
    height: 18px !important;
   vertical-align: text-bottom !important;
    display: inline-block;
}
.img-h-144{
    width: 390px;
    height: 144px;
}
.img-w-180{
    width: 180px;
}
.select ul li.hover-FF:hover{
    background-color: #fff!important;
}
.cursor-default{
    cursor: default!important;
}
/* 计数器 */
.count{
    user-select: none;
}

.user-select-none{
    user-select: none;
}
.w-1200{
    width: 1200px;
}
.w-1066{
    width: 1066px;
}
.w-990{
    width: 990px;
}
.w-976{
    width: 976px;
}
.w-910{
    width: 910px;
}
.w-788{
    width: 788px;
}
.w-778{
    width: 778px;
}
.w-750{
    width: 750px;
}
.w-620{
    width: 620px;
}
.w-555{
    width: 555px;
}
.w-469{
    width: 469px;
}
.w-410{
    width: 410px!important;
}
.w-400{
    width: 400px!important;
}
.w-390{
    width: 390px;
}
.w-388{
    width: 388px;
}
.w-350{
    width: 350px!important;
}
.w-360{
    width: 360px!important;
}
.w-630{
    width: 630px!important;
}
.w-344{
    width: 344px!important;
}
.w-320{
    width: 320px!important;
}
.w-251{
    width: 251px!important;
}
.w-245{
    width: 245px;
}
.w-236{
    width: 236px!important;
}
.w-210{
    width: 210px!important;
}
.w-200{
    width: 200px!important;
}
.w-190{
    width: 190px!important;
}
.w-188{
    width: 188px!important;
}
.w-180{
    width: 180px!important;
}
.w-167{
    width: 167px!important;
}
.w-150{
    width: 150px!important;
}
.w-140{
    width: 140px!important;
}
.w-110{
    width: 110px!important;
}
.w-80px{
    width: 80px!important;
}
.w-90px{
    width: 90px!important;
}
.w-10px{
    width: 10px!important;
}
.w-100px{
    width: 100px!important;
}
.w-120px{
    width: 120px!important;
}
.max-w-100{
    max-width: 100%!important;
}
.wh-14{
    width: 14px;
    height: 14px;   
}
.wh-40{
    width: 40px;
    height: 40px;
    background-color: #ccc;
    margin-right: -40px;
}
.h-31{
    height: 31px!important;
}
.h-32{
    height: 32px!important;
}
.h-34{
    height: 34px;
}
.h-42{
    height: 42px;
}
.h-45{
    height: 45px;
}
.h-60{
    height: 60px;
}
.h-77{
    height: 77px;
}
.h-100px{
    height: 100px !important;
}
.h-180{
    height: 180px ;
}
.h-200{
    height: 200px !important;
}
.h-210{
    height: 210px;
}
.h-330{
    height: 330px;
}
.h-400{
    height: 400px;
}
.max-h-400{
    max-height: 400px;
}
.h-447{
    height: 447px;
}
.h-45{
    height: 45px !important;
}
.h-52{
    height: 52px !important;
}
.h-550{
    height: 550px;
}
.h-757{
    height: 757px;
}
.h-800{
    height: 800px;
}
.mt-12{
    margin-top: 12px;
}
.mt-18{
    margin-top: 18px;
}
.mt-89{
    margin-top: 89px;
}
.mt-150{
    margin-top: 150px;
}
.px-80{
    padding-left: 80px;
    padding-right: 80px;
}
.py-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.pr-0{
    padding-right: 0px!important;
}
.pl-0{
    padding-left: 0px!important;
}
.min-h-691{
    min-height: 691px;
}
.min-h-500{
    min-height: 500px;
}
.min-h-166{
    min-height: 166px;
}
.min-h-390{
    min-height: 390px;
}
.m-height-100{
    min-height:100%; 
}
.m-h-100vh{
    min-height: 100vh;
}
.h-780{
    height: 780px;
}
.min-h-780{
    min-height: 780px;
}
.lh-60{
    line-height: 60px;
}
/* 日期选择器 */
.select,input.datepicker{
    width: 151px;
}

/* loading */
.load .loader {
    font-size: 20px;
    margin: 5em auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load 1.3s infinite linear;
    animation: load 1.3s infinite linear;
  }
@-webkit-keyframes load {
0%,
100% {
    box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
}
12.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
}
25% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
}
37.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
}
50% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
}
62.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 -0.5em #ffffff;
}
75% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0em #ffffff;
}
87.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
}
}
@keyframes load {
0%,
100% {
    box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
}
12.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
}
25% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
}
37.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
}
50% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
}
62.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 -0.5em #ffffff;
}
75% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0em #ffffff;
}
87.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
}
}

/* 表单验证 */
.is-invalid+.invalid-feedback{
    display: inline;
    position: absolute;
}
.is-invalid~ .invalid-feedback{
    display: inline;
    position: absolute;
}


/* 兼容safair */
input.datepicker + span{
    line-height: 38px;
}


/* 分页 */
.pagination li a{
    
}
.page_link{
    font-size: 14px;
    text-align: center;
    display: flex;
    height: 31px;
    width: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #E0E0E0;
    background-color: #fff;
    color: #666666;
}
.page_link:hover {
    z-index: 2;
    color: #53BDB3!important;
    text-decoration: none;
    background-color: #FFF4F2;
    border-color: #53BDB3;
}
.page_link.active {
    z-index: 2;
    font-weight: bold;
    color: #53BDB3!important;
    text-decoration: none;
    background-color: #FFFFFF;
    border-color: #53BDB3;
}
.more{
    text-align: center;
    display: flex;
    height: 31px;
    width: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.more:hover{
    color: #D8D8D8!important;
}

.zebra,.zebra_reverse{
    padding: 0px!important;
    margin: 0px!important;
}
.zebra li:nth-of-type(2n+1){
    background-color: #F5F5F5;
}
.zebra li:nth-of-type(2n){
    padding-top : 0.7rem!important;
    padding-bottom: 0.7rem!important; 
}
.zebra_reverse li:nth-of-type(2n){
    background-color: #F5F5F5;
}
.zebra_reverse li:nth-of-type(2n+1){
    padding-top : 0.7rem!important;
    padding-bottom: 0.7rem!important; 
}
.think{
    width: 151px;
    position: relative;
}
.think.w-320 .think_content{
    width: 320px!important;
}
.think.w-320 .think_content li{
    width: 320px!important;
}
.think_content{
    width: 151px;
    /* border: 1px solid #999 */
}
.think_content li{
    width: 151px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}
.think_content li:nth-last-of-type(1){
    border-bottom: 1px solid #999;
}
.think_content li:hover {
    background-color: #FFF4F3!important;
    color: #53BDB3!important;
}

/* 搜索页面 */
#searchModal a{
    color: #53BDB3!important;
}
#searchModal a.list-group-item{
    color: #333333!important;
}
#searchModal .list-group-item:hover{
    color: #53BDB3!important;
}
.tooltip{
    max-width: 100%!important;   
}
.tooltip-inner {
    /* max-width: initial; */
    max-width: 420px!important;
}
.block-hover:hover{
    box-shadow:0px 0px 10px 0px rgba(255,181,154,0.5);
    border : 1px solid #53BDB3!important;
}
/* 搜索结果 title变大 */
.content>a:hover .right .text-F6{
    font-size: 20px!important;
}

.card{
    border-radius: 0.5rem!important;
    overflow: hidden;
}

.px-4_5{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.p-4_5{
    padding: 2.5rem;
}
.p-30{
    padding: 30px;
}
.p-40{
    padding: 40px;
}
.mb-14{
    margin-bottom: 14px;
}
.ml-0_1{
    margin-left: 1.6px;
}
.nowrap{
    white-space: nowrap;
}
.line-20{
    line-height: 20px !important;
}
.line-24{
    line-height: 24px;
}
.line-25{
    line-height: 25px !important;
}
.line-30{
    line-height: 30px !important;
}

.mr-225{
    margin-right: 225px;
}
.letter-spacing{
    letter-spacing: 5px;
}
.line-136{
    line-height: 136px;
}

.w-1400{
    width:1400px;
}

/* @media screen and (max-width:1024px){
    .w-1400{
        width: 1200px !important;;
    }
} */

.opacity-5{
    opacity: 0.5;
}
.opacity-4{
    opacity: 0.4;
}
.wrapper{
    position: relative;
    width: 100%;
}
@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}

/*登录页样式*/
.login-header-left{
    width: auto;
    height: 130px;
    margin-top: 100px;
}
.login-bg{
    background-color: #3F4D5F;
    background-image: url(/static/image/bg-indextop.png);
    background-size: auto 480px;
    background-position: top center;
    background-repeat: no-repeat;
}
.text-green-bg{
    background-image: url(/static/image/bg-indextittle.png);
    background-size: 100% 20px;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 4px 20px;
}
.login-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;

    border-radius: .3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.2);
    outline: 0;
}
.login-box-big {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 450px;
    margin: 0 auto;
    min-height: 360px;
    margin: 0 auto;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;

    border-radius: .3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.2);
    outline: 0;
}
.login-box-big2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 330px !important;
    margin: 0 auto;
    min-height: 360px;
    margin: 0 auto;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;

    border-radius: .3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.2);
    outline: 0;
}
.login-box-big3 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 330px !important;
    margin: 0 auto;
    min-height: 360px;
    margin: 0 auto;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .3rem;
    /* box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.2); */
    outline: 0;
}
.btn-green-c {
    background-color: #53BDB3;
    font-size: 14px;
    color: #ffffff;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 20px 0 0 20px;
    position: absolute;
    right: 0;
    top: 15px;
}
.login-left{
    width: 375px;
    height: auto;
    /* margin: 0 auto; */
    margin-left: 40px;
    margin-top: 40px;
}
.login-logo{
    width: 100px;
    height: auto;
    position: absolute;
    top: 50px;
    left: 50px;
}
.bg-login{
    background-image: url(/static/image/bg-login.png);
    background-position: bottom;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-size: 70%;
}
#featured-area {
    height: 500px;
    width: 1200px;
    margin: 40px auto 0 auto;
}

.roundabout-holder {
    list-style: none;
    width: 1000px;
    height: 500px;
    margin: 0 auto
}

.roundabout-moveable-item {
    font-size: 12px !important;
    height: 480px;
    width: 720px;
    cursor: pointer;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #f9f9f9;
    border-radius: .3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.2);
}

.roundabout-moveable-item img {
    height: 100%;
    width: 100%;
    background-color: #fff;
    margin: 0
}

.roundabout-in-focus {
    cursor: auto
}

.roundabout-in-focus:hover {
    -webkit-box-shadow: 0 0 20px #787878;
    -moz-box-shadow: 0 0 20px #787878;
    background: #f9f9f9
}

.roundabout-holder span {
    display: none
}

.roundabout-in-focus:hover span {
    display: inline;
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 8px 20px;
    background: #f9f9f9;
    color: #36c;
    z-index: 999;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa
}

.roundabout a:active,
.roundabout a:focus,
.roundabout a:visited {
    outline: 0;
    text-decoration: none
}

.roundabout li {
    margin: 0
}
/*.login-round-box{
    width: 300px;
    border-radius: .3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.2);「
}
.roundabout-in-focus{
    top: -80px !important;
    left: 280px !important;
}
.roundabout-in-focus .login-round-box{
    width: 630px;

}
.login-round-box .img-circle-160{
    width: 160px;
    height: 160px;
    border-radius: 100%;
}
.login-round-box .img-150{
    width: 150px;
    height: auto;
}
.roundabout-moveable-item .login-round-box{
    top: -60px !important;
}
.roundabout-moveable-item .login-round-box .img-circle-160{
    width: 120px;
    height: 120px;
    border-radius: 100%;
}
.roundabout-moveable-item .login-round-box .img-150{
    width: 120px;
    height: auto;
}*/
/*搜索联想*/
.suggestion{
    border: 1px solid #dfdfdf;
    position:absolute;
    width: 500px;
    background-color: #ffffff;
    top: 38px;
    z-index: 9999;
}
.suggestion li{
    padding: 10px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 14px;
    cursor: pointer;
}
.suggestion li:last-child{
    border-bottom: none;
}

/*标签*/
.tag-blue{
    width: 18px;
    height: 18px;
    background: #27ABE7;
    border-radius: 2px;
    color: #ffffff;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
    vertical-align: middle;
}
.tag-blue2 {
    width: 30px;
    height: 30px;
    background: #27ABE7;
    border-radius: 2px;
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    vertical-align: middle;
}
.tag-orange {
    width: 18px;
    height: 18px;
    background: #F5A623;
    border-radius: 2px;
    color: #ffffff;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
    vertical-align: middle;
}
.tag-orange2 {
    width: 30px;
    height: 30px;
    background: #F5A623;
    border-radius: 2px;
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    vertical-align: middle;
}
.circle-tag-30{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
}
#newsModal{
    z-index: 999999;
}
.news-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
}
.news-icon img{
    width: 30px;
    height: 30px;
}
.model-style-2 .modal-dialog{
    width: 960px!important;
    max-width: 950px;
}
.modal-content{
    border-radius: 10px;
}
.model-style-2 .close{
    width: 40px;
    height: 40px;
    background-color: #53BDB3;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: -40px;
    opacity: 1;
    color: #ffffff;
    top: 10px;
}
/*上传图片*/
.add-file {
    width: auto;
    height: 32px;
    background: rgba(83,189,179,1);
    border-radius: 2px;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
    color: #ffffff;
}
.d-inline{
    display: inline-block;
}
.open-news,.loginBtn{
    cursor: pointer;
}
.a-underline,.a-underline:hover{
    text-decoration:underline !important;
    text-underline: #666666 !important;
}
.under-text-m{
     min-width: 200px;
     border-bottom: 1px solid #999999;
     line-height: 20px;
     display: inline-block;
     vertical-align: text-top;
     height: 20px;
 }
.under-text-s{
     min-width: 100px;
     border-bottom: 1px solid #999999;
     line-height: 20px;
     display: inline-block;
     vertical-align: text-top;
     height: 20px;
 }
.under-text-ss{
    min-width: 70px;
    border-bottom: 1px solid #999999;
    line-height: 20px;
    display: inline-block;
    vertical-align: text-top;
    height: 20px;
    text-align: center;
}
.left-190.nav li a.active{
    background-color: #EAF4F3;
    color: #53BDB3;
    padding: 10px 0 10px 30px;
    border-radius: 0;
    border-right: 3px solid #53BDB3 !important;
}
.left-190.nav li a{
    color: #333333;
    padding: 10px 0 10px 30px;
    border-radius:0;
    font-size: 14px;
    text-align: left;
}

.nav-style-1 li a.active{
    height: 30px;
    padding: 0 10px;
    background-color: #53BDB3;
    line-height: 30px;
    color: #ffffff;
    min-width: 120px;
    text-align: center;
    border: 0;
}
.nav-style-1  a{
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    color: #333333;
    margin-right: 0;
    min-width: 120px;
    text-align: center;
    border: 1px solid #eaeaea;
    border-right: none;
}
.nav-style-1 li:last-child a{
    border-right:1px solid #eaeaea;
}
.nav-style-1{
    border-bottom: none;
}




.nav-style-2 .border-EA{
    border-bottom: none;
}
.nav-style-2 .border-EA:last-child{
    border-bottom: 1px solid #eaeaea;
}
.model-style-2 .w-mid.modal-dialog {
    width: 600px!important;
}
.model-style-2 .w-mid .modal-content {
    width: 550px;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
}
.model-style-2 .w-mid .modal-body{
    max-height: 550px;
    overflow-y: auto;
}
.nav-style-3 li a.active{
    height: 30px;
    padding: 0 10px;
    background-color:  #53BDB3;
    line-height: 30px;
    color: #ffffff;
}
.nav-style-3 li a{
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    color: #333333;
    margin-right: 20px;
    background-color: #fafafa;
    border: 1px solid #eaeaea;
    min-width: 100px;
}
.nav-style-3{
    border-bottom: none;
}
.nav-style-4.nav-tabs{
    border-bottom: none;
}
.nav-style-4.bottomLine.nav.nav-tabs li, .topLine.nav.nav-tabs li {
    padding: 0;
    margin-right: 50px;
    margin-bottom: 10px;

}
.nav-style-4.bottomLine.nav.nav-tabs li a{
    color: #999999 !important;
}
.nav-style-4.bottomLine.nav.nav-tabs li .active, .topLine.nav.nav-tabs li .active {
    color: #333333!important;
    font-weight: 500;
}

.nav-style-5 {
    border-bottom: none;
}

.nav-style-5 li a.active{
    height: 30px;
    padding: 0 10px;
    background-color: #ffffff;
    line-height: 30px;
    color:#53BDB3;
    min-width: 80px;
    text-align: center;
    border: 0;
}

.nav-style-5 a {
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    color: #333333;
    margin-right: 0;
    min-width: 80px;
    text-align: center;
    border: none;
}

.nav-style-6  a {
    height: auto;
    padding: 0;
    line-height: 50px;
    margin-right: 0;
    color: #999999;
    min-width: 80px;
    text-align: center;
    border: none;
    border-right: none;
    margin: 10px 20px 0 20px;
    padding-bottom: 5px;
    font-size: 20px;
}

.nav-style-6 a.active {
    border-bottom: 4px solid #53BDB3;
    color: #53BDB3;
}
.nav-style-6 .nav{
    margin-bottom:0;
    border-bottom: none;
}

.nav-style-7.nav-tabs {
    border-bottom: none;
    border-bottom:none;
}
.nav-style-7.bottomLine.nav.nav-tabs li, .topLine.nav.nav-tabs li {
    padding: 0;
    margin-right: 0;
    margin-bottom: 10px;
    width: 50%;
    text-align: center;
}

.nav-style-7.bottomLine.nav.nav-tabs li, .topLine.nav.nav-tabs li {
    padding: 0;
    margin-right: 0;
    margin-bottom: 10px;
    width: 50%;
    text-align: center;
}
.nav-style-7.bottomLine.nav.nav-tabs li a {
    color: #999999 !important;
    padding-top: 40px!important;
}
.nav-style-7.bottomLine.nav.nav-tabs li .active, .topLine.nav.nav-tabs li .active {
    color: #333333!important;
    font-weight: 500;
}
.nav-style-7.bottomLine.nav.nav-tabs li .active{
    background-image: url(../static/image/login/logo-img.png);
    background-size: 60px auto;
    background-position: top center;
    background-repeat: no-repeat;
}

.search-240{
    height: 32px;
    display: inline-block;
    margin-top: 0;
    width: 240px;
    padding: 0 10px;
    line-height: 30px;
}
.search-320 {
    height: 32px;
    display: inline-block;
    width: 320px;
    padding: 0 10px;
    line-height: 30px;
}
.search-240 input{

    width: 190px;

}
.company-name-ab-40 {
    width: 40px;
    height: 40px;
    background:rgba(160,187,175,1);
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    color:#ffffff;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}
.company-name-ab-60 {
    width: 60px;
    height: 60px;
    background:rgba(160,187,175,1);
    border-radius: 4px;
    text-align: center;
    line-height: 60px;
    color:#ffffff;
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    overflow: hidden;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
    transition: n;
}
.btn-danger {
    color: #fff!important;
    background: #53BDB3!important;
    border-color: #53BDB3!important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}
.btn-white-border {
    color: #444!important;
    background: #fff!important;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
}
.tag-24{
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background-color: #A0BBAF;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius:4px;
}
.tag-red{
    padding: 0 10px;
    background-color: #F65051;
    /* border-radius: 2px; */
    color: #fff;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    margin-left: 10px;
}
.tag-red-m{
    padding: 0 5px;
    background-color: #F65051;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}
.tag-red-border-m {
    padding: 0 5px;
    border: 1px solid #FD5F39;
    border-radius: 0;
    color: #FD5F39;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}
.tag-gray-m{
    padding: 0 5px;
    background-color: #E9E9E9;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}
.line-h-1{
    line-height: 1.5rem;
}
.ul-style-1{
    font-size: 14px;
    line-height: 28px;
    text-indent: -20px;
    margin-left: 20px;
}
.ul-style-2{
    padding-left: 25px;
    text-indent: -20px;
}
.tag-black-circle{
    background-color: #333333;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
}
@media (min-width: 992px){
    .modal-md {
        max-width: 420px;
    }
    .modal-content {
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,.1);
    }
}
.work-break{
    word-break: break-word;
}
.no-wrap-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.no-wrap-2{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/*#loading{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 80px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 2s linear infinite;
    -moz-animation: rotate 2s linear infinite;
    -o-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}*/
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}
.modal-reply-feedback{
    position: absolute;
    top: 5px;
    right: 5px;
}
.img-no-result{
    width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.img-120{
    width: 120px;
    height: 120px;
    border-radius: 100%;
    display: block;
    border:1px solid rgba(233,233,233,1);
}
.company-120{
    width: 120px;
    height: 120px;
    background:rgba(160,187,175,1);
    border-radius:4px;
    display: block;line-height: 120px;
    font-size: 60px;
    font-weight: bold;
    color:#ffffff;
    text-align: center;
}
.btn-white-border-s{
    background: none;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
    color: #ffffff;
    padding: 0 10px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
}
.model-style-3 .modal-lg{
    width: 1200px;
    max-width: 1200px;
}
.model-style-3 header{
    z-index: 99999;
    height: 60px;
    padding: 0 30px;
    font-size: 16px;
    line-height: 55px;
}
.model-style-3 .modal-body {
    padding: 0;
}
@media (min-width: 576px){
    .model-style-3   .modal-dialog {
        margin: 0 auto;
    }
}
 a.btn-green-bg:hover{
    color:#ffffff;
}
.border-radius-none{
    border-radius: 0;
}
.set-show-company-name{
    color:#999999;
}
.set-show-company-name.active{
    color:#53BDB3;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #F65051;
    }

.blank-box {
    padding: 100px;
}
.showJob,.collapse{
    cursor: pointer;
}
.btn-white-s,a,.btn-green-s,.btn-green-mid{
    cursor: pointer;
}
.max-200-box{
    max-width: 200px;
}
.max-200-box .title{
    max-width: 200px;
    overflow-y: hidden;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    vertical-align: middle;
}
.max-600-box{
    max-width: 200px;
}
.max-600-box .title{
    max-width: 200px;
    overflow-y: hidden;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    vertical-align: middle;
}
.btn-agree-contract.disable{
    background-color: #999999;
    color:#ffffff !important;
}
.header-user-img-mid {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.header-user-img-mid img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #dfdfdf;
}
header .user-name{
    max-width: 100px;
    overflow-y: hidden;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    vertical-align: middle;
}
.job-contact-right {
    width: 1050px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
}
.btn-green-ss.disable,.btn-green-mid.disable,.btn-green-mid-7.disable{
    background-color: #cbcbcb;
    color:#ffffff !important;
}
.btn-green-bg{
    height:52px;

    background:rgba(83,189,179,1);
    border-radius:4px;
    font-size: 20px;
    line-height: 50px;
    padding: 0 40px;
    min-width: 100px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
}
.btn-green-bg:hover{
    background: #71E2D7;
}
.btn-green-border-lg{
    height:52px;
    background:#ffffff;
    border:2px solid rgba(83,189,179,1);
    border-radius:4px;
    font-size: 20px;
    line-height: 48px;
    padding: 0 40px;
    min-width: 100px;
    text-align: center;
    display: inline-block;
    color: #53BDB3;
}
.page-sum{
    position: absolute;
    left: 20px;
    font-size: 14px;
    top: 10px;
}
.box-no-result{
    width: 100%;
    height:auto;
    background:rgba(255,252,216,1);
    border:1px solid rgba(240,227,81,1);
}
.green-box {
    width: 100%;
    height: auto;
    background:rgba(221,238,221,1);
    border:1px solid rgba(83,189,179,1);
}
.round.green,.round.red,.contact-hide,.contact-show{
    cursor: pointer;
}
.hide{
    display: none;
}
.user-tag-1{
    height:30px;
    background:rgba(221,238,221,1);
    border-radius:4px;
    border:1px solid rgba(83,189,179,1);
    line-height: 28px;
    padding: 0 5px;
    font-size: 14px;
    color: #53BDB3;
    margin-right: 3px;
    margin-bottom: 3px;
}
.no-content-gray{
    width:100px;
    height:20px;
    background:rgba(136,136,136,1);
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.carousel-inner .carousel-item{
    min-height: 100px;
}
.carousel-control-prev-icon {
    background-image: url('../static/image/scroll-left.png');
}
.carousel-control-next-icon {
    background-image: url('../static/image/scroll-right.png');
}
.carousel-control-next-icon, .carousel-control-prev-icon {

    width: 44px;
    height: 86px;

}
.carousel-indicators li {
    width: 10px;
    border-radius: 100%;
    height: 10px;
    opacity: 1;
    background-color: rgba(255,255,255,.5);
    border:1px solid #ffffff;
    margin-right: 10px;
}
.carousel-indicators li.active {
    width: 10px;
    border-radius: 100%;
    height: 10px;
    opacity: 1;
    background-color: rgba(255,255,255,1);
    border:1px solid #ffffff;
}

.word-total-box{
    font-size: 14px;
    color: #999999;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.icon-close{
    display: inline-block;
    width: 90px;
    height: auto;
}
.f-l-0 .m-l-20,.f-l-0 label{
    margin-left: 0!important;
}

.word-box {
    width: 850px;
    margin: 30px auto 0 auto;
    padding: 30px 20px 20px 20px;
    overflow-y: auto;
}


.search-history-checked:hover, .product-list-ns-sku-checked {
    padding: 0 10px 0 10px;
    height: 26px;
    /*background: #DDEEDD;*/
    border: 0;
    margin-right: 5px;
    margin-top: 5px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    line-height: 24px;
    font-size: 14px;
    color: #4DAF51;
    border: 1px solid #53BDB3;
    border-radius: 0;
}
.change-account,.show-company-bind{
    cursor: pointer;
}

/*右侧悬浮按钮*/
.right-fixed{
    position: fixed;
    top: 0;
    right: 0;
    color: #999999;
    width: 52px;
    height: 2005px;
    background: rgba(255,255,255,1);
    box-shadow: -2px 0px 3px 0px rgba(214,214,214,0.44);
    z-index: 1000;
}
.right-fixed-top{
    position: fixed;
    top:80px;
    right: 0;
    width: 52px;

}
.right-fixed-bottom{
    position: fixed;
    bottom:25px;
    right: 0;
    width: 52px;
}
.img-22{
    width: 22px;
    height: auto;

}
.right-fixed label:hover .title{
    color:#53BDB3!important;
}
.right-fixed label .hover-show,.right-fixed label:hover .normal-show,.hover-show{
    display: none !important;

}
label:hover .hover-show,.right-fixed label .normal-show ,.hover-show-box:hover .hover-show{
   display: inline-block !important;
}
.right-fixed label:hover .hover-show.d-none,.right-fixed label .normal-show.d-none ,.hover-show-box:hover .hover-show.d-none{
    display: none !important;
}
.img-hover-280.hover-show{
    width: 280px;
    height: 180px;
    position: absolute;
    top: 0;
    opacity: 1;
    background: none;
}
.hover-show2{
    display: none;
}
.category-list:hover .hover-show2 {
    display: inline-block;
}
.job-list-2:hover .hover-show2 {
    display: inline-block;
}
.job-list-2{
    border: 1px solid #ffffff;
}
.job-list-2:hover {
   /* box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    border: 1px solid #53BDB3!important;*/

    box-shadow: 0px 0px 8px 0px rgba(157, 157, 157, 0.5);
    border: 1px solid #ffffff !important;
}
.btn-green-c:hover .hover-hidden {
    display: none;
}

.right-fixed .red-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    top: -1px;
    right: 10px;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
    border: none;
    font-size: 12px !important;
    color: #ffffff;

}
.vcode,.submit,.change-account-modal,.suggestion-list,.invite-right-btn,.go-back,.close-modal{
cursor: pointer;
}
input[type="checkbox"]~label{
cursor: pointer;
}

.fixed-bottom-white {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
    height: 75px;
    bottom: 0;
    left: 0;
    box-shadow: 0px -4px 6px 0px rgba(181,181,181,0.3);
    z-index: 999;
}
.note-success{
    background:rgba(83,189,179,0.11);
    border:1px solid rgba(83,189,179,1);
    padding: 5px;
}
.category-sku-move{
    cursor: pointer;
}
.text-vague{
    color: transparent !important;
    text-shadow: 0px 0px 40px #fff !important;
}
.text-vague-66::selection, .text-vague-66 {
    color: transparent !important;
    text-shadow: 0px 0px 15px #666 !important;
}
.job-list-2 .text-vague-66{
    padding: 5px 10px;
}
.text-vague-66-m::selection,.text-vague-66-m {
    color: transparent !important;
    text-shadow: 0px 0px 10px #666 !important;
}

#userStatus-3 .suggestion{
    width: 283px!important;
}

.border-radius-r-5{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.border-radius-l-5{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
    opacity: 0.65;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
    opacity: 0.65;
}
.more-box{
    max-height: 126px;
    overflow: auto;
}
.a-text-6A{
    text-decoration:underline
}
.a-text-6A:hover{
    color: #53BDB3!important;
}
.a-text-6A-2{
    color: #6A6A6F;
}
.a-text-6A-2:hover{
    color: #53BDB3!important;
}
.icon-link-16{
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(../static/image/job/icon-link-gray.png);
    background-size: contain;
    /* margin-top: 10px; */
    vertical-align: middle;
    margin-left: 5px;
}

.left-icon-s1{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;

}
.workbench-left-publish{
    background-image: url(../static/image/workbench/icon-publish.png);
    background-size: contain;
}
a.active .workbench-left-publish{
    background-image: url(../static/image/workbench/icon-publish-active.png);
    background-size: contain;
}
.workbench-left-order{
    background-image: url(../static/image/workbench/icon-order.png);
    background-size: contain;
}
a.active .workbench-left-order{
    background-image: url(../static/image/workbench/icon-order-active.png);
    background-size: contain;
}
.workbench-left-talent{
    background-image: url(../static/image/workbench/icon-user.png);
    background-size: contain;
}
a.active .workbench-left-talent{
    background-image: url(../static/image/workbench/icon-user-active.png);
    background-size: contain;
}


.company-name:hover .icon-link-16{
    background-image: url("../static/image/job/icon-link.png");
}
.job-list-icon-like{
    margin-top: 14px;
    right: 20px;
    position: absolute;
    width: auto;
    height: 12px;
}
.job-list-icon-like2 {
    margin-top: 3px;
    right: 0;
    position: absolute;
    width: auto;
    height: 16px;
}
.category-list:hover .job-list-icon-like,.job-list-2:hover .job-list-icon-like2 {
    display: none;
}
.bg-line-gray{
    background-image: url("../static/image/line2.png");
}


.recommend-search-box{
    width: 460px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 0px rgba(202, 202, 202, 0.5);
    border-radius: 3px;
    padding: 10px 20px;
    position: absolute;
    top: 46px;
    left: 50%;
    margin-left: -230px;
}
.recommend-search-input{
    width: 415px;
    height: 38px;
    background: #F5F5F5;
    border-radius: 3px;
    border: 1px solid #53BDB3;
    padding: 8px 10px;
    margin: 5px auto 0 auto;
}
#recommend-search-list{
    max-height: 130px;
    overflow: auto;
    margin-top: 10px;
}
li{
    list-style-type:none;
}
#recommend-search-list li{
    margin: 10px 0;
}
#recommend-search-list .active{
    font-weight: bold;
}

.candidate-list-text-time{
    position: absolute;
    height: 20px;
    background: rgba(58, 58, 63, 0.54);
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    width: 45px;
    top: 60px;
    line-height: 20px;
    display: none;
}
.candidate-list-text:hover .candidate-list-text-time{
    display:inline-block;
}
.inputIconDown {
    background-image: url(../../static/image/icon-down-s.png);
    background-repeat: no-repeat;
    background-size: 8px 6px;
    background-position: right;
    padding-right: 30px !important;
    background-position-x: calc(100% - 10px);
}

#modal-recommend-candidates .form-control {
    height: 32px;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    box-shadow: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#myPostModal .modal-content{
    width:452px;
    background:#FFFFFF url("../static/image/modal_mypost_back.png") no-repeat;
    background-size: 100%;
    border-radius: 10px;
    border: none;
    font-weight: 400;
}
#myPostModal .modal-content .modal-header {
    border-bottom:none;
}
.modal_mypost_title1{
    width:320px;
    margin: 0 auto;
    text-align: left;
    font-size:12px;
    line-height: 17px;
}
.modal_mypost_title1 a{
    color:#53BDB3;
    text-decoration: underline;
}
.modal_mypost_title2{
    width:320px;
    margin: 0 auto;
    text-align: left;
    font-size:12px;
    line-height: 17px;
    color: #959595;
}
.modal_mypost_title3 .modal_mypost_btn{
    padding-left:10px;
    padding-right:10px;
}