@charset "utf-8";

.guestinfo_bg{
    background: url('/images/guestinfo_bg.png') no-repeat top center;
    background-size: 1920px auto;
    background-attachment:fixed;
}

.guestinfo_wrapper{
    width: 1100px;
    margin: 0 auto;
    padding:110px 0 0 0;
    height: auto;
}
.toptext{
    height: 40px;
    line-height: 40px;
    margin: 0 auto 50px;
    font-size: 30px;
    color: #FFF;
    text-align: center;
}
.guestinfo_form{
    width: 400px;
    margin: 0 auto;
}
.info_inputzone{
    width:400px;
    height:50px;
    background:rgba(255,255,255,1);
    border-radius:2px;
}
.inputlabel{
    float: left;
    width: 110px;
    height:50px;
    line-height: 50px;
    text-indent: 15px;
    font-size:16px;
    color:rgba(153,153,153,1);
}
.info_inputzone .inputlong{
    float: left;
    width: 280px;
    height:50px;
    line-height:50px;
    font-size:16px;
    color: #333;
}
.info_inputzone .inputshort{
    float: left;
    width: 140px;
    height:50px;
    line-height:50px;
    font-size:16px;
    color: #333;
}
.info_inputzone .sendinfocode_btn{
    float: left;
    width: 150px;
    height:50px;
    line-height:50px;
    text-align: center;
    color:#009CFF;
    font-size: 14px;
    background: #FFF;
}
.info_inputzone .sendinfocode_btn.disable{
    color:#CCC;
}
.info_textareazone{
    width:400px;
    height:150px;
    background:rgba(255,255,255,1);
    border-radius:2px;
}
.info_textareazone textarea{
    float: left;
    padding: 10px 0;
    width: 290px;
    height:150px;
    box-sizing: border-box;
    line-height:30px;
    font-size:16px;
    color: #333;
    resize: none;
    border-radius:2px;
}
.info_tips{
    width: 290px;
    padding-left: 110px;
    height: 26px;
    line-height: 26px;
    color: rgb(231, 40, 40);
    overflow: hidden;
}
.submit_guestinfo_btn{
    width: 400px;
    height: 50px;
    margin-top: 10px;
    line-height: 50px;
    color: #FFF;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
    background: -webkit-linear-gradient(135deg,rgba(46,173,255,1) 0%,rgba(10,151,255,1) 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(135deg,rgba(46,173,255,1) 0%,rgba(10,151,255,1) 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(135deg,rgba(46,173,255,1) 0%,rgba(10,151,255,1) 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(135deg,rgba(46,173,255,1) 0%,rgba(10,151,255,1) 100%); /* 标准的语法 */
}
.submit_guestinfo_btn:hover{
    background: -webkit-linear-gradient(135deg,rgb(29, 164, 253) 0%,rgb(2, 131, 223) 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(135deg,rgb(29, 164, 253) 0%,rgb(2, 131, 223) 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(135deg,rgb(29, 164, 253) 0%,rgb(2, 131, 223) 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(135deg,rgb(29, 164, 253) 0%,rgb(2, 131, 223) 100%); /* 标准的语法 */
}

.download_codezone{
    position: relative;
    width: 400px;
    margin: 40px auto 100px;
    height: 90px;
}
.download_codezone .applogo{
    position: absolute;
    left: 30px;
    top: 15px;
    width: 60px;
    height: 60px;
    background: url('/images/cv_sharedefault.png') no-repeat center;
    background-size: 100% 100%;
    border-radius:4px;
}
.download_codezone .slogen{
    position: absolute;
    top: 25px;
    left: 110px;
    width: 150px;
    height: 40px;
    line-height: 20px;
    color: #FFF;
}
.download_codezone .shuline{
    position: absolute;
    top: 0;
    left: 245px;
    width: 1px;
    height: 90px;
    background: #FFF;
}
.download_codezone .downercode{
    position: absolute;
    top: 0;
    right: 30px;
    width: 90px;
    height: 90px;
    background: url('/images/chinaventure_downloadcode.png') center no-repeat;
    background-size: 100% 100%;
}










