*{margin: 0; padding: 0; text-decoration:none; list-style: none;}
a {
    text-decoration: none;
    color: #393a40;
}
button, input {
    font-family: Hiragino Sans GB,Microsoft Yahei UI,Microsoft Yahei,å¾®è½¯é›…é»‘,Segoe UI,Tahoma,"sans-serif";
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}

.header{
	width: 100%;
    -webkit-box-shadow: 0 1px 6px 0 rgba(57,58,64,.1); 
    box-shadow: 0 1px 6px 0 rgba(57,58,64,.1);
}
.header_content {
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 12px;
}

/*头部顶部*/
.header_tools{
    height: 38px;
    line-height: 38px;
}
.header_tools_city {
    margin-left: 5px;
    color: #7e818c;
}
.header_tools_city a {
    color: #7e818c;
    text-decoration: none;
}
.header_tools_service {
    float: right;
    color: #7e818c;
}
.header_tools_service div {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.header_tools_service div span:hover, .header_tools_service div a:hover{
	color: #ff6a00;
}
.header_tools_service i {
	font-size: 10px;
}
.header_login {
    cursor: pointer;
}
.header_chat {
    cursor: pointer;
}
.header_tools_service_phone {
    color: #393a40;
}
/*头部顶部*/

/*头部底部*/
.header_nav {
    width: 100%;
    height: 80px;
    line-height: 80px;
    display: flex;
    justify-content: space-between;
}
.header_logo {
    height: 80px;
    margin-right: 60px;
    display: inline-block;
}
.header_logo img {
    /* width: 152px; */
    height: 46px;
    vertical-align: middle;
}
.header_menu {
    display: inline-block;
    font-size: 16px;
}
.header_menu ul {
    list-style-type: none;
}
.header_menu ul li {
    height: 68px;
    margin-right: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.header_menu .router-link-active {
    border-bottom: 4px solid #ff6a00;
    font-weight: 700;
}
.header_menu ul a {
    color: #393a40;
    text-decoration: none;
}
.header_menu ul a:hover{
	font-weight: bold;
}
.header_menu ul li:last-child {
    margin-right: 0;
}
.header-serve-popover {
    width: 82px;
    font-family: MicrosoftYaHeiUI;
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    left: 0;
    top: 60px;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 4px 2px rgba(0,0,0,.1);
    background-color: #fff;
    z-index: 12;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.header-serve p {
    text-align: center;
    color: #393a40;
    cursor: pointer;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    font-weight: 100;
}
.header_search {
    float: right;
}
.header_search_input_box {
    display: inline-block;
    margin-right: 20px;
}
.header_search_input {
    width: 182px;
    height: 36px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #ff6a00;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right-width: 0;
    outline: none;
    vertical-align: baseline;
}
.header_search_input_btn {
    width: 38px;
    height: 36px;
    border-radius: 0 4px 4px 0;
    color: #fff;
    border: 1px solid #ff6a00;
    background: #ff6a00;
    cursor: pointer;
    vertical-align: baseline;
}
.header_search_input_btn i {
    vertical-align: top;
}
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.header_search_btn {
    width: 84px;
    height: 36px;
    background-color: #ff6a00;
    font-size: 14px;
    color: #fff;
    padding: 0;
    font-weight: 400;
    border: none;
    vertical-align: baseline;
}
.login {
    margin: 0;
}
.el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
}
.el-dialog {
    position: relative;
    margin: 0 auto 50px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}
.el-dialog, .el-pager li {
    background: #fff;
    -webkit-box-sizing: border-box;
}
.login .el-dialog__header {
    height: 42px;
    padding: 0;
}
.login .el-dialog__title {
    display: none;
}
.el-dialog__title {
    line-height: 24px;
    font-size: 18px;
    color: #303133;
}
.login .el-dialog__headerbtn {
    font-size: 18px;
    top: 20px;
    right: 25px;
}
.el-dialog__headerbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
}
.login .el-dialog__headerbtn i {
    font-weight: 700;
}
.login .el-dialog__close, .login .el-dialog__headerbtn:hover .el-dialog__close {
    color: #979797;
}
.el-dialog__headerbtn .el-dialog__close {
    color: #909399;
}
.login .el-dialog__body {
    padding: 0 40px;
}
.el-dialog__body {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}
.login_body {
    font-size: 14px;
    color: #393a40;
}
.login_body h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}
.login_prompt {
    color: #9d9fa6;
    line-height: 14px;
    margin-top: 25px;
}
.login_form {
    margin-top: 40px;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.login_form .el-input .el-input__inner {
    height: 55px;
    color: #393a40;
}
.login_mobile .el-input__inner {
    border: 1px solid #e3e4e6;
    border-radius: 2px 2px 0 0;
}
.el-button, .el-input__inner, .el-transfer-panel {
    -webkit-box-sizing: border-box;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.el-input__suffix {
    right: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.el-input__prefix, .el-input__suffix {
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    height: 100%;
    color: #c0c4cc;
    text-align: center;
}
.el-input__suffix, .el-tree.is-dragging .el-tree-node__content * {
    pointer-events: none;
}
.el-input__suffix-inner {
    pointer-events: all;
}
.login_code {
    border-left: 1px solid #e3e4e6;
    padding-left: 15px;
    margin: 20px 10px 0 0;
    height: 15px;
    line-height: 15px;
    color: #7485a6;
    cursor: pointer;
}
.login_password_icon {
    margin-right: 10px;
    line-height: 58px;
}
.login_password_icon img {
    cursor: pointer;
}
.el-input__suffix {
    right: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.login .el-dialog__footer {
    padding: 30px 40px 40px;
}
.el-dialog__footer {
    padding: 10px 20px 20px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login_btn {
    width: 320px;
    height: 50px;
    color: #fff;
    border: none;
    background-color: #ff6a00;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 700;
}
.login_tools {
    color: #393a40;
    font-size: 14px;
    line-height: 14px;
    margin-top: 24px;
    text-align: left;
}
.login_mode {
    cursor: pointer;
}
.login_mode:hover{
	color: #ff6a00;
}
.forgot_password {
    float: right;
    cursor: pointer;
}
.login_agreement {
    font-size: 12px;
    line-height: 12px;
    color: #9d9fa6;
    margin-top: 12px;
    text-align: left;
}
.login_agreement i {
    font-style: normal;
    text-decoration: underline;
    cursor: pointer;
    color: #7485a6;
}
.fontSize28 {
    font-size: 28px;
}
.fontBold {
    font-weight: 700;
}
.tahomaFont {
    font-family: Tahoma;
}
.fontSize18 {
    font-size: 18px;
}
.colorFf {
    color: #ff6a00;
}

/*头部底部*/
.rentingNumberLeft {
    width: 18px;
    height: 15px;
    bottom: 27px;
}
.rentingNumberRight {
    width: 16px;
    height: 15px;
    position: absolute;
    right: 0;
    bottom: 17px;
}