.map-box{
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 50%;
    z-index: 1;
}
.map-box .c-add{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 18px;
    background-color: #65b029;
}
.map-box .map{
    overflow: hidden;
    height: -moz-calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
}
.add-box{
    position: absolute;
    width: 100%;
    top: 50%;
    padding-top: 15px;
}
.add-box .add-box-all{
    overflow: auto;
    height: 100%;
}
.add-box .list{
    overflow: hidden;
    -moz-box-shadow: 0 0 3px #b6c0db, 0 5px 15px #b6c0db, 0 5px 5px #b6c0db;
    -webkit-box-shadow:  0 0 3px #b6c0db, 0 5px 15px #b6c0db, 0 5px 5px #b6c0db;
    box-shadow: 0 0 3px #b6c0db, 0 5px 15px #b6c0db, 0 5px 5px #b6c0db;
    background-color: white;
    margin-bottom: 15px;
}
.add-box .list h4{
    color: #404040;
}
.add-box .list h5{
    color: #656565;
}
.add-box .list .add-i{
    padding-top:19px;
}
.add-box .list .add-i img{
    width: 18px;
    height: 26px;
}

/*ѡ�����*/
.click-add{
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: white;
    z-index: 1;
}
.click-add .c-add{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 18px;
    position: fixed;
    margin-bottom: 10px;
    background-color: #65b029;
}
.click-add ul{
    padding:65px 15px 15px;
    overflow: hidden;
}
.click-add ul li{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.click-add ul li h5{
    margin-top: 0;
    margin-left: 10px;
}
.click-add ul li .h51{
    font-weight: bold;
}
.click-add ul li .li-bor{
    height: 40px;
    border-radius: 5px;
    display:block;
    width:100%;
    margin-bottom:10px;
    -moz-box-shadow: 0 0 3px #b6c0db, 0 5px 15px #b6c0db, 0 5px 5px #b6c0db;
    -webkit-box-shadow:  0 0 3px #b6c0db, 0 5px 15px #b6c0db, 0 5px 5px #b6c0db;
    box-shadow: 0 0 3px #b6c0db, 0 5px 5px #b6c0db, 0 0 5px #b6c0db;
}
.click-add ul li .li-bor h5{
    line-height: 40px;
}
.click-add  ul li .li-bor i{
    line-height: 40px;
    font-size: 18px;
    margin-right: 10px;
}

/*ѡ�����*/
.click-add2{
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: white;
    z-index: 1;
}
.click-add2 .c-add{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 18px;
    position: fixed;
    margin-bottom: 10px;
    background-color: #65b029;
}
.click-add2 .sp-t{
    padding:65px 15px;
    overflow: hidden;
}
.click-add2 ul{
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
}
.click-add2 ul li{
    display: block;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #eee;;
}
.click-add2 ul .last-li{
    border: none;
}
.click-add2 ul li h5{
    margin: 0;
    line-height: 40px;
    padding-left: 10px;
}

/*��ַ����*/
.map-box2{
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: -moz-calc(100% - 200px);
    height: -webkit-calc(100% - 200px);
    height: calc(100% - 200px);
}
.map-box2 .c-add{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 18px;
    background-color: #65b029;
}
.map-box2 .map{
    height: 100%;
    overflow: hidden;
}
.add-box2{
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0px;
    overflow: auto;
}
.add-box2 .list{
    overflow: hidden;
    height:200px;
    background-color: white;
    padding: 5px 15px 15px;
}
.add-box2 .list h4{
    color: #404040;
}
.add-box .list h5{
    color: #656565;
}
.add-box2 .list a{
    display: block;
    width: 45%;
    height: 40px;
    line-height: 40px;
    color: white;
    text-align: center;
    background-color: #65b029;
    border-radius: 5px;
    margin-top: 10px;
}
.add-box2 .list a img{
    width:23px ;
    height: 20px;
}


/*�ŵ�����*/
.evaluate{
    padding: 15px;
    position: fixed;
    height: 100%;
    width: 100%;
    background-image: url("../images/evaluate.jpg");
    background-size: 100% 100%;
}
.evaluate-c{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    padding: 15px;
}
.evaluate-c .container{
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 15px;
    background-color: #e4f4ac;
}
.evaluate-c .sp-t{
    overflow: hidden;
    margin-bottom: 10px;
    text-align: justify;
}
.evaluate-c .sp-t h5{
    margin: 0;
    line-height: 20px;
    color: #565656;
}
.evaluate-c .sp-t span{
    font-size: 14px;
}
.evaluate-c .select ul{
    overflow: hidden;
}
.evaluate-c .select ul li{
    width: 45%;
    display: block;
    float: left;
    margin-bottom: 10px;
}
.evaluate-c .select  ul .last-li{
    width: 100%;
}
.evaluate-c .select ul li select{
    width: 100%;
    font-size: 16px;
    color: #2e5e35;
	padding-bottom:10px;
    border: none;
    border-bottom: 1px solid #2e5e35;
    background-color: rgba(255,255,255,0);
}
.evaluate-c .sp-d{
    overflow: hidden;
}
.evaluate-c .sp-d h4{
    margin-top: 0;
	font-size:14px;
}
.evaluate-c .sp-d ul{
    overflow: hidden;
}
.evaluate-c .sp-d ul li {
    display: block;
    width: 100%;
	margin:5px 0;
    overflow: hidden;
    margin-bottom: 0;
}
.evaluate-c .sp-d ul li .list {
    position: relative;
    font-size: 12px;
    width: 20%;
    text-align: right;
}
.evaluate-c .sp-d ul li .list  input[type="radio"] {
    height: 20px;
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: 0;
}
.evaluate-c .sp-d ul li .list  label {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #999;
}
.evaluate-c .sp-d ul li .list span{
    float: left;
    margin-left: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
.evaluate-c .sp-d ul li .list  input:checked+label {
    background-color: #2e5e35;
    border: 1px solid #2e5e35;
}
.evaluate-c .sp-d ul li .list  input:checked+label::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    top: 1px;
    left: 4px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg)
}

