@charset "UTF-8";

/**
 *
 * @authors liping (you@example.org)
 * @date    2020-08-20 10:24:28
 * @version $Id$
 */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动卡顿 */
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    resize: none;
    border: none;
}

input::-ms-clear {
    display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b2b2b2;
}

/* 取消链接高亮  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

img {
    width: 100%;
    height: auto;
    border: none;
    margin: 0 auto;
    /* ie8 */
    display: block;
    -ms-interpolation-mode: bicubic;
    /*防止ie图片缩放失真*/
}

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    font: 14px/1.5 'Microsoft YaHei', '宋体', Tahoma, Arial, sans-serif;
    color: #555;
    background-color: #fff;
    max-width: 720px;
    margin: 0 auto;
    overflow-x: hidden;
}

em,
i {
    font-style: normal;
}

ul,
li {
    list-style-type: none;
}

strong {
    font-weight: normal;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    color: #969696;
    font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: 'Microsoft YaHei';
}

input {
    font-family: 'Microsoft YaHei';
}

/*单行溢出*/
.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*多行溢出*/
.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}

select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
select::-ms-expand {
    display: none;
}

/* 移动端点击a链接出现蓝色背景问题解决 */
/*a:link, a:active, a:visited, a:hover { background: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent; }*/
a:focus,
*:focus {
    outline: none;
}

/*布局*/
.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.col {
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: wrap;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-lines: multiple;
    width: 100%;
    height: auto;
    margin: auto;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
}

#app {
    padding-bottom: 2rem;
}
.container {
    margin-top: 1.777778rem;
}
.empty {
    width: 50%;
    margin: 2rem auto;
    display: none;
}
.empty img {
    width: 100%;
}
.empty p {
    font-size: 14px;
    color: #e4e2e2;
    text-align: center;
    padding-top: 10px;
}
#thirty_top {
    width: 100%;
}
/* header */
#header {
    height: 1.777778rem;
    background: #da251e;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}
.header_fix {
    width: 100%;
    position: fixed !important;
    top: 0;
    max-width: 720px;
    z-index: 999;
}
.header_l {
    padding: 0 0.5rem;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.header_l img {
    width: 0.455556rem;
}
.header_center {
    color: #fff;
    font-size: 0.666667rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}
.header_search {
    margin-right: 2rem;
    height: 100%;
    padding: 0 .5rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.header_search img {
    width: 0.7rem;
}

.header_location {
    color: #fff;
    font-size: 0.622222rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-left: 0.5rem;
    height: 100%;
}

.header_location img {
    width: 0.5rem;
}

.header_location span {
    padding: 0 3px;
}

#header .header_logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

#header .header_logo img {
    width: 5.133333rem;
}

#header .header_logo a {
    display: block;
}

#header .header_nav img {
    width: 1.044444rem;
}
#header .header_nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1.4rem;
}
#header .header_nav .nav i {
    position: absolute;
    top: 50%;
    width: .9rem;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-top: -7px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

#header .header_nav .nav i:nth-of-type(2) {
    margin-top: -1px;
}

#header .header_nav .nav i:nth-of-type(3) {
    margin-top: 5px;
}

#header .header_nav .nav.on {
    z-index: 999;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

#header .header_nav .nav.on i:first-of-type {
    background: #fff;
    transform: translate(0, 6px) rotate(-45deg);
    -moz-transform: translate(0, 6px) rotate(-45deg);
    -webkit-transform: translate(0, 6px) rotate(-45deg);
    -ms-transform: translate(0, 6px) rotate(-45deg);
}

#header .header_nav .nav.on i:nth-of-type(2) {
    transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
}

#header .header_nav .nav.on i:last-of-type {
    background: #fff;
    transform: translate(0, -6px) rotate(45deg);
    -moz-transform: translate(0, -6px) rotate(45deg);
    -webkit-transform: translate(0, -6px) rotate(45deg);
    -ms-transform: translate(0, -6px) rotate(45deg);
}


.location_detail {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100002;
    background: #fff;
    overflow-y: auto;
    display: none;
    max-width: 720px;
    margin: 0 auto;
}

.location_detail .location_header {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    background: #da251e;
    height: 1.777778rem;
}

.location_header p {
    font-size: 0.622222rem;
    color: #fff;
    padding-left: .5rem;
}
.location_header .location_close {
    height: 100%;
    padding-right: .5rem;
    display: flex;
    align-items: center;
}
.location_header .location_close img {
    width: 0.622222rem;
}

.location_body {
    padding: 1rem .5rem;
}

.location_search {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0dede;
}

.location_search .location_area {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: .5rem;
}

