/* 05/19导航 */
.daohang_bg {
    width: 150px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #333;
    font-size: 12px;
    background: url(/personal/static/imgs/pc/grey-arrow.png) 100%;
    background-size: cover;
}

.title02 {
    margin-left: -40px;
}

.tabs-bgimg {
    padding: 10px;
    display: flex;
}

/* 05/19导航 */
/* 移动端显示内容 */
.mobile-terminal-navigation {
    padding: 10px 5px;
    background: #f2f2f2;
}

.navigation-one {
    color: #B9B9B9;
    font-size: 12px;
    padding-left: 10px;
}

.navigation-others {
    color: #B9B9B9;
    font-size: 12px;
}

.nav-active {
    color: #2b4272;
}

/* 中国地图 */
.map-china {
    margin-bottom: 100px;
    background: #F2F2F2;
}

.mc-title {
    font-size: 36px;
    color: #010528;
    text-align: center;
    padding: 20px 0;
}

/* left */
/* .test{
    border: 1px solid red;
} */

.mc-bgimg {
    height: 563px;
    /* background: url(../imgs/chinaMap.png); */
    background: url(/personal/static/imgs/pc/chinaMap.png);

    background-size: 100% 100%;
    /* padding-right: 5px; */
}

.city-division {
    border: 1px solid #707070;
    color: #010528;
    font-size: 14px;
    letter-spacing: 3px;
    background: #fff;
    cursor: pointer;
}

.shenzhen {
    position: absolute;
    bottom: 75px;
    right: 242px;
}

.guangdong {
    position: absolute;
    bottom: 91px;
    right: 340px
}

.chengdu {
    position: absolute;
    bottom: 221px;
    right: 431px;
}
/*重庆*/
.chongqing {
    position: absolute;
    bottom: 161px;
    right: 397px;
}
.changsha {
    position: absolute;
    bottom: 146px;
    right: 300px;
}

.wuhan {
    position: absolute;
    bottom: 212px;
    right: 330px;
}

.hefei {
    position: absolute;
    bottom: 238px;
    right: 296px;
}
/*南京*/
.nanjing {
    position: absolute;
    bottom: 261px;
    right: 226px;
}

.shanghai {
    position: absolute;
    bottom: 211px;
    right: 154px;
}
/*宁波*/
.ningbo {
    position: absolute;
    bottom: 172px;
    right: 154px;
}
/*杭州*/
.hangzhou {
    position: absolute;
    bottom: 176px;
    right: 240px;
}
/*苏州*/
.suzhou {
    position: absolute;
    bottom: 238px;
    right: 168px;
}

.xian {
    position: absolute;
    bottom: 278px;
    right: 386px;
}

.zhengzhou {
    position: absolute;
    bottom: 285px;
    right: 310px;
}

.jinan {
    position: absolute;
    bottom: 305px;
    right: 220px;
}

.tianjin {
    position: absolute;
    bottom: 343px;
    right: 222px;
}

.beijing {
    position: absolute;
    bottom: 369px;
    right: 250px;
}
/*沈阳*/
.shengyang {
    position: absolute;
    bottom: 390px;
    right: 152px;
}


/* JQ */
.jq-display {
    display: none;
}

.city-headquarters {
    display: none;
}

/* JQ */
/* right */
.mc-address-detail {
    width: 100%;
    background: #00284B;
    padding: 7px;
    padding-bottom: 30px;
}

.address-img {
    width: 366px;
    position: relative;
    margin-top: 11px;
    height: 233px;
    /* border: 1px solid red; */
}

.address-img img {
    width: 100%;
    height: 100%;
}

.mc-address-text {
    width: 95%;
    height: 85%;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: right;
    padding: 10px;
    color: #fff;
}

.detail-content-detail {
    margin-top: 20px;
    color: #fff;
    padding: 5px 0px;
    padding-left: 20px;
}

.dd-title-bottom {
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 23px;
}

.dd-line {
    width: 64px;
    height: 4px;
    background: #00FFFF;
    margin-top: 10px;
}

.dd-address-positioning {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 0;
    overflow: hidden;
    margin-top: 20px;
}

.d-text-style {
    overflow: hidden;
}

.dd-address-positioning img {
    width: 18px;
    height: 17px;
    margin-right: 10px;
}

