@charset "utf-8";
/* CSS Document */

* {
    -webkit-touch-callout: none;
    /* -webkit-user-select: none; */
    -webkit-tap-highlight-color: transparent;
}
html {
    background-color: #f7f7f7;
}
a, a:hover, a:active {
    text-decoration: none;
}
.uk-container {
    margin: auto;
    padding: 0 20px;
}
.uk-modal-dialog {
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}
.uk-modal-header {
    margin-bottom: 15px;
    margin: -20px -20px 15px -20px;
    padding: 20px;
    border-radius: 9px 9px 0 0;
    background: #1ecbd3;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.2em;
}
.uk-modal-footer {
    margin-top: 15px;
    margin: 15px -20px -20px -20px;
    padding: 20px;
    border-top: 1px solid #e5e5e5;
    border-radius: 0 0 9px 9px;
    background: #fafafa;
}
.uk-modal-dialog .uk-button {
    border-radius: 4px;
}
.uk-button-primary {
    background-color: #1ecbd3;
}
.uk-button-primary:focus, .uk-button-primary:hover {
    background-color: #1ecbd3;
}
.uk-button-primary.uk-active, .uk-button-primary:active {
    background-color: #49afb6;
}
.uk-modal-dialog>.uk-close:first-child {
    margin: -12px 7px 0 0;
    position: absolute;
    right: 0;
}
table {
    width: 100%;
    border-spacing: 0px;
}
.coverbg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.yuan {
    border-radius: 99em;
}
.bar {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /* bottom: constant(safe-area-inset-bottom);
	bottom: env(safe-area-inset-bottom); */
    border-bottom: constant(safe-area-inset-bottom) solid #e6e6e6;
    border-bottom: env(safe-area-inset-bottom) solid #e6e6e6;
    z-index: 500;

}
/* .ipxfix-space {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: constant(safe-area-inset-bottom);
	height: env(safe-area-inset-bottom);
} */
.hoverbox {
    position: relative;
}
.hoverbox .wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}
audio::-internal-media-controls-download-button {
    display: none;
}
audio::-webkit-media-controls-enclosure {
    overflow: hidden;
}
audio::-webkit-media-controls-panel {
    /*width: calc(100% - 10px);*/
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
}
audio::-webkit-media-controls-play-button {
    color: #FFFFFF;
}
.mainbody {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
}
.indexpage .mainbody{
    background-color: #ffffff;
}
.link:active{
    opacity: 0.5;
}
.fankui .swiper-container {
    padding-bottom: 20px;
}
.fankui .swiper-slide {
    width: 86%;
    /* box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15); */
    border-radius: 10px;
}
.popuptip {
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    border-radius: 6px;
    position: fixed;
    width: 130px;
    top: 40%;
    left: 50%;
    margin-left: -65px;
    text-align: center;
    display: none;
    padding: 5px 0;
}
.indexpage .bar{
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); */
    text-align: center;
}
.indexpage .bar .uk-button {
    background-color: #ee7989;
    color: #FFFFFF;
    width: 100%;
    font-size: 0.9em;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.indexpage .bar .uk-button:active {
    background-color: #cf5c6c;
}
.indexpage .bar .btn2{
    background-color: #fadb9f;
    color: #856e44;
}
.indexpage .bar .btn2:active{
    background-color: #dfbf80;
}
.indexpage .bar .infobar {
    background-color: rgba(0, 0, 0, 0.70);
    height: 30px;
    color: #FFFFFF;
}
.indexpage .bar .infobar .swiper-container {
    width: 100%;
    height: 100%;
}
.indexpage .bar .infobar .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 10px;
}
.dialog-fankui .uk-modal-dialog{
    width: 600px;
    max-width: 100%;
    max-width: calc(100% - 20px);
    background-color: #fbf1f1;
}
.dialog-fankui .yinhao{
    background-image: url('imgs/yinhao.png');
    width: 40px;
    height: 30px;
}
.uk-container {
    margin: auto;
    padding: 0 15px;
}
.backbar {
    padding: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: #ffffff;
    border-bottom: 1px solid #e7e7e7;
}
/* .backbar.show {
    background-color: #28d5ce;
    box-shadow: 0px 6px 24px rgba(118, 133, 155, 0.6);
} */
.backbar-placeholder{
    height: 40px;
}
.backbar .btnbox{
    width: 70px;
    height: 30px;
}
.backbar .titlebox{
    text-align: center;
    font-weight: bold;
}
.backbar .pageback img {
    width: 24px;
}
/* .backbar .pageback .txt{
	opacity: 0;
} */
.backbar.show .pageback .txt {
    opacity: 1;
}
.backbar .pageback .txt {
    opacity: 1;
    color: #727272;
}
.pageinfobox {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #ffffff;
    color: #999999;
    font-size: 0.9em;
}
.tip {
    color: #999999;
}
.box {
    background-color: #FFFFFF;
    margin-bottom: 15px;
}
.uk-form input:not([type]):focus, .uk-form input[type=text]:focus, .uk-form input[type=password]:focus, .uk-form input[type=email]:focus, .uk-form input[type=url]:focus, .uk-form input[type=search]:focus, .uk-form input[type=tel]:focus, .uk-form input[type=number]:focus, .uk-form input[type=datetime]:focus, .uk-form input[type=datetime-local]:focus, .uk-form input[type=date]:focus, .uk-form input[type=month]:focus, .uk-form input[type=time]:focus, .uk-form input[type=week]:focus, .uk-form input[type=color]:focus, .uk-form select:focus, .uk-form textarea:focus {
    border-color: #ffffff;
    background: #ffffff;
}
.formbox{
    padding-bottom: 150px;
}
.formbox .title{
    padding: 5px 15px;
    color: #727272;
}
.formbox .icon {
    width: 20px;
}
.formbox .uk-form input[type=text], .formbox .uk-form input[type=tel] {
    border: 1px solid #fff;
    width: 100%;
}
.uk-form-row {
    padding-top: 10px;
    padding-bottom: 10px;
}
.uk-form-row.line {
    border-bottom: 1px solid #e7e7e7;
}
.uk-form-row+.uk-form-row {
    margin-top: 0px;
}
.uk-form-row:last-of-type {
    margin-bottom: 0px;
    border-bottom: none;
}
.submitbar {
    background-color: #FFFFFF;
}
.submitbar .pricebox {
    padding-left: 15px;
    font-weight: bold;
}
.submitbar .uk-button {
    background-color: #1ecbd3;
    color: #FFFFFF;
    font-size: 1.1em;
}
.submitbar .uk-button:active {
    background-color: #19a39f;
}


@media (min-width:750px) {}