body {
    font-size: 0.28rem;
}

ul,
li,
ol {
    list-style: none;
    line-height: normal;
}

html {
    font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", Helvetica, Arial, sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

.footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 1.08rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px -.07rem .29rem 0px rgba(208, 208, 208, 0.5);
    width: 100%;
    background: #fff;
    z-index: 50;
    padding: 0 .31rem;
    box-sizing: border-box;
    z-index: 9;
}

.footer-menu nav {
    width: 100%;
    height: 100%;
}

.footer-menu li {
    width: 25%;
    text-align: center;
    float: left;
    color: #A8A8A8;
    line-height: 1rem;
    position: relative;
    height: 100%;
}

.footer-menu li a {
    font-size: .32rem;
    font-weight: bold;
    color: #999999;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1rem;
    font-size: .26rem;
    font-family: MicrosoftYaHeiUI;
    color: rgba(153, 153, 153, 1);
    line-height: 1;
}

.footer-menu li img {
    width: .40rem;
    height: .40rem;
    display: none;
    margin: 0.13rem 0;
}

.footer-menu li img.pary {
    display: inline-block;
}

.footer-menu li.curr img.pary {
    display: none;
}

.footer-menu li.curr img.light {
    display: inline-block;
}

.footer-menu li.curr a {
    color: #06c1ae;
}

.footer-menu li .new {
    position: absolute;
    width: 0.38rem;
    height: 0.28rem;
    top: .2rem;
    right: -0.47rem;
}

