@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.eot?3tql4l);
    src: url(fonts/icomoon.eot?3tql4l#iefix) format('embedded-opentype'),url(fonts/icomoon.ttf?3tql4l) format('truetype'),url(fonts/icomoon.woff?3tql4l) format('woff'),url(fonts/icomoon.svg?3tql4l#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=icon-],[class*=" icon-"] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.logo {
    width: 100%;
    text-align: center;
    padding: 60px 0 20px;
}
.icon-point-down:before {
    content: "\ea05"
}

.icon-cancel-circle:before {
    content: "\ea0d"
}

.icon-appleinc:before {
    content: "\eabe"
}

.icon-android:before {
    content: "\eac0"
}

.icon-windows8:before {
    content: "\eac2"
}

.icon-IE:before {
    content: "\eadb"
}

* {
    margin: 0;
    padding: 0
}

body {
    background-color: #faebd7;
    color: #3a3a3a
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #5cada9;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 4px #171717
}

.content {
    width: 100%;
    height: auto;
    position: absolute;
    top: 40px;
    bottom: 80px;
    overflow: auto
}

h5 {
    text-align: center;
    color: #555
}

.button {
    text-align: center;
    margin-top: 10px
}

.button button {
    padding: 10px 40px;
    border-radius: 40px;
    background: #f77438;
    border: none;
    color: #fff;
    font-size: 18px
}

.button a {
    display: inline-block;
    padding-top: 10px;
    color: #ccc;
    font-size: 14px
}

.icon-appleinc {
    font-size: 18px
}

.steps {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    margin: 30px auto 0;
    color: #5d5d5d
}

.windows {
    text-align: center
}

.icon {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: coral;
    color: #fff;
    border-radius: 20px
}

.none {
    opacity: 0
}

.tec {
    color: #c11b76
}

.notice {
    width: 280px;
    margin: 0 auto;
    font-size: 12px;
    color: #555;
    padding: 0 20px
}

.notice-title {
    font-weight: 600;
    margin-left: -4px
}

.footer {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0
}

.wap-link {
    display: inline-block;
    border-radius: 6px;
    padding: 6px 20px;
    border: 4px solid #ccc
}

.win-p1 {
    margin-bottom: 10px
}

.qcode {
    background-color: #fff;
    width: 300px;
    margin: 20px auto;
    color: #2196f3;
    padding: 10px 20px 20px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 3px 3px 12px 0 #8a8a8a
}

.qcode p {
    margin-bottom: 10px
}

.icon-point-down {
    font-size: 28px;
    position: relative;
    top: 8px
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    transition: opacity 500ms;
    display: block
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    width: 70%;
    position: relative;
    transition: all 5s ease-in-out
}

.popup img {
    width: 80%
}

.popup .close {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 28px;
    cursor: pointer;
    z-index: 9999
}

.popup .close:hover {
    color: orange
}

.hide {
    display: none
}


body {
    font-family: Arial,Helvetica,sans-serif
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: .3s
}

#myImg:hover {
    opacity: .7
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px
}

.modal-content,#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: .6s;
    animation-name: zoom;
    animation-duration: .6s
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.closeImg {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 700;
    transition: .3s
}

.closeImg:hover,.closeImg:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width:100%
    }
}