.location_search .location_area select {
    width: 48%;
    background-color: #f7f7f7;
    font-size: 0.622222rem;
    color: #999;
    border-radius: 0.222222rem;
    padding: 0.333333rem 0 0.333333rem 1.111111rem;
    box-sizing: border-box;
    border: none;
}

.location_search select.province {
    background-image: url(https://www.xydec.com.cn/static/mxy/images/icon_address.png),url(https://www.xydec.com.cn/static/mxy/images/icon_04.png);
    background-repeat: no-repeat,no-repeat;
    background-position: 0.333333rem center,6.2rem center;
    background-size: 0.666667rem,16px;
}

.location_search select.city {
    background-image: url(https://www.xydec.com.cn/static/mxy/images/icon_city.png),url(https://www.xydec.com.cn/static/mxy/images/icon_04.png);
    background-repeat: no-repeat,no-repeat;
    background-position: 0.333333rem center,6.2rem center;
    background-size: 0.666667rem,16px;
}

.location_button button {
    width: 100%;
    background: #e50013;
    color: #fff;
    font-size: 0.622222rem;
    border: none;
    padding: 0.333333rem 0;
    box-sizing: border-box;
    border-radius: 0.222222rem;
}

.company_list ul li {
    font-size: 0.622222rem;
    padding: .5rem 0;
    text-align: center;
    background: #f7f7f7;
    margin-bottom: .5rem;
    border-radius: 0.222222rem;
}

.company_list ul li a {
    display: block;
    color: #999;
}

/* nav_detail */
.nav_detail {
    position: fixed;
    left: 0;
    right: 0;
    top: 1.777778rem;
    bottom: 0;
    z-index: 100001;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    -webkit-overflow-scrolling: touch;
    max-width: 720px;
    margin: 0 auto;
}

.nav_detail .nav_header {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
    background: #da251e;
}

.nav_header p {
    font-size: 0.666667rem;
    color: #fff;
}

.nav_header img {
    width: 0.666667rem;
}

.nav_body {
    padding: .5rem 0.2rem;
}

.nav_list ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
}

.nav_list ul li {
    width: 25%;
    margin-bottom: 0.5rem;
    text-align: center;
}

.nav_list ul li a {
    display: block;
}

.nav_list ul li img {
    width: 60%;
    margin: 0 auto;
}

.nav_list ul li p {
    font-size: 0.5666rem;
    color: #333;
    padding-top: 0.111111rem;
}

/* go_top */
.go_top {
    width: 1.333333rem;
    height: 1.333333rem;
    background: url(../images/icon_backTop.png) no-repeat;
    background-size: contain;
    position: fixed;
    display: none;
    bottom: 15%;
    right: 3%;
    z-index: 555;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}


.zoom_big {
    animation: zoom_big 0.5s forwards alternate;
    -webkit-animation: zoom_big 0.5s forwards alternate;
    -webkit-backface-visibility: hidden;
    opacity: 0;
}

.zoom_small {
    animation: zoom_small 0.5s forwards alternate;
    -webkit-animation: zoom_small 0.5s forwards alternate;
    -webkit-backface-visibility: hidden;
    opacity: 1;
}

.fadeInUp {
    animation: fadeInUp 0.5s forwards alternate;
    -webkit-animation: fadeInUp 0.5s forwards alternate;
    -ms-animation: fadeInUp 0.5s forwards alternate;
    -moz-animation: fadeInUp 0.5s forwards alternate;
    -webkit-backface-visibility: hidden;
    opacity: 0;
}

.fadeOutDown {
    animation: fadeOutDown 0.5s forwards alternate;
    -webkit-animation: fadeOutDown 0.5s forwards alternate;
    -ms-animation: fadeOutDown 0.5s forwards alternate;
    -moz-animation: fadeOutDown 0.5s forwards alternate;
    -webkit-backface-visibility: hidden;
    opacity: 1;
}

@-webkit-keyframes zoom_big {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes zoom_big {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes zoom_small {
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes zoom_small {
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutDown {
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeOutDown {
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* footer */
#footer {}

#footer .footer_info {
    width: 100%;
    padding: .5rem 0 1.3rem;
    background: url(../images/footer_bg.jpg) no-repeat 0 0;
    background-size: 100%;
    box-sizing: border-box;
}

#footer .footer_info p {
    font-size: 0.585555rem;
    color: #999999;
    text-align: center;
    line-height: 0.687778rem;
    margin-bottom: 0.1rem;
}

#footer .footer_info p.footer_copy {
    margin-top: 0.222222rem;
}

#footer .footer_tabbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 2.444444rem;
    background: #fff;
    margin: 0 auto;
    z-index: 10000;
    max-width: 720px;
    margin: 0 auto;
    box-shadow: 0 0 10px #eae8e8;
}

#footer .footer_tabbar ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

#footer .footer_tabbar ul li {
    flex: 1;
    text-align: center;
}

#footer .footer_tabbar ul li img {
    width: 1.111111rem;
    margin: 0 auto;
}

#footer .footer_tabbar ul li p {
    font-size: 0.555556rem;
    color: #333;
    padding-top: 0.1rem;
}

