﻿@charset "utf-8";

/* CSS Document */

html {
    font-size: calc(100vw / 7.5 * 2);
}

body{font-size:14px; font-weight:14px; font-family:Arial; margin:0 auto; color:#000; background:#ebebeb;}

a {text-decoration: none; color:#576B95}

a:hover{ color:#f8790b; text-decoration:none;}

* { margin:0; padding:0; border:0; }

div{float:left; padding:0; margin:0; overflow:hidden}


/*a模块样式*/

.aBox{width:100%; background:#fff; margin:0 0 30px 0; padding:10px 0 10px 0;}


/*模块内的标题*/

.boxTitle{width:100%; height:40px; line-height:30px; font-weight:bold; color:#09a145; background-image:url(boxtitle.png); text-align:center; overflow:hidden; padding:0 0 10px 0; font-size:20px; font-weight:20px;filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";-moz-background-size:100% 100%;background-size:100% 100%;}

.moduleTitle {
    width: 100%;
    border-bottom: 1px solid #b0b0b0;
    overflow: hidden;
    border-top: 1px solid #fff;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    background: #4D9EF9;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#4D9EF9), to(#4D9EF9));
    padding: 5px 2% 5px 2%;
    font-size: inherit;
    font-weight: inherit;
}

.companyTitle {
    -webkit-border-radius: 5px;
    background: #fff;
    margin: 10px 10px 0px 10px;
    padding: 5px 2% 5px 2%;
    font-size: inherit;
    font-weight: inherit;
}

/*表单元素样式*/

.aList{overflow:hidden; border-radius:3px; border:1px solid #ddd; margin:5px 2% 5px 2%; padding:0; width:96%; height:40px; line-height:40px; background: #fff;}

.aInput{height:40px; width:98%; text-align:left; font-size:15px; background:#FFC; color:#999; padding:0 0 0 2%;}

.aSelect {
    height: 40px;
    font-size: 16px;
    background: #4D9EF9;
    color: #fff;
}

.aSubmit {
    height: 42px;
    width: 100%;
    background: #ff552e;
    color: #fff;
    font-size: 15px;
}
.qSubmit {
    height: 52px;
    width: 100%;
    background: #ff9900;
    color: #fff;
    font-size: 16px;
}
.tSubmit {
    height: 42px;
    width: 100%;
    background: #ff9900;
    color: #fff;
    font-size: 15px;
}
.wlink {
    color: #fff;
}

    .wlink:hover {
        color: #f2984c;
        transition: color 0.5s;
    }

    .wlink:active {
        color: #f2984c;
        transition: color 0.5s;
    }

.content {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    position: absolute;
    top: -0.44rem;
    height: 100%;
    z-index: 990;
    /* overflow-y: scroll; */
}

.mainInfo {
    position: relative;
    height: 80%;
    background: #f5f5f5;
    font-size: 0.12rem;
    padding-bottom: 0.55rem;
}

.tab {
    width: 100%;
    display: flex;
    height: 44px;
    line-height: 44px;
    background: #F3F4F8;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
}

    .tab .item {
        width: 50%;
        text-align: center;
    }

        .tab .item.active {
            color: #F85A0D;
            background: #fff;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            font-weight: bold;
        }

.zxnr {
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 15px 0px 15px 0px;
    width: 100%;
}

    .zxnr .nr {
        width: 100%;
    }

    .zxnr .address {
        width: 100%;
        font-size: 19px;
        display: flex;
        /*opacity: 0.8;*/
        padding-bottom: 15px;
        padding-top: 10px;
    }

.address .startAddress {
    width: 40%;
    height: 30px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    height: 30px;
    font-family: PingFangSC-Medium;
}

.address .center {
    width: 20%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;
}

.address .endAddress {
    width: 60%;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
    font-family: PingFangSC-Medium;
}

.searchBtn {
    width: 60px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    border-radius: 25px;
    color: #ffa123;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 2%;
}

.yyBtn {
    width: 300px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 22px;
    background: #ffa123;
    font-size: 16px;
    letter-spacing: 1px;
}

    .yyBtn .ht {
        width: 12px;
        height: 18px;
    }

    .yyBtn.active {
        width: 100%;
        background: #ffa123;
    }

.gsnr {
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 15px 0px 15px 0px;
    width: 100%;
    display:none;
}

    .gsnr .companyName {
        font-size: 17px;
        letter-spacing: 1px;
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
    }

        .gsnr .companyName .left {
            width: 100%;
            height: 45px;
            border-bottom: 1px solid #e5e5e5;
            padding: 10px 0 5px;
        }

.record {
    width: 100%;
    height: 25px;
    padding-top: 0px;
    font-size: 11px;
    padding-bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.ls {
    width: 12px;
    height: 12px;
    margin-top: -0.02rem;
}

.record .clear {
    width: 40px;
    color: #969696;
    padding-left: 5px;
    display: inline-block;
}

.record .comname {
    height: 25px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 0.14rem;
    white-space: nowrap;
    color: #808080;
    padding-left: 2%;
    overflow-x: scroll;
    text-align: left;
    line-height: 25px;
}

.nr .sq {
    display: flex;
    justify-content: center;
}

.nr .btn {
    width: 80%;
    height: 35px;
    background-image: linear-gradient(90deg, #ff7e00 0%, #ffa200 100%);
    border-radius: 5px;
    line-height: 35px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    border: none;
}

.nr .btnn {
    width: 35%;
    height: 35px;
    background-image: linear-gradient(90deg, #ff7e00 0%, #ffa200 100%);
    border-radius: 5px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.nr .cancelBtn {
    width: 35%;
    height: 35px;
    background-color: #fff;
    border-radius: 5px;
    line-height: 35px;
    color: #333;
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px solid #7f7f7f;
}

#startName,
#City {
    font-size: 24px;
    line-height: 30px;
    width: 100%;
    padding: 0px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-family: PingFangSC-Medium;
    -webkit-appearance: none;
}

.footBar {
    position: fixed;
    bottom: var(--window-bottom, 0);
    z-index: 200000;
    width: 100%;
    height: 45px;
    background-color: #FFFFFF;
    border-top: #B2B2B2 1px solid;
}