body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333333;
    font-family: "Microsoft YaHei";
}
* {
    margin:0;
    padding:0;
    outline:none;
    list-style:none;
    text-decoration:none;
    box-sizing: border-box;
}
body,html {
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .28rem;
}
.wrap {
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background-color: #fafafa;
}
em,
i,
s,
a {
    font-weight: 400;
    font-style: none;
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #ff0000;
    transition: all .2s linear;
}

img,
input {
    border: 0 none;
    outline-style: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    max-width: 100%;
    -moz-appearance:none;
    -webkit-appearance : none ;
    border-radius: 0;
    outline:medium;
    background-color: transparent;
}

input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; border: none; }

::-webkit-input-placeholder { /* WebKit browsers */
  color: #5a5a5a;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #5a5a5a;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #5a5a5a;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0 none;
}

table {
    border-collapse: collapse;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}
.banner {
    width: 100%;
    background: url(../images/mbg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 3.8rem;
}
.banner .mtit1 {
    font-size: .3rem;
    letter-spacing: 0.02rem;
    color: #fff;
    padding-top: .55rem;
    text-align: center;
}
.banner .mtit2 {
    font-size: 1.26rem;
    line-height: 1.5rem;
    color: #fff;
    padding-top: 3rem;
    letter-spacing: .09rem;
    text-align: center;
    font-weight: 700;
}
.btxt {
    width: 5.22rem;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1.6rem;
}
.btxt p {
    float: left;
    font-size: .28rem;
    color: #fff;
    opacity: .8;
    letter-spacing: .01rem;
    height: .4rem;
    line-height: .28rem;
    margin-right: .86rem;
    border-bottom: .02rem solid #f3f3f3;
}
.btxt p:last-child {
    margin-right: 0;
}
.gobtn {
    display: block;
    width: 2.5rem;
    height: .9rem;
    background: url(../images/gobtn.png);
    background-size: cover;
    position: relative;
    margin: 0 auto;
    margin-bottom: .6rem;
}
.gobtn span {
    font-size: .34rem;
    line-height: .9rem;
    color: #fff;
    position: absolute;
    left: .38rem;
}
.gobtn img {
    width: .25rem;
    height: .24rem;
    position: absolute;
    top: .3rem;
    right: .4rem;
    /* animation: moveRight 1.5s linear infinite; */
}
@keyframes moveRight {
    0% {
        right: .5rem;
    }
    25% {
        right: .4rem;
    }
    50% {
        right: .3rem;
    }
    75% {
        right: .4rem;
    }
    100% {
        right: .5rem;
    }
}

/* xianxia */
.step2 .pt1 {
    color: #333333;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    padding-top: 80px;
}
.step2 .tips {
    font-size: .28rem;
    color: #666666;
    line-height: .28rem;
    margin-top: 25px;
    text-align: center;
    padding: 0 .4rem;
}
.step2 .w {
    max-width: 750px;
}
.step2 .tips span {
    color: #fe4f4f;
}

.menu {
    display: block;
    width: 250px;
    height: 64px;
    background: url(../images/submit.png);
    background-size: cover;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 45px;
    text-align: center;
    line-height: 64px;
}
.sinfo_bg {
    width: 100%;
    max-width: 7.5rem;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: rgba(56, 55, 55, 0.8);
}
.sinfo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sinfo .inpud {
    margin: 0 auto;
    background: url(../images/inpud.png);
    width: 330px;
    background-size: cover;
    height: 75px;
    margin-bottom: 20px;
}
.sinfo .inpud span {
    float: left;
    height: 53px;
    background: url(../images/s2i1.png) no-repeat left center;
    font-size: .28rem;
    color: #666;
    padding-left: 60px;
    line-height: 24px;
    margin: 11px 10px 0 15px;
    padding-top: 14px;
}
.contact {
    padding-bottom: 60px;
}
.inpud input {
    color: #999;
    font-size: .26rem;
    width: 164px;
    height: 52px;
    background-color: #000;
    margin-top: 13px;
    background-color: transparent;
    padding-left: 15px;
}
.inpud i {
    float: left;
    width: 1px;
    height: 35px;
    background-color: #f7702e;
    margin-top: 20px;
}
.sinfo .input span {
    background: url(../images/s2i2.png) no-repeat left center;
}
#getyzm {
    float: left;
    width: 136px;
    height: 46px;
    background: url(../images/s2i3.png);
    background-size: cover;
    font-size: .26rem;
    line-height: 46px;
    color: #ffffff;
    margin: 14px 0 0 14px;
    padding-left: 42px;
    cursor: pointer;
}
.selec {
    margin-top: 18px;
}
.selec select {
    display: block;
    margin: 0 auto;
    width: 330px;
	height: 62px;
	background-color: #ffffff;
	box-shadow: 0px 4px 4px 0px 
		rgba(144, 144, 144, 0.3);
	border-radius: 10px;
    border: solid 2px #f7702e;
    background: url(../images/select.png) no-repeat left;
    background-position-x: 265px;
    color: #666666;
    font-size: 24px;
    padding-left: 45px;
    cursor: pointer;
    margin-top: 50px;
    padding-right: 65px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.submit {
    display: block;
    width: 250px;
    height: 64px;
    background: url(../images/submit.png);
    background-size: cover;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 45px;
    text-align: center;
    line-height: 64px;
}
#dosubmit {
    margin-top: .4rem;
}
.sinfo .close {
    width: 31px;
    height: 31px;
    background: url(../images/close.png);
    position: absolute;
    top: -15px;
    right: -10px;
}
.my-map {
    height: 460px;
    border: 2px solid #f7702e;
    border-radius: .2rem;
    box-shadow: 0 0 10px 1px #ccc;
    margin: 0 .2rem;
    margin-top: 40px;
}
.amap-container {
    height: 100%;
    border-radius: .2rem;
}
.my-map .icon { background: url(http://www.mbazl.com/zg/2020zmb/img/offcn.png) no-repeat; background-size: cover;}
.my-map .icon-cir { height: 30px; width: 58px; }
.my-map .icon-cir-red { background-position: 0; }

/* xianshang */

.m3th {
    font-size: .42rem;
    color: #333333;
    line-height: 48px;
    padding-top: 68px;
    text-align: center;
}
.m3tl {
    margin-top: 10px;
}
.m3tl li {
    float: left;
    width: 40%;
    height: 1.4rem;
    border-radius: 20px;
    border: dashed 1px #535353;
    text-align: center;
    color: #666666;
    font-size: .28rem;
    padding-top: .15rem;
    cursor: pointer;
    margin-left: 6.5%;
    margin-top: .2rem;
}
.m3tl li i {
    color: #ef5035;
}
.m3tl li.active {
    background-color: #f7702e;
    color: #fff;
}
.m3tl li.active i {
    color: #666;
}
.m3ml {
    position: relative;
    display: none;
}
.m3ml li {
	background-color: #ffffff;
	box-shadow: 0px 4px 4px 0px 
		rgba(144, 144, 144, 0.3);
	border-radius: 10px;
    border: solid 2px #f7702e;
    margin: 0 .6rem;
    margin-top: .42rem;
}
.m3ml li p{
    text-align: center;
    color: #333;
}

.m3ml li p:nth-child(1) {
    font-size: 20px;
    margin-top: 20px;
}
.m3ml li p:nth-child(2) {
    font-size: 20px;
    margin-top: 12px;
}
.m3ml li p:nth-child(3) {
    font-size: 18px;
    color: #999;
    margin-top: 13px;
}
.m3ml li p:nth-child(3) span:nth-child(2) {
    margin:0 20px;
}
.gobtn2 {
    display: block;
    width: 166px;
    height: 49px;
    background: url(../images/gobtn2.png);
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 48px;
    margin: 20px auto;
}
.step3 .tips {
    font-size: .26rem;
    color: #666666;
    padding: 0 .6rem;
    padding-top: 50px;
    line-height: 30px;
}
.step3 .tips span {
    color: #fe4f4f;
}
.surp {
    font-size: .26rem;
    color: #f7702e;
    text-align: center;
    margin-top: 25px;
    font-weight: 700;
}
.fline {
    height: 20px;
    background-color: #fff;
    margin-top: 57px;
}
.answer {
    padding-bottom: 60px;
}
.answer p {
    color: #333333;
    font-size: .48rem;
    padding-top: 65px;
    text-align: center;
}
.answer-href {
    display: none;
    margin: 35px 0;
}
.answer-href a {
    display: block;
    width: 199px;
    height: 51px;
    background: url(../images/ljtk.png);
    margin:0 auto;
    margin-top: .5rem;
}
.answer-href a:last-child {
    background: url(../images/xzsj.png);
}
.tcbg{
    width: 7.5rem;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    display: none;
}
.tcbox {
    width: 380px;
    height: 241px;
    background: url(../images/tcbox.png);
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}
.tclose{
    position: absolute;
    top: 15px;
    right: 18px;
    cursor: pointer;
}