@charset "utf-8";
/* CSS Document */
/* 一些标签初始值 */
* {
    -webkit-touch-callout: none;
    /* -webkit-user-select: none; */
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
img{
	display: block;
	width: 100%;
    margin-top: -1px;
	padding: 0;
	margin: 0;
	border: 0;
}
html,body {
    background-color: #abc1a3;
	padding: 0;
	margin: 0;
	border: 0;
}
/* body {} */
a, a:hover, a:active {
    text-decoration: none;
}
table {
    width: 100%;
    border-spacing: 0px;
}
table td{
    padding: 0;
}
audio{
    width: 100%;
    min-height: 30px;
}
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: #ffffff;
    border-radius: 6px;
}
/* audio::-webkit-media-controls-play-button {
    color: #FFFFFF;
} */
/* 一些uikit初始值 */
.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 #f0f0f0;
    border-radius: 0 0 9px 9px;
    background: #fcfcfc;
}
.uk-modal-dialog .uk-button {
    border-radius: 99em;
}
.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-close{
    width: 30px;
    line-height: 30px;
}
.uk-modal-dialog>.uk-close:first-child {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
}
/* 一些公用标签 */
.coverbg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.yuan {
    border-radius: 99em;
}
.hoverbox {
    position: relative;
	background-color:#f2f2f2;
}
.hoverbox .wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}
.bar {
    position: fixed;
    text-align: center;
    left: 0px;
    right: 0px;
    bottom: -4px;
    padding-bottom: 0px;
    border-bottom: constant(safe-area-inset-bottom) solid #fafbfc;
    border-bottom: env(safe-area-inset-bottom) solid #fafbfc;

}
.mainbody {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    min-height: 100vh;
    position: relative;
    background-color: #ffffff;
}
.mainbody2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    min-height: 100vh;
    position: relative;
    background-color: #374c25;
}
.nowPrice{
    font-size: 20px;
    font-weight: bold;
}
.oldPrice{
    text-decoration: line-through;
    font-size: 12px;
    color: #7f84a3;
}
.vipTime{
    font-size: 12px;
    font-weight: 400;
    margin-left: -22%;
}
.buyVIP{
    border: none;
    border-radius: 50px;
	color:#fff;
    width: 100%;
    height: 34px;
    line-height: 31px;
    background-color: #ff9700;
    /* color: black; */
    margin-top: 8px;
    margin-left: 39px;
}
.shape{
    position: absolute;
    top: -30%;
    right: -15%;
    height: 20px;
    line-height: 20px;
    border-radius: 35px;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: white;
    background-color: #00afa0;
}
.dongxiao{
	margin-top:5px;
    animation: zoom 0.5s linear infinite;
}
.Iknow {
    position: absolute;
    width: 85%;
    bottom: 18%;
    right: -6%;
}
.knowbut1 {
    width: 70%;
    height: 35px;
    line-height: 33px;
    border-radius: 50px;
    background-color: #ffc663;
    color: black;
    border: none;
    font-weight: bold;
    font-size: 16px;
}
.writeNumber {
    width: 70%;
    height: 35px;
    line-height: 33px;
    border-radius: 50px;
    background-color: #ffc663;
    color: #374c25;
    border: none;
    font-weight: bold;
    font-size: 15px;
}
.phoneNum{
    margin: auto;
    width: 200px;
    height: 35px;
    line-height: 34px;
    background: #F6F6F6;
    opacity: 1;
    border: none;
    border-radius: 30px;
    margin-bottom: 18px;
}
.phone11{
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 25px;
    background: #F6F6F6;
    opacity: 1;
    border: none;
    width: 100px;
}
.identifyingCode{
    margin: auto;
    width: 200px;
    height: 35px;
    line-height: 34px;
    background: #F6F6F6;
    opacity: 1;
    border: none;
    border-radius: 30px;
    margin-bottom: 20px;
}
.identifying{
    border: none;
    background: #F6F6F6;
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 25px;
    opacity: 1;
    width: 110px;
    margin-left: 11px;
}
.getidentifyingCode{
    font-size: 12px;
    color: #e99f30;
    opacity: 1;

}
.gain{
    margin-left: 20px;
}
.choice{
    font-size: 12px;
}
.countryCode{
    border: none;
    background: #F6F6F6;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    color: #323232;
    opacity: 1;
    margin-left: 11px;
}
@keyframes zoom{
    0%{
        transform: scale(1,1);
    }
    50%{
        transform: scale(1.08,1.08);
    }
    100%{

        transform: scale(1,1);
    }
}
/*  */

@media (min-width:375px) {}
@media (min-width:414px) {}

.kfCon{
	position: fixed;
	bottom: 20%;
	right: 15px;
	width: 50px;
}