@charset "utf-8";
/* CSS Document */
button.a {
    left: 0px;
    bottom: 25px;
    right: 0;
    margin: auto;
    outline: none;
    width: 70%;
    height: 2.1275rem;
    overflow: visible;
    transform: translateZ(0px);
    position: fixed;
    z-index: 10000 !important;
    font-size: 1.125rem;
    border-color: rgb(37, 186, 69);
    border-width: 0.0625rem;
    border-radius: 1.5rem;
    border-style: solid;
    background-color: rgb(37, 186, 69);
    color: rgb(255, 255, 255);
    line-height: 1.5625rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.a > img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.contact {
    position: fixed;
    bottom: 24%;
    right: 2%;
    width: 15%;
}

.contact img {
    width: 100%;
    height: 100%;
}


.daaaaa {
    color: #0000;
    position: absolute;
    bottom: 52%;
    left: 50%;
    transform: translateX(-50%);
}



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:0;
	padding:0;
}

img{max-width:100%}
input { outline: none; }
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; border-radius: 0; }
textarea { -webkit-appearance: none; border-radius: 0; outline: none; }
body{ margin:0; padding:0;     font-size: 0.8rem; line-height:30px; background-color:#f5f5f5;}
div,ul,li,p{ list-style:none;}
a{ color:#666666; text-decoration:none;}
a:hover{ color:#ff6e32; }
.clear{ clear:both}

.aui-well-comm {
    padding: 10px 24px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aui-well-comm-bd h4 {
    font-weight: 400;
    font-size: 17px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    color: #fff;
    padding-bottom: 1px;
    text-align: left;
}

.aui-tops {
    border: 1px solid #f1f1f1;
	background-color:#ffffff;
    color: #666666;
    font-size: 0.7rem;
    border-radius: 5px;
    padding: 2px 5px 2px 22px;
    position: relative;
    margin-right: 5px;
}

.aui-name1{
    border: 1px solid #f1f1f1;
	background-color:#ffffff;
    color: #666666;
    font-size: 0.7rem;
    border-radius: 5px;
    padding: 2px 5px 2px 22px;
    position: relative;
}

.icon-v1 {
  background-image:url(../../themes/small/images/v1.png); 
    position: absolute;
    left: 5px;
    top: 2px;
    width: 15px;
    height: 15px;
    background-size: 15px;
}

.icon-jinpai {
  background-image:url(../../themes/small/images/v2.png); 
    position: absolute;
    left: 5px;
    top: 2px;
    width: 15px;
    height: 15px;
    background-size: 15px;
}

.icon-flag {
   background-image:url(../../themes/small/images/v3.png); 
}

.sp_top{ background:url(../../themes/small/images/sp_top.png) repeat-x center top; width:100%; height:180rpx; }
.i_bg{ background-color:#ffffff; width:100%;  overflow:hidden; }

.icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
	margin-top:10px;
	margin-right:5px;
}

.aui-flex-box h3 {
    color: #666666;
	font-weight:normal;
    font-size: 0.75rem;
	height:40px;
	line-height:40px;
	border-bottom:1px dotted #ededed;
    width: 100%;
    overflow: hidden;
}


.icon-web { background-image:url(../../themes/small/images/ico1.png); }


.aui-arrow {
	width:50px;
	float:right; 
	background-color:#ffdb00; 
	height:30px; border-radius:10px;
	margin:5px 0;  text-align:center;
	line-height:30px;
	font-size: 0.8rem;
}


.aui-flex-box h3 span {
    float: left;
    margin-right: 0.75rem;
    font-size: 0.75rem;
}

/* footer */
.aui-footer-button {
    background-color: hsla(0,0%,100%,.95);
    position: relative;
    height: auto;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    padding: 12px;
}

.aui-footer-fixed
{ width:100%; position:fixed;bottom:0;	}

.aui-footer-flex {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aui-footer-wrap {
    width: 20%;
    position: relative;
    text-align: center;
    display: block;
    -webkit-user-select: none;
    border-radius: 5px;
    border: 1px solid #ff7e3e;
    margin-right: 2%;
    height: 50px;
    line-height: 50px;
}


.aui-btn {
    position: relative;
    z-index: 10;
    line-height: 50px;
    text-align: center;
    background: #e4393c;
    color: #fff;
    font-size: 14px;
    /* cursor: pointer; */
    -webkit-user-select: none;
    width: 100%;
    font-weight: bold;
    border-radius: 5px;
}

.aui-btn-gray {
    background: #ff6e32;
}

.aui-btn h2 {
    font-size: 0.95rem;
    position: relative;
}
.aui-btn h2 a {

	color:#ffffff;
	display:block;
}

.aui-footer-wrap span a {
    font-size: -0.1rem;
    color: #ff6e32;
    display: block;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 15px;
}

.aui-footer-flex1 {
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.icon-up {
    top: 0.3rem;
    left: 2.4rem;
    position: absolute;
	background-image:url(../../themes/small/images/tel1.png); 
}

<!--导航-->
.aui-palace {
    padding: 15px 10px;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 15px; */
}

.whitetop_bg{ background-color:#ffffff; margin-top:4px; border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}

.aui-palace-grid {
    position: relative;
    float: left;
    padding: 2px 1px 5px 1px;
    width: 33.333333%;
    box-sizing: border-box;
}

.aui-palace-grid-text {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 5px;
}

.aui-palace-grid-text h2 {
    font-size: 0.9rem;
    font-weight: normal;
    color: #fff;
}

.aui-palace-two .aui-palace-grid-text h2{
    color:#333333;
    font-size: 15px;
}

.aui-palace-two .aui-palace-grid{
    width:33%;
}
