﻿@charset "utf-8";
/* CSS Document */


a,ul,li,h1,h2,h3,h4,h5,h6,img,b{
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #ffffff;

    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../images/arrow.png") no-repeat scroll right center transparent;
    width:375px;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }




.clear:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0
}

.clear {
    zoom: 1
}




.upmail_div{
    padding-top: 20px;
    color: #000000;
    background: url(../images/bbsup.jpg) no-repeat bottom;
    padding-bottom: 20px;
}
.upmail_mian{
    margin: 0 auto;
    width: 500px;
}

.upmail_mian ul li{
    padding-bottom: 10px;
    float: left;
}

.formbox {
    background-color: #ffffff;
    border:1px solid #008aff;
    border-radius: 5px;
    padding: 10px;
}

.titlebox{
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    text-align:left;
    border-right: 1px solid #008aff;
    padding-right: 5px;
    width: 90px;
    font-size:15px;
}
.knonwli{
    float: left;
    font-size:15px;

}
.titlebox span{
    color: #FF0004;
}
.titlebox i{
    display:inline-block;width:100%;height:0;
}
.knonwtxt{
    border: none;
    height: 20px;
    width: 120px;
    line-height: 20px;
    padding-left: 5px;
}

.knonwtxtarea {
    resize: none;
    width: 370px;
    border: none;
    height: 60px;
    padding: 5px;
    font:12px"宋体","Arial Narrow",HELVETICA;background:#fff;-webkit-text-size-adjust:100%;
}

.knonwcode{
    border: none;
    height: 20px;
    line-height: 20px;
    width: 250px;
    padding-left: 5px;
    float: left;
}

.knonbtn {
    width:240px;
    background-color: #008aff;
    border: none;
    display: block;
    color: #ffffff;
    border-radius: 5px;
    font-family: “Microsoft YaHei”,"微软雅黑"!important;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}
.sqbtn{
    width:240px;
    background-color: #ffc600;
    border: none;
    text-align: center;
    display: block;
    color: #ffffff;
    border-radius: 5px;
    font-family: “Microsoft YaHei”,"微软雅黑"!important;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}
.upwork{
    color: #575a60;
    width: 800px;
    font-family: “Microsoft YaHei”,"微软雅黑"!important;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 30px;
}
.upworkspan{
    color: #575a60;
    width: 500px;
    font-family: “Microsoft YaHei”,"微软雅黑"!important;
    text-align:center;
    font-size: 14px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.w500{
    width: 480px;
}
.w250{
    width: 220px;
    float: left;
}
.upmail_title{
    width: 140px;
    margin: 0 auto;
    text-align: center;
    font-family: “Microsoft YaHei”,"微软雅黑"!important;
    color: #575a60;
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 5px solid #008aff;

}
.upmail_title span{
    color: #008aff;

}
.user_join_from{
    float: left;
    margin-left: 21%;
}
.user_join{
    float: left;
    margin-left: 5%;
    text-align: center;
}
.user_join_header{
    height: 2.5em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 1.5em;
    background-color: #008aff;
    color: #ffffff;
    border-radius: 5px;
    line-height: 2.5em;
    padding: 0 50px;
}
.user_join_ul{
    height: 250px;
    line-height: 62px;
    font-size: 1.8em;
}
.user_box{
    height: 295px;
    width: 500px;
    /*border: 1px solid #008aff;*/
    border-radius: 5px;
    overflow: hidden;
    /*padding: 0 50px;*/
    box-shadow: 5px 5px 15px #777 inset;
}
.user_string{
    color: #777;
}
