@charset "UTF-8";
*,
 :after,
 :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

body {
    font: 14px / 1.5 -apple-system, BlinkMacSystemFont, "PingFang SC", "Segoe UI", "Microsoft YaHei", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #3B426B;
    background: #fff;
    letter-spacing: 1px;
    width: 100%;
    overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
}

a {
    color: inherit;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: top;
}

button,
input,
select,
textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}


/* .clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	content: "";
}*/

.clearfix {
    zoom: 1;
}


/* 版心1190*140*/

* {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style: none;
}

img {
    vertical-align: middle;
}

a,
a:hover,
a:active {
    text-decoration: none !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

#heads {
    font-size: 20px;
    z-index: 1000;
    position: absolute;
    /* width: calc(100% - 100px); */
    width: 100%;
    height: 80px;
    display: flex;
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
}

#logoTitle {
    width: 100px;
    display: flex;
    justify-content: space-between;
}

#more {
    color: #00a1ff;
    cursor: pointer;
}

.swiper-slide {
    min-width: 100%;
    min-height: 100%;
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    color: white;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.swiper-slide * {
    transform: translate3d(0, 0, 0);
}


/* 
.swiper-slide-1 {
    background-image: url("../../img/Mikey/1.jpg");
    background-size: contain;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
}

.swiper-slide-2 {
    background-image: url("../../img/Mikey/2.jpg");
    background-size: contain;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
}

.swiper-slide-3 {
    background-image: url("../../img/Mikey/3.jpg");
    background-size: contain;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
}

.swiper-slide-4 {
    background-image: url("../../img/Mikey/4.jpg");
    background-size: contain;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
}

.swiper-slide-5 {
    background-image: url("../../img/Mikey/5.jpg");
    background-size: contain;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
} */

.readName {
    font-size: 32px;
}

.readImg {
    width: 100%;
}

.readSub {
    font-size: 52px;
    color: black;
    margin: 20px 0 10px 0;
}

.readCon {
    font-size: 32px;
}

.dian {
    font-size: 184px;
    line-height: 120px;
    height: 120px;
    text-align: center;
    margin: 0 20px;
}

.name {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.nameTitle {
    font-size: 72px;
    letter-spacing: 10px;
}

.contactUs {
    position: fixed;
    right: 40px;
    bottom: 30px;
    cursor: pointer;
    font-size: 20px;
    color: #66b2fe;
}

.contactUs:hover+#contactUsImage {
    display: block;
}

#contactUsImage {
    width: 150px;
    display: none;
    position: fixed;
    right: 150px;
    bottom: 60px;
}

#header {
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#buyText {
    margin-right: 20px;
    cursor: pointer;
    font-size: 18px;
    color: #66b2fe;
}

.nameContent {
    margin-top: 12px;
    width: 80%;
    color: #e3e3e2;
    display: flex;
    justify-content: space-between;
    font-size: 32px;
}

.nameEnd {
    font-size: 32px;
    line-height: 15px;
}

.bottomTitle {
    font-size: 24px;
}

.downTitle {
    color: #A5A5A5;
    font-size: 20px;
    text-align: center;
    letter-spacing: 6px;
    margin: 14px auto;
}

.download ul {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.download ul li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 55px 0;
}

.download ul li div {
    padding-top: 12px;
    font-size: 26px;
    color: #000;
}

.footer {
    text-align: center;
    color: #999;
    padding: 0 0 30px 0;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 100;
    display: none;
}

.layer {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 101;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 440px;
    border-radius: 10px;
    text-align: center;
    padding: 20px 0 30px 0;
    display: none;
}

.layer .close {
    position: absolute;
    right: 20px;
    top: 22px;
    width: 26px;
    height: 26px;
    background: url(../../img/close.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.layer h3 {
    line-height: 70px;
    font-size: 26px;
    color: #000;
    font-weight: bold;
}

.layer p {
    line-height: 50px;
    color: #929292;
    font-size: 18px;
}

.layer a {
    display: block;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 13px 0;
    background-color: #479ff8;
    border-radius: 5px;
    margin-top: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px;
}

#downButton {
    cursor: pointer;
    text-align: center;
    width: 120px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    background-color: #479ff8;
    border-radius: 20px;
    color: white;
    margin-bottom: 20px;
    margin-left: 40px;
}

.content {
    padding: 0 40px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-between;
}

.left,
.rigth {
    display: flex;
    align-items: center;
}

.left {
    padding: 40px 0;
    align-items: flex-start;
}

.leftImg {
    margin-right: 20px;
}

.leftAppName {
    font-size: 18px;
    font-weight: bold;
}

.leftAppDec {
    color: grey;
    font-size: 12px;
}

#select {
    height: 30px;
    width: 400px;
    font-size: 14px;
}

.tip {
    background-image: linear-gradient(#69b5e7, #367b79);
    right: 10px;
    top: 50px;
    padding: 12px;
    z-index: 1000;
    position: absolute;
    /* background-color: deepskyblue; */
    margin: 20px auto;
    width: 180px;
    height: 80px;
    line-height: 43px;
    color: white;
    text-align: center;
    border-radius: 10px;
}

.text {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
}

.tip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
}

.top:after {
    border-bottom-color: #69b5e7;
    bottom: 100%;
    /* left: 50%; */
    /* margin-left: -15px; */
}

.closeTip {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 18px;
}