.detailTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

* {
    font-family: 微软雅黑;
}

.container {
    background: #F7F7F7;
    padding-bottom: 42px;
}

.formBtn {
    width: 160px;
    height: 49px;
    cursor: pointer;
    text-align: center;
    line-height: 49px;
    background: #046AF6;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    margin-right: 33px;
    color: #FFFFFF;
    border-radius: 31px 31px 31px 31px;
}

.title {
    margin-left: 39px;
    font-weight: bold;
    font-size: 30px;
    color: #03579D;
}

.detailCenter {
    width: 90%;
    margin: auto;
    margin-top: 50px;
    max-width: 1200px;
}

.detailTop::after {
    content: "";
    position: absolute;
    left: 9px;
    bottom: -15px;
    width: 98.5%;
    max-width: 1182px;
    height: 8px;
    background: url(https://img.swmob.com/swtech/detailTitleLine1.png) center center /100% 100%;
}

.detailItem {
    background: #FFFFFF;
    margin-top: 29px;
    padding: 16px 39px 69px;
}

.xz {
    font-weight: bold;
    margin-bottom: 28px;
    font-size: 16px;
    color: #03579D;
    line-height: 24px;
}

.detailItemTitle {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #545454;
    line-height: 24px;
}

.detailMessage {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
    line-height: 36px;
    margin-bottom: 28px;
}

.connect {
    margin-top: 0 !important;
}

.mask {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    background: #000000;
    opacity: 0.35;
}

.popupItem {
    width: 90%;
    height: 700px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    overflow-y: auto;
    transform: translate(-50%, -50%);
    max-width: 1200px;
}

.popupTitle {
    font-weight: bold;
    font-size: 30px;
    color: #03579D;
    margin-left: 58px;
    padding-top: 55px;
    position: relative;
    padding-left: 30px;
    line-height: 18px;
}

.popupTitle::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -22px;
    width: 100%;
    max-width: 1080px;
    height: 8px;
    background: url(https://img.swmob.com/swtech/detailTitleLine1.png) center center /100% 100%;
}

.popupForm {
    display: flex;
    flex-wrap: wrap;
    margin-left: 9.08%;
    margin-top: 56px;
}

.formItem {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    margin-right: 56px;
}

input,
select {
    border: none;
    outline: none;
    display: block;
}

.formItem input {
    width: 200px;
    height: 30px;
    background: #FFFFFF;
    text-indent: 11px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(4, 106, 246, 0.4);
}

.content {
    display: flex;
    margin-left: 9px;
    align-items: center;
}

.content span {
    margin-left: 7px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.formItem select {
    width: 200px;
    height: 30px;
    text-indent: 11px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(4, 106, 246, 0.4);
}

.formItemBox .formItem input {
    width: 346px;
}


.yzm input {
    width: 136px !important;
}

.popupBox {
    display: none;
	z-index: 999;
    position: absolute;
}

.formItemBox .label {
    width: 100px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
}

.label {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
}

.formItem1 .textarea {
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(4, 106, 246, 0.4);
    width: 450px;
    height: 188px;
    overflow: hidden;
    margin-top: 14px;
}

.formItem1 .textarea textarea {
    padding: 6px 11px;
    width: calc(100% - 22px);
    height: calc(100% - 12px);
    border: none;
    outline: none;
    resize: none;
}

.formItem .content div {
    width: 72px;
    height: 30px;
    margin-left: 12px;
    background: rgba(4, 106, 246, 0.21);
    border-radius: 4px 4px 4px 4px;
}

.formBtnBox {
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}
#yzmBox{
	text-align: center;  
    border: 1px solid #ccc;  
	line-height:30px;
}
.tj {
    width: 160px;
    height: 49px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 49px;
    cursor: pointer;
    background: #046AF6;
    border-radius: 31px 31px 31px 31px;
    margin-right: 74px;
}

.qx {
    cursor: pointer;
    text-align: center;
    width: 160px;
    height: 49px;
    line-height: 49px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #046AF6;
    border-radius: 31px 31px 31px 31px;
    border: 1px solid #046AF6;
}

.label span {
    font-size: 16px;
    color: #FF7206;
}

.phone {
    display: none;
}

@media (max-width:900px) {
    .phone {
        display: block;
    }
    .banner{
        
        margin-top: 50px;
    }

    .pc {
        display: none;
    }

    .title {
        margin-left: 0;
    }

    .formBtn {
        margin-right: 0;
    }

    .detailCenter {
        margin-top: 30px;
    }

    .title {
        font-size: 20px;
    }

    .formBtn {
        width: 120px;
    }

    .detailItem {
        padding: 20px;
    }

    .detailTop::after {
        height: 1px;
        width: 100%;
        background: #999999;
        left: 0;
    }

    .popupTitle {
        line-height: unset;
        width: 90%;
        margin: auto;
        font-size: 20px;
        padding: 20px 0 0;
    }

    .popupTitle::after {
        height: 1px;
        width: 100%;
        background: #999999;
        left: 0;
        bottom: -15px;
    }

    .popupForm .content {
        margin-top: 0;
    }

    .formItem {
        margin-right: 0;
    }

    .label {
        font-size: 14px !important;
    }

    .popupForm {
        width: 90%;
        margin: 30px auto 0;
    }

    .content span {
        font-size: 12px;
    }

    .formItem input {
        width: 200px !important;
    }

    .content1 input {
        width: 140px !important;
    }

    .formItem,.detailMessage{
        margin-bottom: 20px;
    }
    .detailMessage{
        line-height: 30px;
    }

    .formItemBox .label {
        width: 80px;
    }

    .popupItem {
        height: 500px;
    }

    .formItem1 .textarea {
        width: 100%;
    }

    .formItem1 {
        width: 100%;
    }
    .xz{
        margin-bottom: 20px;
    }
    .formBtnBox {
        width: 80%;
        margin: 20px auto;
        justify-content: space-between;
    }

    .tj {
        margin-right: 0;
    }

    .formBtnBox div {
        width: 45%;
    }
}