@media only screen and (width: 320px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (width: 360px) {
    html {
        font-size: 18px;
    }
}

@media only screen and (width: 375px) {
    html {
        font-size: 18.75px;
    }
}

@media only screen and (width: 400px) {
    html {
        font-size: 20px;
    }
}

@media only screen and (width: 411px) {
    html {
        font-size: 20.55px;
    }
}

@media only screen and (width: 414px) {
    html {
        font-size: 20.7px;
    }
}

/*@media only screen and (width: 1920px) {
    html {
        font-size: 96px;
    }
}*/

@media only screen and (width: 1680px) {
    html {
        font-size: 82px;
    }
}

@media only screen and (width: 1600px) {
    html {
        font-size: 80px;
    }
}

@media only screen and (width: 1440px) {
    html {
        font-size: 72px;
    }
}

@media only screen and (width: 1366px) {
    html {
        font-size: 68.3px;
    }
}

body,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}

h2,
h3,
h4,
h5 {
    font-weight: bold;
}

ul {
    list-style: none;
}

a {
    display: block;
    text-decoration: none;
    /*a标签的点击高亮 只在移动端有 tap指的是移动端的点击（轻触） */
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
}

a,
img {
    -webkit-touch-callout: none;
    /*禁止长按链接与图片弹出菜单*/
}

img {
    max-width: 100%;
    display: inline-block;
    border: 0px;
}

input {
    border: 0;
    outline: none;
    -webkit-appearance: none;
}

ul {
    list-style: none;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}

#dby_logo a {
    color: transparent;
    font-size: 0;
}

#header #logo #search {
    width: auto !important;
    height: 90px !important;
}

#header #logo #search .text{
    height: 90px;
    line-height: 90px;
    float: left;
    font-size: 14px;
}

#header #logo #search .black{
    color: #000;
}

#header #logo #search .orange{
    color: #E05D2D;
    padding: 0 8px;
    font-size: 20px;
    font-weight:400;
}

#header #logo #search .icon{
    line-height: 100px;
}

#header #logo #search .service{
    color: #959595;
    font-size: 12px;
}

#header #logo #search .label_ul {
    display: inline-block;
    margin-left: 10px;
    padding-top: 30px;
    height: 60px;
}

#header #logo #search .label_ul .label_li {
    display: inline-block;
    float: left;
    width: auto;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-right: 10px;
    background-color: #f5f5fa;
}

#header #logo #search .label_ul .label_li a {
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 23px;
    font-size: 14px;
    color: #676767;
}

#header #logo .qq img {
    width: 134px;
    height: 47px;
    cursor: pointer;
}

#header #logo .qq {
    width: 134px;
    height: 90px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
}

#article .article_li .article_li_time .label_ul {
    display: inline-block;
    margin-left: 10px;
    padding-top: 10px;
    height: 30px;
}

#article .article_li .article_li_time .label_ul .label_li {
    display: inline-block;
    float: left;
    width: auto;
    border-radius: 30px;
    margin-right: 10px;
    background-color: #f5f5fa;
}

#article .article_li .article_li_time .label_ul .label_li a {
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 23px;
    font-size: 14px;
    color: #676767;
}

.appraisal_footer {
    font-size: 15px !important;
    padding-left: 0 !important;
    text-align: center !important;
}

.appraisal_footer span {
    display: inline-block;
    margin: 0 2px;
    font-size: 15px !important;
}

.appraisal_footer a {
    font-size: 15px !important;
}

#address a {
    display: inline-block;
    color: #808080;
}

.mainFooter_li_name a {
    font-size: 18px;
    line-height: 36px;
    color: #313131 !important;
}

.dby-friend-link {
    width: 100%;
    height: auto;
    font-size: 16px;
    border-top: 1px dashed #f0f0f0;
    margin: 0 0 20px;
    padding-top: 25px;
}

.dby-friend-link .dby-friend-link-title {
    float: left;
    font-weight: 700;
    margin-right: 20px;
    color: #333;
}

.dby-friend-link .dby-friend-link-content {
    padding-left: 87px;
}

.dby-friend-link .dby-friend-link-content a {
    display: inline-block;
    vertical-align: baseline;
    margin: 2px 15px 5px 0;
    line-height: 20px;
    color: #666;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.dby-friend-link .dby-friend-link-content a:hover {
    text-decoration: underline;
    color: #2150a2;
}

#main #aside .label .label_ul .label_li a {
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 23px;
    font-size: 14px;
    color: #676767;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#tab {
    float: left;
    width: 840px;
    margin-left: 0px;
    margin-bottom: 30px;
    background-color: #fff;
    padding-bottom: 10px;
    border-bottom: 2px solid #676767;
}

#tab .tab_name {
    float: left;
    margin-left: 15px;
    font-size: 16px;
    color: #666;
}

#tab .tab_ul {
    float: left;
}

#tab .tab_ul .tab_li a {
    float: left;
    font-size: 12px;
    margin-left: 15px;
    line-height: 25px;
    color: #666;
}

.sideBar {
    width: 54px;
    height: 242px;
    background-color: #6549F9;
    position: fixed;
    right: 0;
    bottom: 180px;
    border-radius: 17px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #fff;
    z-index: 9999;
}

.sideBar .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.sideBar .logo {
    height: 38px;
    border-bottom: 1px solid #fff;
}

