.box_reminders {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3001;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

.box_reminders>.width {
    display: block;
    overflow: hidden;
    width: 73%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    border-radius: 9px;
    min-width: 275px;
}

.box_reminders>.width>.con {
    position: relative;
    background: white;
    overflow: hidden;
}

.box_reminders .tc {
    text-align: center;
}

.box_reminders .tit {
    color: #333;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    line-height: 22px;
}

.box_reminders .reminders_con {
    padding: 20px 15px 20px;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
}

.reminders_con>.this {
    color: #666666;
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 15px;
}

.reminders_con>.this>a {
    color: #f73173;
}

.reminders_con>.input>span {
    display: inline-block;
}

.reminders_con>.input>input {
    height: 44px;
    border-radius: 5px;
    line-height: 44px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    background: #f9f9f9;
    border: none;
    color: #333333;
}


/*placeholder样式-开始*/

#remind_email::-webkit-input-placeholder {
    color: #999999;
}

#remind_email::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

#remind_email:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

#remind_email:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}


/*placeholder样式-结束*/

.reminders_con .Error_message {
    color: #f73173;
    line-height: 20px;
    font-size: 12px;
    display: none;
}

.box_button a {
    height: 44px;
    line-height: 44px;
    /* text-align: center; */
    font-size: 16px;
    color: #0382ff;
}

.box_button a.active {
    color: #f73173;
}

.this_box_button a.box_arrival_reg {
    background: white;
    border: 1px #f73173 solid;
    color: #f73173;
    margin-left: 20px;
    height: 33px;
    line-height: 33px;
}

.this_box_button a {
    width: 140px;
}

.box_reminders .box_button {
    border-top: #f7f7f7 1px solid;
    /* padding: 0 15px; */
}

.stat {
    box-sizing: border-box;
    width: calc(100% / 2);
    float: left;
    text-align: center;
    border-left: 1px solid #EBEBEB;
}