#footer .footer_tabbar ul li .footer_pp {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    margin: 0 auto;
    background: #fff;
    position: relative;
    top: -0.666666rem;
    padding: .111111rem;
    box-sizing: border-box;
}

#footer .footer_tabbar ul li .footer_pp img {
    width: 100%;
    height: 100%;
}

#footer .footer_tabbar ul li .flip {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
}

#footer .footer_tabbar ul li .flipper {
    position: relative;
    transition: all ease-in .6s;
    -webkit-transition: all ease-in .6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 800px;
}

#footer .footer_tabbar ul li .flipper .front {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    backface-visibility: hidden;
}

#footer .footer_tabbar ul li .flipper a {
    display: block;
}

#footer .footer_tabbar ul li .flipper .back {
    transform: rotateY(180deg) translateZ(1px);
    -webkit-transform: rotateY(180deg) translateZ(1px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    backface-visibility: hidden;
}

.flipper_hover {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

/*form*/
.queryoffer .form-item {
    margin-bottom: 0.444444rem;
}
.queryoffer .form-item-group {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.queryoffer .form-item-group .form-item {
    margin-bottom: 0;
    width: 48%;
}
.queryoffer input,.queryoffer select {
    width: 100%;
    background-color: #f7f7f7;
    font-size: 0.622222rem;
    color: #999;
    border-radius: 0.222222rem;
    padding: 0.5rem 0 0.5rem 1.311111rem;
    box-sizing: border-box;
    border: none;
    box-sizing: border-box;
}
.queryoffer .form-item-name input {
    background-image: url(../images/icon_user.png);
    background-repeat: no-repeat;
    background-position: 0.333333rem center;
    background-size: 0.777777rem;
}
.queryoffer .form-item-size input {
    background-image: url(../images/icon_size.png);
    background-repeat: no-repeat;
    background-position: 0.333333rem center;
    background-size: 0.777777rem;
}
.queryoffer .form-item-mobile input {
    background-image: url(../images/icon_mobile.png);
    background-repeat: no-repeat;
    background-position: 0.333333rem center;
    background-size: 0.777777rem;
}
.queryoffer .form-item-province select {
    background-image: url(https://www.xydec.com.cn/static/mxy/images/icon_address.png),url(https://www.xydec.com.cn/static/mxy/images/icon_04.png);
    background-repeat: no-repeat,no-repeat;
    background-position: 0.333333rem center,6.2rem center;
    background-size: 0.777777rem,16px;
}
.queryoffer .form-item-city select {
    background-image: url(https://www.xydec.com.cn/static/mxy/images/icon_city.png),url(https://www.xydec.com.cn/static/mxy/images/icon_04.png);
    background-repeat: no-repeat,no-repeat;
    background-position: 0.333333rem center,6.2rem center;
    background-size: 0.777777rem,16px;
}
.queryoffer button {
    width: 100%;
    background: #e50013;
    color: #fff;
    font-size: 0.622222rem;
    border: none;
    padding: 0.4rem 0;
    box-sizing: border-box;
    border-radius: 0.222222rem;
}
.queryoffer .form-item-submit p {
    font-size: 12px;
    padding-top: 3px;
    color: #999;
    text-align: center;
    line-height: 16px;
}

/* yuyue_popup */
#yuyue_popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 100001;
    display: none;
}
#yuyue_popup .popup_main {
    margin: 0 0.666667rem;
    padding: .5rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 0.444444rem;
}
#yuyue_popup .popup_close {
    padding: .5rem;
    position: absolute;
    right: 0;
    top: 0;
}
#yuyue_popup .popup_close img {
    width: 1.111111rem;
}
#yuyue_popup .popup_header {
    text-align: center;
    color: #333;
}
#yuyue_popup .popup_header h2 {
    font-size: 0.666667rem;
}
#yuyue_popup .popup_header p {
    font-size: 0.533333rem;
    line-height: 0.766667rem;
}
#yuyue_popup .popup_header p span {
    color: #e50013;
}
#yuyue_popup .yuyue_main {
    padding: .8rem 0 0;
}
#yuyue_popup .queryoffer .form-item-province select,#yuyue_popup .queryoffer .form-item-city select {
    background-position: 0.333333rem center,5.4rem center;
}
#cnzz {
    display: none;
}