select{
    background: transparent;
    border: 1px solid white;
    padding-left: 10px;
    width: 296px;
    height:40px;
    margin-left: -5px;
    color: #9597a7;
}

.login{

}
.apply_logo{
    width:100%;

}
.apply_service a{
    width:102px;
    height: 34px;
    background: url("../img/apply_service.png");
    margin-top: -10px;
}
.apply_service a{
    float: right;
}




@media screen and (min-width: 1500px){
    .apply_title{
        font-size: 50px;
        color: white;
        text-align: center;
        margin-top: 8%;
        margin-bottom: 8%;
    }
}
@media screen and (min-width:1250px) and (max-width:1500px){
    .apply_title{
        font-size: 50px;
        color: white;
        text-align: center;
        margin-top: 4%;
        margin-bottom: 4%;
    }
}
@media screen and (min-width:1100px) and (max-width:1250px){
    .apply_title{
        font-size: 50px;
        color: white;
        text-align: center;
        margin-top: 2%;
        margin-bottom:2%;
    }
}



.apply_left{
    border-right: 1px solid #6666cc;

}
.apply_left span{
    width: 105px;
    height: 40px;
    border-left: 1px solid white;
    border-top: 1px solid white ;
    border-bottom: 1px solid white ;
    display: inline-block;
    line-height: 41px;
    font-size: 12px;
    color: white;
    position: relative;
    top:1px;
    padding-left: 35px;
}
.apply_left img{
    position: absolute;
    left: 20px;
    top: 13px;

}
.apply_left input{
    width: 296px;
    height: 40px;
    border: 1px solid white;
    background-color:transparent;
    color: #ffffff;
    margin-left: -4px;
    position: relative;
    top: 1px;

}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9597a7;opacity:1;
    padding-left: 10px;
    font-size: 12px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9597a7;opacity:1;
    padding-left: 10px;
    font-size: 10px;
}

input:-ms-input-placeholder{
    color: #9597a7;opacity:1;
    padding-left: 10px;
    font-size: 10px;
}

input::-webkit-input-placeholder{
    color: #9597a7;opacity:1;
    padding-left: 10px;
    font-size: 10px;
}
.apply_left_bottom{
    width: 100%;
    margin-top: 25px;
}
.apply_left_bottom p{
    line-height: 16px;
    font-size: 12px;
}
.apply_left_bottom p input{
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    left: 3px;
}
.apply_left_bottom button{
    width: 400px;
    height: 45px;
    background-color: #3366ff;
    border: 1px solid #3366ff;
    border-radius: 10px;
    font-size: 16px;
    color: white;
    letter-spacing: 5px;
    margin-top: 17px;
}

.apply_right{
    padding-left: 60px;
}
.apply_right h1{
    font-size: 35px;
    color: #33ff00;
}
.apply_right ul li{
    width: 100%;
    height: auto;
    margin-top: 25px;
}
.apply_right ul li span{
    width: 175px;
    border: 1px solid #33ff00;
    border-radius: 10px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color:#33ff00 ;
    font-weight: 600;
}
.apply_right ul li p{
    color: white;
    font-size: 13px;
    margin-top: 5px;
}
.apply_right_bottom{
    width: 100%;
    margin-top: 16px;
}
.apply_right_bottom p{
    font-size: 13px;
    color: #3366ff;
    font-weight: 600;
}
.apply_right_bottom img{
    margin-top: 6px;
    margin-left:7px;
}
.apply_right_bottom a{
    color: #33ff00;
    font-size: 13px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}
.apply_right_bottom a:hover{
    color: #33ff00;
    text-decoration: none;
}
.apply_bottom{
    width: 100%;
    height: auto;
    position: absolute;
    bottom:10px;
}
.apply_bottom p{
    width: 100%;
    text-align: center;
    color:#0066ff;
    font-size: 10px;
}
.apply_bottom ul{
    width: 470px;
    height: auto;
    margin: 20px auto;
}
.apply_bottom ul li{
    float: left;
}
.apply_bottom ul li a{
    width: 94px;
    display: inline-block;
    font-size: 14px;
    color: #6666cc;
    border-right: 2px solid #6666cc;
    text-align: center;
}
.apply_bottom span{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #6666cc;
    font-size: 10px;
    letter-spacing:0.4px;
}