* {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-focus-ring-color: transparent;
}

html, body {
    width: 100%;
    height: 100%;
    cursor: default;
    font-family: Source Han Serif CN;
}

img {
    border: none;
    vertical-align: middle;
}

em, i {
    font-style: normal;
}

a {
    color: white;
    outline: none;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}

input {
    -webkit-appearance: none;
    outline: none;
    border: none;
}

button {
    border: none;
    outline: none
}

button, textarea {
    font: inherit
}

table {
    border-collapse: collapse
}

.display_flex {
    display: -webkit-box;
    /* / 老版本语法: Safari, iOS, Android browser, older WebKit browsers. / */
    display: -moz-box;
    /* / 老版本语法: Firefox (buggy) / */
    display: -ms-flexbox;
    /* / 混合版本语法: IE 10 / */
    display: -webkit-flex;
    /* / 新版本 语法： Chrome 21+ / */
    display: flex;
    /* / 新版本语法： Opera 12.1, Firefox 22+ / */
}

/* .IE {-ms-flex-direction: column-reverse;} */
/* .flex-direction {-webkit-box-orient: vertical;-webkit-box-direction: normal;-moz-box-orient: vertical;-moz-box-direction: normal;-webkit-flex-direction: column;flex-direction: column;}.align-items {-webkit-box-align: center;-moz-box-align: center;box-align: center;-webkit-align-items: center;align-items: center;}.flex_direction_row_reverse {-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}.flex_direction_column {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.flex_direction_column_reverse {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}.flex_wrap_nowrap {-ms-flex-wrap: nowrap;flex-wrap: nowrap;}.flex_wrap_wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}.flex_wrap_wrap_reverse {-ms-flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;}.justify_content_flex_start {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}.justify_content_flex_end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}.justify_content_center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.justify_content_space_between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}.justify_content_space_around {-ms-flex-pack: distribute;justify-content: space-around;}.align_items_flex_start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}.align_items_flex_end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}.align_items_center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.align_items_baseline {-webkit-box-align: baseline;-ms-flex-align: baseline;align-items: baseline;}.align_content_flex_start {-ms-flex-line-pack: start;align-content: flex-start;}.align_content_flex_end {-ms-flex-line-pack: end;align-content: flex-end;}.align_content_center {-ms-flex-line-pack: center;align-content: center;}.align_content_space_between {-ms-flex-line-pack: justify;align-content: space-between;}.align_content_space_around {-ms-flex-line-pack: distribute;align-content: space-around;}.order_1 {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}.flex_grow_1 {-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;}.flex_shrink_0 {-ms-flex-negative: 0;flex-shrink: 0;}.flex_basis_100px {-ms-flex-preferred-size: 100px;flex-basis: 100px;}.align_self_flex_start {-ms-flex-item-align: start;align-self: flex-start;}.align_self_flex_end {-ms-flex-item-align: end;align-self: flex-end;}.align_self_center {-ms-flex-item-align: center;align-self: center;}.align_self_baseline {-ms-flex-item-align: baseline;align-self: baseline;}.flex1 {flex-grow: 1;flex-shrink: 1;flex-basis: 0;} */
.float_l {
    float: left;
}

.float_r {
    float: right;
}

.ul, .ol {
    font-size: 0;
    text-align: center;
}

.ol li, .ul li {
    font-size: 16px;
    display: inline-table;
}

.noSize {
    font-size: 0;
    text-indent: -9999em;
}

/* 1400 Auto */
.styleAuto {
    width: 100%;
    min-width: 1400px;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 1080px;
    position: relative;
}

.w100 {
    width: 100%;
}

.wh100 {
    width: 100%;
    height: 100%;
}

.red {
    background: red;
}

.blue {
    background: blue;
}

.pink {
    background: pink;
}

.yellow {
    background: yellow;
}

.orange {
    background: orange;
}

.absolute {
    position: absolute;
    z-index: 10;
}

.relative {
    position: relative;
    z-index: 20;
}

.fixed {
    position: fixed;
    z-index: 30;
}

.m0Auto {
    margin: 0 auto;
}

.hide {
    display: none;
}

.overHide {
    overflow: hidden;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

.border {
    border: 1px solid deeppink;
}

.center {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0 !important;
    margin: auto;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 4px
}

::-webkit-scrollbar-track {
    border-radius: 4px;
    background: rgba(0, 0, 0, .2)
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: rgba(0, 0, 0, .2)
}

#shade {
    background: rgba(0, 0, 0, .6);
    z-index: 266;
}

#shade.shade {
    background: rgba(0, 0, 0, 0) !important;
    z-index: 266;
}

#wrap {
    width: 935px;
    height: 644px;
    background: #ff000000 url(../image/makeCard/bg.png) top no-repeat;
}

    #wrap > .close {
        width: 65px;
        height: 61px;
        top: 102px;
        right: -62px;
        background: url(../image/makeCard/close.png) top no-repeat;
    }

.main {
    width: 446px;
    height: 430px;
    top: 295px;
    left: 340px;
    z-index:5
}

.main .time {
    width: 446px;
    height: 32px;
    line-height: 32px;
    color: white;
    text-align: center;
    /* background: url(../image/makeCard/time.png) top no-repeat; */
}

.make {
    width: 383px;
    height: 200px;
    top: 40px;
}

.hint {
    text-align: center;
    font-size: 14px;
    top: -26px;
}

.divDd {
    height: 44px;
    margin: 0 0 20px;
}

.divDd span {
    display: inline-block;
    width: 100px;
    height: 44px;
    font-size: 25px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    line-height: 44px;
}

input {
    width: 124px;
    height: 44px;
    background: #FFFFFF;
    text-indent: 20px;
    font-size: 18px;
    color: #30356c;
    border: 1px solid #30356C;
}

input.ipt {
    width: 280px;
}

input.btnIpt {
    width: 136px;
    text-align: center;
    background: #30356C;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
    cursor: pointer;
    text-indent: 0;
}

input.btnIpt:active {
    position: relative;
    top: 1px;
}

.btnMake {
    margin-top: 33px;
    text-align: center;
}

.btnMake:active {
    position: relative;
    top: 1px;
}

#succeed {
    width: 505px;
    height: 331px;
    z-index: 724;
    top: 191px;
    left: 337px;
    background: url(../image/makeCard/succeed.png) top no-repeat;
}
    #succeed .time {
        width: 100%;
        height: 37px;
        line-height: 39px;
        color: white;
        text-align: center;
    }
    #succeed .btn {
        width: 80%;
        left: 10%;
        top: 35%;
        font-size: 18px;
        color:#fff;
    }

#succeed .btn span {
    display: inline-block;
    width: 90px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #8c9091;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 15px;
    color:#000;
}

#succeed .btn span:active {
    position: relative;
    top: 1px;
}

#succeed .link {
    width: 90%;
    left: 5%;
    bottom: 35%;
    font-size: 18px;
}

#succeed .link a {
    color: white;
}

#succeed .close {
    width: 41px;
    height: 36px;
    top: 20px;
    right: 20px;
    background: url(../image/makeCard/close.png) top no-repeat;
}

#succeed .ensure {
    width: 205px;
    height: 44px;
    left: 50%;
    bottom: 110px;
    margin-left: -102px;
    background: url(../image/makeCard/ensure.png) top no-repeat;
}

#succeed .aindex {
    bottom: 17px;
    left: 50%;
}
