﻿body{-webkit-text-size-adjust: none; width: 100%;  min-width:320px;max-width:640px;overflow-x: hidden; margin:0 auto !important;/*font-size:0.875em;*//*line-height:1.5em;*/font-family:"微软雅黑" , arial; color:#333;}
ol,ul{list-style:none}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
ul,li,input,h1,h2,h3,p,span,b,dl,dt,dd{ margin:0; padding:0; list-style:none;}		
img{border:0;vertical-align:top;  }
em{ font-style:normal;}
a{ text-decoration:none; color:#333;}

.divHeight {
    width: 96%;
    height: 10px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.r-line {
    position: relative;
}

.r-line:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.aui-palace img{ width:96%;}

.b-line {
    position: relative;
}
.aui-auto-form{    margin: 5% 0;
    text-align: center;}
.b-line:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}



.aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}


/* 必要布局样式css */

.aui-flexView {
    width: 96%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.aui-scrollView {
  /*  width: 96%;*/
	font-size:0.2em;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
}
.aui-auto-img img{max-width: 100%;
    height: auto;display: inline-block;}

.sdxhmo_btm_form22{width:96%;background:#FFF;margin:3% auto;padding:1% 0;text-align:center}
.sdxhmo_btm_form22 div{box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;padding:0 2%}
.sdxhmo_btm_form22 p{margin:0.8em 0 0;font-size:1.3em}
.sdxhmo_btm_form22 p span{color:#f60a31}
.sdxhmo_btm_form22 a{color:#333;text-decoration:none}
.sdxhmo_btm_form22 .sdxhmo_btm_form_title{font-size:1.2em;line-height:1.6em}
.sdxhmo_btm_form22 input,.sdxhmo_btm_form22 select{width:94%;padding-left:1em;border-radius:3px;line-height:3.5em;color:#888;margin:1em auto;text-indent:0;display:block;height:3.5em;box-sizing:border-box}

.sdxhmo_btm_form22 [type="submit"]{width:96%;height:auto;background:#3496E1;color:#FFF;cursor:pointer;font-size:1.2em;line-height:2em;border:0;padding:0;}
@media screen and (max-width:452px)and (min-width:360px){.sdxhmo_btm_form22{font-size:14px}}
@media screen and (max-width:359px)and (min-width:320px){.sdxhmo_btm_form22{font-size:12px}}


.sdxhmo_btm_declare{margin:3% auto;width:96%;color:#3f4041;font-size:18px;text-align:center}
.sdxhmo_btm_declare ul{width:22em;padding:0;margin:0 auto;display:flex;justify-content:space-between}
.sdxhmo_btm_declare li{list-style:none}
.sdxhmo_btm_declare a{text-decoration:none;color:inherit;line-height:1.6em;}
.sdxhmo_btm_declare p{font-size:1em;line-height:1.6em;margin:0.25em 0 0}
.sdxhmo_btm_declare img{display:inline-block;vertical-align:middle;}
.sdxhmo_btm_declare .sdxhmo_btm_red{color:#f60420}
@media screen and (max-width:359px)and (min-width:320px){.sdxhmo_btm_declare{font-size:12px}}
@media screen and (max-width:452px)and (min-width:360px){.sdxhmo_btm_declare{font-size:14px}}

.aui-flex{
   border: 1px solid #dbdbdb;
    border-radius:3px;
    margin-bottom:1em;
    padding:5px 15px;
}

.aui-flex-box input,select{
    background:none;
    border:none;
    padding:0.4em 0.5em;
    height:2.3em;
    line-height:2.3em;
   color:#999;
}
.aui-flex label {
    color: #000000;
    font-size: 0.8em;

	box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 2%;
	
    line-height: 4em;
}

.aui-flex label span{ color:#F00; }