@media screen and (max-width: 414px){
    .evaluate-c .sp-d ul li .list span{
        margin-left:25px;
    }
}
@media screen and (max-width: 375px){
    .evaluate-c .sp-d ul li .list span{
        margin-left: 25px;
    }
}
@media screen and (max-width: 360px){
    .evaluate-c .sp-d ul li .list span{
        margin-left: 20px;
    }
}
@media screen and (max-width: 320px){
    .evaluate-c .sp-d ul li .list span{
        margin-left: 20px;
    }
}
.evaluate-c .sp-dd ul{
    overflow: hidden;
}
.evaluate-c .sp-dd ul li{
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
}
.evaluate-c .sp-dd ul li input{
    width: 96%;
    background-color: rgba(255,255,255,0);
    border-radius: 5px;
    height: 40px;
    border: 1px solid #333;
    padding:0px 2%;
}
.evaluate-c .sp-dd ul .sub{
    border: none;
    width: 130px;
    height: 40px;
    line-height: 35px;
    color: white;
    font-size: 13px;
    margin: 20px auto 0;
    background-color: #2e5e35;
}
.evaluate-c .sp-dd ul .sub input{
    border: none;
	line-height: 35px;
	font-size:16px;
}


/*�ҵĻ�Ա��*/
.card{
    padding: 15px 0;
}
.card-box1{
    position: relative;
}
.card-box1  .last-i{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 15px;
}
.card-box1 .last-i img{
    width: 100%;
    border-radius: 5px;
    height: 100%;
}
.card-box1 .sp-t{
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 30px;
}
.card-box1 .sp-t .sp-i{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: white;
    margin-right: 10px;
}
.card-box1 .sp-t img{
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.card-box1 .sp-t h5{
    color: white;
    margin-bottom: 0;
    margin-top: 7px;
}
.card-box1 .sp-d{
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;

    text-align: center;
}
.card-box1 .sp-d h4{
    line-height: 171px;
    margin: 0;
    color: white;
	  font-size: 24px;
}
.card-box1 .ewm{
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 15px;
}
.card-box1 .ewm img{
    width: 30px;
    height: 30px;
}
@media screen and (max-width: 414px){
    .card-box1{
        height: 226px;
    }
    .card-box1 .sp-d h4{
        line-height: 246px;
    }
}
@media screen and (max-width: 375px){
    .card-box1{
        height: 203px;
    }
    .card-box1 .sp-d h4{
        line-height: 223px;
    }
}
@media screen and (max-width: 360px){
    .card-box1{
        height: 194px;
    }
    .card-box1 .sp-d h4{
        line-height: 214px;
    }
}
@media screen and (max-width: 320px){
    .card-box1{
        height: 171px;
    }
    .card-box1 .sp-d h4{
        line-height: 191px;
    }
}
.card-box2{
    padding-top: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}
.card-box2 .list{
    padding: 0;
    color: #5f5f5f;
	margin-bottom:5px;
}
.card-box2 .list .lis {
    border-right: 1px solid #bfbfbf;
}
.card-box2 .list h4,.card-box2 .list a{
    color: #65a90c;
}
.card-box2 .list .exchange{
    display: block;
    width: 130px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #65a90c;
    margin: auto;
    border-radius: 5px;
}
.card-box3{
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
    border-top: 1px solid #e5e5e5;
}
.card-box3 .list{
    border-bottom: 1px solid #e5e5e5;
}
.card-box3 .list a{
    color: #3e3e3e;
    display: block;
    height: 45px;
    line-height: 45px;
}
.card-box3 .list  i{
    line-height: 45px;
    font-size: 18px;
	color:#999;
}


/*������*/
.code{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: white;
    z-index:2;
    top: 0;
    padding-top: 15px;
}
.code .sp-t{
    font-size: 20px;
    color: #666;
    margin-top: -10px;
	font-weight:100;
}
.code .sp-i{
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 100%;
    margin:0 auto 30px;
    margin-top: 15px;
}
.code .sp-i img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.code h5{
    color: #A9A9A9;
}
.code .bar{
    width: 230px;
    margin: auto;
}
.code .bar img{
    width: 100%;
}
.code .wx{
    width: 150px;
    height: 150px;
    margin:20px auto 0;
}
.code .wx img{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 414px){
    .code .wx{
        width: 175px;
        height: 175px;
        margin:20px auto 0;
    }
}
@media screen and (max-width: 375px){
    .code .wx{
        width: 165px;
        height: 165px;
        margin:20px auto 0;
    }
}
@media screen and (max-width: 360px){
    .code .wx{
        width: 160px;
        height: 160px;
        margin:20px auto 0;
    }
}
@media screen and (max-width: 320px){
    .code .wx{
        width: 150px;
        height: 150px;
        margin:20px auto 0;
    }
}



/*�ҵĻ��*/
.integral{
    overflow: hidden;
    position: relative;
}
.integral .sp-t{
    position: absolute;
    color: white;
    text-align: center;
    width: 100%;
    height: 100%;
}
.integral .sp-t .sp1{
    font-size: 18px;
}
.integral .sp-t .sp2{
    font-size: 18px;
}
.integral .integral-i{
    overflow: hidden;
}
.integral .integral-i img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 414px){
    .integral{
        height: 153px;
        line-height: 153px;
    }
}
@media screen and (max-width: 375px){
    .integral{
        height: 138px;
        line-height: 138px;
    }
}
@media screen and (max-width: 360px){
    .integral{
        height: 133px;
        line-height: 133px;
    }
}
@media screen and (max-width: 320px){
    .integral{
        height: 118px;
        line-height: 118px;
    }
}
.integral2{
    overflow: hidden;
    padding-top: 10px;
}
.integral2 .sp-t{
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
}
.integral2 .sp-t .list{
    border-bottom: 1px solid #e5e5e5;
}
.integral2 .sp-t .list a{
    color: #696d72;
    display: block;
    height: 50px;
    line-height: 50px;
}
.integral2 .sp-t .list .time{
    margin-right: 15px;
}


