.tanbox_time {
    /*  width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.4);*/
    z-index: 9999999;
    position: fixed;
    padding-top: 150px;
}
.tan_login_time button {
    position: absolute;
    top: 38px;
    right: 0px;
    background: none;
    border: none;
    width: 36px;
    height: 36px;
    background: url("/Source/activity/newyijian/img/close.png") no-repeat;
}
.tan_login_time {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    background: url("/Source/activity/newyijian/img/tan_time_bg.png") no-repeat center bottom;
    position: fixed;
    background-size:100%;
    bottom: 0;
    z-index: 99999999;
}
.formbox{ width:706px; margin:0 auto; height:auto; }
.tan_login_time form {
    padding: 68px 0 0 0px;
    width: 706px;
    margin:350px auto 0;
}
.tan_login_time form ul {
    width: 1125px;
    height: 70px;
}
.tanbox_time .tan_login_time ul li {
    float: left;
    margin-left: 15px;
}
.tanbox_time .tan_login_time ul li span {
    float: left;
    width: 60px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    color: #fff;
}
.tanbox_time .tan_login_time .tan_btn {
    width: 365px;
    height: 64px;
    margin: 0 auto;
    color: #fff;
}
.tanbox_time .tan_login_time ul li .input {
    float: left;
    width: 202px;
    height: 40px;
    border:1px solid #fff;
}
.tanbox_time .tan_login_time ul li .input input {
    width: 182px;
    height: 40px;
    border: none;
    padding: 0 10px;
    background:#e36b74;
    color:#fff;
}
.input input::-ms-input-placeholder {
    color: #fff;  font-size:16px;
}

.input input::-webkit-input-placeholder {
    color: #fff; font-size:16px;
}

.input input::-moz-input-placeholder {
    color: #fff; font-size:16px;
}

.input input::-o-input-placeholder {
    color: #fff; font-size:16px;
}

.input input::input-placeholder {
    color: #fff; font-size:16px;
}
.tel_li{ position:relative;}
.tanbox_time .tan_login_time .tan_btn{
    position:absolute; right:-365px; top:0px;
}
.tanbox_time .tan_login_time .tan_btn a {
    font-size: 20px;
    color: #d62921;
    background:linear-gradient(90deg,#fee3ad 0%, #ffecca 25%, #fff1d7 42%, #ffe7bc 75%,#ffd790 100%);
    display: block;
    width: 120px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 0px 21px 21px 0px;

}