a, li, ul {
    text-decoration: none
}

a, body {
    -webkit-user-select: none
}

a, input {
    -webkit-tap-highlight-color: transparent
}

.alignCenter, header .headbox {
    text-align: center
}

* {
    margin: 0;
    padding: 0
}

.clearfix {
    display: block;
    zoom: 1
}

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

a {
    -webkit-touch-callout: none
}

li, ul {
    list-style: none
}

body {
    background: #efefef;
    font-family: '微软雅黑', YaHei, Hei, Tahoma, Helvetica, arial, sans-serif, '黑体';
    color: #333;
    user-select: none
}

a, div, input, selected, span, td, textarea {
    box-sizing: border-box
}

header {
    position: fixed;
    z-index: 88;
    top: 0;
    left: 0;
    width: 100vw
}

header .headbox {
    height: 1.2rem;
    line-height: 1.2rem;
    box-shadow: 0 .5px .16rem #666;
    background: #c02c2a;
    color: #fff;
    font-size: .45333333rem;
    position: relative
}

.goback {
    background: url(../images/goback.png) center center no-repeat rgba(255, 255, 255, .42);
    background-size: .19rem .37rem;
    display: inline-block;
    position: fixed;
    top: .65rem;
    left: .21333333333333335rem;
    width: .68rem;
    height: .68rem;
    z-index: 999;
    border-radius: 50%
}

.page, .pages {
    width: 100vw;
    margin: 0 auto;
    background-color: #fff
}

.account p {
    line-height: .53333333rem
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

* textarea, input {
    -webkit-user-select: initial !important
}

.floatLeft {
    float: left
}

.floatRight {
    float: right
}

.clearFloat {
    clear: both
}

.alignLeft {
    text-align: left
}

.alignRight {
    text-align: right
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.noEvent {
    pointer-events: none
}

.page {
    min-height: 100%;
    position: absolute
}

.pages {
    position: relative;
    overflow: hidden
}

.page .pro {
    width: 9.46666667rem
}

.page ._header {
    position: fixed;
    top: 0;
    width: 100vw;
    color: #fff;
    text-align: center;
    line-height: 1.2rem;
    z-index: 3000;
    background-color: #ff8600
}

.page ._header .icon-back {
    font-size: .4rem;
    position: absolute;
    left: .2rem
}

.page ._header .icon-close {
    position: absolute;
    right: .33333333rem;
    top: 0;
    font-size: .4rem
}

.page ._header h6 {
    font-size: .48rem;
    font-weight: 100;
    margin: 0 1.06666667rem
}

.page ._content {
    margin-top: 1.2rem
}

.J_overlayer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s
}

.J_overlayer.md-show, .md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible
}

@font-face {
    font-family: iconfont;
    src: url(//at.alicdn.com/t/font_372195_3bbueyq8ob9be29.eot);
    src: url(//at.alicdn.com/t/font_372195_3bbueyq8ob9be29.eot?#iefix) format('embedded-opentype'), url(//at.alicdn.com/t/font_372195_3bbueyq8ob9be29.woff) format('woff'), url(//at.alicdn.com/t/font_372195_3bbueyq8ob9be29.ttf) format('truetype'), url(//at.alicdn.com/t/font_372195_3bbueyq8ob9be29.svg#iconfont) format('svg')
}

.iconfont, [class*=" icon-"], [class^=icon-] {
    font-family: iconfont !important;
    font-size: .4rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.icon-fanhui:before {
    content: "\e732"
}

.icon-not_selected:before {
    content: "\e64e"
}

.icon-jiantou1:before {
    content: "\e636"
}

.icon-close:before {
    content: "\e601"
}

.icon-selectfill:before {
    content: "\e661"
}

.icon-yuanxingxuanzhongfill:before {
    content: "\e730"
}

.icon-yuanxingxuanzhong:before {
    content: "\e731"
}

.animator {
    opacity: 0;
    -webkit-transition: all .4s ease-in 0s;
    transition: all .4s ease-in 0s
}

.animator.show {
    opacity: 1
}

.__modelMask {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    background: rgba(0, 0, 0, .35)
}

.__modelMask.dialogMask {
    z-index: 9000
}

.__modelMask .__modelDialog {
    position: relative;
    background: #fff;
    border-radius: .26667rem;
    overflow: hidden;
    height: auto;
    width: 6.13333rem;
    font-size: .37333rem;
    text-align: center
}

.__modelMask .remindMessage {
    line-height: .64rem;
    font-size: .34667rem;
    margin: .46667rem 0 .33333rem;
    padding: .2rem .26666667rem
}

.__modelMask .btn_close {
    position: absolute;
    right: .30666667rem;
    top: .30666667rem;
    color: #333;
    z-index: 30
}

.__modelMask .buttonBox .cancel, .__modelMask .buttonBox .confirm, .__modelMask .buttonBox .ok {
    display: inline-block;
    color: #00f;
    height: 1.09333rem;
    line-height: 1.04rem;
    font-size: .37333rem
}

.__modelMask .buttonBox {
    overflow: hidden;
    height: 1.09333rem;
    border-top: 1px solid #efefef
}

.__modelMask .buttonBox .ok {
    width: 50%
}

.__modelMask .buttonBox .cancel {
    text-align: center;
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #efefef
}

@-webkit-keyframes dialogOut {
    0% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
    10%, 85%, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes dialogOut {
    0% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
    10%, 85%, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.dialogOut {
    -webkit-animation: 4s dialogOut ease 0s;
    animation: 4s dialogOut ease 0s
}

.__tipModelBox {
    position: fixed;
    top: 50%;
    left: 50%;
    opacity: 0;
    max-width: 7.2rem;
    text-align: center;
    padding: .2rem .24rem;
    line-height: .55rem;
    color: #fff;
    z-index: 20000;
    font-size: .37rem;
    border-radius: .1rem;
    -webkit-transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1.2);
    transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1.2);
    background-color: rgba(0, 0, 0, .7)
}

@-webkit-keyframes bounceOut {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1.2);
        transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1.2)
    }
    10%, 85% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
        transform: translate(-50%, -50%) scale3d(1, 1, 1)
    }
    to {
        opacity: .2;
        -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
        transform: translate(-50%, -50%) scale3d(1, 1, 1)
    }
}

@keyframes bounceOut {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1.2);
        transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1.2)
    }
    10%, 85% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
        transform: translate(-50%, -50%) scale3d(1, 1, 1)
    }
    to {
        opacity: .2;
        -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
        transform: translate(-50%, -50%) scale3d(1, 1, 1)
    }
}

.bounceOut {
    -webkit-animation: 4s bounceOut ease-in-out 0s;
    animation: 4s bounceOut ease-in-out 0s
}

body, html {
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    overflow: hidden
}

.shadow {
    top: 0;
    right: 0;
    padding-top: .8rem;
    background: url(../../images/share/shadow_arrow.png) top right no-repeat;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999;
    font-size: .24rem;
    line-height: .4rem;
    color: #fff
}

.shadow p {
    width: 3.33333rem;
    margin: 0 auto;
    text-align: left
}

.shadow p span {
    display: inline-block;
    width: .26667rem;
    height: .26667rem;
    margin-right: .13333rem;
    background-color: #f04124;
    border-radius: 50%;
    text-align: center;
    line-height: .26667rem;
    vertical-align: middle
}

.iosbtn, .andbtn{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background-image: url(../../images/download.jpg);
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
}

