html,
body,
div,
span,
header,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
b,
i,
input,
textarea,
ol,
ul,
li,
button,
video,
audio {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: normal;
}

.mt4 {
    margin-top: 4px;
}

.mb4 {
    margin-bottom: 4px;
}

.mt8 {
    margin-top: 8px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb24 {
    margin-bottom: 24px;
}

.mt24 {
    margin-top: 24px;
}


/* body{
    background-color: #f2f2f2;
} */

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

._flex {
    display: flex;
}

.font0 {
    font-size: 0px;
}

.pad30 {
    padding: 30px;
}

.wp440 {
    width: 440px;
}

.cavity {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    border: solid 2px #fe5000;
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    color: #fe5000;
    padding: 0 30px;
}

.more {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fe5000;
    border-radius: 50px;
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    box-sizing: border-box;
    padding: 0 30px;
    color: #ffffff;
    margin-top: 70px;
}


/* 头部尾部css */

.navigationbar {
    /* padding: 0 98px; */
    position: relative;
    left: 0;
    top: 0;
}
.navigationbar .phoneMarkCont{
    margin-left: 30px;
}
.navigationbar .phoneMarkCont .phoneImg{
    width: 20px;height:20px;vertical-align:middle;margin-right: 4px;
}
.navigationbar .phoneMarkCont .phoneWord{
    line-height: 74px;letter-spacing: 2px;color:#ff8010;font-weight: bold;font-size: 16px;
}

/* 体验二维码区域 */

.experience-code {
    position: absolute;
    right: 60px;
    top: 15px;
    background: #fff;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    z-index: 10000;
    margin-top: 55px;
    display: flex;
    align-items: center;
    padding: 16px;
    /* display: none; */
}

.experience {
    display: none;
}

.strigle {
    position: absolute;
    left: 172px;
    top: -12px;
}

.experience-code > div p {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.experience_code {
    margin: 0 16px 0 0;
}


.navigationbar .fl .logoImg {
    display: inline-block;
    vertical-align: middle;
}

.navigationbar .fl .navigation {
    display: inline-block;
    margin-left: 50px;
}

.navigation-options .navigation-options-li {
    font-size: 18px;
    color: #616161;
    display: inline-block;
    position: relative;
    width: 100px;
    text-align: center;
}

.navigation-options-f {
    padding: 25px 0;
}

.navigation-options .navigation-options-li a {
    color: #616161;
    display: inline-block;
}

.navigation-options .navigation-options-li ul {
    padding: 15px 0;
    background-color: #fafafa;
    position: absolute;
    top: 74px;
    left: 0;
    z-index: 999;
    width: 100%;
}

.navigation-options .navigation-options-li ul li {
    margin-bottom: 22px;
    font-size: 16px;
}

.navigation-options .navigation-options-li ul li:last-child {
    margin-bottom: 0;
}

.navigationbar .fr {
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    border: solid 2px #ff8010;
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #fe5000;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin-top: 15px;
    margin-left: 22px;
}

.navigation-options .navigation-options-li.navigation-active {
    background-color: #fafafa;
}

.navigation-options .navigation-options-li.navigation-active .navigation-options-f {
    color: #fe5000 !important;
}

.navigation-active {
    position: relative;
}

.navigation-active::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 6px;
    background-color: #fe5000;
}

.footer {
    background-color: #f9f9f9;
}

.footer .list .title {
    font-size: 12px;
    line-height: 20px;
    color: #8c8c8c;
}

.footer .list a {
    color: black;
    transition: all .2s;
}

.footer .list a:hover {
    color: #FF8110;
}

.footer .list .item {
    font-size: 14px;
    line-height: 22px;
    color: black;
}

.footer .publicQrCode:not(:last-child) {
    margin-right: 40px;
}

.footer .publicQrCode .qrCode {
    display: block;
    width: 106px;
    height: 106px;
    transition: all .2s;
}

.footer .publicQrCode .text {
    width: 106px;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}

.footer .publicQrCode img:hover {
    transform: scale(1.4);
}

.footer .logo {
    height: 72px;
    width: 190px;
    margin-bottom: 48px;
}

.footer .top {
    display: flex;
    justify-content: space-between;
    padding: 64px 96px;
    border-bottom: 1px solid #D9D9D9;
}

.footer .bottom {
    display: flex;
    justify-content: center;
    padding: 16px 0;
}

.footer .bottom div {
    font-size: 12px;
    line-height: 20px;
    color: #595959
}

.footer .bottom div:not(:last-child) {
    margin-right: 24px;
}

.poi .line {
    margin-left: 4px;
}

.backgray {
    background: rgba(216, 216, 216, 0.3);
}

.popups,
.popups1 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.modal-1 {
    width: 768px;
    /* height:550px; */
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
}

.modal-2 {
    width: 768px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
}

.modal-in-1,
.modal-in-2 {
    padding: 32px 30px;
    padding-bottom: 47px;
}

.modal-1-title .fl,
.modal-2-title .fl {
    font-family: SourceHanSansCN-Normal;
    font-size: 40px;
    letter-spacing: 2px;
    color: #000000;
}

.modal-1-title .fr,
.modal-2-title .fr {
    width: 28px;
    height: 28px;
}

.modal-1-title .fr img,
.modal-2-title .fr img {
    width: 100%;
    height: 100%;
}

.tips {
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 9px;
}

.modal-1-container,
.modal-2-container {
    margin-top: 40px;
}

.modal-1-input,
.modal-2-input {
    width: 338px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #d9d9d9;
    /* padding: 5px 10px; */
    margin-bottom: 30px;
}

.modal-1-input-long,
.modal-2-input-long {
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #d9d9d9;
    /* padding: 5px 10px; */
}

.modal-1-input-long textarea,
.modal-2-input-long textarea,
.modal-2-input-long input {
    border: 0;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000000;
    padding: 5px 10px;
    /* resize: none; */
}

.modal-2-input-long input:focus,
.modal-2-input-long textarea:focus,
.modal-1-input-long textarea:focus {
    outline: none;
}

.modal-2-input-long {
    margin-bottom: 30px;
}

.field {
    font-family: SourceHanSansCN-Normal;
    font-size: 13px;
    letter-spacing: 1px;
    color: #000000;
    padding: 5px 10px;
}

.field span {
    font-family: SourceHanSansCN-Normal;
    font-size: 9px;
    letter-spacing: 1px;
    color: #e81a39;
}

.modal-1-input input,
.modal-2-input input {
    border: 0;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000000;
    padding: 0 10px;
}

.modal-1-input input:focus,
.modal-2-input input:focus {
    outline: none;
}

.modal-in-1 button,
.modal-in-2 button {
    display: block;
    width: 200px;
    height: 50px;
    background-color: #fe5000;
    border-radius: 25px;
    margin: 0 auto;
    margin-top: 18px;
    border: none;
}

.b-b {
    position: relative;
}

.b-b::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fe5000;
}

