.all{
    background-color: #cee9fb;
}
.all.shuidi{
    background: #cee9fb url(./../images/shuidi.png) no-repeat bottom 20px center;
    background-size: 6.7rem 2.4rem;
}
.yy_head{
    width: 100%;
    height: .96rem;
    background-color: #0055e3;
    line-height: .96rem;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:center
}
.yy_head h3{
    font-size: .36rem;
    color: #fff;
}
.banner_box{
    width: 100%;
    height: 1.7rem;
    background-color: #0055e3;
}
.banner_box .banner{
    width: 6.47rem;
    height: 3.41rem;
    margin: 0 auto;
}
.banner_box img{
    width: 100%;
    height: 100%;
}
.yy_box{
    width: 100%;
    height: auto;
    margin-top: 2.42rem;
    display: flex;
    justify-content: space-around;
}
.yy_box li{
    width: 2.8rem;
	height: 2.48rem;
	background-image: linear-gradient(0deg, 
		#0952d6 0%, 
		#38acfa 100%);
	background-blend-mode: normal, 
		normal;
    border-radius: .24rem .24rem .06rem .06rem;
    text-align: center;
    padding-top: .39rem;
}
.yy_box li img{
    width: .96rem;
    height: .96rem;
}
.yy_box li p{
    font-size: .36rem;
    color: #fff;
    margin-top: .35rem;
}
.wxts{
    width: 7.02rem;
    height: .74rem;
    padding-left: .73rem;
    background-image: linear-gradient(90deg, 
		#b3dbfe 0%, 
        rgba(179, 219, 254, 0) 100%);
        font-size: .28rem;
        color: #333;
        margin-top: 1.25rem;
        line-height: .74rem;
        margin: 0 auto;
        margin-top: 1.25rem;
}
.wxts2{
    width: 7.02rem;
    line-height: 1.5;
    padding-left: .73rem;
    margin: 0 auto;
    margin-top: .2rem;
}
.wxts2 p{
    font-size: .24rem;
}
.yy_main{
    width: 100%;
    padding: .42rem .24rem;
}
.prompt_box{
    width: 7.02rem;
    border: .02rem dashed #777;
    padding: .2rem .3rem;
    margin: 0 auto;
    background-color: #fff;
}
.prompt_box h3{
    font-size: .24rem;
    font-weight: bold;
    color: #444;
    margin-bottom: .1rem;
}
.steps{
    width: 100%;
    line-height: .36rem;
    font-size: .24rem;
    color: #444;
}
.steps li{
    display: inline-block;
    margin-right: 0;
}
.steps li.active{
    color: #0000e5;
}
.steps li::after{
    content: ' > ';
    color: #444;
    display: inline-block;
    vertical-align: initial;
}
.steps li:last-child::after{
    display: none;
}
.yy_form{
    width: 7.02rem;
    height: auto;
    margin: 0 auto;
    margin-top: 1rem;
}
.yy_form input{
    width: 105%;
    height: 100%;
    font-size: .24rem;
    padding-left: 1.72rem;
    border: none;   
}
.input_box{
    width: 100%;
    height: .7rem;
    position: relative;
    margin-bottom: .2rem;
    border: .01rem solid #ccc;
    border-radius: .06rem;
    overflow: hidden;
}
.input_box .icon{
    width: .4rem;
    height: .4rem;
    background-color: brown;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: .65rem;
}
.input_box .icon.card{
    width: .5rem;
    height: .24rem;
    background: url(./../images/card.png) no-repeat center;
    background-size: 100% 100%;
}
.input_box .icon.user{
    width: .39rem;
    height: .43rem;
    background: url(./../images/user.png) no-repeat center;
    background-size: 100% 100%;
}
.input_box .icon.phone{
    width: .5rem;
    height: .6rem;
    background: url(./../images/phone.png) no-repeat center;
    background-size: 100% 100%;
}
.yy_next{
    width: 7rem;
    height: .6rem;
    margin: 0 auto;
    border-radius: .1rem;
    background-color: #0973d6;
    color: #fff;
    font-size: .24rem;
    text-align: center;
    line-height: .6rem;
    margin-top: .6rem;
}
.choose_area{
    width: 100%;
    font-size: .28rem;
    color: #444;
    text-align: center;
    margin-top: .2rem;
    font-weight: bold;
}
.yy_yewu{
    width: 100%;
    padding: 0 .06rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .3rem;
}
.yy_yewu li{
    width: calc(50% - .03rem);
    height: auto;
    align-items: stretch;
    background-color: #098de8;
    color: #fff;
    padding: .28rem .2rem;
    line-height: 1.2;
    font-size: .28rem;
    margin-bottom: .06rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yy_area{
    width: 100%;
    height: auto;
}
.yy_area li{
    margin-bottom: .2rem;
    display: flex;
    justify-content: space-between;
    margin-top: .3rem;
}
/* .yy_area li>div{
    align-items: stretch;
} */
.yy_area_detail{
    width: 2.6rem;
    padding: .15rem 0;
    background-color: #095ce8;
    text-align: center;
    line-height: 1.2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.yy_area_detail p.n1{
    font-size: .28rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 100%;
}
.yy_area_detail p.n2{
    font-size: .32rem;
    color: #09cee8;
    font-weight: bold;
}
.yy_area li>div.yy_area_content{
    width: calc(100% - 2.6rem);
    font-size: .24rem;
    color: #333;
    padding: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    line-height: 1.2;
}
.promit_p{
    font-size: .24rem;
    color: #333;
    line-height: 1.2;
}

.back{
    width: .4rem;
    height: .4rem;
    background: url(./../images/back.png) no-repeat center;
    background-size: 100% 100%;
    margin-left: .2rem;
}
.home{
    width: .4rem;
    height: .4rem;
    margin-right: .2rem;
}
.templ_title{
    width: 100%;
    padding-left: .5rem;
    line-height: 1rem;
    font-size: .28rem;
    color: #000;
}
.message_box{
    width: 100%;
    border-top: .02rem solid #cbcbcb;
}
.message_box li{
    padding: .3rem 0;
    font-size: .28rem;
    color: #0e0e0e;
    border-bottom: .02rem solid #cbcbcb;
    overflow: hidden;
    line-height: 1;
    background-color: #fff;
}
.message_box li .message_title{
    width: 2.4rem;
    padding-right: .4rem;
    text-align: right;
    float: left;
}
.message_box li .message_detail{
    width: calc(100% - 2.6rem);
    float: left;
}
.yy_time{
    margin-top: .2rem;
}
.yy_time li{
    overflow: hidden;
    position: relative;
    margin-bottom: .1rem;
}
.yy_time_left{
    float: left;
    width: 3rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yy_time_right{
    margin-left: 3.1rem;
}
.yy_time_right p{
    background-color: #0973d6;
    color: #fff;
    font-size: .28rem;
    text-align: center;
    padding: .2rem 0;
    margin-bottom: .1rem;
}
.yy_time_right p:last-child{
    margin-bottom: 0;
}
.yy_success{
    width: 2.39rem;
    height: 1.78rem;
    background: url(./../images/success.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: .5rem;
}
.xingxi{
    font-size: .24rem;
    color: #333;
    text-align: center;
    margin-top: .2rem;
}
.btns{
    width: 100%;
    height: auto;
    margin-top: .4rem;
    text-align: center;
    font-size: .24rem;
}
.btns .btn1{
    display: inline-block;
    width: 1.98rem;
    height: .62rem;
    line-height: .6rem;
    background-color: #fff;
    color: #0000e5;
    border: .01rem solid #0000e5;
    text-align: center;
    border-radius: .1rem;
    vertical-align: top;
    margin-right: .2rem;
}
.btns .btn2{
    display: inline-block;
    width: 1.98rem;
    height: .62rem;
    line-height: .6rem;
    background-color: #0000e5;
    color: #fff;
    text-align: center;
    border-radius: .1rem;
    vertical-align: top;
}
.myyy_check{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.myyy_check li{
    width: 50%;
    line-height: .8rem;
    font-weight: bold;
    color: #444;
    text-align: center;
}
.myyy_check li.active{
    color: #0000e5;
    border-bottom: .02rem solid #0000e5;
}
.myyy_content{
    width: 100%;
}
.myyy_content li{
    padding: .1rem 0;
    line-height: 1.5;
    font-size: .28rem;
    background-color: #fff;
    border-bottom: .02rem solid #ccc;
    position: relative;
}
.myyy_content li::after{
    content: '>';
    width: .2rem;
    height: .2rem;
    line-height: .2rem;
    font-size: .28rem;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: .2rem;
    margin-top: auto;
    margin-bottom: auto;
}
.myyy_content li p span{
    display: inline-block;
    width: 2.6rem;
    text-align: right;
    padding-right: .2rem;
}
#ewm canvas{
  width: 2rem;
  height: 2rem;
}

.manyis{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  margin-top: .2rem;
  padding: 0 .3rem;
}
.manyis li{
  width: 1.62rem;
  height: .4rem;
  text-align: center;
  line-height: .36rem;
  color: #fff;
  font-size: .24rem;
background: #7aaccb;
background-blend-mode: normal, 
  normal, 
  normal;
border-radius: .2rem;
border: solid .02rem #ffffff;
}
.manyis li:active{
  background-color: #098de8;
}