body{
    min-height: 900px;
}
.logo img{
    width:210px;
    position: relative;
    top:65%;
    transform: translateY(-50%);
}

.logo{
    width:160px;
    font-weight: 600;
    /*padding-right: 25px;*/
}
.sign-container{
    margin-top:30px;
    margin-bottom:60px;
}
.sign-in a{
    color:#124395!important;
    font-weight:500;
}
.sign-in span.fa{
    margin-right:5px;
    color:#ff552e;
}
.sign-user{
    color:#C4D0E4;
    font-size:20px;
    margin-right: 5px;
}
.form-submit{
    background-color: #124395;
    transition: background-color 0.5s;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 25px;
    text-decoration: none;
    border: 0;
    border-radius: 4px;
    width: 180px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.form-submit:hover{
    background-color: #002D7A;
}
.form-container{
    background-color: #fff;
    padding:25px 30px 35px 30px;
    font-size:16px;
}
#form-sign-in .fa-question-circle{
    font-size:20px;
    margin-right:5px;
    color:#E3E5EA;
}

#form-sign-in .fa-question-circle:hover{
    color:#3F4048;
}
#form-sign-in a:focus{
    outline: none;
}
.h3-title{
    font-weight: 700;
    font-size:24px;
}
.sign-up{
    margin-top:30px;
    background-color: #F1A121;
    transition: background-color 0.5s;
    color: #FFFFFF;
    font-family: 'Roboto Condensed',"Microsoft YaHei",Arial,sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 25px;
    text-decoration: none;
    border: 0;
    border-radius: 4px;
    display: inline-block;
}
.sign-up:hover{
    text-decoration: none;
    background-color: #E19400;
    color:#fff;
}
@media (min-width: 992px) {
    .form-container{
        width:84%;
        margin:0 10px;
    }
    .form-left{
        float:left;
    }
    .form-right{
        float:right;
    }
    .socialtools{
        text-align: left;
    }
    .message{
        margin:0 auto;
    }
}
@media (max-width:991px){
    .md-center img{
        margin:0 auto;
        max-width: 300px;
    }
    .socialtools{
        text-align: center;
    }
    .form-margin-bottom{
        margin-bottom:30px;
    }
}
.form-sign-up{
    background-color: #F1A121;
    transition: background-color 0.5s;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 25px;
    text-decoration: none;
    border: 0;
    border-radius: 4px;
    width: 180px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.form-sign-up:hover{
    background-color: #E19400;
}
.socialtools{
    padding: 20px;
}
.socialtools li a img{
    width: 34px;
    height: 46px;
    display: inline-block;
    border-radius: 5px;
    padding-bottom: 12px;
}
.footer{
    background-color: #f2f2f2;
}
.footer-padding{
    padding:30px 0;
}
.footer-border{
    border-top:1px solid rgba(112,111,111,0.5);
    font-size:11px ;
    padding:15px 0;
}
.message{
    color:#BE1200;
    padding: 11px 17px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: solid 1px #EFC4BF;
    font-size:16px;
    display:none;
}
.message.error{
    display: block;
}

.footer .title{
    font-size: 18px;
    padding:5px 0;
    font-weight: normal;
}
.remind{
    position: relative;
    color: #BE1200;
    border: solid 1px #EFC4BF;
    background-color: #FCF3F2;
    padding: 11px 35px 15px 10px;
    display: none;
}
.remind .sign{
    font-size: 20px;
    position: absolute;
    top:13px;
    right:15px;
}
.edit-submit{
    width:auto;
}
.experience-title{
    font-weight: bold;
    font-size:16px;
    margin-bottom: 10px;
}
.experience .time-wrapper{
    position: relative;
}
.experience .time-arrow-right{
    position: absolute;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    display: none;
}
.experience .time-arrow-down{
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}
.experience label{
    font-size: 14px;
    font-weight: 400;
}
.experience .time-middle{
    height:60px;
}
@media (min-width: 768px){
    .experience .time-arrow-right{
        display: block;
    }
    .experience .time-arrow-down{
        display: none;
    }
}
.fun-search{
    float: left;
    width:50%;
}
.footer a{
    color:#333;
    font-size: 13px;
}
.sign-in img{
    padding-right:5px;
    margin-top:-3px;
    height: 15px;
}
body{
    font: 13px "Microsoft Yahei", Arial, Helvetica, sans-serif;
    background: #F5F5F5;
    box-sizing: border-box;
}
ul,ol,dl,dt,dd,li{
    list-style:none;
    padding: 0;
    margin: 0;
}
h1,h2,h3,h4,h5,form,button,input,p{
    margin: 0;
    padding: 0;
}
.text-danger{
    color: #F26969;
}
.text-success{
    color: #1FBC1F;
}
.form-group .control-error{
    border :1px solid #ff645d
}

#header{
    background-color:#fff;
    position:fixed;
    top:0;width:100%;
    border-bottom:1px solid #E7EAEC;
    z-index: 10;
}
#header>div{
    height:73px;
    line-height:73px;
    padding:0 15px;
}
#header>div>ul>li{
    float:left;
    border-bottom: 2px solid transparent;
}
#header>div>ul>li>a{
    padding: 0 10px;
    text-decoration: none;
}