.noEmpty {
    color: #fd7e7e;
}

.lxfs {
    margin-top: 9px;
}

.mc {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.07;
}

.alertBox {
    width: 605px;
    height: 375px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.closeBtn {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 14px;
    right: 17px;
    cursor: pointer;
}

.alertBox .top {
    margin-top: 110px;
}

.alertBox .top h2 {
    font-size: 20px;
    color: #4d4d4d;
    font-weight: normal;
    line-height: 36px;
}

.alertBox .top p {
    font-size: 14px;
    color: #808080;
    letter-spacing: initial;
}

.alertBox .bottom {
    display: inline-block;
    margin-top: 50px;
}

.alertBox .bottom .right p {
    color: #808080;
    font-size: 14px;
    text-align: left;
    margin-left: 15px;
}

.alertBox .bottom .code img {
    width: 80px;
    height: 80px;
}

.alertBox .top h2 img {
    width: 33px;
    height: 33px;
    margin-right: 10px;
    vertical-align: top;
}

.alertBox .bottom .right {
    padding: 15px 0;
}

.banben {
    margin-right: 60px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #666666;
}

/*改变单选框选中效果*/
#dialog-box-2 .cityItem {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}

#dialog-box-2 .cityItem span {
    padding-left: 5px;
}

#dialog-box-2 .cityItem.b-b::after {
    height: 0;
}

#dialog-box-2 input[type="radio"] {
    width: 17px;
    height: 17px;
    margin-left: 8px;
    opacity: 0;
}

#dialog-box-2 label {
    position: absolute;
    left: 8px;
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
}

#dialog-box-2 input + label, #dialog-box-2 input + label + span {
    cursor: pointer;
}

/*设置选中的input的样式*/
/* + 是兄弟选择器,获取选中后的label元素*/
#dialog-box-2 input:checked + label {
    background-color: #fe5000;
    border: 1px solid #fe5000;
}

#dialog-box-2 input:checked + label::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 8px;
    top: 1px;
    left: 4px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}