/*�Ż�ȯ*/
.coupon{
    padding: 15px 0;
    overflow: hidden;
}
.coupon .list{
    border-radius: 5px;
    margin-bottom: 15px;
}
.coupon .list .sp-t{
    color: #65a90c;
    font-weight: bold;
    text-align: center;
    width: 36%;
    height: 100%;
}
.coupon .list .sp-d{
    width: 64%;
    height: 100%;
}
.coupon .list .sp-d h6{
    margin-top: 0;
}
.coupon .list2 .sp-t{
    color: #939393;
}
.coupon .list2 .sp-d{
    color: #939393;
}
.coupon .list3 .sp-t{
    color: #939393;
}
.coupon .list3 .sp-d{
    color: #939393;
}
.coupon .list1{
    background-image: url("../images/coupon1.png");
    background-size: 100% 100%;
}
.coupon .list2{
    background-image: url("../images/coupon2.png");
    background-size: 100% 100%;
}
.coupon .list3{
    background-image: url("../images/coupon3.png");
    background-size: 100% 100%;
}
.coupon .list4{
    background-image: url("../images/zpq.png");
    background-size: 100% 100%;
}
.coupon .list5{
    background-image: url("../images/fwq.png");
    background-size: 100% 100%;
}
@media screen and (max-width: 414px){
    .coupon .list{
        height: 121px;
        line-height: 121px;
    }
    .coupon .list .sp-d{
        padding-left: 25px;
        padding-top: 17px;
    }
    .coupon .list .sp-d h6{
        margin-top: 0;
        font-size: 12px;
    }
    .coupon .list .sp-t .sp1{
	    font-size: 14px;
	}
	.coupon .list .sp-t .sp2{
	    font-size: 28px;
	}
	.coupon .list .sp-d .sp1{
	    font-size:16px;
	    font-weight: bold;
	    width:188px;
	    line-height: 20px;
	    height:40px;
	    overflow: hidden;
	}
}
@media screen and (max-width: 375px){
    .coupon .list{
        height: 109px;
        line-height: 109px;
    }
    .coupon .list .sp-d{
        padding-left: 19px;
        padding-top: 11px;
    }
    .coupon .list .sp-d h6{
        margin-top: 0;
        font-size: 12px;
    }
    .coupon .list .sp-t .sp1{
	    font-size: 14px;
	}
	.coupon .list .sp-t .sp2{
	    font-size: 24px;
	}
	.coupon .list .sp-d .sp1{
	    font-size:16px;
	    color:#552910;
	    font-weight: bold;
	    width:165px;
	    line-height: 20px;
	    height:40px;
	    overflow: hidden;
	}
}
@media screen and (max-width: 360px){
    .coupon .list{
        height: 104px;
        line-height: 104px;
    }
    .coupon .list .sp-d{
        padding-left: 15px;
        padding-top: 8px;
    }
    .coupon .list .sp-d h6{
        margin-top: 0;
        font-size: 12px;
    }
    .coupon .list .sp-t .sp1{
	    font-size: 14px;
	}
	.coupon .list .sp-t .sp2{
	    font-size: 24px;
	}
	.coupon .list .sp-d .sp1{
	    font-size:16px;
	    color:#552910;
	    font-weight: bold;
	    width:165px;
	    line-height: 20px;
	    height:40px;
	    overflow: hidden;
	}
}
@media screen and (max-width: 320px){
    .coupon .list{
        height: 92px;
        line-height: 92px;
    }
    .coupon .list .sp-d{
        padding-left: 10px;
        padding-top: 3px;
    }
    
    .coupon .list .sp-t .sp1{
	    font-size: 14px;
	}
	.coupon .list .sp-t .sp2{
	    font-size: 20px;
	}
	.coupon .list .sp-d .sp1{
		padding-top:5px;
	    font-size:14px;
	    color:#552910;
	    font-weight: bold;
	    width:145px;
	    line-height: 16px;
	    height:35px;
	    overflow: hidden;
	}
}