#header>div>ul>li:hover{
    cursor : pointer;
    background-color : #eee;
    border-color: #1A87D1;
}
#header>div>ul.l>li{
    border-right:1px solid #ddd;
}
#header>div>ul.l>li>a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
#header>div>ul.pull-right>li>span{
    font-size:14px;
    display:inline-block;
    padding: 0 10px;
    width:100%;
    height:100%;
}
/*.container{*/
    /*overflow:hidden;*/
/*}*/
section>.container{
    margin-top: 93px;
}
@media (min-width: 992px){
    .row{
        width:90%;
        margin:0 auto;
    }
}
@media (min-width: 769px) and (max-width: 991px){
    .row{
        width:96%;
        margin:0 auto;
    }
}
input::-webkit-input-placeholder{
    font-style: italic;
}
input::-moz-placeholder{
    font-style: italic;
}
input:-moz-placeholder{
    font-style: italic;
}
input:-ms-input-placeholder{
    font-style: italic;
}
#footer .footer-logo{
    padding-top: 40px;
}
.footer-logo>.other-tools li{
    float: left;
}
.other-tools li img{
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 5px;
    border-radius: 5px;
}

.footer-column{
    margin-top: 20px;
}
.footer-column h3{
    font-size: 20px;
    margin: 20px 0 10px;
    color: #bcbec0;
}
.footer-column ul>li{
    margin: 8px 0;
}
.footer-column a{
    color: #fff;
}
.footer-column>.column-center li{
    float: left;
    width: 50%;
    margin: 4px 0;
}

.footer-bottom{
    border-top: 1px solid rgba(112,111,111,0.5);
    padding: 15px 0;
    margin-top: 20px;
}
.banner-wrapper{
    margin-top: 50px;
}
.banner-wrapper .banner-img{
    background-size: cover;
}
@media (min-width : 768px){
    .banner-wrapper .banner-img{
        height: 430px;
        background-repeat: no-repeat;
    }
}
.more-btn{
    margin-bottom: 25px;
}
.datetime{
    min-width: 200px;
    height:38px;
}
.datetime-wrapper{
    padding:20px;
    width:300px;
}
.datetime-wrapper input{
    display: block;
    width: 100%;
    padding: 12px 35px 12px 10px;
    font-size: 15px;
    line-height: 1;
    color: #706F6F;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom:20px;
}
.weixin{
    position: relative;
}
.weixinicon{
    position: absolute;top:0;right:0;z-index: 999;
    display: none;
}
.weixin:hover .weixinicon{
    display: block;
}