.dd-contact-phone-number {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 0;
}

.dd-contact-phone-number img {
    width: 18px;
    height: 17px;
    margin-right: 10px;
}

/* 中国地图 */
/* form提交 */
.submit-form {
    padding-bottom: 100px;
}

.submit-yourdemand {
    text-align: center;
}

.syd-title {
    font-size: 36px;
    color: #010528;
}

.sydt-line {
    width: 100px;
    height: 4px;
    background: #7FCDFF;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.syd-title-prompt {
    margin-top: 10px;
    font-size: 16px;
    color: #D9D9D9;
}

/* 05/19 form*/
.form-content {
    margin: 0 40px;
    /* border: 1px solid red; */
}

.form-detail {
    /* border: 1px solid red; */
    margin-top: 30px;
    padding: 0 90px;
}

.name_contact {
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-evenly;
}

.labelStyle {
    font-size: 20px;
    color: #585858;
}

.inputLength {
    width: 312px;
    height: 44px;
    background: none;
    outline: none;
    border: none;
    border: 1px solid #C9C9C9;
    padding-left: 10px;
}

.your_demond {
    margin-top: 20px;
    display: flex;
    /* padding-left:5px ; */
    align-items: center;
    justify-content: center;
}

.inputDemondLength {
    width: 790px;
    height: 44px;
    background: none;
    outline: none;
    border: none;
    border: 1px solid #C9C9C9;
    padding-left: 10px;
    margin-left: 3px;
}

.your_submit {
    display: flex;
    justify-content: flex-start;
    /* padding-left: 10px; */
    /* border: 1px solid red; */
    padding-left: 70px;
}

.code_left_content {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px
}

.immediatelySubmitted {
    background: #001D5D;
    color: #fff;
    width: 155px;
    height: 44px;
    text-align: center;
    line-height: 44px;
}

.inputCodes {
    width:405px;
    height: 44px;
    background: none;
    outline: none;
    border: none;
    margin-left: -10px;
    border: 1px solid #C9C9C9;
    padding-left: 10px;
}