/*��Ա������*/
.my-card{
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url("../images/my1.png");
    background-size: 100% 100%;
    padding: 0 15px;
}
.my-card .sp-i {
    padding:30px 35px 20px;
}
.my-card .sp-i img{
    width: 100%;
    height: 100%;
}
.my-card .sp-i2{
    padding:0 35px;
}
.my-card .sp-i2 img{
    width:100%;
    margin: auto;
}
.my-card .sp-t{
    padding:0 35px;
}
.my-card .sp-t a{
    display: block;
    border: 1px solid #65a90c;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #65a90c;
    border-radius: 5px;
    margin: 20px auto;
}
@media screen and (max-width: 414px){
    .my-card .sp-i {
        padding:30px 35px 30px;
    }
    .my-card .sp-t{
        padding:10px 35px;
    }
}
@media screen and (max-width: 375px){
    .my-card .sp-i {
        padding:30px 35px 30px;
    }
    .my-card .sp-t{
        padding:10px 35px;
    }
}
@media screen and (max-width: 360px){
    .my-card .sp-i {
        padding:30px 35px 30px;
    }
    .my-card .sp-t{
        padding:10px 35px;
    }
}
@media screen and (max-width: 320px){
    .my-card .sp-i {
        padding:30px 35px 20px;
    }
    .my-card .sp-t{
        padding:0 35px;
    }
}


/*��Ա��*/
.my-card2{
    padding:15px  0 ;
}
.my-card2  .form-group{
    width: 100%;
    overflow: hidden;
    margin:0 0 10px 0;
}
.my-card2 label{
    font-weight: 100;
    padding-right: 0;
    height: 35px;
    line-height: 35px;
}
.my-card2  input{
    height: 35px;
    line-height: 35px;
}
.my-card2 #gender{
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: block;
    padding: 0px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.my-card2 #birthday select{
    width: 32.1%;
    height: 35px;
    line-height: 35px;
    padding: 6px 2px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.my-card2 #myButton{
    border: 1px solid #ccc;
    background-color: #65a90c;
    position: absolute;
    height: 100%;
    z-index: 1;
    right: 15px;
    top: 0;
    color: #fff;
}
.my-card2 #myButton .focus,.my-card2 #myButton:focus,.my-card2 #myButton:hover {
    color: #fff;
    text-decoration: none;
    background-color: #65a90c;
}
.my-card2 .sub{
    padding:0 110px;
}
.my-card2 .sub .btn{
    display: block;
    border: 1px solid #65a90c;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #65a90c;
    border-radius: 5px;
    margin: 20px auto;
    padding: 0;
}
@media screen and (max-width: 414px){
    .my-card2 #birthday select{
        width: 32.42%;
        padding: 6px 12px;
    }
}
@media screen and (max-width: 375px){
    .my-card2 #birthday select{
        width: 32.33%;
        padding: 6px 10px;
    }
}
@media screen and (max-width: 360px){
    .my-card2 #birthday select{
        width: 32.3%;
        padding: 6px;
    }
}
@media screen and (max-width: 320px){
    .my-card2 label{
       font-size: 12px;
    }
    .my-card2 #birthday select{
        width: 32.1%;
        padding: 6px 2px;
    }
}






































