a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

input {
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0)
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #949494;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #949494;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #949494;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #949494;
}

select {
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0)
}

.div1 {
    margin-top: 30px;
    margin-left: 10px;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    float: left;
    z-index: 999;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
}

.child {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 30px;
    color: white;
}

/**订单查询按钮*/
.query-order {
    margin-top: 200px;
    background-color: #f43b29;
    border-radius: 10px;
    padding: 5px;
    position: fixed;
    float: right;
    right: 0;
    z-index: 999;
    color: white;
    font-size: 12px;
}

/**订单查询窗口*/
.query-order-window {
    z-index: 999;
    background-color: white;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    width: 90%;
}

.query-phoneNum {
    margin-bottom: 20px;
    padding: 5px;
    border: solid #e7e7e7;
    border-radius: 10px;
    width: 70%;
}

.query-result {
    margin-bottom: 20px;
}

.query-result td {
    word-wrap: break-word;
    word-break: break-all;
    border: solid #337ab7;
    padding: 5px;
}

.query-result th {
    text-align: center;
    border: solid #337ab7;
}

.query-result tr {
    border: solid #337ab7;
}

.container {
    padding: 0;
    display: block;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.posters {
    width: 340px;
    display: inline-block;
}

.posters-img {
    width: 100%;
}


.order {
    margin: 10px;
    /*background-color: white;*/
    /*box-shadow: #b6cbda 0px 2px 6px 3px;*/
    border-radius: 5px 5px 5px 5px;
    /*padding-bottom: 10px;*/
}

.step-one {
    margin: 10px 10px 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.tip-title span {
    font-size: 30px;
    color: #ffe359;
    font-weight: bold;
}

.num {
    margin: 10px;
    height: 50px;
    background: #fff;
}

.order-text {
    text-align: left;
    margin-top: 20px;
}

.tip {
    margin-top: 10px;
    margin-bottom: 10px;
}

label {
    /*padding-top: 6px;*/
    width: 20%;
    font-weight: 500;
    color: white;
    /*color: #000000 !important;*/
}

.text-info {
    height: 30px;
    width: 50%;
}

/* 付款方式 */
.hidden-warp {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    z-index: 999;
    display: none;
}

.hidden-layer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
}

/*支付选择*/
.pay-selector {
    background-color: white;
    height: 200px;
    width: 340px;
}

/*付款选择窗口标题*/
.pay-title {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.num {
    /*height: 32px;*/
    margin-top: 15px;
    font-weight: bold;
    border: 1px solid #989898;
    border-radius: 10px;
}

.num label {
    display: inline-block;
    /*padding-top: 6px;*/
    width: 30%;
}

.num .selector {
    display: inline-block;
    width: 60%;
    height: 30px;
    border-radius: 10px;
}

/*数量选择*/
.selector {
    width: 200px;
    height: 30px;
    border-radius: 10px;
}

label {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem !important;
    width: 27%;
}

.text-item {
    margin-top: 5px;
    font-weight: bold;
    border: 1px solid #989898;
    border-radius: 10px;
    padding-left: 15px;
}

.text-item-hidden {
    display: none;
}

.text-info {
    height: 32px;
    width: 60%;
    border: none;
}

.city-selector {
    width: 70%;
    background-color: #ffc600;
    background-image: linear-gradient(#ffe973, #fe9c01);
    color: white;
    border-radius: 10px;
    float: right;
    right: 0px;
    padding-left: 5px;
}

.right {
    float: right;
}

.get-verify {
    background-color: #ffc600;
    background-image: linear-gradient(#ffe973, #fe9c01);
    color: white;
    border-radius: 10px;
    float: right;
    right: 0px;
}

.important {
    color: red;
    font-size: 18px;
}

.tip-orange {
    padding: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ffc501;
    color: white;
    border-radius: 10px;
    text-align: center;
    font-size: 13px;
}

.tip-red {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: red;
    border-radius: 10px;
    font-weight: bold;
    font-size: 15px;
}

.tips {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #ff6200;
    font-weight: bold;
    font-size: 15px;
}

/*购买按钮*/
.buy {
    font-weight: bold;
    color: red;
    background-color: #F0C32B;
    background-image: linear-gradient(#ffe89f, #f1c024);
    box-shadow: #ff9001 0px 3px 2px 2px;
    margin-bottom: 10px;
    padding-top: 10px;
    height: 50px;
    width: 200px;
    font-size: 20px;
    border-radius: 10px;
    border: none;
}

#buy {
    animation: breathe 1.1s infinite;
}

@keyframes breathe {
    0% {
        transform: scale(.99);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(.99);
    }
}

.order-text {
    text-align: left;
    margin-top: 20px;
}

.title-pic {
    position: relative;
}

.title-pic img {
    width: 100%;
    margin-top: -20px;
}

.tip-title {
    position: absolute;
    top: -20px;
    height: 40px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 18px;
}

.tip-title span {
    font-size: 24px;
    color: #ffe359;
    font-weight: bold;
}

.verify-input {
    width: 100px;
    margin-left: 3px;
    height: 32px;
}

@media screen and (max-width: 600px) {
    .posters {
        width: 100%;
    }

    .posters-head {
        height: 100%;
    }

    .pay-selector {
        width: calc(100% - 10px * 2);
    }
}

@media screen and (max-width: 320px) {
    .verify-input {
        width: 80px;
    }
}


.verify_code {
    color: #fff;
    background: #57be6a;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 5px;
    border-radius: 10px;
    animation: breathe 1.1s infinite;
}