.code_img {
    width: 280px;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.code_img img {
    width: 100px;
    height: 44px;
}

.changet {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

/* 05/19 form*/
/* 移动端form表单提交 */
.mobile-form {
    margin-top: 20px;
}

.iphone-form-de {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.m_labelStyle {
    font-size: 12px;
    color: #585858;
}

.codeInputStyle {}

.m_inputLength {
    width: 255px;
    height: 30px;
    background: none;
    outline: none;
    border: none;
    border: 1px solid #C9C9C9;
    /* border-radius: 20px; */
    padding-left: 10px;
}

.m_your_contact {
    margin-top: 10px;
}

.m_your_demond {
    margin-top: 10px;
}

.m_your_code {
    margin-top: 10px;
}

.code_content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.m_inputLengthcode {
    width: 195px;
    height: 30px;
    background: none;
    outline: none;
    border: none;
    border: 1px solid #C9C9C9;
    /* border-radius: 20px; */
    padding-left: 10px;
}

/* .m_your_code{
    border: 1px solid red;
} */
.m_your_code input {
    margin-left: 12px;
}

.mcode_img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 8px;
}

.mcode_img img {
    width: 50px;
    height: 24px;
}

.mcode_text {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.m_submit {
    background: #001D5D !important;
    text-align: center;
    line-height: 26px;
    width: 116px;
    color: #fff;
    border-radius: 20px;
    margin-top: 20px;
}

/* 移动端form表单提交 */
.f_success {
    height: 40px;
    text-align: center;
    line-height: 40px;
}


@media screen and (min-width:992px) and (max-width:1200px) {

    /* 右侧城市图片css */
    .mc-address-detail {
        width: 100%;
        background: #00284B;
        padding: 4px;
        padding-bottom: 30px;
    }

    .address-img {
        width: 295px;
        position: relative;
        margin-top: 11px;
        height: 215px;
        /* border: 1px solid red; */
    }

    .address-img img {
        width: 100%;
        height: 100%;
    }

    /* 针对992px-1200px 调整地图定位 */
    .mc-bgimg {
        height: 512px;
        background: url(/personal/static/imgs/chinaMap.png) 100%;
        background-size: cover;
    }

    /* 针对表格 */
    .form-detail {
        margin-top: 30px;
        padding: 0 90px;
    }

    .name_contact {
        display: flex;
        justify-content: space-evenly;
    }

    .labelStyle {
        font-size: 16px;
        color: #585858;
    }

    .inputLength {
        width: 230px;
        height: 44px;
        background: none;
        outline: none;
        border: none;
        border: 1px solid #C9C9C9;

    }

    .inputDemondLength {
        width: 600px;
        height: 44px;
        background: none;
        outline: none;
        border: none;
        border: 1px solid #C9C9C9;

    }

    .your_contact {
        margin-top: 10px;
    }

    .your_demond {
        margin-top: 20px;
        display: flex;
        /* padding-left:100px ; */
        align-items: center;
        justify-content: center;
    }

    .your_submit {
        display: flex;
        justify-content: flex-start;
        /* padding-left: 10px; */
        /* border: 1px solid red; */
        padding-left: 20px;
    }

    .code_left_content {
        margin-left: 40px;
    }

    .inputCodes {
        width: 210px;
        height: 44px;
        background: none;
        outline: none;
        border: none;
        margin-left: -10px;
        border: 1px solid #C9C9C9;
    }

    .immediatelySubmitted {
        /*  */
        background: #001D5D;
        color: #fff;
        width: 150px;
        height: 44px;
        text-align: center;
        line-height: 44px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        margin-top: 10px;
    }

    /* .your_submit {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    } */

    .code_img {
        width: 280px;
        /* border: 1px solid red; */
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 28px;
    }

    .mc-bgimg {
        height: 512px;
        background: url(/personal/static/imgs/chinaMap.png) 100%;
        background-size: 100% 100%;
        /* background-size: contain; */
    }
    .shenzhen {
        position: absolute;
        bottom: 50px;
        right: 200px;
    }

    .guangdong {
        position: absolute;
        bottom: 75px;
        right: 270px
    }

    .chengdu {
        position: absolute;
        bottom: 130px;
        right: 355px;
    }

    .changsha {
        position: absolute;
        bottom: 130px;
        right: 240px;
    }

    .wuhan {
        position: absolute;
        bottom: 180px;
        right: 270px;
    }

    .hefei {
        position: absolute;
        bottom: 220px;
        right: 180px;
    }

    .shanghai {
        position: absolute;
        bottom: 190px;
        right: 100px;
    }

    .xian {
        position: absolute;
        bottom: 235px;
        right: 345px;
    }

    .zhengzhou {
        position: absolute;
        bottom: 260px;
        right: 270px;
    }

    .jinan {
        position: absolute;
        bottom: 270px;
        right: 155px;
    }

    .tianjin {
        position: absolute;
        bottom: 300px;
        right: 155px;
    }

    .beijing {
        position: absolute;
        bottom: 340px;
        right: 240px;
    }

}


@media screen and (min-width:768px) and (max-width:992px) {

    /* 调整城市图片 */
    .mc-address-detail {
        width: 100%;
        background: #00284B;
        padding: 4px;
        padding-bottom: 30px;
    }

    .address-img {
        width: 742px;
        position: relative;
        margin-top: 11px;
        height: 390px;
        /* border: 1px solid red; */
    }

    .address-img img {
        width: 100%;
        height: 100%;
    }

    .city-division {
        border: 1px solid #707070;
        color: #010528;
        font-size: 12px;
        background: #fff;
    }
    .city-branch-phone{
        padding-left: 10%;
        background: #00284B;
        padding-bottom: 3%;
        padding-top: 1%;
        margin: 0 15px;
    }
    .city-branch{
        display: inline-block;
        padding: 1% 3%;
        border: 1px solid #fff;
        color: #fff;
        margin-bottom: 3%;
    }
    .city-branch-active{
        background: #fff;
        color: #000;
    }


}

@media screen and (min-width:480px) and (max-width:768px) {
    .mc-address-detail {
        width: 100%;
        background: #00284B;
        padding: 4px;
        padding-bottom: 30px;
    }
    .address-img {
        /* width: 100%; */
        position: relative;
        margin-top: 11px;
        height: 320px;
    }
    .address-img img {
        width: 100%;
        height: 100%;
    }
    .city-division {
        border: 1px solid #707070;
        color: #010528;
        font-size: 12px;
        background: #fff;
    }
    .city-branch-phone{
        padding-left: 10%;
        background: #00284B;
        padding-bottom: 3%;
        padding-top: 1%;
        margin: 0 15px;
    }
    .city-branch{
        display: inline-block;
        padding: 1% 3%;
        border: 1px solid #fff;
        color: #fff;
        margin-bottom: 3%;
    }
    .city-branch-active{
        background: #fff;
        color: #000;
    }
}

/* 针对375-768px 调整地图定位 */
@media screen and (min-width:375px) and (max-width:480px) {
    .detail-content-detail {
        margin-top: 20px;
        color: #fff;
        padding: 0 20px;
    }
    .mc-bgimg {
        height: 256px;
        background: url(/personal/static/imgs/chinaMap.png) 100%;
        background-size: cover;
        /* background-size: 100% 100%; */
    }
    .address-img {
        width: 100%;
        position: relative;
        margin-top: 11px;
        height: 190px;
    }
    .address-img img {
        width: 100%;
        height: 100%;
    }
    .city-division {
        border: 1px solid #707070;
        color: #010528;
        font-size: 12px;
        background: #fff;
    }
    .city-branch-phone{
        padding-left: 10%;
        background: #00284B;
        padding-bottom: 3%;
        padding-top: 1%;
        margin: 0 15px;
    }
    .city-branch{
        display: inline-block;
        padding: 1% 3%;
        border: 1px solid #fff;
        color: #fff;
        margin-bottom: 3%;
    }
    .city-branch-active{
        background: #fff;
        color: #000;
    }
    .mc-bgimg {
        background: url(/personal/static/imgs/chinaMap.png) 100%  no-repeat;
        /* background-size: 100% 100%; */
        background-size: contain;
    }
}


/*针对375 调整地图定位  */
@media screen and (max-width:375px) {
    .mc-address-detail {
        width: 100%;
        background: #00284B;
        padding: 4px;
        padding-bottom: 30px;
    }
    .address-img {
        /* width: 100%; */
        position: relative;
        margin-top: 11px;
        height: 190px;
    }
    .address-img img {
        width: 100%;
        height: 100%;
    }
    .city-division {
        border: 1px solid #707070;
        color: #010528;
        font-size: 12px;
        background: #fff;
    }
    .city-branch-phone{
        padding-left: 10%;
        background: #00284B;
        padding-bottom: 3%;
        padding-top: 1%;
        margin: 0 15px;
    }
    .city-branch{
        display: inline-block;
        padding: 1% 3%;
        border: 1px solid #fff;
        color: #fff;
        margin-bottom: 3%;
    }
    .city-branch-active{
        background: #fff;
        color: #000;
    }
    .detail-content-detail {
        margin-top: 20px;
        color: #fff;
        padding: 0 20px;
    }
}

/* 弹框内容css */
.window {
    width: 250px;
    background-color: #f2f2f2;
    position: absolute;
    padding: 2px;
    margin: 5px;
    display: none;
}

.window img {
    width: 10px;
    height: 10px;
}

.content {
    height: 150px;
    background-color: #FFF;
    font-size: 14px;
    overflow: auto;
}

.tipsInfo {
    height: 50px;
    color: #333;
    font-size: 14px;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 50px;
}

.title img {
    float: right;
}


@media screen and (min-width:320px) and (max-width:374px) {
    .mc-bgimg {
        background: url(/personal/static/imgs/chinaMap.png) center 100%  no-repeat;
        /* background-size: 100% 100%; */
        background-size: contain;
    }
    .city-division {
        border: 1px solid #707070;
        color: #010528;
        font-size: 12px;
        background: #fff;
    }
    .city-branch-phone{
        padding-left: 10%;
        background: #00284B;
        padding-bottom: 3%;
        padding-top: 1%;
        margin: 0 15px;
    }
    .city-branch{
        display: inline-block;
        padding: 1% 3%;
        border: 1px solid #fff;
        color: #fff;
        margin-bottom: 3%;
    }
    .city-branch-active{
        background: #fff;
        color: #000;
    }
}