.sideBar .logo img {
    width: 30px;
    height: 30px;
}

.zixun,
.yuyue,
.weixin {
    height: 56px;
    position: relative;
}

.zixun:hover,
.yuyue:hover,
.weixin:hover {
    background-color: #fff;
    color: #6549F9;
}

.yuyue {
    border-bottom: 1px dashed #fff;
    border-top: 1px dashed #fff;
}

.yuyue .orderPop {
    width: 300px;
    height: 480px;
    background-color: #fff;
    color: #000;
    border: 1px solid #5444DA;
    position: absolute;
    top: -160px;
    left: -300px;
    padding: 12px 30px;
    display: none;
    z-index: 9999;
}

.yuyue .orderPop .successDiv {
    display: none;
    text-align: center;
}

.yuyue .orderPop .successDiv img {
    width: 171px;
    height: 129px;
    margin-top: 60px;
}

.yuyue .orderPop .successDiv .successText {
    font-size: 18px;
    margin-bottom: 15px;
}

.yuyue .orderPop .successDiv .contentText {
    font-size: 16px;
}

.yuyue .orderPop .successDiv .preOrder {
    width: 240px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid rgba(111, 91, 229, 1);
    color: #6F5BE5;
    margin-top: 37px;
    font-size: 12px;
    cursor: pointer;
}

.yuyue .orderPop .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.yuyue .orderPop .order_item .tip {
    height: 14px;
    color: #F56C6C;
    font-size: 10px;
}

.yuyue .orderPop .submit {
    width: 240px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(135deg, rgba(121, 99, 233, 1) 0%, rgba(84, 68, 218, 1) 100%);
    border-radius: 4px;
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}

.yuyue .orderPop .order_item .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    color: #55595E;
    font-size: 12px;
    margin-bottom: 5px;
}

.yuyue .orderPop .order_item .content {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    height: auto;
    width: 100%;
    color: rgba(0, 0, 0, 1);
}

.yuyue .orderPop .order_item .content .check_item {
    margin-right: 10px;
    margin-bottom: 2px;
}

.yuyue .orderPop .demand .content .check_item {
    margin-right: 15px;
    margin-bottom: 4px;
}

.yuyue .orderPop .order_item .content .check_item input {
    margin-right: 5px;
}

.yuyue .orderPop .order_item .content .verification {
    width: 150px;
    height: 30px;
    padding: 0 7px;
    border-radius: 2px;
    border: 1px solid rgba(205, 208, 213, 1);
}

.yuyue .orderPop .order_item .content .sendBtn {
    width: 80px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid rgba(205, 208, 213, 1);
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #CDD0D5;
    margin-left: 5px;
    cursor: pointer;
}

.yuyue .orderPop .order_item .label .image {
    width: 2px;
    height: 10px;
    border-radius: 1px;
    background-color: #EB6F38;
    margin-right: 2px;
}

.yuyue .orderPop .order_item .inputDiv {
    border: 1px solid rgba(205, 208, 213, 1);
    width: 240px;
    height: 30px;
    padding: 0 7px;
    box-sizing: border-box;
    border-radius: 2px;
}

.yuyue input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin-top: 0;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
}

.yuyue input:hover {
    border-color: #4F4BFA;
}

.yuyue input:checked {
    color: #fff;
    background-color: #4F4BFA;
    border: 1px solid #4F4BFA;
}

.yuyue input:after {
    content: "✔";
}
.yuyue .agreement-new-box {
    margin-top: 12px;
    display: flex;
}
.yuyue .agreement-new-box .agreement-check-icon {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 5px;
}
.yuyue .agreement-new-box .agreement-check-icon.hidden {
    display: none;
}
.yuyue .agreement-new-box .agreement-text {
    font-size: 12px;
    color: #999999;
    line-height: 18px;
}
.yuyue .agreement-new-box .agreement-text .agreement-title {
    color: rgba(100,97,255,1);
    cursor: pointer;
}

.zixun .consultPop {
    width: 200px;
    height: 106px;
    border: 1px solid #5444DA;
    display: none;
    position: absolute;
    bottom: 0;
    left: -200px;
    color: #000;
    background-color: #fff;
    padding: 13px 20px;
    z-index: 9999;
}

.zixun .consultPop .phone {
    color: #000000;
    font-size: 14px;
    font-weight:400;
}
.zixun .consultPop .service {
    color: #55595E;
    font-size: 12px;
    font-weight:400;
}

.zixun .consultPop img {
    width: 122px;
    height: 35px;
    cursor: pointer;
}

.zixun .consultPop div {
    margin-bottom: 5px;
}

.toTop {
    border-top: 1px solid #fff;
    height: 33px;
    cursor: pointer;
}

.toTop img {
    width: 10px;
    height: 6px;
}

.weixin .bigQrcode {
    width: 160px;
    height: 160px;
    position: absolute;
    top: 0;
    left: -160px;
    display: none;
}

.weixin .bigQrcode img{
    width: 100%;
    height: 100%;
}

.weixin:hover .bigQrcode {
    display: block;
}

.zixun:hover .consultPop {
    display: block;
    z-index: 9999;
}
#InternetContentProvider a {
    line-height: 36px;
    font-size: 16px;
    color: #808080;
    text-align: center;
    display: inline-block;
}
.beian{
    font-size: 13px;
    color: #fff;
}
.beian:hover{
    text-decoration: underline;
}