.scrollright {
    position: fixed;
    right: .4rem;
    bottom: 2rem;
    width: 1.48rem;
    height: 1.44rem;
    background: url('./images/kefu.png') no-repeat;
    background-size: 100% 100%;
    z-index: 100;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
progress,
video,
body,
div,
address,
blockquote,
iframe,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
pre,
table,
caption,
th,
td,
form,
legend,
fieldset,
input,
button,
select,
textarea {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #333;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

img {
    width: auto;
    max-width: 100%;
    width: 100%;
    -ms-interpolation-mode: bicubic;
    border-style: none;
}

.modal {
    position: fixed;
    z-index: 1003;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
}

.modal-kefuwx>Div {
    width: 6.28rem;
    height: 8.2rem;
}

.modal>div {
    position: absolute;
    top: 50%;
    background: #fff;
    left: 50%;
    border-radius: 0.1rem;
    transform: translate(-50%, -50%);
    text-align: center;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.modal>div .close {
    width: 0.88rem;
    position: absolute;
    height: 0.88rem;
    border: 2px solid #FFFFFF;
    background: url(../images/guanbi@2x.png) no-repeat center;
    background-size: 0.5rem 0.5rem;
    top: 100%;
    left: 50%;
    margin-top: 0.4rem;
    margin-left: -0.44rem;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-kefuwx .title {
    font-size: .4rem;
    font-weight: bold;
    color: rgba(85, 85, 85, 1);
    line-height: .4rem;
    margin: 0.8rem 0 0.28rem;
}

.modal-kefuwx .question {
    font-size: .28rem;
    color: rgba(160, 160, 160, 1);
    line-height: .28rem;
    margin-bottom: 0.64rem;
}

.modal-kefuwx .wxcode {
    width: 3.4rem;
    height: 3.4rem;
    padding: 0.3rem;
    background: rgba(241, 241, 241, 1);
    border-radius: 0.2rem;
    margin-bottom: 0.4rem;
}

.modal-kefuwx .wxnumber {
    font-size: .28rem;
    color: rgba(102, 102, 102, 1);
    line-height: .46rem;
}

.scrollright {
    transition: all .5s;
    right: 0.4rem;
    opacity: 1;
}



/* 首页标题 */
.homeTitle {
    width: 7.62rem;
    display: flex;
    margin: 0 auto;
    padding-top: .53rem;
}

.homeTitle .icon {
    width: .5741rem;
    height: .49rem;
    line-height: .53rem;

}

.homeTitle .text {
    font-size: .4rem;
    color: #444;
    font-weight: bold;
    margin-left: .2rem;
    line-height: .54rem;
}

/* 黑色透明背景提示 */
.showprompt {
    position: fixed;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0.4rem 0.3rem;
    color: #fff;
    font-size: .32rem;
    line-height: .42rem;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    z-index: 99999;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.imgPop {

    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1012;
    align-items: center;
}

.imgPop .imgBox {

    margin: 0 auto;
    width: auto;
    max-width: 90%;
    max-height: 80%;



}

/* 公用頂部导航 */
.my_top {
    background: #06C1AE;
    height: 1rem;
    line-height: 1rem;
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    color: #fff;
}

.my_top_box {
    position: relative;
}

.my_top i {
    left: 0.3rem;
    top: 0;
    position: absolute;

}

.my_top i img {
    width: 0.333rem;
    vertical-align: middle;
}

.top_nav {
    top: 0;
}

.top_nav {
    position: absolute;
    right: 0.42rem;
}

.top_nav_sign {
    position: relative;
}

.top_nav_btn img {
    width: 0.333rem;
    vertical-align: middle;
}

.top_nav_box {
    position: absolute;
    right: -0.4rem;
    top: 0.88rem;
    z-index: 5;
}

.top_nav_top {
    width: 2.84rem;
    background: url(../images/box-top.png) no-repeat left top;
    background-size: 100%;
    height: 0.4rem;
}

.top_nav_box ul {
    background: url(../images/box-middle.png) repeat-y left top;
    background-size: 100%;
    width: 2.84rem;
}

.top_nav_box ul li {
    font-size: 0.32rem;
    color: #333333;
    clear: both;
    padding-left: 0.2rem;
    text-align: left;
    padding: 0.1rem 0px;
}

.top_nav_bottom {
    background: url(../images/box-bottom.png) no-repeat left top;
    background-size: 100%;
    width: 2.84rem;
    height: 0.4rem;
}

.top_nav_box ul li span {
    display: inline-block;
    border-bottom: #f0f0f0 1px solid;
    width: calc(100% - 0.88rem);
    padding-bottom: 0.2rem;
}

.top_nav_box ul li img {
    width: 0.3rem;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 0.3rem;
    margin-right: 0.1rem;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

.popUp {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1011;

}

.searchPop img {
    display: block;
    width: 6.58rem;
    height: 5.79rem;
    margin: 0 auto;
    margin-top: 3.8rem;

}

.popUp .close {
    width: .88rem;
    height: .88rem;
    display: block;
    margin: 0 auto;
    margin-top: .44rem;
    background: url(../images/closeicon.png) no-repeat;
    background-size: 100% 100%;
}

.signPop .signBox {
    width: 6.89rem;
    height: 7.16rem;
    background: url(../images/signPopicon.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 3.64rem;
}

.signPop .signBox input {
   outline: none;
    width: 5.12rem;
    margin: 0 auto;
    height: .99rem;
    border-radius: .11rem;
    border: .02rem solid #FF9188;
    padding-left: .35rem;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: .31rem;
}

.signPop .signBox input::placeholder {
    font-size: .31rem;
    color: #fff;
}

.signPop .signBox .tel {
    margin-top: 2.98rem;
    margin-left: .88rem;

}

.signPop .signBox .signButton {
    width: 5.52rem;
    height: .99rem;
    margin: 0 auto;
    border-radius: .49rem;
    background-color: #FFF48C;
    line-height: .99rem;
    color: #FA6457;
    text-align: center;
    font-weight: 600;
    font-size: .35rem;
    margin-top: .35rem;

}

.signPop .signBox .inpBox {

    margin: 0 auto;
    width: 5.12rem;
    height: .99rem;
    display: flex;
    overflow: hidden;
    margin-top: .35rem;
    border: .02rem solid #FF9188;
    border-radius: .11rem;
}

.signPop .signBox .code {
    width: 2.2rem;
    border: none;
}

.signPop .signBox .getCode {
    width: 2.63rem;
    height: 0.99rem;
    border-radius: 0.11rem;
    line-height: .99rem;
    text-align: center;
    color: #FFD686;
    font-size: 0.31rem;
}
.showprompt {
    position: fixed;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0.4rem 0.3rem;
    color: #fff;
    font-size: .32rem;
    line-height: .42rem;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    z-index: 99999;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.modal-confirm,
.modal-confirm-prompt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
}

.modal-confirm>div,
.modal-confirm-prompt>div {
    position: absolute;
    width: 6rem;
    height: auto;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden
}

.modal-confirm .confirm {
    height: 1rem;
    border-top: 1px solid rgba(235, 235, 235, 1);
    position: relative;
    font-size: 0
}

.modal-confirm .confirm:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(235, 235, 235, 1)
}

.modal-confirm .prompt {
    padding: .8rem .6rem;
    text-align: center;
    line-height: .48rem;
    font-size: .32rem;
    color: rgba(51, 51, 51, 1);
}

.modal-confirm .prompt a:hover {
    color: #06C1AE
}

.modal-confirm .confirm p {
    display: inline-block;
    font-size: .32rem;
    width: 50%;
    text-align: center;
    color: #666;
    height: 1rem;
    line-height: 1rem;
    cursor: pointer;
}

.modal-confirm .confirm .change:hover {
    background: #FF7C7C;
    color: #fff
}

.modal-confirm .confirm .cancel:hover {
    background: rgba(237, 237, 237, 1)
}

/* 二次确定提示 */
.tipPop .tipBox{
    width:6.63rem;
    background-color: #fff;
    border-radius:.22rem;
    padding: .22rem 0;
    padding-bottom: .44rem;
    margin: 0 auto;
    margin-top: 4.98rem;
}
.tipPop .tipBox p{
    font-size: .35rem;
    color: #333;
    line-height:.46rem;
    width: 100%;
    text-align: center;
    margin-top: .44rem;
}

.tipPop .tipBox .btnBox{
    display: flex;
    margin-top: .66rem;
    justify-content: center;
}

.tipPop .tipBox .btnBox .cencel{
    width: 2.87rem;
    height: .8rem;
    background-color: #F0F0F0;
    border-radius: .55rem;
    line-height: .8rem;
    text-align: center;
    color: #999;
}

.tipPop .tipBox .btnBox .confirm{
    width: 2.87rem;
    height: .8rem;
    background-color: #06C1AE;
    border-radius: .55rem;
    line-height: .8rem;
    text-align: center;
    color: #FFF;
    margin-left: .44rem;
}
/* 二次确定提示 */



/* 标书上传失败弹窗 */
.modal-create-order-warning>div {
    width: 6.62rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 0.22rem;
    padding-top: 0.49rem;
    padding-bottom: 0.49rem;
}
.modal-create-order-warning .title-box {
    text-align: center;
    font-size: 0;
    height: 0.4rem;
    margin-bottom: 0.44rem;
}

.modal-create-order-warning .title-box .left,
.modal-create-order-warning .title-box .right {
    width: 0.5rem;
    height: 0.07rem;
    background: #FF6767;
}

.modal-create-order-warning .title-box span {
    display: inline-block;
    line-height: .4rem;
    vertical-align: middle;
}

.modal-create-order-warning .title-box .img {
    display: inline-block;
    vertical-align: middle;
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0.2rem 0 0.15rem;
}

.modal-create-order-warning .title-box .text {
    font-size: .35rem;
    font-weight: 400;
    color: #FF6767;
    line-height: .4rem;
    margin-right: 0.15rem;
}

.modal-create-order-warning .title-box span {
    display: inline-block;
    line-height: .4rem;
    vertical-align: middle;
}

.modal-create-order-warning .title-box .left,
.modal-create-order-warning .title-box .right {
    width: 0.5rem;
    height: 0.07rem;
    background: #FF6767;
}

.modal-create-order-warning .title-box span {
    display: inline-block;
    line-height: .4rem;
    vertical-align: middle;
}

.modal-create-order-warning .false-text {
    margin: 0 0.7rem;
    text-align: left;
}

.modal-create-order-warning .false-text .title {
    font-size: .31rem;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0.18rem;
}

.modal-create-order-warning .false-text .text {
    font-size: .31rem;
    line-height: .5rem;
    font-weight: 400;
    margin-bottom: 0.44rem;
    color: rgba(102, 102, 102, 1);
}

.modal-create-order-warning .false-text .line {
    height: 1px;
    background: #F1F1F1;
    margin-bottom: 0.44rem;
}

.modal-create-order-warning .false-text .err {
    font-size: .31rem;
    font-weight: 400;
    color: rgba(255, 103, 103, 1);
    line-height: 1;
    margin-bottom: 0.44rem;
}

.modal-create-order-warning .false-text .know {
    display: block;
    height: 0.93rem;
    line-height: .93rem;
    background: rgba(6, 193, 174, 1);
    border-radius: 0.11rem;
    font-size: .35rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

/* 权益弹窗 */

.rightsPop .rightsBox{
    position: relative;
}

.rightsPop .qrBg{
    width: 100%;
    height: 9.32rem;
    display: block;
    margin-top: 1.79rem;
}
.rightsPop .qrImg{
    width: 1.09rem;
    height: 1.19rem;
    position: absolute;
    right: 1.6rem;
    bottom: 1.1rem;

}
.rightsPop .closeGold{
    position: absolute;
    width: .6rem;
    height: .6rem;
    top: 10.8rem;
    right: 3.8rem;
    margin-top: 0!important;

}

.loadings{
    position: fixed;
    top: 44%;
    width: 1.7rem;
    height: 1.7rem;
    left: 3.29rem;
    z-index: 1002;
}


